Skip to content

Commit

Permalink
fix skill types
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 12, 2024
1 parent 4e2acf6 commit 0bf0bef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mods/BaseGameContent.rairmod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BaseGameContent",
"author": "Seiyria",
"version": 1,
"savedAt": 1726147106785
"savedAt": 1726148003604
},
"npcs": [
{
Expand Down Expand Up @@ -89445,7 +89445,7 @@
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "Mace",
"type": "mace",
"trait": {
"level": 0
},
Expand Down Expand Up @@ -89486,7 +89486,7 @@
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "Shortsword",
"type": "shortsword",
"trait": {
"level": 0
},
Expand Down Expand Up @@ -89527,7 +89527,7 @@
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "Sword",
"type": "sword",
"trait": {
"level": 0
},
Expand Down Expand Up @@ -89568,8 +89568,8 @@
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "Polearm",
"secondaryType": "Twohanded",
"type": "polearm",
"secondaryType": "twohanded",
"trait": {
"level": 0
},
Expand Down Expand Up @@ -89611,7 +89611,7 @@
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "Dagger",
"type": "dagger",
"trait": {
"level": 0
},
Expand Down Expand Up @@ -89653,8 +89653,8 @@
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "Twohanded",
"secondaryType": null,
"type": "twohanded",
"secondaryType": "sword",
"trait": {
"level": 0
},
Expand Down

0 comments on commit 0bf0bef

Please sign in to comment.