From 0bf0bef48bae47b38c3a30e750b9df247cf27ffd Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Thu, 12 Sep 2024 10:10:34 -0500 Subject: [PATCH] fix skill types --- mods/BaseGameContent.rairmod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mods/BaseGameContent.rairmod b/mods/BaseGameContent.rairmod index fbc695b..55f0d59 100644 --- a/mods/BaseGameContent.rairmod +++ b/mods/BaseGameContent.rairmod @@ -3,7 +3,7 @@ "name": "BaseGameContent", "author": "Seiyria", "version": 1, - "savedAt": 1726147106785 + "savedAt": 1726148003604 }, "npcs": [ { @@ -89445,7 +89445,7 @@ "damageClass": "physical", "stats": {}, "randomStats": {}, - "type": "Mace", + "type": "mace", "trait": { "level": 0 }, @@ -89486,7 +89486,7 @@ "damageClass": "physical", "stats": {}, "randomStats": {}, - "type": "Shortsword", + "type": "shortsword", "trait": { "level": 0 }, @@ -89527,7 +89527,7 @@ "damageClass": "physical", "stats": {}, "randomStats": {}, - "type": "Sword", + "type": "sword", "trait": { "level": 0 }, @@ -89568,8 +89568,8 @@ "damageClass": "physical", "stats": {}, "randomStats": {}, - "type": "Polearm", - "secondaryType": "Twohanded", + "type": "polearm", + "secondaryType": "twohanded", "trait": { "level": 0 }, @@ -89611,7 +89611,7 @@ "damageClass": "physical", "stats": {}, "randomStats": {}, - "type": "Dagger", + "type": "dagger", "trait": { "level": 0 }, @@ -89653,8 +89653,8 @@ "damageClass": "physical", "stats": {}, "randomStats": {}, - "type": "Twohanded", - "secondaryType": null, + "type": "twohanded", + "secondaryType": "sword", "trait": { "level": 0 },