Describe Nuclear Reactor in guide

This commit is contained in:
2025-11-28 19:45:38 +01:00
parent 60717d8ec1
commit fad7a690ae
3 changed files with 32 additions and 0 deletions

View File

@@ -628,6 +628,38 @@ local pages={
<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: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB