Describe Mass Fabricator in guide
This commit is contained in:
parent
0cd9db64fb
commit
08fd6a5a40
44
guide.lua
44
guide.lua
@ -544,6 +544,50 @@ local pages={
|
|||||||
<left>||Picture 1. Magnetizer powered by <item name="industrialtest:solar_panel" height="{{ITEM_HEIGHT}}"> <b>Solar Panel</b> with fence rail next to it.||</left>
|
<left>||Picture 1. Magnetizer powered by <item name="industrialtest:solar_panel" height="{{ITEM_HEIGHT}}"> <b>Solar Panel</b> with fence rail next to it.||</left>
|
||||||
]]
|
]]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name="massFabricator",
|
||||||
|
title=S("Mass Fabricator"),
|
||||||
|
icon="industrialtest:mass_fabricator",
|
||||||
|
content={
|
||||||
|
[[
|
||||||
|
<big>||Mass Fabricator||</big>
|
||||||
|
<left>
|
||||||
|
||Mass Fabricator can transform energy and <item name="industrialtest:scrap" height="{{ITEM_HEIGHT}}"> <b>Scrap</b> into <item name="industrialtest:uu_matter" height="{{ITEM_HEIGHT}}"> <b>UU-Matter</b> which then can be later used to produce various materials.||
|
||||||
|
</left>
|
||||||
|
]],
|
||||||
|
createMachineInformationTable({
|
||||||
|
{
|
||||||
|
name="inputVoltage",
|
||||||
|
value="EV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="recipe",
|
||||||
|
value="Mass fabricating"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="Scraps per UU-Matter",
|
||||||
|
value="34"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="powerCapacity",
|
||||||
|
value=string.format("%d EU",industrialtest.MassFabricator.capacity)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="opPower",
|
||||||
|
value=string.format("%d EU",industrialtest.MassFabricator.opPower)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="efficiency",
|
||||||
|
value=tostring(1/industrialtest.MassFabricator.efficiency)
|
||||||
|
}
|
||||||
|
},S("Mass Fabricator")),
|
||||||
|
[[
|
||||||
|
<img name="industrialtest_guide_mass_fabricator.png" width="{{IMAGE_WIDTH}}">
|
||||||
|
<left>||Picture 1. Mass Fabricator producing <item name="industrialtest:uu_matter" height="{{ITEM_HEIGHT}}"> <b>UU-Matter</b> from <item name="industrialtest:scrap" height="{{ITEM_HEIGHT}}"> <b>Scrap</b>.||</left>
|
||||||
|
]]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
textures/industrialtest_guide_mass_fabricator.png
Normal file
BIN
textures/industrialtest_guide_mass_fabricator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
Loading…
x
Reference in New Issue
Block a user