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

173 lines
3.6 KiB
JSON

{
"dependencies": [
"Mini Fridge"
],
"tasks": {
"bpcacp": {
"type": "heracles:item",
"item": "beachparty:icecream_cactus",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpcp": {
"type": "heracles:item",
"item": "beachparty:icecream_coconut",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpsic": {
"type": "heracles:item",
"item": "beachparty:icecream_sweetberries",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpcic": {
"type": "heracles:item",
"item": "beachparty:icecream_chocolate",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpmp": {
"type": "heracles:item",
"item": "beachparty:icecream_melon",
"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": 12
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "beachparty:coconut_open",
"count": 2
},
"type": "heracles:item"
},
"3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:melon_slice",
"count": 2
},
"type": "heracles:item"
},
"4": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:cactus",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Popsicles and ice cream are made in the mini fridge with ice and a second ingredient"
],
"groups": {
"Farmer O' Worlds": {
"position": [
100,
-380
]
}
},
"icon": {
"item": {
"id": "beachparty:icecream_coconut",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Popsicles and Ice Cream"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}