forked from mrkubax10/industrialtest
Describe Mining Laser in guide
This commit is contained in:
44
guide.lua
44
guide.lua
@@ -1374,6 +1374,50 @@ local pages={
|
|||||||
}
|
}
|
||||||
},S("Electric Jetpack"),2)
|
},S("Electric Jetpack"),2)
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name="miningLaser",
|
||||||
|
title=S("Mining Laser"),
|
||||||
|
icon="industrialtest:mining_laser",
|
||||||
|
content={
|
||||||
|
[[
|
||||||
|
<big>||Mining Laser||</big>
|
||||||
|
<left>
|
||||||
|
||Mining Laser is a tool that emits beam when used. Depending on the mode beam will cause different a result:||
|
||||||
|
||Mode 1 - breaks nodes at full power, direction where player looks.||
|
||||||
|
||Mode 2 - breaks nodes at low power, direction where player looks.||
|
||||||
|
||Mode 3 - breaks nodes at full power, direction only horizontal.||
|
||||||
|
||Mode 4 - explodes after touching node, direction where player looks.||
|
||||||
|
</left>
|
||||||
|
]],
|
||||||
|
createMachineInformationTable({
|
||||||
|
{
|
||||||
|
name="voltage",
|
||||||
|
value="HV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="powerCapacity",
|
||||||
|
value=string.format("%d EU",industrialtest.MiningLaser.capacity)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="Power per operation (Mode 1)",
|
||||||
|
value="1250 EU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="Power per operation (Mode 2)",
|
||||||
|
value="100 EU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="Power per operation (Mode 3)",
|
||||||
|
value="100 EU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="Power per operation (Mode 4)",
|
||||||
|
value="5000 EU"
|
||||||
|
}
|
||||||
|
},S("Mining Laser"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user