9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/stronghold/library.json
Brian Fopiano 4d7403f685 New command added to iris
/iris std beautify <project>
or just 
/iris std beautify
while in a proj
2021-07-05 02:22:24 -07:00

40 lines
850 B
JSON

{
"name": "Library",
"rarity": 1,
"minPicked": 5,
"loot": [
{
"type": "paper",
"maxAmount": 12,
"minAmount": 1,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "book_and_quill",
"maxAmount": 1,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "inc_sac",
"maxAmount": 5,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "feather",
"maxamount": 16,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "iron_nugget",
"maxamount": 9,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
}
]
}