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

133 lines
2.7 KiB
JSON

{
"dependencies": [
"Croptopia1"
],
"tasks": {
"ch0": {
"type": "heracles:item",
"item": "croptopia:cheeseburger",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ch": {
"type": "heracles:item",
"item": "croptopia:hamburger",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ch1": {
"type": "heracles:item",
"item": "croptopia:tofuburger",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"hamburger1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:minced_beef",
"count": 4
},
"type": "heracles:item"
},
"hamburgers3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:bread",
"count": 8
},
"type": "heracles:item"
},
"hamburgers2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "ad_astra:cheese",
"count": 4
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Possibly the most famous American food",
" ",
" ",
"(For legal reasons we won't consider them a sandwich)"
],
"groups": {
"Farmer O' Worlds": {
"position": [
100,
250
]
}
},
"icon": {
"item": {
"id": "croptopia:hamburger",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Hamburgers"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}