Merge branch 'spell-add-unset' into 'master'

spell add default category

See merge request dungeonslayers/ds4!49
This commit is contained in:
Oliver Rümpelein 2021-01-10 21:32:29 +01:00
commit e743461ec7
3 changed files with 3 additions and 0 deletions

View file

@ -92,6 +92,7 @@
"DS4.SpellCategoryMindAffecting": "Geistensbeeinflussend", "DS4.SpellCategoryMindAffecting": "Geistensbeeinflussend",
"DS4.SpellCategoryElectricity": "Elektrizität", "DS4.SpellCategoryElectricity": "Elektrizität",
"DS4.SpellCategoryNone": "Keine", "DS4.SpellCategoryNone": "Keine",
"DS4.SpellCategoryUnset": "Nicht gesetzt",
"DS4.SpellBonus": "Zauberbonus", "DS4.SpellBonus": "Zauberbonus",
"DS4.SpellBonusAbbr": "ZB", "DS4.SpellBonusAbbr": "ZB",
"DS4.SpellMaxDistance": "Reichweite", "DS4.SpellMaxDistance": "Reichweite",

View file

@ -92,6 +92,7 @@
"DS4.SpellCategoryMindAffecting": "Mind Affecting", "DS4.SpellCategoryMindAffecting": "Mind Affecting",
"DS4.SpellCategoryElectricity": "Electricity", "DS4.SpellCategoryElectricity": "Electricity",
"DS4.SpellCategoryNone": "None", "DS4.SpellCategoryNone": "None",
"DS4.SpellCategoryUnset": "Unset",
"DS4.SpellBonus": "Spell Bonus", "DS4.SpellBonus": "Spell Bonus",
"DS4.SpellBonusAbbr": "SB", "DS4.SpellBonusAbbr": "SB",
"DS4.SpellMaxDistance": "Range", "DS4.SpellMaxDistance": "Range",

View file

@ -119,6 +119,7 @@ export const DS4 = {
mindAffecting: "DS4.SpellCategoryMindAffecting", mindAffecting: "DS4.SpellCategoryMindAffecting",
electricity: "DS4.SpellCategoryElectricity", electricity: "DS4.SpellCategoryElectricity",
none: "DS4.SpellCategoryNone", none: "DS4.SpellCategoryNone",
unset: "DS4.SpellCategoryUnset",
}, },
/** /**