mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "Hot Food",
|
|
"rarity": 2,
|
|
"loot": [
|
|
{
|
|
"type": "rotten_flesh",
|
|
"maxAmount": 3,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "dried_kelp",
|
|
"maxAmount": 6,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |