9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/temperate-clutter.json
RaydenKonig 12d81cde64 update overworld v2.2
a lot of changes
2021-05-08 18:03:42 -03:00

30 lines
636 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"
},
{
"type": "diamond",
"maxAmount": 3,
"rarity": 72,
"slotTypes": "STORAGE"
}
]
}