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}