forked from Retro/cap1-mod
make personal roboport cheaper
This commit is contained in:
12
data.lua
12
data.lua
@@ -96,3 +96,15 @@ data.raw["module"]["speed-module-3"].stack_size = 5
|
||||
data.raw["recipe"]["landfill"].ingredients = {
|
||||
{type="item", name="stone", amount=25}
|
||||
}
|
||||
--make personal roboport cheaper
|
||||
data.raw["recipe"]["personal-roboport-equipment"].ingredients = {
|
||||
{type="item", name="advanced-circuit", amount=5},
|
||||
{type="item", name="battery", amount=20},
|
||||
{type="item", name="iron-gear-wheel", amount=20}
|
||||
}
|
||||
--mk.2
|
||||
data.raw["recipe"]["personal-mk2-equipment"].ingredients = {
|
||||
{type="item", name="advanced-circuit", amount=10},
|
||||
{type="item", name="battery", amount=40},
|
||||
{type="item", name="iron-gear-wheel", amount=40}
|
||||
}
|
||||
Reference in New Issue
Block a user