Skip to content
Snippets Groups Projects
Commit 8e746cb9 authored by dg's avatar dg
Browse files

Buffed Cripple

git-svn-id: http://svn.net-core.org/repos/t-engine4@4264 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7586e409
No related branches found
No related tags found
No related merge requests found
......@@ -123,8 +123,8 @@ newTalent{
tactical = { DISABLE = 2, ATTACK = 2 },
getDamage = function(self, t) return self:combatTalentWeaponDamage(t, 0.9, 1.4) end,
getDuration = function(self, t) return 3 + math.ceil(self:getTalentLevel(t)) end,
getAttackPenalty = function(self, t) return 10 + self:getTalentLevel(t) * 3 end,
getDamagePenalty = function(self, t) return 10 + self:getTalentLevel(t) * 4 end,
getAttackPenalty = function(self, t) return 5 + self:combatTalentStatDamage(t, "cun", 10, 60) end,
getDamagePenalty = function(self, t) return 5 + self:combatTalentStatDamage(t, "cun", 10, 50) end,
action = function(self, t)
local tg = {type="hit", range=self:getTalentRange(t)}
local x, y, target = self:getTarget(tg)
......
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