Compare commits
5 Commits
0.8.0
...
d3f90d9d62
| Author | SHA1 | Date | |
|---|---|---|---|
| d3f90d9d62 | |||
| 5e01504683 | |||
| a831ec65fe | |||
| 2cbc48b0ce | |||
| 0836a5566c |
48
data.lua
48
data.lua
@@ -42,6 +42,9 @@ data.raw["recipe"]["fast-transport-belt"].ingredients = {
|
|||||||
data.raw["recipe"]["solar-panel"].ingredients = {
|
data.raw["recipe"]["solar-panel"].ingredients = {
|
||||||
{type="item", name="iron-gear-wheel", amount=5}
|
{type="item", name="iron-gear-wheel", amount=5}
|
||||||
}
|
}
|
||||||
|
data.raw["recipe"]["solar-panel-equipment"].ingredients = {
|
||||||
|
{type="item", name="iron-gear-wheel", amount=5}
|
||||||
|
}
|
||||||
|
|
||||||
--Change electric poles
|
--Change electric poles
|
||||||
--realistically this would short circut
|
--realistically this would short circut
|
||||||
@@ -92,7 +95,52 @@ data.raw["recipe"]["speed-module-3"].ingredients = {
|
|||||||
}
|
}
|
||||||
data.raw["module"]["speed-module-3"].stack_size = 5
|
data.raw["module"]["speed-module-3"].stack_size = 5
|
||||||
|
|
||||||
|
data.raw["recipe"]["effectivity-module"].ingredients = {
|
||||||
|
{type="item", name="advanced-circuit", amount=10},
|
||||||
|
}
|
||||||
|
data.raw["module"]["effectivity-module"].stack_size = 5
|
||||||
|
|
||||||
|
data.raw["recipe"]["effectivity-module-2"].ingredients = {
|
||||||
|
{type="item", name="advanced-circuit", amount=20},
|
||||||
|
}
|
||||||
|
data.raw["module"]["effectivity-module-2"].stack_size = 5
|
||||||
|
|
||||||
|
data.raw["recipe"]["effectivity-module-3"].ingredients = {
|
||||||
|
{type="item", name="advanced-circuit", amount=40},
|
||||||
|
}
|
||||||
|
data.raw["module"]["effectivity-module-3"].stack_size = 5
|
||||||
|
|
||||||
|
data.raw["recipe"]["productivity-module"].ingredients = {
|
||||||
|
{type="item", name="processing-unit", amount=10},
|
||||||
|
}
|
||||||
|
data.raw["module"]["productivity-module"].stack_size = 5
|
||||||
|
|
||||||
|
data.raw["recipe"]["productivity-module-2"].ingredients = {
|
||||||
|
{type="item", name="processing-unit", amount=20},
|
||||||
|
}
|
||||||
|
data.raw["module"]["productivity-module-2"].stack_size = 5
|
||||||
|
|
||||||
|
data.raw["recipe"]["productivity-module-3"].ingredients = {
|
||||||
|
{type="item", name="processing-unit", amount=40},
|
||||||
|
}
|
||||||
|
data.raw["module"]["productivity-module-3"].stack_size = 5
|
||||||
|
|
||||||
--balance landfills since Cap2 uses a watery map with lots of water tiles
|
--balance landfills since Cap2 uses a watery map with lots of water tiles
|
||||||
data.raw["recipe"]["landfill"].ingredients = {
|
data.raw["recipe"]["landfill"].ingredients = {
|
||||||
{type="item", name="stone", amount=25}
|
{type="item", name="stone", amount=25}
|
||||||
}
|
}
|
||||||
|
--make personal roboport cheaper
|
||||||
|
data.raw["recipe"]["personal-roboport-equipment"].ingredients = {
|
||||||
|
{type="item", name="advanced-circuit", amount=5},
|
||||||
|
{type="item", name="battery", amount=20},
|
||||||
|
{type="item", name="iron-gear-wheel", amount=20}
|
||||||
|
}
|
||||||
|
--mk.2
|
||||||
|
data.raw["recipe"]["personal-mk2-equipment"].ingredients = {
|
||||||
|
{type="item", name="advanced-circuit", amount=10},
|
||||||
|
{type="item", name="battery", amount=40},
|
||||||
|
{type="item", name="iron-gear-wheel", amount=40}
|
||||||
|
}
|
||||||
|
data.raw["recipe"]["battery-equipment"].ingredients = {
|
||||||
|
{type = "item", name = "iron-plate", amount = 10}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cap2-easymod",
|
"name": "cap2-easymod",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"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