changed rare metal cost
This commit is contained in:
parent
d5615d8685
commit
d85ded6ddd
4 changed files with 13 additions and 11 deletions
|
@ -8,6 +8,8 @@ Date: 19.5.2022
|
||||||
- added module slots for laser/plasma/magnet facility, decreased their lead usage
|
- added module slots for laser/plasma/magnet facility, decreased their lead usage
|
||||||
- added module slots to fusor, improves yield of fusor recipes
|
- added module slots to fusor, improves yield of fusor recipes
|
||||||
- increased yield of lithium to lithium[6]
|
- increased yield of lithium to lithium[6]
|
||||||
|
- made all rare metals cheaper
|
||||||
|
- removed KIX dependency from max beacon support tech
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.21
|
Version: 1.0.21
|
||||||
Date: 13.5.2022
|
Date: 13.5.2022
|
||||||
|
|
|
@ -890,7 +890,7 @@ data:extend({
|
||||||
type = 'technology',
|
type = 'technology',
|
||||||
icon = sprite('el_ki_sup_4_tech.png'),
|
icon = sprite('el_ki_sup_4_tech.png'),
|
||||||
icon_size = 128,
|
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 = {
|
effects = {
|
||||||
{
|
{
|
||||||
type = 'nothing',
|
type = 'nothing',
|
||||||
|
|
|
@ -1063,12 +1063,12 @@ data:extend({
|
||||||
category = 'crafting-with-fluid',
|
category = 'crafting-with-fluid',
|
||||||
main_product = 'fi_materials_pure_neodym',
|
main_product = 'fi_materials_pure_neodym',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="fluid", name="fi_dirty_water", amount=200},
|
{type="fluid", name="fi_dirty_water", amount=100},
|
||||||
},
|
},
|
||||||
results = {
|
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_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},
|
--{type="item", name="fi_materials_pure_titan", amount=2},
|
||||||
},
|
},
|
||||||
energy_required = 0.2,
|
energy_required = 0.2,
|
||||||
|
@ -1081,10 +1081,10 @@ data:extend({
|
||||||
category = 'crafting-with-fluid',
|
category = 'crafting-with-fluid',
|
||||||
main_product = 'fi_materials_pure_gold',
|
main_product = 'fi_materials_pure_gold',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="fluid", name="fi_dirty_water", amount=200},
|
{type="fluid", name="fi_dirty_water", amount=100},
|
||||||
},
|
},
|
||||||
results = {
|
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_gold", amount=2},
|
||||||
--{type="item", name="fi_materials_pure_neodym", amount=4},
|
--{type="item", name="fi_materials_pure_neodym", amount=4},
|
||||||
--{type="item", name="fi_materials_pure_titan", amount=2},
|
--{type="item", name="fi_materials_pure_titan", amount=2},
|
||||||
|
@ -1099,13 +1099,13 @@ data:extend({
|
||||||
category = 'crafting-with-fluid',
|
category = 'crafting-with-fluid',
|
||||||
main_product = 'fi_materials_pure_titan',
|
main_product = 'fi_materials_pure_titan',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="fluid", name="fi_dirty_water", amount=200},
|
{type="fluid", name="fi_dirty_water", amount=100},
|
||||||
},
|
},
|
||||||
results = {
|
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_gold", amount=2},
|
||||||
--{type="item", name="fi_materials_pure_neodym", amount=4},
|
--{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,
|
energy_required = 0.2,
|
||||||
order = 'a-b',
|
order = 'a-b',
|
||||||
|
|
|
@ -305,7 +305,7 @@ data:extend({
|
||||||
category = 'crafting-with-fluid',
|
category = 'crafting-with-fluid',
|
||||||
enabled = 'false',
|
enabled = 'false',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="item", name="fu_crushed_lead_item", amount=5},
|
{type="item", name="fu_crushed_lead_item", amount=1},
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{type="fluid", name="fu_lead_fluid_cold", amount=100},
|
{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_gold", amount=2},
|
||||||
--{type="item", name="fi_materials_pure_neodym", amount=2},
|
--{type="item", name="fi_materials_pure_neodym", amount=2},
|
||||||
--{type="item", name="fi_materials_pure_titan", 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,
|
energy_required = 0.2,
|
||||||
order = 'a-b',
|
order = 'a-b',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue