9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/loot/temperate-food.json
Brian Fopiano 4dd9a86eaf JK
This reverts commit bf4900dfd3.
2020-09-04 02:03:30 -07: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"
}
]
}