fi ceramic recipe
This commit is contained in:
parent
58f5651593
commit
a1460519d0
3 changed files with 37 additions and 0 deletions
|
@ -1466,6 +1466,28 @@ data:extend({
|
|||
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
|
||||
{
|
||||
name = 'fi_crystal_tech',
|
||||
|
|
|
@ -1381,4 +1381,19 @@ data:extend({
|
|||
energy_required = 10,
|
||||
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',
|
||||
},
|
||||
})
|
BIN
ressources/techs/fi_ceramic_tech.png
Normal file
BIN
ressources/techs/fi_ceramic_tech.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Add table
Add a link
Reference in a new issue