[0.17.1] Expensive Recipe Assembing Machine 2 no steel
- Muppet9010
- Filter Inserter
- Posts: 279
- Joined: Sat Dec 09, 2017 6:01 pm
- Contact:
[0.17.1] Expensive Recipe Assembing Machine 2 no steel
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.
Re: [0.17.01] Expensive Recipe Assembing Machine 2 no steel
Confirmed, although technically it is still more expensive regardless.
data/base/prototypes/recipe/recipe.lua:
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
Yea, but I agree, that we wanted to keep the expensive versions just more expensive.