Skip to content

Commit

Permalink
fix dialogs, add some missing info
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 27, 2024
1 parent 5747676 commit 00d62e8
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion 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": 1727432632206,
"savedAt": 1727433474837,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -94866,6 +94866,35 @@
"isHeavy": true,
"binds": true,
"tellsBind": true
},
{
"_id": "0192330e-2ca5-733f-a746-f7da9a14423d",
"sprite": 17,
"quality": 0,
"name": "Enjan Arcanist Upgrade",
"itemClass": "Rock",
"maxUpgrades": 0,
"value": 100,
"sellValue": 0,
"desc": "an upgrade material for a Crypt Thing sash",
"damageClass": "physical",
"stats": {
"mpregen": 2
},
"randomStats": {},
"type": "martial",
"trait": {
"level": 0
},
"randomTrait": {
"name": [],
"level": {
"min": 0,
"max": 0
}
},
"canUpgradeWith": true,
"isSackable": true
}
],
"drops": [
Expand Down

0 comments on commit 00d62e8

Please sign in to comment.