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

@ -31,7 +31,7 @@ export const DS4 = {
*/
spellTypesIcons: {
spellcasting: "systems/ds4/assets/official/DS4-SPC.png",
targetedSpell: "systems/ds4/assets/official/DS4-TSC.png",
targetedSpellcasting: "systems/ds4/assets/official/DS4-TSC.png",
},
/**
@ -107,7 +107,7 @@ export const DS4 = {
spellTypes: {
spellcasting: "DS4.SpellTypeSpellcasting",
targetedSpell: "DS4.SpellTypeTargetedSpell",
targetedSpellcasting: "DS4.SpellTypeTargetedSpellcasting",
},
spellCategories: {

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"