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

132 lines
2.8 KiB
JSON

{
"dependencies": [
"Farmer's Delight"
],
"tasks": {
"fdmj": {
"type": "heracles:item",
"item": "farmersdelight:melon_juice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdmb": {
"type": "heracles:item",
"item": "farmersdelight:milk_bottle",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdhc": {
"type": "heracles:item",
"item": "farmersdelight:hot_cocoa",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdac": {
"type": "heracles:item",
"item": "farmersdelight:apple_cider",
"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:glass_bottle",
"count": 2
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:melon_slice",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"These drinks provides a minor buff, like some kind of simpler potion",
"<br/>",
"<br/>",
"Milk bottles allow to quadruple how much food you can make with a bucket of milk, while clearing an effect"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-365,
100
]
}
},
"icon": {
"item": {
"id": "farmersdelight:hot_cocoa",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Drinks"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}