9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/loot/snow-clutter.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

40 lines
839 B
JSON

{
"name": "Snow Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"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"
}
]
}