Describe Canning Machine in guide
This commit is contained in:
parent
92ed913cac
commit
b4ea5629c1
29
guide.lua
29
guide.lua
@ -48,7 +48,7 @@ local pages={
|
|||||||
| HV | 10200 | Gold |
|
| HV | 10200 | Gold |
|
||||||
| EV | 40800 | Iron |
|
| EV | 40800 | Iron |
|
||||||
| IV | 163800 | Glass Fibre |
|
| IV | 163800 | Glass Fibre |
|
||||||
|----------------------------|--------------
|
--------------------------------------------
|
||||||
Figure 1. Voltage levels and respective cables
|
Figure 1. Voltage levels and respective cables
|
||||||
</mono>
|
</mono>
|
||||||
]]
|
]]
|
||||||
@ -64,13 +64,34 @@ local pages={
|
|||||||
</left>
|
</left>
|
||||||
<mono>
|
<mono>
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
| Input voltage level | Recipe type |
|
| Input voltage level | LV |
|
||||||
|
| Recipe type | Cable forming |
|
||||||
|
| Power capacity | 1400 EU |
|
||||||
|
| Power per operation | 80 EU |
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
| LV | Cable forming |
|
|
||||||
|-------------------------------------|
|
|
||||||
Figure 1. Machine information for Cable Former
|
Figure 1. Machine information for Cable Former
|
||||||
</mono>
|
</mono>
|
||||||
]]
|
]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="canningMachine",
|
||||||
|
title=S("Canning Machine"),
|
||||||
|
icon="industrialtest:canning_machine",
|
||||||
|
content=[[
|
||||||
|
<big>Canning Machine</big>
|
||||||
|
<left>
|
||||||
|
Canning Machine is used to move certain fluid from one item to another. The common usage is to refill fuel in Jetpack or Fuel Can.
|
||||||
|
</left>
|
||||||
|
<mono>
|
||||||
|
---------------------------------------
|
||||||
|
| Input voltage level | LV |
|
||||||
|
| Power per operation | 200 EU |
|
||||||
|
| Power capacity | 1200 EU |
|
||||||
|
| Canning completion time | 5 seconds |
|
||||||
|
---------------------------------------
|
||||||
|
Figure 1. Machine information for Canning Machine
|
||||||
|
</mono>
|
||||||
|
]]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user