Compare commits
7 Commits
6366b4580c
...
0.7.8
| Author | SHA1 | Date | |
|---|---|---|---|
| ba42b69dfa | |||
| a75b97e785 | |||
| 608a0f6511 | |||
| 4215d4e959 | |||
| e8ef95d043 | |||
| d6b263a990 | |||
| 5269b8a4c6 |
16
data.lua
16
data.lua
@@ -51,16 +51,28 @@ data.raw["recipe"]["small-electric-pole"].ingredients = {
|
|||||||
{type="item", name="copper-wire", amount=3}
|
{type="item", name="copper-wire", amount=3}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--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
|
--Make assembly machine 2's cheaper
|
||||||
--THE FACTORY MUST GROW
|
--THE FACTORY MUST GROW
|
||||||
data.raw["recipe"]["assembly-machine-2"].ingredients = {
|
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}
|
||||||
}
|
}
|
||||||
|
--better defence early game is always a plus on easy mode
|
||||||
data.raw["recipe"]["military-science-pack"].ingredients = {
|
data.raw["recipe"]["military-science-pack"].ingredients = {
|
||||||
{type="item", name="grenade", amount=1},
|
{type="item", name="grenade", amount=1},
|
||||||
{type="item", name="firearm-magazine", amount=2},
|
{type="item", name="firearm-magazine", amount=2},
|
||||||
{type="item", name="stone-wall", amount=2}
|
{type="item", name="stone-wall", amount=2}
|
||||||
|
}
|
||||||
|
--MUCH cheaper than vanilla, MUCH more expensive than this mod
|
||||||
|
data.raw["recipe"]["bulk-inserter"].ingredients = {
|
||||||
|
{type="item", name="electronic-circuit", amount=10}
|
||||||
|
{type="item", name="iron-gear-wheel", amount=5},
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cap2-easymod",
|
"name": "cap2-easymod",
|
||||||
"version": "0.7.0",
|
"version": "0.7.8",
|
||||||
"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