9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/loot/snow-clutter.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
839 B
JSON

{
"name": "Snow Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"loot": [
{
"type": "snowball",
"maxAmount": 9,
"slotTypes": "STORAGE"
},
{
"type": "packed_ice",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "blue_ice",
"maxAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "ice",
"maxAmount": 2,
"slotTypes": "STORAGE"
},
{
"type": "white_stained_glass",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "soul_torch",
"maxAmount": 3,
"slotTypes": "STORAGE"
}
]
}