Skip to content
Snippets Groups Projects
Commit 765392fc authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@6521 51575b47-30f0-44d4-a5cc-537603b46e54
parent 61a81b6d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@ newTalent{
dam=40 + 6 * self:getTalentLevel(t),
power_check=function() return self:combatPhysicalpower() end,
resist_check=self.combatPhysicalResist,
}, {type="flame"})
})
game.level.map:particleEmitter(self.x, self.y, self:getTalentRadius(t), "shout", {additive=true, life=10, size=3, distorion_factor=0.5, radius=self:getTalentRadius(t), nb_circles=8, rm=0.8, rM=1, gm=0, gM=0, bm=0.1, bM=0.2, am=0.4, aM=0.6})
return true
end,
info = function(self, t)
......
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