From 22314b455c203fe2c29c9ee54e285345fb6aa842 Mon Sep 17 00:00:00 2001 From: Recaiden <mlwatts45@gmail.com> Date: Tue, 20 Oct 2020 00:16:03 -0500 Subject: [PATCH] Category rename. --- game/modules/tome/data/talents/cursed/cursed.lua | 2 +- game/modules/tome/data/talents/cursed/self-hatred.lua | 8 ++++---- game/modules/tome/data/talents/uber/wil.lua | 2 +- game/modules/tome/data/texts/unlock-paladin_fallen.lua | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/game/modules/tome/data/talents/cursed/cursed.lua b/game/modules/tome/data/talents/cursed/cursed.lua index c811e00c09..6d1320525d 100644 --- a/game/modules/tome/data/talents/cursed/cursed.lua +++ b/game/modules/tome/data/talents/cursed/cursed.lua @@ -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 = { diff --git a/game/modules/tome/data/talents/cursed/self-hatred.lua b/game/modules/tome/data/talents/cursed/self-hatred.lua index fe5c367ecd..b8b78bbde5 100644 --- a/game/modules/tome/data/talents/cursed/self-hatred.lua +++ b/game/modules/tome/data/talents/cursed/self-hatred.lua @@ -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", diff --git a/game/modules/tome/data/talents/uber/wil.lua b/game/modules/tome/data/talents/uber/wil.lua index cc67d6066c..381a488f38 100644 --- a/game/modules/tome/data/talents/uber/wil.lua +++ b/game/modules/tome/data/talents/uber/wil.lua @@ -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. diff --git a/game/modules/tome/data/texts/unlock-paladin_fallen.lua b/game/modules/tome/data/texts/unlock-paladin_fallen.lua index b4d8b49c53..f51716702e 100644 --- a/game/modules/tome/data/texts/unlock-paladin_fallen.lua +++ b/game/modules/tome/data/texts/unlock-paladin_fallen.lua @@ -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# -- GitLab