电驱矿机 / Electric Mining Rig
高级一些的矿机,需要电力才能工作
More advanced mining rig, need power to work
画廊 / Gallery

信息 / Information
-
电驱矿机
需要电力即可工作,耗电量为5 EFU;Electric Mining Rig can work with
power, consuming5 EFU; -
必须放置在
矿脉方块上才能工作,矿脉参见矿脉;Must be placed on
Mineral Vine Blockto work, see Ore Vine; -
可开采大多数矿脉方块,但不能开采
蓝铁矿、赤铜矿等更高等级的矿脉方块;Can mine most mineral vein blocks, but cannot mine
Ferrium Mineral Vein Block,Cuprium Mineral Vein Blockand other higher-level mineral vein blocks; -
每
3秒开采一个矿石Each
3 secondsmine one ore; -
自
v1.0.2版本开始,电驱矿机每隔5秒将自动提交开采到的矿物到全局仓储管理系统中,关于此内容参见全局仓储管理系统Since
v1.0.2, the electric mining rig will automatically submit the mined ore to theGlobal Storage Managerevery5 seconds, see Global Storage Manager for details;
相关配方 / Related Recipes
你可自定义数据包来拓展矿机能开采的东西;
You can customize the data pack to expand the things that the mine can mine;
示例 / Example:
{
"type": "arknights_endfield:ore_rig",
"input": {
"item": "arknights_endfield:amethyst_mineral_vein_block"
},
"output": {
"count": 1,
"item": "arknights_endfield:amethyst_ore"
},
"tier": 2
}
参数说明 / Parameter Description:
input: 矿脉方块 / Mineral Vine Block;output: 矿机所开采的矿石 / Ore mined by the mine;tier: 可开采该矿脉方块的最低矿机等级 / The lowest mine tier required to mine this mineral vine block;
其中,tier的1、2、3值分别指代便携源石矿机、电驱矿机和二型电驱矿机,以此类推
Among them, the tier value of 1, 2, and 3 represent Portable Ferrium Mine, Electric Mining Rig, and Electric Mining Rig Mk II, respectively, and so on