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
2021-05-08 18:40:33 -03:00

24 lines
492 B
JSON

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