Skip to content
Snippets Groups Projects
Commit 0a62152d authored by dg's avatar dg
Browse files

Buffed Rage

git-svn-id: http://svn.net-core.org/repos/t-engine4@4602 51575b47-30f0-44d4-a5cc-537603b46e54
parent 150988a2
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,12 @@ newTalent{
local tg = {type="hit", range=self:getTalentRange(t), talent=t, first_target="friend"}
local tx, ty, target = self:getTarget(tg)
if not tx or not ty or not target or not target.summoner or not target.summoner == self or not target.wild_gift_summon then return nil end
target:setEffect(target.EFF_ALL_STAT, 5, {power=2+math.floor(self:getTalentLevel(t) * 2)})
target:setEffect(target.EFF_ALL_STAT, 10, {power=self:combatTalentMindDamage(t, 10, 100)/4})
game:playSoundNear(self, "talents/spell_generic")
return true
end,
info = function(self, t)
return ([[Induces a killing rage in one of your summons, increasing all its stats by %d for 5 turns.]]):format(2+math.floor(self:getTalentLevel(t) * 2))
return ([[Induces a killing rage in one of your summons, increasing all its stats by %d for 10 turns.]]):format(self:combatTalentMindDamage(t, 10, 100)/4)
end,
}
......
No preview for this file type
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