forked from Retro/cap1-mod
Add speed module recipes and adjust landfill ingredients for balance
This commit is contained in:
14
data.lua
14
data.lua
@@ -77,10 +77,22 @@ data.raw["recipe"]["bulk-inserter"].ingredients = {
|
||||
{type="item", name="iron-gear-wheel", amount=5}
|
||||
}
|
||||
|
||||
data.raw["recipe"]["speed-module"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=10},
|
||||
}
|
||||
data.raw["module"]["speed-module"].stack_size = 5
|
||||
|
||||
data.raw["recipe"]["speed-module-2"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=20},
|
||||
}
|
||||
data.raw["module"]["speed-module-2"].stack_size = 5
|
||||
|
||||
data.raw["recipe"]["speed-module-3"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=40},
|
||||
}
|
||||
}
|
||||
data.raw["module"]["speed-module-3"].stack_size = 5
|
||||
|
||||
--balance landfills since Cap2 uses a watery map with lots of water tiles
|
||||
data.raw["recipe"]["landfill"].ingredients = {
|
||||
{type="item", name="stone", amount=25}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user