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

101 lines
2.0 KiB
JSON

{
"dependencies": [
"The Keg"
],
"tasks": {
"bcdn": {
"type": "heracles:item",
"item": "brewinandchewin:dread_nog",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bcsts": {
"type": "heracles:item",
"item": "brewinandchewin:steel_toe_stout",
"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:iron_ingot",
"count": 2
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:wheat",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"A collection of drinks made with a frigid keg"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-735,
-90
]
}
},
"icon": {
"item": {
"id": "brewinandchewin:steel_toe_stout",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Frigid Drinks"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}