From 2a6d038e5af16268f17ab45dd33a2369a42403c3 Mon Sep 17 00:00:00 2001 From: mrkubax10 Date: Tue, 9 Dec 2025 19:53:47 +0100 Subject: [PATCH] Describe Static Boots in guide --- guide.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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,