2 Commits

Author SHA1 Message Date
fad7a690ae Describe Nuclear Reactor in guide 2025-11-28 19:45:38 +01:00
60717d8ec1 Describe Miner in guide 2025-11-28 19:45:30 +01:00
5 changed files with 72 additions and 0 deletions

View File

@@ -588,6 +588,78 @@ local pages={
<left>||Picture 1. Mass Fabricator producing <item name="industrialtest:uu_matter" height="{{ITEM_HEIGHT}}"> <b>UU-Matter</b> from <item name="industrialtest:scrap" height="{{ITEM_HEIGHT}}"> <b>Scrap</b>.||</left>
]]
}
},
{
name="miner",
title=S("Miner"),
icon="industrialtest:miner",
content={
[[
<big>||Miner||</big>
<left>
||Miner when placed on ground will use drill and <item name="industrialtest:mining_pipe" height="{{ITEM_HEIGHT}}"> <b>Mining Pipe</b> put in appropriate slots to dig below it. Besides that one can put <item name="industrialtest:ov_scanner" height="{{ITEM_HEIGHT}}"> <b>OV Scanner</b> or <item name="industrialtest:od_scanner" height="{{ITEM_HEIGHT}}"> <b>OD Scanner</b> to increase horizontal range of digging.||
</left>
]],
createMachineInformationTable({
{
name="inputVoltage",
value="LV"
},
{
name="powerCapacity",
value=string.format("%d EU",industrialtest.Miner.capacity)
},
{
name="opPower",
value=string.format("%d EU",industrialtest.Miner._opPower)
},
{
name="Power per scanner operation",
value=string.format("%d EU",industrialtest.Miner._scannerOpPower)
}
},S("Miner")),
[[
<img name="industrialtest_guide_miner_formspec.png" width="{{IMAGE_WIDTH}}">
<left>||Picture 1. Miner formspec with <item name="industrialtest:electric_drill" height="{{ITEM_HEIGHT}}"> <b>Electric Drill</b> and <item name="industrialtest:mining_pipe" height="{{ITEM_HEIGHT}}"> <b>Mining Pipe</b>.||</left>
<mono>
</mono>
<img name="industrialtest_guide_miner_digging.png">
<left>||Picture 2. Miner digging.||</left>
]]
}
},
{
name="nuclearReactor",
title=S("Nuclear Reactor"),
icon="industrialtest:nuclear_reactor",
content={
[[
<big>||Nuclear Reactor||</big>
<left>
||Nuclear Reactor produces energy via fission of <item name="industrialtest:uranium_cell" height="{{ITEM_HEIGHT}}"> <b>Uranium Cell</b>. It needs to be cooled using <item name="industrialtest:coolant_cell" height="{{ITEM_HEIGHT}}"> <b>Coolant Cell</b> or otherwise after keeping too much heat it will explode. The amount of generated energy depends on how many <item name="industrialtest:uranium_cell" height="{{ITEM_HEIGHT}}"> <b>Uranium Cell</b> is next to each other. It is possible to extend the capacity of the reactor to put more uranium and coolant by placing some <item name="industrialtest:nuclear_reactor_chamber" height="{{ITEM_HEIGHT}}"> <b>Nuclear Reactor Chamber</b> next to the reactor.||
</left>
]],
createMachineInformationTable({
{
name="outputVoltage",
value="EV"
},
{
name="powerCapacity",
value=string.format("%d EU",industrialtest.Reactor.capacity)
}
},S("Nuclear Reactor")),
[[
<img name="industrialtest_guide_nuclear_reactor_formspec.png" width="{{IMAGE_WIDTH}}">
<left>||Picture 1. Nuclear Reactor formspec with <item name="industrialtest:uranium_cell" height="{{ITEM_HEIGHT}}"> <b>Uranium Cell</b> and <item name="industrialtest:coolant_cell" height="{{ITEM_HEIGHT}}"> <b>Coolant Cell</b>.||</left>
<mono>
</mono>
<img name="industrialtest_guide_nuclear_reactor_chambers.png">
<left>||Picture 2. Nuclear Reactor with some <item name="industrialtest:nuclear_reactor_chamber" height="{{ITEM_HEIGHT}}"> <b>Nuclear Reactor Chamber</b>.||</left>
]]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB