changed rare metal cost
This commit is contained in:
parent
d5615d8685
commit
d85ded6ddd
4 changed files with 13 additions and 11 deletions
|
@ -890,7 +890,7 @@ data:extend({
|
|||
type = 'technology',
|
||||
icon = sprite('el_ki_sup_4_tech.png'),
|
||||
icon_size = 128,
|
||||
prerequisites = {'el_ki_sup_3_tech','fu_ki_eff_3_tech','fu_ki_plus_1_tech'},
|
||||
prerequisites = {'el_ki_sup_3_tech','fu_ki_eff_3_tech'},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
|
|
|
@ -1063,12 +1063,12 @@ data:extend({
|
|||
category = 'crafting-with-fluid',
|
||||
main_product = 'fi_materials_pure_neodym',
|
||||
ingredients = {
|
||||
{type="fluid", name="fi_dirty_water", amount=200},
|
||||
{type="fluid", name="fi_dirty_water", amount=100},
|
||||
},
|
||||
results = {
|
||||
{type="fluid", name="water", amount=200},
|
||||
{type="fluid", name="water", amount=100},
|
||||
--{type="item", name="fi_materials_pure_gold", amount=2},
|
||||
{type="item", name="fi_materials_pure_neodym", amount=1},
|
||||
{type="item", name="fi_materials_pure_neodym", amount=2},
|
||||
--{type="item", name="fi_materials_pure_titan", amount=2},
|
||||
},
|
||||
energy_required = 0.2,
|
||||
|
@ -1081,10 +1081,10 @@ data:extend({
|
|||
category = 'crafting-with-fluid',
|
||||
main_product = 'fi_materials_pure_gold',
|
||||
ingredients = {
|
||||
{type="fluid", name="fi_dirty_water", amount=200},
|
||||
{type="fluid", name="fi_dirty_water", amount=100},
|
||||
},
|
||||
results = {
|
||||
{type="fluid", name="water", amount=200},
|
||||
{type="fluid", name="water", amount=100},
|
||||
{type="item", name="fi_materials_pure_gold", amount=2},
|
||||
--{type="item", name="fi_materials_pure_neodym", amount=4},
|
||||
--{type="item", name="fi_materials_pure_titan", amount=2},
|
||||
|
@ -1099,13 +1099,13 @@ data:extend({
|
|||
category = 'crafting-with-fluid',
|
||||
main_product = 'fi_materials_pure_titan',
|
||||
ingredients = {
|
||||
{type="fluid", name="fi_dirty_water", amount=200},
|
||||
{type="fluid", name="fi_dirty_water", amount=100},
|
||||
},
|
||||
results = {
|
||||
{type="fluid", name="water", amount=200},
|
||||
{type="fluid", name="water", amount=100},
|
||||
--{type="item", name="fi_materials_pure_gold", amount=2},
|
||||
--{type="item", name="fi_materials_pure_neodym", amount=4},
|
||||
{type="item", name="fi_materials_pure_titan", amount=1},
|
||||
{type="item", name="fi_materials_pure_titan", amount=2},
|
||||
},
|
||||
energy_required = 0.2,
|
||||
order = 'a-b',
|
||||
|
|
|
@ -305,7 +305,7 @@ data:extend({
|
|||
category = 'crafting-with-fluid',
|
||||
enabled = 'false',
|
||||
ingredients = {
|
||||
{type="item", name="fu_crushed_lead_item", amount=5},
|
||||
{type="item", name="fu_crushed_lead_item", amount=1},
|
||||
},
|
||||
results = {
|
||||
{type="fluid", name="fu_lead_fluid_cold", amount=100},
|
||||
|
@ -1401,7 +1401,7 @@ data:extend({
|
|||
--{type="item", name="fi_materials_pure_gold", amount=2},
|
||||
--{type="item", name="fi_materials_pure_neodym", amount=2},
|
||||
--{type="item", name="fi_materials_pure_titan", amount=2},
|
||||
{type="item", name="fu_materials_pure_lead", amount=6},
|
||||
{type="item", name="fu_materials_pure_lead", amount=5},
|
||||
},
|
||||
energy_required = 0.2,
|
||||
order = 'a-b',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue