diff --git a/guide.lua b/guide.lua index f6b4e7f..dd8ba43 100644 --- a/guide.lua +++ b/guide.lua @@ -628,6 +628,38 @@ local pages={ ||Picture 2. Miner digging.|| ]] } + }, + + { + name="nuclearReactor", + title=S("Nuclear Reactor"), + icon="industrialtest:nuclear_reactor", + content={ + [[ + ||Nuclear Reactor|| + + ||Nuclear Reactor produces energy via fission of Uranium Cell. It needs to be cooled using Coolant Cell or otherwise after keeping too much heat it will explode. The amount of generated energy depends on how many Uranium Cell is next to each other. It is possible to extend the capacity of the reactor to put more uranium and coolant by placing some Nuclear Reactor Chamber next to the reactor.|| + + ]], + createMachineInformationTable({ + { + name="outputVoltage", + value="EV" + }, + { + name="powerCapacity", + value=string.format("%d EU",industrialtest.Reactor.capacity) + } + },S("Nuclear Reactor")), + [[ + + ||Picture 1. Nuclear Reactor formspec with Uranium Cell and Coolant Cell.|| + + + + ||Picture 2. Nuclear Reactor with some Nuclear Reactor Chamber.|| + ]] + } } } diff --git a/textures/industrialtest_guide_nuclear_reactor_chambers.png b/textures/industrialtest_guide_nuclear_reactor_chambers.png new file mode 100644 index 0000000..b85991a Binary files /dev/null and b/textures/industrialtest_guide_nuclear_reactor_chambers.png differ diff --git a/textures/industrialtest_guide_nuclear_reactor_formspec.png b/textures/industrialtest_guide_nuclear_reactor_formspec.png new file mode 100644 index 0000000..37ce7d6 Binary files /dev/null and b/textures/industrialtest_guide_nuclear_reactor_formspec.png differ