Skip to content

Commit

Permalink
add silver pile
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 27, 2024
1 parent bf40c59 commit e001c01
Showing 1 changed file with 115 additions and 1 deletion.
116 changes: 115 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": 1724766639984
"savedAt": 1724793498855
},
"npcs": [
{
Expand Down Expand Up @@ -87670,6 +87670,39 @@
"type": "martial",
"stats": {},
"isSackable": true
},
{
"_id": "01919590-e763-7aa7-bcde-0da2f09f7686",
"sprite": 1058,
"quality": 0,
"name": "Silver Pile",
"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": 100,
"duration": 0
},
"extendedDesc": "",
"isSackable": true,
"ounces": 1
}
],
"drops": [
Expand Down Expand Up @@ -2163817,6 +2163850,87 @@
"mode": "autoActivate"
},
"_id": "01917b2f-3ecb-7bbd-a9b9-18bae57279a1"
},
{
"_id": "0191958e-ac33-7aa7-bcdd-f75f38a97eaa",
"_hasSpell": false,
"_hasTrait": false,
"_hasEffect": true,
"_hasMacro": false,
"name": "GainSilver",
"_gameId": "GainSilver",
"all": {
"desc": "Gain silver based on the potency of the item effect.",
"icon": "receive-money",
"color": "",
"bgColor": ""
},
"effect": {
"tooltip": {
"name": "",
"color": "",
"bgColor": "",
"desc": ""
},
"effect": {
"type": "useonly",
"duration": 0,
"extra": {
"potency": 100,
"canRemove": false,
"unique": true,
"doesTick": false,
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
}
},
"effectMeta": {}
},
"macro": {
"name": "",
"macro": "",
"color": "",
"bgColor": "",
"key": "",
"tooltipDesc": "",
"isDefault": false
},
"spell": {
"spellName": "",
"maxSkillForGain": 0,
"mpCost": 0,
"castTime": 0,
"cooldown": 0,
"potencyMultiplier": 1,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
"willSavePercent": 0,
"skillMultiplierChanges": [
[
0,
1
]
],
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": []
}
},
"trait": {
"name": "",
"desc": "",
"borderColor": "",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 0,
"statsGiven": {}
}
}
],
"traitTrees": [
Expand Down

0 comments on commit e001c01

Please sign in to comment.