Page 1 of 1

[0.17.1] Expensive Recipe Assembing Machine 2 no steel

Posted: Wed Feb 27, 2019 5:37 pm
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.

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

Posted: Wed Feb 27, 2019 5:49 pm
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"
    }

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

Posted: Fri Mar 08, 2019 12:09 pm
by kovarex
Yea, but I agree, that we wanted to keep the expensive versions just more expensive.