跳到主要内容

二型电驱矿机 / Electric Mining Rig Mk II

更加高级的电力矿机

More powerful than the first one.

Electric Mining Rig Mk II

信息 / Information

  • 二型电驱矿机需要电力即可工作,耗电量为10 EFU

    Electric Mining Rig Mk II can work with power, consuming 10 EFU;

  • 必须放置在矿脉方块上才能工作,矿脉参见矿脉

    Must be placed on Mineral Vine Block to work, see Ore Vine;

  • 可开采大多数矿脉方块,但不能开采赤铜矿等更高等级的矿脉方块;

    Can mine most mineral vein blocks, but cannot mine Cuprium Mineral Vein Block and other higher-level mineral vein blocks;

  • 3秒开采一个矿石

    Each 3 seconds mine one ore;

  • v1.0.2版本开始,二型电驱矿机每隔5秒将自动提交开采到的矿物到全局仓储管理系统中,关于此内容参见全局仓储管理系统

    Since v1.0.2, the Electric Mining Rig Mk II will automatically submit the mined ore to the Global Storage Manager every 5 seconds, see Global Storage Manager for details;

你可自定义数据包来拓展矿机能开采的东西;

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:ferrium_mineral_vein_block"
},
"output": {
"count": 1,
"item": "arknights_endfield:ferrium_ore"
},
"tier": 3
}

参数说明 / Parameter Description:

  • input: 矿脉方块 / Mineral Vine Block;
  • output: 矿机所开采的矿石 / Ore mined by the mine;
  • tier: 可开采该矿脉方块的最低矿机等级 / The lowest mine tier required to mine this mineral vine block;

其中,tier123值分别指代便携源石矿机电驱矿机二型电驱矿机,以此类推

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