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

160 lines
3.3 KiB
JSON

{
"dependencies": [
"Mini Fridge"
],
"tasks": {
"bpcs": {
"type": "heracles:item",
"item": "beachparty:chocolate_icecream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpss": {
"type": "heracles:item",
"item": "beachparty:sweetberry_icecream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpcs0": {
"type": "heracles:item",
"item": "beachparty:coconut_icecream",
"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:ice",
"count": 8
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:snowball",
"count": 24
},
"type": "heracles:item"
},
"3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:sweet_berries",
"count": 2
},
"type": "heracles:item"
},
"4": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:cocoa_beans",
"count": 4
},
"type": "heracles:item"
},
"5": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "beachparty:coconut_open",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Sundaes are made in the mini fridge by combining snow and a second ingredient"
],
"groups": {
"Farmer O' Worlds": {
"position": [
160,
-380
]
}
},
"icon": {
"item": {
"id": "beachparty:chocolate_icecream",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Sundae"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}