added German localization for spells
- added missing German localizations - fixed some localizations - renamed targetedSpell -> targetedSpellcasting for consistency
This commit is contained in:
parent
18a4e2005a
commit
0eb447d279
9 changed files with 19 additions and 13 deletions
|
@ -34,7 +34,7 @@ interface DS4TalentRank extends ModifiableData<number> {
|
|||
}
|
||||
|
||||
interface DS4Spell extends DS4ItemBase, DS4ItemEquipable {
|
||||
spellType: "spellcasting" | "targetedSpell";
|
||||
spellType: "spellcasting" | "targetedSpellcasting";
|
||||
bonus: string;
|
||||
spellCategory:
|
||||
| "healing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue