K2 + vanilla ceramic balance
This commit is contained in:
parent
f24abad6c0
commit
f6df3018d0
4 changed files with 22 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.16
|
||||
Date: 26.4.2022
|
||||
Changes:
|
||||
- reduced cermic steam cost even more + fix for krastorio
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.15
|
||||
Date: 26.4.2022
|
||||
Changes:
|
||||
|
|
|
@ -1137,7 +1137,7 @@ data:extend({
|
|||
enabled = 'false',
|
||||
category = 'crafting-with-fluid',
|
||||
ingredients = {
|
||||
{type="fluid", name="steam", amount=60},
|
||||
{type="fluid", name="steam", amount=30},
|
||||
{type="item", name="stone", amount=2},
|
||||
},
|
||||
results = {
|
||||
|
|
|
@ -235,6 +235,21 @@ data:extend({
|
|||
},
|
||||
energy_required = 2,
|
||||
},
|
||||
{
|
||||
name = 'el_ceramic_recipe',
|
||||
type = 'recipe',
|
||||
enabled = 'false',
|
||||
category = 'crafting-with-fluid',
|
||||
ingredients = {
|
||||
{type="fluid", name="steam", amount=10},
|
||||
{type="item", name="stone", amount=2},
|
||||
},
|
||||
results = {
|
||||
{type="item", name="el_materials_ceramic", amount=1},
|
||||
},
|
||||
energy_required = 1,
|
||||
order = 'a-b',
|
||||
},
|
||||
})
|
||||
|
||||
--techs
|
||||
|
|
|
@ -97,7 +97,7 @@ building_table = {
|
|||
--[ITEMS]
|
||||
|
||||
item_table = {
|
||||
{"advanced-circuit", "el_materials_ceramic", 5},
|
||||
{"advanced-circuit", "el_materials_ceramic", 2},
|
||||
{"processing-unit", "fi_materials_gold", 3},
|
||||
{"electric-engine-unit", "fi_materials_gold", 3},
|
||||
{"flying-robot-frame", "fi_materials_neodym", 6},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue