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

87 lines
1.7 KiB
JSON

{
"dependencies": [
"Tiki Bar"
],
"tasks": {
"bpsc": {
"type": "heracles:item",
"item": "beachparty:sweetberries_cocktail",
"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": 4
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:sweet_berries",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"This drink will give you 45 seconds of absorption"
],
"groups": {
"Farmer O' Worlds": {
"position": [
160,
-290
]
}
},
"icon": {
"item": {
"id": "beachparty:sweetberries_cocktail",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Sweetberry Cocktail"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}