Skip to content
Snippets Groups Projects
Commit bbd1c0fc authored by Lisa Greene's avatar Lisa Greene
Browse files

Make marked for death no_npc_use

parent 6b84e1f1
No related branches found
No related tags found
1 merge request!635Talent tuning
......@@ -162,7 +162,7 @@ newTalent{
stamina = 30,
requires_target = true,
no_break_stealth = true,
tactical = { ATTACK = { PHYSICAL = 2 }, BUFF = 1},
no_npc_use = true, -- lol
getPower = function(self, t) return self:combatTalentScale(t, 15, 40) end,
getPercent = function(self, t) return self:combatTalentLimit(t, 50, 10, 40) end,
getDamage = function(self,t) return self:combatTalentStatDamage(t, "dex", 15, 180) 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