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
|
@ -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: {
|
||||
|
|
|
@ -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