Describe Recycler in guide
This commit is contained in:
40
guide.lua
40
guide.lua
@@ -803,6 +803,46 @@ local pages={
|
||||
<left>||Picture 1. Pump attached to <item name="industrialtest:miner" height="{{ITEM_HEIGHT}}"> <b>Miner</b>.||</left>
|
||||
]]
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
name="recycler",
|
||||
title=S("Recycler"),
|
||||
icon="industrialtest:recycler",
|
||||
content={
|
||||
[[
|
||||
<big>||Recycler||</big>
|
||||
<left>
|
||||
||Recycler with chance of 1/8 allows for transforming any item into <item name="industrialtest:scrap" height="{{ITEM_HEIGHT}}"> <b>Scrap</b>.||
|
||||
</left>
|
||||
]],
|
||||
createMachineInformationTable({
|
||||
{
|
||||
name="inputVoltage",
|
||||
value="LV"
|
||||
},
|
||||
{
|
||||
name="recipe",
|
||||
value="Recycling"
|
||||
},
|
||||
{
|
||||
name="powerCapacity",
|
||||
value=string.format("%d EU",industrialtest.Recycler.capacity)
|
||||
},
|
||||
{
|
||||
name="opPower",
|
||||
value=string.format("%d EU",industrialtest.Recycler.opPower)
|
||||
},
|
||||
{
|
||||
name="efficiency",
|
||||
value=tostring(1/industrialtest.Recycler.efficiency)
|
||||
}
|
||||
},S("Recycler")),
|
||||
[[
|
||||
<img name="industrialtest_guide_recycler.png" width="{{IMAGE_WIDTH}}">
|
||||
<left>||Picture 1. Recycler transforming some items.||</left>
|
||||
]]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user