9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/loot/temperate-food.json
Brian Fopiano f890a65e83 Loot redux
2021-07-01 17:06:14 -07:00

28 lines
568 B
JSON

{
"name": "Temperate Food",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"loot": [
{
"type": "bread",
"maxAmount": 2,
"slotTypes": "STORAGE"
},
{
"type": "wheat",
"maxAmount": 4,
"slotTypes": "STORAGE"
},
{
"type": "carrot",
"maxAmount": 2,
"slotTypes": "STORAGE"
},
{
"type": "wheat_seeds",
"maxAmount": 2,
"slotTypes": "STORAGE"
}
]
}