changed rare metal cost

This commit is contained in:
PreLeyZero 2022-05-19 16:32:04 +02:00
parent d5615d8685
commit d85ded6ddd
4 changed files with 13 additions and 11 deletions

View file

@ -8,6 +8,8 @@ Date: 19.5.2022
- added module slots for laser/plasma/magnet facility, decreased their lead usage
- added module slots to fusor, improves yield of fusor recipes
- increased yield of lithium to lithium[6]
- made all rare metals cheaper
- removed KIX dependency from max beacon support tech
---------------------------------------------------------------------------------------------------
Version: 1.0.21
Date: 13.5.2022

View file

@ -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',

View file

@ -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',

View file

@ -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',