K2 + vanilla ceramic balance

This commit is contained in:
PreLeyZero 2022-04-26 23:37:44 +02:00
parent f24abad6c0
commit f6df3018d0
4 changed files with 22 additions and 2 deletions

View file

@ -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 Version: 1.0.15
Date: 26.4.2022 Date: 26.4.2022
Changes: Changes:

View file

@ -1137,7 +1137,7 @@ data:extend({
enabled = 'false', enabled = 'false',
category = 'crafting-with-fluid', category = 'crafting-with-fluid',
ingredients = { ingredients = {
{type="fluid", name="steam", amount=60}, {type="fluid", name="steam", amount=30},
{type="item", name="stone", amount=2}, {type="item", name="stone", amount=2},
}, },
results = { results = {

View file

@ -235,6 +235,21 @@ data:extend({
}, },
energy_required = 2, 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 --techs

View file

@ -97,7 +97,7 @@ building_table = {
--[ITEMS] --[ITEMS]
item_table = { item_table = {
{"advanced-circuit", "el_materials_ceramic", 5}, {"advanced-circuit", "el_materials_ceramic", 2},
{"processing-unit", "fi_materials_gold", 3}, {"processing-unit", "fi_materials_gold", 3},
{"electric-engine-unit", "fi_materials_gold", 3}, {"electric-engine-unit", "fi_materials_gold", 3},
{"flying-robot-frame", "fi_materials_neodym", 6}, {"flying-robot-frame", "fi_materials_neodym", 6},