AOF7-Vocality/config/heracles/quests/adastra/The Rocket.json
2024-02-20 18:35:48 -06:00

56 lines
1.2 KiB
JSON

{
"dependencies": [
"Preparing the Rocket"
],
"tasks": {
"aart1": {
"type": "heracles:item",
"item": "ad_astra:tier_1_rocket",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {},
"display": {
"subtitle": {
"text": ""
},
"description": [
"This will be your means of galactic transportation, once the rocket is made and in place you will still have a couple more tasks before you are ready for takeoff"
],
"groups": {
"Ad Astra": {
"position": [
170,
-50
]
}
},
"icon": {
"item": {
"id": "ad_astra:tier_1_rocket",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "The Rocket"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}