added German localization for spells

- added missing German localizations
- fixed some localizations
- renamed targetedSpell -> targetedSpellcasting for consistency
This commit is contained in:
Gesina Schwalbe 2021-01-10 00:30:51 +01:00
parent 18a4e2005a
commit 0eb447d279
9 changed files with 19 additions and 13 deletions

View file

@ -34,7 +34,7 @@ interface DS4TalentRank extends ModifiableData<number> {
}
interface DS4Spell extends DS4ItemBase, DS4ItemEquipable {
spellType: "spellcasting" | "targetedSpell";
spellType: "spellcasting" | "targetedSpellcasting";
bonus: string;
spellCategory:
| "healing"