您的位置: 單機(jī) > 攻略 > 游戲秘籍 > 攻略詳情

異星工廠 修改秘籍大全 背包物流電塔太陽(yáng)能槍塔等

時(shí)間:2014-04-02 02:53:59
  • 來(lái)源:3DM論壇—phantomyao
  • 作者:wuyan
  • 編輯:ChunTian
0

太陽(yáng)能板和蓄電池

E:\333\Factorio\data\base\prototypes\entity\entities.lua

    type = "solar-panel",
    name = "solar-panel",
    icon = "__base__/graphics/icons/solar-panel.png",
    flags = {"placeable-neutral", "player-creation"},
    minable = {hardness = 0.2, mining_time = 0.5, result = "solar-panel"},
    max_health = 100,
    corpse = "big-remnants",
    collision_box = {{-1.4, -1.4}, {1.4, 1.4}},
    selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
    energy_source =
    {
      type = "electric",
      usage_priority = "primary-output"
    },
    picture =
    {
      filename = "__base__/graphics/entity/solar-panel/solar-panel.png",
      priority = "high",
      width = 104,
      height = 96
    },
    production = "6000kW"
  },

找下面這個(gè)文件

X:\Factorio\data\base\prototypes\entity\entities.lua

這里面有倆要改的,一個(gè)太陽(yáng)能板一個(gè)蓄電池,就是建造的基礎(chǔ)電池。太陽(yáng)能只管發(fā)電不管存儲(chǔ)到了晚上沒(méi)法發(fā)電的時(shí)候如果再?zèng)]有蒸汽機(jī)就會(huì)全面斷電。

所以,先來(lái)第一個(gè)

太陽(yáng)能板

搜索solar-panel
  {
    type = "solar-panel",
    name = "solar-panel",
    icon = "__base__/graphics/icons/solar-panel.png",
    flags = {"placeable-neutral", "player-creation"},
    minable = {hardness = 0.2, mining_time = 0.5, result = "solar-panel"},
    max_health = 100,
    corpse = "big-remnants",
    collision_box = {{-1.4, -1.4}, {1.4, 1.4}},
    selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
    energy_source =
    {
      type = "electric",
      usage_priority = "primary-output"
    },
    picture =
    {
      filename = "__base__/graphics/entity/solar-panel/solar-panel.png",
      priority = "high",
      width = 104,
      height = 96
    },
    production = "60kW"——》發(fā)電功率。為了足夠大,單位改成MW,數(shù)字隨意了,M單位比K單位天然大1000
  },

然后是蓄電池,同樣這個(gè)文件搜索basic-accumulator

    type = "accumulator",
    name = "basic-accumulator",
    icon = "__base__/graphics/icons/basic-accumulator.png",
    flags = {"placeable-neutral", "player-creation"},
    minable = {hardness = 0.2, mining_time = 0.5, result = "basic-accumulator"},
    max_health = 150,
    corpse = "medium-remnants",
    collision_box = {{-0.9, -0.9}, {0.9, 0.9}},
    selection_box = {{-1, -1}, {1, 1}},
    energy_source =
    {
      type = "electric",
      buffer_capacity = "5MJ",——》電池容量,單位同樣改成GJ,數(shù)字要比上面的太陽(yáng)能板大點(diǎn),不然意義不大了就
      usage_priority = "terciary",
      input_flow_limit = "300kW",——》最大充電功率,如果跟容量數(shù)字相同就是秒沖滿,不過(guò)建議別那么大,改成MJ就差不多了
      output_flow_limit = "300kW"——》最大放電功率(自動(dòng)調(diào)整),最好不要超過(guò)放電功率,不然白天沒(méi)法充電到了晚上一樣抓瞎,單位同樣改成MJ
    },

科技消耗瓶子數(shù)量修改

一、采礦機(jī)

Factorio\data\base\prototypes\entity\demo-mining-drill.lua 采礦機(jī)文件

兩種鉆頭 第一個(gè)basic-mining-drill是用電鉆頭,name = "burner-mining-drill"火鉆頭,燒煤的那種。

max_health = 100, 生命值

mining_speed = 采礦速度 數(shù)值越高采礦速度越快

energy_usage = 數(shù)值越小采礦耗費(fèi)的能源越少

resource_searching_radius = 采礦范圍 數(shù)值越大采礦范圍越大

二、石頭熔爐

Factorio\data\base\prototypes\entity\demo-entities.lua

name = "stone-furnace" 石頭熔爐

smelting_energy_consumption = 功率 數(shù)值越小消耗燃料越少

smelting_speed = 熔煉速度 數(shù)值越大速度越快

三、升級(jí)少用藥瓶方法

Factorio\data\base\prototypes\technology\technology.lua 為升級(jí)科技所需藥瓶

將所有count 數(shù)量,修改為1 則所有升級(jí)所需藥瓶數(shù)量為1

需新建異星工廠游戲,不支持存檔。


點(diǎn)擊進(jìn)入3DMGAME《異星工廠》游戲論壇專(zhuān)區(qū)

友情提示:支持鍵盤(pán)左右鍵"←""→"翻頁(yè)
7.4
已有61人評(píng)分 您還未評(píng)分!
  • 類(lèi)型:策略游戲
  • 發(fā)行:slpwnd
  • 發(fā)售:2020-08-14(PC)
  • 開(kāi)發(fā):slpwnd
  • 語(yǔ)言:簡(jiǎn)中 | 繁中 | 英文 | 日文 | 多國(guó)
  • 平臺(tái):PC Switch
  • 標(biāo)簽:沙盒生存,經(jīng)商時(shí)間管理,建造獨(dú)立

玩家點(diǎn)評(píng) 0人參與,0條評(píng)論)

收藏
違法和不良信息舉報(bào)
分享:

熱門(mén)評(píng)論

全部評(píng)論

3DM自運(yùn)營(yíng)游戲推薦 更多+