diff --git a/src/lang/de.json b/src/lang/de.json index 6639e01a..5c675015 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -92,6 +92,7 @@ "DS4.SpellCategoryMindAffecting": "Geistensbeeinflussend", "DS4.SpellCategoryElectricity": "Elektrizität", "DS4.SpellCategoryNone": "Keine", + "DS4.SpellCategoryUnset": "Nicht gesetzt", "DS4.SpellBonus": "Zauberbonus", "DS4.SpellBonusAbbr": "ZB", "DS4.SpellMaxDistance": "Reichweite", diff --git a/src/lang/en.json b/src/lang/en.json index a7044a3a..8ae1f6f8 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -92,6 +92,7 @@ "DS4.SpellCategoryMindAffecting": "Mind Affecting", "DS4.SpellCategoryElectricity": "Electricity", "DS4.SpellCategoryNone": "None", + "DS4.SpellCategoryUnset": "Unset", "DS4.SpellBonus": "Spell Bonus", "DS4.SpellBonusAbbr": "SB", "DS4.SpellMaxDistance": "Range", diff --git a/src/module/config.ts b/src/module/config.ts index f567183b..2c9514ef 100644 --- a/src/module/config.ts +++ b/src/module/config.ts @@ -119,6 +119,7 @@ export const DS4 = { mindAffecting: "DS4.SpellCategoryMindAffecting", electricity: "DS4.SpellCategoryElectricity", none: "DS4.SpellCategoryNone", + unset: "DS4.SpellCategoryUnset", }, /**