titanium plates/matter
This commit is contained in:
parent
77e58399f2
commit
ef8269575e
1 changed files with 24 additions and 26 deletions
|
|
@ -21,43 +21,41 @@ data:extend(
|
||||||
},
|
},
|
||||||
prerequisites = {"kr-matter-processing"},
|
prerequisites = {"kr-matter-processing"},
|
||||||
unit =
|
unit =
|
||||||
{
|
{
|
||||||
count = 350,
|
count = 350,
|
||||||
ingredients =
|
ingredients =
|
||||||
{
|
{
|
||||||
{"production-science-pack", 1},
|
{"production-science-pack", 1},
|
||||||
{"utility-science-pack", 1},
|
{"utility-science-pack", 1},
|
||||||
{"matter-tech-card", 1}
|
{"matter-tech-card", 1}
|
||||||
},
|
},
|
||||||
time = 45
|
time = 45
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local titanium_ore_matter =
|
local titanium_ore_matter =
|
||||||
{
|
{
|
||||||
item_name = "titanium-ore",
|
item_name = "titanium-ore",
|
||||||
minimum_conversion_quantity = 10,
|
minimum_conversion_quantity = 10,
|
||||||
matter_value = 8,
|
matter_value = 8,
|
||||||
energy_required = 1,
|
energy_required = 1,
|
||||||
need_stabilizer = true,
|
need_stabilizer = true,
|
||||||
unlocked_by_technology = "titanium-matter-processing"
|
unlocked_by_technology = "titanium-matter-processing"
|
||||||
}
|
}
|
||||||
matter.createMatterRecipe(titanium_ore_matter)
|
matter.createMatterRecipe(titanium_ore_matter)
|
||||||
|
|
||||||
|
|
||||||
local titanium_plate_matter =
|
local titanium_plate_matter =
|
||||||
{
|
{
|
||||||
item_name = "titanium-ore",
|
item_name = "titanium-plate",
|
||||||
minimum_conversion_quantity = 10,
|
minimum_conversion_quantity = 10,
|
||||||
matter_value = 14,
|
matter_value = 14,
|
||||||
energy_required = 1,
|
energy_required = 2,
|
||||||
need_stabilizer = true,
|
only_deconversion = true,
|
||||||
unlocked_by_technology = "titanium-matter-processing"
|
need_stabilizer = true,
|
||||||
|
unlocked_by_technology = "titanium-matter-processing"
|
||||||
}
|
}
|
||||||
matter.createMatterRecipe(titanium_ore_matter)
|
matter.createMatterRecipe(titanium_plate_matter)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue