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

91 lines
2.1 KiB
JSON

{
"dependencies": [
"the_lategame_age"
],
"tasks": {
"heat_exchanger_task": {
"type": "heracles:item",
"item": "modern_industrialization:heat_exchanger",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"heat_exchanger_reward_2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "modern_industrialization:frostproof_machine_casing",
"count": 6
},
"type": "heracles:item"
},
"heat_exchanger_reward_1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "modern_industrialization:heatproof_machine_casing",
"count": 6
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"<hr/>",
"# Heat Exchanger",
"<br/>",
" You can use the /b/Heat Exchanger/b/ to, well, exchange heat. You can recover the /b/High Pressure Water/b/ to be used for another cycle. Remember that pressurizing water into High Pressure water costs a lot of energy, but the turbine wont necessarily give it back.",
"<hr/>"
],
"groups": {
"Modern Industrialization": {
"position": [
1090,
-122
]
}
},
"icon": {
"item": {
"id": "modern_industrialization:heat_exchanger",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Heat Exchanger"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}