Describe jetpacks in guide
This commit is contained in:
39
guide.lua
39
guide.lua
@@ -1335,6 +1335,45 @@ local pages={
|
||||
}
|
||||
},S("Electric Treetap"),5)
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
name="jetpacks",
|
||||
title=S("Jetpacks"),
|
||||
icon="industrialtest:jetpack_v",
|
||||
content={
|
||||
[[
|
||||
<big>||Jetpacks||</big>
|
||||
<left>
|
||||
||Jetpacks allow to combat against the gravity after pressing the jump key. They are equipped as chest part of armor. There are two jetpack types:||
|
||||
</left>
|
||||
<left>
|
||||
||<item name="industrialtest:jetpack_v" height="{{ITEM_HEIGHT}}"> <b>Jetpack</b> - regular jetpack which is powered by fuel, can be refilled in <item name="industrialtest:canning_machine" height="{{ITEM_HEIGHT}}"> <b>Canning Machine</b>.||
|
||||
</left>
|
||||
]],
|
||||
createMachineInformationTable({
|
||||
{
|
||||
name="Fuel capacity",
|
||||
value=string.format("%d mB",industrialtest.Jetpack.capacity)
|
||||
}
|
||||
},S("Jetpack")),
|
||||
[[
|
||||
<mono></mono>
|
||||
<left>
|
||||
||<item name="industrialtest:electric_jetpack" height="{{ITEM_HEIGHT}}"> <b>Electric Jetpack</b> - jetpack powered by electricity.||
|
||||
</left>
|
||||
]],
|
||||
createMachineInformationTable({
|
||||
{
|
||||
name="voltage",
|
||||
value="LV"
|
||||
},
|
||||
{
|
||||
name="powerCapacity",
|
||||
value=string.format("%d EU",industrialtest.ElectricJetpack.capacity)
|
||||
}
|
||||
},S("Electric Jetpack"),2)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user