Skip to content
Snippets Groups Projects
Commit a60634f0 authored by yutio888's avatar yutio888
Browse files

Add _t for fallen paladin talent type descriptions

parent 576ad58e
No related branches found
No related tags found
1 merge request!638Chinese localization keep updating
......@@ -40,10 +40,10 @@ newTalentType{ allow_random=true, no_silence=true, is_spell=true, type="celestia
newTalentType{ no_silence=true, is_spell=true, type="celestial/other", name = _t"other", description = _t"Various celestial talents." }
-- Fallen Class Evolution
newTalentType{ allow_random=false, no_silence=true, is_spell=true, type="celestial/dirges", name = "Dirges", description = "The songs the Fallen sing." }
newTalentType{ allow_random=false, no_silence=true, is_spell=true, type="celestial/darkside", name = "Darkside", description = "Signature magics of the Fallen. The sun shines for the guilty and the innocent alike." }
newTalentType{ allow_random=false, no_silence=true, is_spell=true, type="celestial/black-sun", name = "Black Sun", description = "Celestial combat techniques inspired by the dark places that are not empty." }
newTalentType{ allow_random=false, no_silence=true, is_spell=true, generic=true, type="celestial/dirge", name = "Dirges", description = "Sing of death and damnation." }
newTalentType{ allow_random=false, no_silence=true, is_spell=true, type="celestial/dirges", name = _t"Dirges", description = _t"The songs the Fallen sing." }
newTalentType{ allow_random=false, no_silence=true, is_spell=true, type="celestial/darkside", name = _t"Darkside", description = _t"Signature magics of the Fallen. The sun shines for the guilty and the innocent alike." }
newTalentType{ allow_random=false, no_silence=true, is_spell=true, type="celestial/black-sun", name = _t"Black Sun", description = _t"Celestial combat techniques inspired by the dark places that are not empty." }
newTalentType{ allow_random=false, no_silence=true, is_spell=true, generic=true, type="celestial/dirge", name = _t"Dirges", description = _t"Sing of death and damnation." }
-- Generic requires for celestial spells based on talent level
divi_req1 = {
......
......@@ -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, type="cursed/bloodstained", name = "Bloodstained", description = "You, like your weapons, are tainted forever." }
newTalentType{ allow_random=true, type="cursed/crimson-templar", name = "Crimson Templar", description = "Blood is power. Let the rivers run red." }
newTalentType{ allow_random=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, type="cursed/bloodstained", name = _t"Bloodstained", description = _t"You, like your weapons, are tainted forever." }
newTalentType{ allow_random=true, type="cursed/crimson-templar", name = _t"Crimson Templar", description = _t"Blood is power. Let the rivers run red." }
newTalentType{ allow_random=true, generic=true, type="cursed/self-hatred", name = _t"Self-Hatred", description = _t"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 = _t"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