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

100 lines
2.2 KiB
JSON

{
"dependencies": [
"Bakery"
],
"tasks": {
"bcb": {
"type": "heracles:item",
"item": "bakery:chocolate_box",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bct": {
"type": "heracles:item",
"item": "bakery:chocolate_truffle",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bcs": {
"type": "heracles:item",
"item": "bakery:chocolate_jam",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"chocotruff1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:cocoa_beans",
"count": 8
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Chocolate truffles are quite versatile, they can be eaten, used to cook other things or used to make a chocolate box, the chocolate box can be used as a decoration and you can eat from it by just clicking"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-230,
-190
]
}
},
"icon": {
"item": {
"id": "bakery:chocolate_truffle",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Chocolate Truffle"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}