Skip to content
Snippets Groups Projects

Chinese localization keep updating

Merged Otowa Kotori requested to merge otowakotori/t-engine4:i18n into master
2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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 = {
Loading