Skip to content
Snippets Groups Projects
Commit d3168a28 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

attenuate particle

parent a59248a6
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -138,7 +138,7 @@ newTalent{
target:setEffect(target.EFF_ATTENUATE, t.getDuration(self, t), {power=damage/4, src=self, reduction=t.getReduction(self, t), apply_power=getParadoxSpellpower(self, t)})
end)
game.level.map:particleEmitter(x, y, tg.radius, "generic_sploom", {rm=230, rM=255, gm=230, gM=255, bm=30, bM=51, am=35, aM=90, radius=tg.radius, basenb=120})
game.level.map:particleEmitter(x, y, tg.radius, "generic_sploom", {rm=0, rM=0, gm=180, gM=220, bm=180, bM=220, am=35, aM=90, radius=tg.radius, basenb=120})
game:playSoundNear(self, "talents/tidalwave")
return true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment