AOF7-Vocality/config/heracles/quests/farmeroworlds/Roast Chicken.json
2024-02-20 18:35:48 -06:00

131 lines
2.6 KiB
JSON

{
"dependencies": [
"Feasts for a King"
],
"tasks": {
"fdrc": {
"type": "heracles:item",
"item": "farmersdelight:roast_chicken_block",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdrcb": {
"type": "heracles:item",
"item": "farmersdelight:roast_chicken",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:cooked_chicken",
"count": 1
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:egg",
"count": 2
},
"type": "heracles:item"
},
"3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:potato",
"count": 4
},
"type": "heracles:item"
},
"4": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:bowl",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Can fill up to 4 bowls"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-465,
-85
]
}
},
"icon": {
"item": {
"id": "farmersdelight:roast_chicken_block",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Roast Chicken"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}