diff --git a/guide.lua b/guide.lua index 8228ce6..e83d57e 100644 --- a/guide.lua +++ b/guide.lua @@ -1820,6 +1820,26 @@ local pages={ } },S("Solar Panel")) } + }, + + { + name="staticBoots", + title=S("Static Boots"), + icon="industrialtest:static_boots", + content={ + [[ + ||Static Boots|| + + ||Static Boots are Iron Boots with Insulated Copper Cable attached to the bottom. They are capable of charging electric gear equipped as armor by using static electricity which is produced while player is walking.|| + + ]], + createMachineInformationTable({ + { + name="Nodes per EU", + value="5" + } + },S("Static Boots")) + } } } @@ -1869,6 +1889,7 @@ local function getGuideFormspec(playerName,pageName) elementKeyBucket=industrialtest.elementKeys.bucket, elementKeyCoal=industrialtest.elementKeys.coal, elementKeyCopperIngot=industrialtest.elementKeys.copperIngot, + elementKeyIronBoots=industrialtest.elementKeys.ironBoots, elementKeyIronHelmet=industrialtest.elementKeys.ironHelmet, elementKeyIronIngot=industrialtest.elementKeys.ironIngot, elementKeyIronLump=industrialtest.elementKeys.ironLump,