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
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04: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"
}
]
}