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

157 lines
3.3 KiB
JSON

{
"dependencies": [
"Croptopia1"
],
"tasks": {
"ci": {
"type": "heracles:item",
"item": "croptopia:mango_ice_cream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ci1": {
"type": "heracles:item",
"item": "croptopia:strawberry_ice_cream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ci0": {
"type": "heracles:item",
"item": "croptopia:pecan_ice_cream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ci3": {
"type": "heracles:item",
"item": "croptopia:rum_raisin_ice_cream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ci2": {
"type": "heracles:item",
"item": "croptopia:vanilla_ice_cream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ci4": {
"type": "heracles:item",
"item": "croptopia:chocolate_ice_cream",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"icream2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "croptopia:milk_bottle",
"count": 8
},
"type": "heracles:item"
},
"icream1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:sugar",
"count": 8
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"The /9/ULTIMATE/9/ summer treat, nothing beats a good ice cream when it's hot"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-50,
250
]
}
},
"icon": {
"item": {
"id": "croptopia:strawberry_ice_cream",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Ice Creams"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}