Skip to content
Snippets Groups Projects
Commit 3bdccb21 authored by Recaiden's avatar Recaiden
Browse files

Rename talent, adjust flavor to avoid disturbing references.

parent 354aea80
No related branches found
No related tags found
2 merge requests!666Fallen sh rename,!665fallen skill rename
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
newTalent{
name = "Self-Harm", short_name = "SELF_HARM",
name = "Self-Sacrifice", short_name = "SELF_SACRIFICE",
type = {"cursed/self-hatred", 1},
require = cursed_wil_req1,
points = 5,
......@@ -58,9 +58,7 @@ newTalent{
local regen = t.getHate(self, t)
return ([[At the start of each turn, if you're bleeding, you gain %d hate.
You can activate this talent to quickly draw a blade across your skin, bleeding yourself for a small portion of your maximum life (%0.2f damage) over the next 5 turns. This bleed cannot be resisted or removed, but can be reduced by Bloodstained.
#{italic}#Pain is just about the only thing you can still feel.#{normal}#]]):tformat(regen, damage)
You can activate this talent to use your own life for power, bleeding yourself for a small portion of your maximum life (%0.2f damage) over the next 5 turns. This bleed cannot be resisted or removed, but can be reduced by Bloodstained.]]):tformat(regen, damage)
end,
}
......@@ -202,6 +200,6 @@ newTalent{
local failThreshold = t.getSpillThreshold(self, t)
return ([[Any direct damage that exceeds %d%% of your maximum life has the excess damage converted to a shallow wound that bleeds over the next %d turns. This bleed cannot be resisted or removed, but can be reduced by Bloodstained. Extremely powerful hits (more than %d%% of your max life) are not fully converted.
#{italic}#You can't just die. That would be too easy. You deserve to die slowly.#{normal}#]]):tformat(threshold, time, failThreshold)
#{italic}#You can't just die. That would be too easy.#{normal}#]]):tformat(threshold, time, failThreshold)
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