Describe Rotary Macerator in guide
This commit is contained in:
parent
a920bef790
commit
9633214a85
40
guide.lua
40
guide.lua
@ -843,6 +843,46 @@ local pages={
|
|||||||
<left>||Picture 1. Recycler transforming some items.||</left>
|
<left>||Picture 1. Recycler transforming some items.||</left>
|
||||||
]]
|
]]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name="rotaryMacerator",
|
||||||
|
title=S("Rotary Macerator"),
|
||||||
|
icon="industrialtest:rotary_macerator",
|
||||||
|
content={
|
||||||
|
[[
|
||||||
|
<big>||Rotary Macerator||</big>
|
||||||
|
<left>
|
||||||
|
||Rotary Macerator works in similar way to regular Macerator with few differences. Like Induction Furnace the longer it runs the faster it works. Furthermore it provides additional slot for recipe modifier which can slightly alter the result.||
|
||||||
|
</left>
|
||||||
|
]],
|
||||||
|
createMachineInformationTable({
|
||||||
|
{
|
||||||
|
name="inputVoltage",
|
||||||
|
value="LV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="recipe",
|
||||||
|
value="Macerating + modifier"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="powerCapacity",
|
||||||
|
value=string.format("%d EU",industrialtest.RotaryMacerator.capacity)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="opPower",
|
||||||
|
value=string.format("%d EU",industrialtest.RotaryMacerator._opPower)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="Power while maintaining energy",
|
||||||
|
value=string.format("%d EU",industrialtest.RotaryMacerator._maintainSpeedOpPower)
|
||||||
|
}
|
||||||
|
},S("Rotary Macerator")),
|
||||||
|
[[
|
||||||
|
<img name="industrialtest_guide_rotary_macerator.png" width="{{IMAGE_WIDTH}}">
|
||||||
|
<left>||Picture 1. Rotary Macerator running with altered recipe.||</left>
|
||||||
|
]]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
textures/industrialtest_guide_rotary_macerator.png
Normal file
BIN
textures/industrialtest_guide_rotary_macerator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Loading…
x
Reference in New Issue
Block a user