9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/overworld/loot/temperate-clutter.json
Daniel Mills 9b1cd2bb73 More loot
2020-08-21 12:42:31 -04:00

24 lines
495 B
JSON

{
"name": "Temperate Clutter",
"rarity": 4,
"loot": [
{
"type": "OAK_PLANKS",
"maxAmount": 3,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "STICK",
"maxAmount": 4,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "OAK_WOOD",
"maxAmount": 3,
"rarity": 12,
"slotTypes": "STORAGE"
}
]
}