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

101 lines
2.1 KiB
JSON

{
"dependencies": [
"Croptopia1"
],
"tasks": {
"calamari": {
"type": "heracles:item",
"item": "croptopia:calamari",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"glowcalamari": {
"type": "heracles:item",
"item": "croptopia:glowing_calamari",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"squids1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "croptopia:calamari",
"count": 4
},
"type": "heracles:item"
},
"squids2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:ink_sac",
"count": 8
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Unlike other seafood, calamari must be obtained by killing /3/squids/3/ and glowing calamari is obtained by killing /b/glowsquids/b/"
],
"groups": {
"Farmer O' Worlds": {
"position": [
49,
75
]
}
},
"icon": {
"item": {
"id": "croptopia:calamari",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Squids"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}