Add functionality to track the minimum levels of spells for each mage class

This commit is contained in:
Johannes Loher 2021-05-13 16:41:16 +02:00
parent db77d38560
commit 2bc7b03323
8 changed files with 43 additions and 6 deletions

View file

@ -113,6 +113,12 @@
"DS4.SpellEffectRadius": "Effektradius",
"DS4.SpellDuration": "Wirkdauer",
"DS4.SpellCooldownDuration": "Abklingzeit",
"DS4.SpellMinimumLevelsHealer": "Zugangsstufe für Heiler",
"DS4.SpellMinimumLevelsHealerAbbr": "Zugangsstufe Hei",
"DS4.SpellMinimumLevelsWizard": "Zugangsstufe für Zauberer",
"DS4.SpellMinimumLevelsWizardAbbr": "Zugangsstufe Zau",
"DS4.SpellMinimumLevelsSorcerer": "Zugangsstufe für Schwarzmagier",
"DS4.SpellMinimumLevelsSorcererAbbr": "Zugangsstufe Sch",
"DS4.SpellScrollPriceGold": "Schriftrollenpreis (Gold)",
"DS4.ActorTypeCharacter": "Charakter",
"DS4.ActorTypeCreature": "Kreatur",