Describe Treetap in guide
This commit is contained in:
22
guide.lua
22
guide.lua
@@ -74,6 +74,7 @@ local function createMachineInformationTable(fields,machineName,num)
|
||||
powerCapacity="Power capacity",
|
||||
opPower="Power per operation",
|
||||
powerPerFuel="Power per fuel unit",
|
||||
uses="Uses",
|
||||
efficiency="Default efficiency"
|
||||
}
|
||||
|
||||
@@ -1840,6 +1841,26 @@ local pages={
|
||||
}
|
||||
},S("Static Boots"))
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
name="treetap",
|
||||
title=S("Treetap"),
|
||||
icon=industrialtest.elementKeys.treetap,
|
||||
content={
|
||||
[[
|
||||
<big>||Treetap||</big>
|
||||
<left>
|
||||
||Treetap is used to extract <item name="{{elementKeyStickyResin}}" height="{{ITEM_HEIGHT}}"> <b>Sticky Resin</b> from <item name="{{elementKeyRubberWood}}" height="{{ITEM_HEIGHT}}"> <b>Rubber Wood</b>.||
|
||||
</left>
|
||||
]],
|
||||
createMachineInformationTable({
|
||||
{
|
||||
name="uses",
|
||||
value=tostring(industrialtest.Treetap.uses)
|
||||
}
|
||||
},S("Treetap"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1894,6 +1915,7 @@ local function getGuideFormspec(playerName,pageName)
|
||||
elementKeyIronIngot=industrialtest.elementKeys.ironIngot,
|
||||
elementKeyIronLump=industrialtest.elementKeys.ironLump,
|
||||
elementKeyIronPickaxe=industrialtest.elementKeys.ironPickaxe,
|
||||
elementKeyStickyResin=industrialtest.elementKeys.stickyResin,
|
||||
elementKeyRubber=industrialtest.elementKeys.rubber,
|
||||
elementKeyRubberWood=industrialtest.elementKeys.rubberWood
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user