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

Buff various talents nerfed incidentally in previous changes

This is returning them to 1.6 power levels, not increasing above 1.6 strength
parent df1f6d01
No related branches found
No related tags found
1 merge request!655Misc Zone Generation Changes (1.7beta6)
......@@ -52,7 +52,7 @@ newTalent{
points = 5,
cooldown = 10,
tactical = { DEFEND = 2 },
getPercent = function(self, t) return (100 - self:combatTalentLimit(t, 80, 10, 60))/100 end, -- Limit < 20%
getPercent = function(self, t) return (100 - self:combatTalentLimit(t, 80, 15, 65))/100 end, -- Limit < 20%
getDuration = function(self, t) return getExtensionModifier(self, t, 3) end,
damage_feedback = function(self, t, p, src)
if p.particle and p.particle._shader and p.particle._shader.shad and src and src.x and src.y then
......
......@@ -135,7 +135,7 @@ newTalent{
cooldown = 10,
tactical = { ESCAPE = 2 },
range = 10,
radius = function(self, t) return math.floor(self:combatTalentLimit(t, 1, 5, 2)) end, -- Limit to radius 1
radius = function(self, t) return math.floor(self:combatTalentLimit(t, 1, 5, 1.9)) end, -- Limit to radius 1
requires_target = true,
getDuration = function (self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 6, 10))) end,
no_npc_use = true,
......
......@@ -206,7 +206,7 @@ newTalent{
requires_target = true,
no_energy = true,
tactical = { BUFF = 2 },
getNb = function(self, t) return math.floor(self:combatTalentLimit(t, 15, 5, 9)) end, -- Limit duration < 15
getNb = function(self, t) return math.floor(self:combatTalentLimit(t, 15, 5.1, 10.1)) end, -- Limit duration < 15
callbackOnTalentPost = function(self, t, ab)
if not self:hasEffect(self.EFF_AETHER_AVATAR) then return end
if ab.mode == "sustained" then return 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