Describe Nuclear Reactor in guide
This commit is contained in:
32
guide.lua
32
guide.lua
@@ -628,6 +628,38 @@ local pages={
|
|||||||
<left>||Picture 2. Miner digging.||</left>
|
<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>
|
||||||
|
]]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
textures/industrialtest_guide_nuclear_reactor_chambers.png
Normal file
BIN
textures/industrialtest_guide_nuclear_reactor_chambers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
BIN
textures/industrialtest_guide_nuclear_reactor_formspec.png
Normal file
BIN
textures/industrialtest_guide_nuclear_reactor_formspec.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
Reference in New Issue
Block a user