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

76 lines
1.7 KiB
JSON

{
"dependencies": [
"nuclear_reactor"
],
"tasks": {
"nuke_task": {
"type": "heracles:item",
"item": "modern_industrialization:nuke",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"nuke_reward": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "modern_industrialization:plutonium_ingot",
"count": 8
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"<hr/>",
"# Nuke",
"<br/>",
" Before you even ask, the answer is no. These /b/nukes/b/ do --not-- explode. These are nukes without it's detonator. These are used explicitly for use in the /b/Implosion Compressor/b/.",
"<hr/>"
],
"groups": {
"Modern Industrialization": {
"position": [
1337,
17
]
}
},
"icon": {
"item": {
"id": "modern_industrialization:nuke",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Legalized Nuclear Bomb"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}