fpc_物流机器人

by fpc987

对机器人配方和部分智能箱的配方进行修改,机器人血量>>1000,能量储备>>15MJ,机器人建造范围>>100

Content
4 days ago
2.0
2
Logistics

Changelog

Version: 2.0.0
Date: 2026-07-26
  Features:
    - "passive-provider-chest", "active-provider-chest","storage-chest", "buffer-chest", "requester-chest"
          .enabled = true
          .ingredients = {
              {type ="item", name = "steel-chest", amount=1},
              {type ="item", name = "electronic-circuit", amount=3}
          }

    - data.raw["recipe"]["logistic-robot"].enabled = true
    - data.raw["recipe"]["logistic-robot"].ingredients = {{type ="item", name = "electronic-circuit",amount=2}}
    - data.raw["logistic-robot"]["logistic-robot"].max_energy = "15MJ"
    - data.raw["logistic-robot"]["logistic-robot"].max_health = 1000
    - data.raw["recipe"]["construction-robot"].enabled = true
    - data.raw["recipe"]["construction-robot"].ingredients = {{type="item", name="electronic-circuit",amount= 2}}
    - data.raw["construction-robot"]["construction-robot"].max_energy = "15MJ"
    - data.raw["construction-robot"]["construction-robot"].max_health = 1000

    - data.raw["recipe"]["roboport"].enabled = true
    - data.raw["recipe"]["roboport"].ingredients = {{type="item", name="iron-plate",amount= 5}}
    - data.raw["recipe"]["roboport"].energy_required = nil
    - data.raw["roboport"]["roboport"].construction_radius = 100