9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/loot/temperate-food.json
Brian Fopiano 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

31 lines
648 B
JSON

{
"name": "Temperate Food",
"rarity": 2,
"minPicked": 1,
"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"
}
]
}