Skip to content
Snippets Groups Projects
Commit d27aade3 authored by DarkGod's avatar DarkGod
Browse files

i18n

parent 6e296453
No related branches found
No related tags found
No related merge requests found
......@@ -42,10 +42,10 @@ newTalentType{ allow_random=false, is_mind=true, type="cursed/curses", name = _t
newTalentType{ allow_random=true, is_mind=true, type="cursed/fears", name = _t"fears", description = _t"Use the fear that lies at the heart of your curse to attack the minds of your enemies." }
-- Fallen Class Evolution
newTalentType{ allow_random=true, is_mind=true, type="cursed/bloodstained", name = "Bloodstained", description = "You, like your weapons, are tainted forever." }
newTalentType{ allow_random=true, is_mind=true, type="cursed/crimson-templar", name = "Crimson Templar", description = "Blood is power. Let the rivers run red." }
newTalentType{ allow_random=true, is_mind=true, generic=true, type="cursed/self-hatred", name = "Self-Hatred", description = "Of all the things in this dark world, you are the worst. Torment yourself and find the power therein." }
newTalentType{ allow_random=false, type="cursed/other", name = "Cursed", description = "Hate-powered abilities that don't belong anywhere else." }
newTalentType{ allow_random=true, is_mind=true, type="cursed/bloodstained", name = _t"Bloodstained", description = "You, like your weapons, are tainted forever." }
newTalentType{ allow_random=true, is_mind=true, type="cursed/crimson-templar", name = _t"Crimson Templar", description = "Blood is power. Let the rivers run red." }
newTalentType{ allow_random=true, is_mind=true, generic=true, type="cursed/self-hatred", name = _t"Self-Hatred", description = "Of all the things in this dark world, you are the worst. Torment yourself and find the power therein." }
newTalentType{ allow_random=false, type="cursed/other", name = "Cursed", description = _t"Hate-powered abilities that don't belong anywhere else." }
cursed_wil_req1 = {
stat = { wil=function(level) return 12 + (level-1) * 2 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