[0.17.1] Expensive Recipe Assembing Machine 2 no steel

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
Muppet9010
Filter Inserter
Filter Inserter
Posts: 278
Joined: Sat Dec 09, 2017 6:01 pm
Contact:

[0.17.1] Expensive Recipe Assembing Machine 2 no steel

Post by Muppet9010 »

There is no steel required at present for an Assembling Machine mk2 (asm2) in expensive mode, although the non-expensive mode does require it after the change.
Last edited by Muppet9010 on Wed Mar 06, 2019 3:42 pm, edited 1 time in total.

tehfreek
Filter Inserter
Filter Inserter
Posts: 391
Joined: Thu Mar 17, 2016 7:34 am
Contact:

Re: [0.17.01] Expensive Recipe Assembing Machine 2 no steel

Post by tehfreek »

Confirmed, although technically it is still more expensive regardless.

data/base/prototypes/recipe/recipe.lua:

Code: Select all

normal =
    {
      enabled = false,
      ingredients =
      {
        {"steel-plate", 2},
        {"electronic-circuit", 3},
        {"iron-gear-wheel", 5},
        {"assembling-machine-1", 1}
      },
      result = "assembling-machine-2"
    },
    expensive =
    {
      enabled = false,
      ingredients =
      {
        {"iron-plate", 20},
        {"electronic-circuit", 5},
        {"iron-gear-wheel", 10},
        {"assembling-machine-1", 1}
      },
      result = "assembling-machine-2"
    }

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.17.1] Expensive Recipe Assembing Machine 2 no steel

Post by kovarex »

Yea, but I agree, that we wanted to keep the expensive versions just more expensive.

Post Reply

Return to “Resolved Problems and Bugs”