Merge branch '48-add-spell-category-none' into 'master'
add spell category none Closes #48 See merge request dungeonslayers/ds4!48
This commit is contained in:
commit
bca31af08a
3 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
||||||
"DS4.SpellCategoryDarkness": "Schatten",
|
"DS4.SpellCategoryDarkness": "Schatten",
|
||||||
"DS4.SpellCategoryMindAffecting": "Geistensbeeinflussend",
|
"DS4.SpellCategoryMindAffecting": "Geistensbeeinflussend",
|
||||||
"DS4.SpellCategoryElectricity": "Elektrizität",
|
"DS4.SpellCategoryElectricity": "Elektrizität",
|
||||||
|
"DS4.SpellCategoryNone": "Keine",
|
||||||
"DS4.SpellBonus": "Zauberbonus",
|
"DS4.SpellBonus": "Zauberbonus",
|
||||||
"DS4.SpellBonusAbbr": "ZB",
|
"DS4.SpellBonusAbbr": "ZB",
|
||||||
"DS4.SpellMaxDistance": "Reichweite",
|
"DS4.SpellMaxDistance": "Reichweite",
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
"DS4.SpellCategoryDarkness": "Darkness",
|
"DS4.SpellCategoryDarkness": "Darkness",
|
||||||
"DS4.SpellCategoryMindAffecting": "Mind Affecting",
|
"DS4.SpellCategoryMindAffecting": "Mind Affecting",
|
||||||
"DS4.SpellCategoryElectricity": "Electricity",
|
"DS4.SpellCategoryElectricity": "Electricity",
|
||||||
|
"DS4.SpellCategoryNone": "None",
|
||||||
"DS4.SpellBonus": "Spell Bonus",
|
"DS4.SpellBonus": "Spell Bonus",
|
||||||
"DS4.SpellBonusAbbr": "SB",
|
"DS4.SpellBonusAbbr": "SB",
|
||||||
"DS4.SpellMaxDistance": "Range",
|
"DS4.SpellMaxDistance": "Range",
|
||||||
|
|
|
@ -118,6 +118,7 @@ export const DS4 = {
|
||||||
darkness: "DS4.SpellCategoryDarkness",
|
darkness: "DS4.SpellCategoryDarkness",
|
||||||
mindAffecting: "DS4.SpellCategoryMindAffecting",
|
mindAffecting: "DS4.SpellCategoryMindAffecting",
|
||||||
electricity: "DS4.SpellCategoryElectricity",
|
electricity: "DS4.SpellCategoryElectricity",
|
||||||
|
none: "DS4.SpellCategoryNone",
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue