Describe Static Boots in guide
This commit is contained in:
21
guide.lua
21
guide.lua
@@ -1820,6 +1820,26 @@ local pages={
|
|||||||
}
|
}
|
||||||
},S("Solar Panel"))
|
},S("Solar Panel"))
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name="staticBoots",
|
||||||
|
title=S("Static Boots"),
|
||||||
|
icon="industrialtest:static_boots",
|
||||||
|
content={
|
||||||
|
[[
|
||||||
|
<big>||Static Boots||</big>
|
||||||
|
<left>
|
||||||
|
||Static Boots are <item name="{{elementKeyIronBoots}}" height="{{ITEM_HEIGHT}}"> <b>Iron Boots</b> with <item name="industrialtest:insulated_copper_cable" height="{{ITEM_HEIGHT}}"> <b>Insulated Copper Cable</b> 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.||
|
||||||
|
</left>
|
||||||
|
]],
|
||||||
|
createMachineInformationTable({
|
||||||
|
{
|
||||||
|
name="Nodes per EU",
|
||||||
|
value="5"
|
||||||
|
}
|
||||||
|
},S("Static Boots"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1869,6 +1889,7 @@ local function getGuideFormspec(playerName,pageName)
|
|||||||
elementKeyBucket=industrialtest.elementKeys.bucket,
|
elementKeyBucket=industrialtest.elementKeys.bucket,
|
||||||
elementKeyCoal=industrialtest.elementKeys.coal,
|
elementKeyCoal=industrialtest.elementKeys.coal,
|
||||||
elementKeyCopperIngot=industrialtest.elementKeys.copperIngot,
|
elementKeyCopperIngot=industrialtest.elementKeys.copperIngot,
|
||||||
|
elementKeyIronBoots=industrialtest.elementKeys.ironBoots,
|
||||||
elementKeyIronHelmet=industrialtest.elementKeys.ironHelmet,
|
elementKeyIronHelmet=industrialtest.elementKeys.ironHelmet,
|
||||||
elementKeyIronIngot=industrialtest.elementKeys.ironIngot,
|
elementKeyIronIngot=industrialtest.elementKeys.ironIngot,
|
||||||
elementKeyIronLump=industrialtest.elementKeys.ironLump,
|
elementKeyIronLump=industrialtest.elementKeys.ironLump,
|
||||||
|
|||||||
Reference in New Issue
Block a user