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

a couple of nicer particles

parent 6e3db54e
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -145,7 +145,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, "temporal_flash", {radius=tg.radius})
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:playSoundNear(self, "talents/tidalwave")
return true
......
......@@ -117,7 +117,7 @@ newTalent{
end
end)
game.level.map:particleEmitter(x, y, tg.radius, "temporal_flash", {radius=tg.radius, tx=x, ty=y})
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:playSoundNear(self, "talents/tidalwave")
return true
end,
......
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