9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/snow-clutter.json
Brian Fopiano f890a65e83 Loot redux
2021-07-01 17:06:14 -07:00

23 lines
457 B
JSON

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