fi ceramic recipe

This commit is contained in:
PreLeyZero 2022-05-07 14:11:04 +02:00
parent 58f5651593
commit a1460519d0
3 changed files with 37 additions and 0 deletions

View file

@ -1466,6 +1466,28 @@ data:extend({
time = 30, time = 30,
}, },
}, },
{
name = 'fi_ceramic_tech',
type = 'technology',
icon = sprite('fi_ceramic_tech.png'),
icon_size = 128,
prerequisites = {'fi_crusher_tech'},
effects = {
{
type = 'unlock-recipe',
recipe = 'fi_ceramic_recipe',
}
},
unit = {
count = '200',
ingredients = {
{'chemical-science-pack',1},
{'automation-science-pack',1},
{'logistic-science-pack',1,},
},
time = 30,
},
},
--fi crystal --fi crystal
{ {
name = 'fi_crystal_tech', name = 'fi_crystal_tech',

View file

@ -1381,4 +1381,19 @@ data:extend({
energy_required = 10, energy_required = 10,
always_show_made_in = true, always_show_made_in = true,
}, },
{
name = 'fi_ceramic_recipe',
type = 'recipe',
enabled = 'false',
category = 'crafting-with-fluid',
ingredients = {
{type="fluid", name="steam", amount=45},
{type="item", name="fi_crushed_stone_item", amount=3},
},
results = {
{type="item", name="el_materials_ceramic", amount=2},
},
energy_required = 1,
order = 'a-b',
},
}) })

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB