9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/loot/snow-clutter.json
Brian Fopiano f67c981d88 dwa
2021-07-06 02:30:49 -07:00

39 lines
838 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"
}
]
}