9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/loot/cold-food.json
Brian Fopiano bf4900dfd3 More LOOT
2020-09-04 01:50:47 -07:00

36 lines
786 B
JSON

{
"name": "Cold Food",
"rarity": 2,
"loot": [
{
"type": "RABBIT_STEW",
"maxAmount": 1,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "POTATO",
"maxAmount": 7,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "WHEAT_SEEDS",
"maxAmount": 7,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "POISONOUS_POTATO",
"maxAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "SWEET_BERRIES",
"maxAmount": 4,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}