Skip to content
Snippets Groups Projects
Commit 74b8da63 authored by dg's avatar dg
Browse files

tss :)

git-svn-id: http://svn.net-core.org/repos/t-engine4@5487 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2be1bd4f
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,9 @@ floorEffect{
floorEffect{
desc = "Font of Life", image = "talents/grand_arrival.png",
long_desc = function(self, eff) return ("The target is near a font of life, granting +%0.2f life regeneration, -%0.2f equilibrium regeneration, +%0.2f stamina regeneration and +%0.2f psi regeneration."):format(eff.power, eff.power, eff.power, eff.power) end,
long_desc = function(self, eff) return ("The target is near a font of life, granting +%0.2f life regeneration, -%0.2f equilibrium regeneration, +%0.2f stamina regeneration and +%0.2f psi regeneration. Undeads are not affected."):format(eff.power, eff.power, eff.power, eff.power) end,
activate = function(self, eff)
if self:attr("undead") then return end
eff.power = 3 + game.zone:level_adjust_level(game.level, game.zone, "object") / 2
self:effectTemporaryValue(eff, "life_regen", eff.power)
self:effectTemporaryValue(eff, "stamina_regen", eff.power)
......
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