From 61098b31d64ab3ecdab537c0b99c1b1d79359e23 Mon Sep 17 00:00:00 2001 From: Siegfried Krug Date: Sun, 10 Jan 2021 21:18:33 +0100 Subject: [PATCH] spell add default category --- src/lang/de.json | 1 + src/lang/en.json | 1 + src/module/config.ts | 1 + 3 files changed, 3 insertions(+) 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", }, /**