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

71 lines
2.3 KiB
JSON

{
"dependencies": [
"infinite_resources"
],
"tasks": {
"steel_hatches_task_3": {
"type": "heracles:item",
"amount": 1,
"collection": "AUTOMATIC",
"item": "modern_industrialization:steel_item_output_hatch"
},
"steel_hatches_task_2": {
"type": "heracles:item",
"amount": 1,
"collection": "AUTOMATIC",
"item": "modern_industrialization:steel_item_input_hatch"
},
"steel_hatches_task_1": {
"type": "heracles:item",
"amount": 1,
"collection": "AUTOMATIC",
"item": "modern_industrialization:steel_fluid_input_hatch"
}
},
"rewards": {
"steel_hatches_reward_1": {
"item": {
"id": "modern_industrialization:steel_fluid_output_hatch",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"<hr/>",
"# Steel Hatches",
"<br/>",
" /b/Steel Hatches/b/ have double the capacity of bronze hatches, increasing one inventory slot to 2, and increasing a multiblock's max steam usage rate from 2 EU/t to 4 EU/t. As long as there is a single steel fluid input hatch receiving steam, your entire mutliblock is upgraded to a \"steel tier.\"",
"<br/>",
" Allowing multiblocks to use 4 EU/t means exactly what you think it does, it doubles the top speed of the processes.",
"<br/>",
" A steel boiler will produce twice as much steam as a bronze one. That means it will max out at --16 EU/t-- instead of 8. The steel water pump will also produce twice as much water as it's bronze counterpart, so a max of 1/4th bucket of water from every adjacent source of water for up to 2 buckets of water every 5 seconds.",
"<hr/>"
],
"groups": {
"Modern Industrialization": {
"position": [
450,
-100
]
}
},
"icon": {
"item": "modern_industrialization:steel_item_input_hatch",
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Steel Hatches"
}
},
"settings": {
"individual_progress": false,
"hidden": false,
"unlockNotification": false
}
}