diff --git a/game/modules/tome/data/talents/techniques/unarmed-training.lua b/game/modules/tome/data/talents/techniques/unarmed-training.lua index f613554f842ae1cb88797d19f4026f27adab9f51..3b73a5aa0f723b1acca847ad633241edee0402cb 100644 --- a/game/modules/tome/data/talents/techniques/unarmed-training.lua +++ b/game/modules/tome/data/talents/techniques/unarmed-training.lua @@ -80,10 +80,7 @@ newTalent{ require = techs_cun_req2, mode = "passive", points = 5, - sustain_stamina = 20, - cooldown = 18, tactical = { BUFF = 2 }, - last_update = 0, getStr = function(self, t) return math.ceil(self:combatTalentScale(t, 1.5, 7.5, 0.75) + self:combatTalentStatDamage(t, "cun", 2, 10)) end, getCon = function(self, t) return math.ceil(self:combatTalentScale(t, 1.5, 7.5, 0.75) + self:combatTalentStatDamage(t, "dex", 5, 25)) end,