Skip to content
Snippets Groups Projects
Commit 71dc340e authored by Hachem_Muche's avatar Hachem_Muche
Browse files

Nerfed Second Wind talent.

parent 40492ca8
No related branches found
No related tags found
1 merge request!366More rogue updates 2
......@@ -67,14 +67,14 @@ newTalent{
cooldown = 50,
no_energy = true,
tactical = { STAMINA = 2 },
getRestore = function(self, t) return self:combatTalentLimit(t, 100, 27, 55) end,
getStamina = function(self, t) return 10 + self:combatTalentLimit(t, 2, .5, 1.3)*(self:getStr() + self:getWil()) end,
action = function(self, t)
self:incStamina(t.getRestore(self, t)*self.max_stamina/ 100)
self:incStamina(t.getStamina(self, t))
return true
end,
info = function(self, t)
return ([[Take a deep breath to recover %d%% of your stamina.]]):
format(t.getRestore(self, t))
return ([[Take a deep breath to recover %d stamina. The stamina recovery improves with your Strength and Willpower.]]):
format(t.getStamina(self, t))
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