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

79 lines
1.5 KiB
JSON

{
"dependencies": [
"gaia"
],
"tasks": {
"botania_trophy": {
"title": "Botania 100%",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"type": "heracles:check"
}
},
"rewards": {
"trophy": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "trofers:medium_pillar",
"count": 1,
"nbt": {
"BlockEntityTag": {
"Trophy": "trofers:botania"
}
}
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"translate": "Complete all quests to obtain the trophy!"
},
"description": [
"<h2>&&eComplete all quests to obtain the trophy!</h2>"
],
"groups": {
"Botania": {
"position": [
200,
-12
]
}
},
"icon": {
"item": {
"id": "trofers:medium_pillar",
"count": 1,
"nbt": {
"BlockEntityTag": {
"Trophy": "trofers:botania"
}
}
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Botania 100%"
}
},
"settings": {
"unlockNotification": true,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}