From 14ab985b0214c9933fd8463533858ec46ddb7e89 Mon Sep 17 00:00:00 2001 From: Bunny <glisa825@gmail.com> Date: Fri, 24 Apr 2020 02:33:45 -0400 Subject: [PATCH] Make chromatic fury no_npc_use --- game/modules/tome/data/talents/gifts/higher-draconic.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/game/modules/tome/data/talents/gifts/higher-draconic.lua b/game/modules/tome/data/talents/gifts/higher-draconic.lua index 5567b7a8e2..a9362fc19a 100644 --- a/game/modules/tome/data/talents/gifts/higher-draconic.lua +++ b/game/modules/tome/data/talents/gifts/higher-draconic.lua @@ -188,6 +188,7 @@ newTalent{ require = gifts_req_high4, points = 5, mode = "passive", + no_npc_use = true, -- breaths are high damage on rares already; should really change this to be less binary in general, this is weird design getDamageIncrease = function(self, t) return self:combatTalentLimit(t, 50, 5, 15) end, -- Limit < 50% getResists = function(self, t) return self:combatTalentScale(t, 0.6, 2.5) end, getResistPen = function(self, t) return self:combatTalentLimit(t, 50, 5, 15) end, -- Limit < 50% -- GitLab