2
0
forked from Retro/cap1-mod

BALANCED, AS ALL THINGS SHOULD BE

This commit is contained in:
2025-12-22 15:54:21 -05:00
parent 4215d4e959
commit 608a0f6511
2 changed files with 9 additions and 2 deletions

View File

@@ -51,9 +51,16 @@ data.raw["recipe"]["small-electric-pole"].ingredients = {
{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
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-plate", amount=5},
{type="item", name="electronic-circuit", amount=3}

View File

@@ -1,6 +1,6 @@
{
"name": "cap2-easymod",
"version": "0.7.6",
"version": "0.7.7",
"title": "Capitalism Game 2 Recipes",
"author": "unfunny",
"factorio_version": "2.0",