9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/loot/temperate-food.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

30 lines
628 B
JSON

{
"name": "Temperate Food",
"rarity": 2,
"loot": [
{
"type": "BREAD",
"maxAmount": 2,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "WHEAT",
"maxAmount": 7,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "CARROT",
"maxAmount": 7,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "WHEAT_SEEDS",
"maxAmount": 7,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}