Skip to content
Snippets Groups Projects
Commit 41d7bd82 authored by dg's avatar dg
Browse files

Blood Sacrifice darins 50% life

git-svn-id: http://svn.net-core.org/repos/t-engine4@3897 51575b47-30f0-44d4-a5cc-537603b46e54
parent 100fbd03
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ newTalent{
range = 10,
tactical = { VIM = 1 },
action = function(self, t)
local amount = self.life * 0.4
local amount = self.life * 0.5
if self.life <= amount + 1 then
game.logPlayer(self, "Doing this would kill you.")
return
......@@ -80,7 +80,7 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Sacrifices 40%% of your current life to restore %d vim.
return ([[Sacrifices 50%% of your current life to restore %d vim.
This only works if there is at least one foe in sight.
The effect will increase with your Magic stat.]]):
format(30 + self:combatTalentSpellDamage(t, 5, 150))
......
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