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

201 lines
4.3 KiB
JSON

{
"dependencies": [
"The Fish"
],
"tasks": {
"ndgs": {
"type": "heracles:item",
"item": "netherdepthsupgrade:grilled_soulsucker",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndgb": {
"type": "heracles:item",
"item": "netherdepthsupgrade:grilled_blazefish",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndgg": {
"type": "heracles:item",
"item": "netherdepthsupgrade:grilled_glowdine",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndglp": {
"type": "heracles:item",
"item": "netherdepthsupgrade:grilled_lava_pufferfish",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndgmcf": {
"type": "heracles:item",
"item": "netherdepthsupgrade:grilled_magmacubefish",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndgsc": {
"type": "heracles:item",
"item": "netherdepthsupgrade:grilled_searing_cod",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndgo": {
"type": "heracles:item",
"item": "netherdepthsupgrade:grilled_obsidianfish",
"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:sweet_berries",
"count": 2
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:bowl",
"count": 2
},
"type": "heracles:item"
},
"3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:cabbage",
"count": 2
},
"type": "heracles:item"
},
"4": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:onion",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Grilled fish dishes are a highly nourishing way of preparing your fish"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-540,
110
]
}
},
"icon": {
"item": {
"id": "netherdepthsupgrade:grilled_searing_cod",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Grilled Fish"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}