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

81 lines
1.6 KiB
JSON

{
"dependencies": [
"Replicator",
"Quantum Gear",
"plasma_turbine"
],
"tasks": {
"mi_trophy": {
"title": "Modern Industrialization 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:modernindustrialization"
}
}
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"translate": "Complete all quests to obtain the trophy!"
},
"description": [
""
],
"groups": {
"Modern Industrialization": {
"position": [
1484,
-52
]
}
},
"icon": {
"item": {
"id": "trofers:medium_pillar",
"count": 1,
"nbt": {
"BlockEntityTag": {
"Trophy": "trofers:modernindustrialization"
}
}
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Modern Industrialization 100%"
}
},
"settings": {
"unlockNotification": true,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}