Skip to content
Snippets Groups Projects
Commit 22314b45 authored by Recaiden's avatar Recaiden
Browse files

Category rename.

parent 3bdccb21
No related branches found
No related tags found
1 merge request!666Fallen sh rename
......@@ -44,7 +44,7 @@ newTalentType{ allow_random=true, is_mind=true, type="cursed/fears", name = _t"f
-- Fallen Class Evolution
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=true, is_mind=true, generic=true, type="cursed/hatred", name = _t"Hatred", description = "All the things in this dark world are contemptible. Let yourself hate them 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 = {
......
......@@ -19,7 +19,7 @@
newTalent{
name = "Self-Sacrifice", short_name = "SELF_SACRIFICE",
type = {"cursed/self-hatred", 1},
type = {"cursed/hatred", 1},
require = cursed_wil_req1,
points = 5,
no_energy = true,
......@@ -64,7 +64,7 @@ You can activate this talent to use your own life for power, bleeding yourself f
newTalent{
name = "Self-Loathing", short_name = "SELF_LOATHING",
type = {"cursed/self-hatred", 2},
type = {"cursed/hatred", 2},
require = cursed_wil_req2,
points = 5,
mode = "passive",
......@@ -87,7 +87,7 @@ newTalent{
newTalent{
name = "Self-Destruction", short_name = "SELF_DESTRUCTION",
type = {"cursed/self-hatred", 3},
type = {"cursed/hatred", 3},
require = cursed_wil_req3,
points = 5,
no_energy = true,
......@@ -154,7 +154,7 @@ This strength comes at a cost: you lose %d%% of your maximum life every turn. T
newTalent{
name = "Self-Judgement", short_name = "SELF_JUDGEMENT",
type = {"cursed/self-hatred", 4},
type = {"cursed/hatred", 4},
require = cursed_wil_req4,
points = 5,
mode = "passive",
......
......@@ -395,7 +395,7 @@ uberTalent{
You will learn the following talents trees:
- #CRIMSON#Bloodstained#LAST#: Make your foes bleed!
- #CRIMSON#Darkside#LAST#: Every light casts a shadow, yours is powerful indeed
- #CRIMSON#Self-Hatred#LAST#: Manifest your self hatred through bleeding
- #CRIMSON#Hatred#LAST#: Manifest your hatred through bleeding
- #CRIMSON#Dirge#LAST#: Sing of death and sorrow to strengthen your resolve
You will forget the following talent trees, refunding any talent points: Shield Offense, Two-handed Assault.
......
......@@ -27,7 +27,7 @@ You have unlocked the #LIGHT_GREEN#Fallen class evolution#WHITE# for Sun Paladin
Learn new Talents:#YELLOW#
- Bloodstained: Make your foes bleed!
- Darkside: Every light casts a shadow, yours is powerful indeed
- Self-Hatred: Manifest your self hatred through bleeding
- Hatred: Manifest your hatred through bleeding
- Dirges: Sing of death and sorrow to strength your resolve#WHITE#
Swap your paladin Talents:#YELLOW#
......
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