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

Ban precise aim from NPCs to reduce one shots from fan of knives

parent 5d21940c
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ newTalent{
points = 5,
mode = "passive",
range = 0,
no_npc_use = true,
getCrit = function(self, t) return self:combatTalentScale(t, 3, 15) end,
getCritPower = function(self, t) return self:combatTalentScale(t, 7, 20) end,
getChance = function(self, t) return self:combatTalentLimit(t, 100, 20, 45) 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