9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/loot/snow-clutter.json
Brian Fopiano bf4900dfd3 More LOOT
2020-09-04 01:50:47 -07:00

24 lines
492 B
JSON

{
"name": "Snow Clutter",
"rarity": 2,
"loot": [
{
"type": "SNOWBALL",
"maxAmount": 9,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "PACKED_ICE",
"maxAmount": 3,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "BLUE_ICE",
"maxAmount": 2,
"rarity": 5,
"slotTypes": "STORAGE"
}
]
}