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

129 lines
2.7 KiB
JSON

{
"dependencies": [
"Farmer's Delight"
],
"tasks": {
"fdsc": {
"type": "heracles:item",
"item": "farmersdelight:sweet_berry_cookie",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdgc": {
"type": "heracles:item",
"item": "farmersdelight:glow_berry_custard",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdhc": {
"type": "heracles:item",
"item": "farmersdelight:honey_cookie",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdmp": {
"type": "heracles:item",
"item": "farmersdelight:melon_popsicle",
"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:sugar",
"count": 4
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:milk_bottle",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"A collection of miscellaneous sweet foods"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-340,
100
]
}
},
"icon": {
"item": {
"id": "farmersdelight:honey_cookie",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Other Sweet Foods"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}