AOF7-Vocality/config/heracles/quests/farmeroworlds/Pies and Cakes.json
2024-02-20 18:35:48 -06:00

185 lines
4.1 KiB
JSON

{
"dependencies": [
"Farmer's Delight"
],
"tasks": {
"fdsc": {
"type": "heracles:item",
"item": "farmersdelight:sweet_berry_cheesecake",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdcs": {
"type": "heracles:item",
"item": "farmersdelight:cake_slice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdap": {
"type": "heracles:item",
"item": "farmersdelight:apple_pie",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdcp": {
"type": "heracles:item",
"item": "farmersdelight:chocolate_pie",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdcps": {
"type": "heracles:item",
"item": "farmersdelight:chocolate_pie_slice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdscs": {
"type": "heracles:item",
"item": "farmersdelight:sweet_berry_cheesecake_slice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdaps": {
"type": "heracles:item",
"item": "farmersdelight:apple_pie_slice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdpc": {
"type": "heracles:item",
"item": "farmersdelight:pie_crust",
"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:apple",
"count": 3
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:pie_crust",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"To make pies you will first need a pie crust, pies can be placed and eaten like regular cake or they can be cut in a cutting board with a knife, regular cake can also be cut"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-390,
50
]
}
},
"icon": {
"item": {
"id": "farmersdelight:chocolate_pie",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Pies and Cakes"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}