Skip to content

Commit

Permalink
bind the Good Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 21, 2024
1 parent 7de34f1 commit 796fe38
Showing 1 changed file with 73 additions and 3 deletions.
76 changes: 73 additions & 3 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": 1726852751443
"savedAt": 1726881477583
},
"npcs": [
{
Expand Down Expand Up @@ -82645,7 +82645,8 @@
},
"extendedDesc": "",
"isSackable": true,
"ounces": 1
"ounces": 1,
"binds": true
},
{
"_id": "0191960e-ba7a-7002-a501-264859eb0141",
Expand Down Expand Up @@ -94178,7 +94179,76 @@
"attackRange": 2,
"offhand": true,
"returnsOnThrow": true,
"extendedDesc": "an item that makes you unkillable"
"extendedDesc": "an item that makes you unkillable",
"binds": true
},
{
"_id": "0192121a-fef7-777a-95e8-52ad21467876",
"sprite": 407,
"quality": 0,
"name": "Silver Pile (500)",
"itemClass": "Bottle",
"maxUpgrades": 0,
"value": 2,
"sellValue": 0,
"desc": "a pile of silver coins",
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "martial",
"trait": {
"level": 0
},
"randomTrait": {
"name": [],
"level": {
"min": 0,
"max": 0
}
},
"useEffect": {
"name": "GainSilver",
"potency": 500,
"duration": 0
},
"extendedDesc": "",
"isSackable": true,
"ounces": 1,
"binds": true
},
{
"_id": "0192121b-38d4-777a-95eb-11099bd6c87a",
"sprite": 407,
"quality": 0,
"name": "Silver Pile (1000)",
"itemClass": "Bottle",
"maxUpgrades": 0,
"value": 2,
"sellValue": 0,
"desc": "a pile of silver coins",
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "martial",
"trait": {
"level": 0
},
"randomTrait": {
"name": [],
"level": {
"min": 0,
"max": 0
}
},
"useEffect": {
"name": "GainSilver",
"potency": 1000,
"duration": 0
},
"extendedDesc": "",
"isSackable": true,
"ounces": 1,
"binds": true
}
],
"drops": [
Expand Down

0 comments on commit 796fe38

Please sign in to comment.