forked from Retro/cap1-mod
BALANCED, AS ALL THINGS SHOULD BE
This commit is contained in:
9
data.lua
9
data.lua
@@ -51,9 +51,16 @@ data.raw["recipe"]["small-electric-pole"].ingredients = {
|
|||||||
{type="item", name="copper-wire", amount=3}
|
{type="item", name="copper-wire", amount=3}
|
||||||
}
|
}
|
||||||
|
|
||||||
--Make assembly machine 2's cheaper
|
--Make assembly machine 1's cheaper for balance
|
||||||
--THE FACTORY MUST GROW
|
--THE FACTORY MUST GROW
|
||||||
data.raw["recipe"]["assembling-machine-2"].ingredients = {
|
data.raw["recipe"]["assembling-machine-2"].ingredients = {
|
||||||
|
{type="item", name="iron-gear-wheel", amount=3},
|
||||||
|
{type="item", name="iron-plate", amount=5},
|
||||||
|
{type="item", name="electronic-circuit", amount=1}
|
||||||
|
}
|
||||||
|
--Make assembly machine 2's cheaper
|
||||||
|
--THE FACTORY MUST GROW
|
||||||
|
data.raw["recipe"]["assembling-machine-1"].ingredients = {
|
||||||
{type="item", name="iron-gear-wheel", amount=5},
|
{type="item", name="iron-gear-wheel", amount=5},
|
||||||
{type="item", name="iron-plate", amount=5},
|
{type="item", name="iron-plate", amount=5},
|
||||||
{type="item", name="electronic-circuit", amount=3}
|
{type="item", name="electronic-circuit", amount=3}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cap2-easymod",
|
"name": "cap2-easymod",
|
||||||
"version": "0.7.6",
|
"version": "0.7.7",
|
||||||
"title": "Capitalism Game 2 Recipes",
|
"title": "Capitalism Game 2 Recipes",
|
||||||
"author": "unfunny",
|
"author": "unfunny",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user