diff --git a/guide.lua b/guide.lua
index a2dfa07..19ac57a 100644
--- a/guide.lua
+++ b/guide.lua
@@ -512,6 +512,38 @@ local pages={
||Picture 1. Macerator crushing - Iron Lump into
- Iron Dust.||
]]
}
+ },
+
+ {
+ name="magnetizer",
+ title=S("Magnetizer"),
+ icon="industrialtest:magnetizer",
+ content={
+ [[
+ ||Magnetizer||
+
+ ||Magnetizer when used together with vertical rail made of - Iron Fence next to it creates small magnetic field around the fence. Such field allows for moving (as long as player wears some metal boots) upwards when jump key is pressed or downwards when sneak key is pressed. Each fence in rail adds to total power capacity that can be stored. Magnetizer automatically changes rotation to face detected fence rail.||
+
+ ]],
+ createMachineInformationTable({
+ {
+ name="inputVoltage",
+ value="LV"
+ },
+ {
+ name="powerCapacity",
+ value=string.format("%d EU + %d EU per fence in rail",industrialtest.Magnetizer.capacity,industrialtest.Magnetizer._capacityPerFence)
+ },
+ {
+ name="opPower",
+ value=string.format("%d EU",industrialtest.Magnetizer._opPower)
+ }
+ },S("Magnetizer")),
+ [[
+
+ ||Picture 1. Magnetizer powered by - Solar Panel with fence rail next to it.||
+ ]]
+ }
}
}
diff --git a/textures/industrialtest_guide_magnetizer.png b/textures/industrialtest_guide_magnetizer.png
new file mode 100644
index 0000000..cb6b164
Binary files /dev/null and b/textures/industrialtest_guide_magnetizer.png differ