From 3a2afee70ed55b1066a060a05dbf968d172dad00 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 3 Jun 2026 22:34:06 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp-c.lua | 9 +++++---- PHI-CL/data/b/gm-vp.lua | 6 ------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index 16573f9..41e276a 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -256,6 +256,7 @@ local items = { -- SPACE_AGE 15 ['fusion-reactor'] = { prerequisites = {'nuclear-power', 'space-science-pack'}, + effects = {{type = 'unlock-recipe', recipe = 'fusion-reactor'}, {type = 'unlock-recipe', recipe = 'fusion-generator'}, {type = 'unlock-recipe', recipe = 'fusion-power-cell'}, {type = 'unlock-recipe', recipe = 'fluoroketone'}, {type = 'unlock-recipe', recipe = 'fluoroketone-cooling'}}, unit_ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}} }, ['fusion-reactor-equipment'] = { @@ -337,7 +338,7 @@ local items = { ['tree-seeding'] = { prerequisites = {'agriculture'}, unit = {count = 400, time = 30, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}} - } + }, -- SPACE_AGE 35 }, ['recipe_reform'] = { @@ -498,9 +499,9 @@ local items = { results = {{type = 'item', name = 'copper-plate', amount = 1}} }, ['casting-steel'] = { - energy_required = 16, - ingredients = {{type = 'fluid', name = 'molten-iron', amount = 50, fluidbox_multiplier = 10}}, - results = {{type = 'item', name = 'steel-plate', amount = 2}} + energy_required = 32, + ingredients = {{type = 'fluid', name = 'molten-iron', amount = 100, fluidbox_multiplier = 10}}, + results = {{type = 'item', name = 'steel-plate', amount = 3}} }, -- SPACE_AGE 30 ['casting-iron-gear-wheel'] = { diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 1e08a1e..55bd0fa 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -180,12 +180,6 @@ if data.raw.technology['automation'] and data.raw.technology['automation'].effec table.insert(data.raw.technology['automation'].effects, {type = 'create-ghost-on-entity-death', modifier = true}) end --- GM-VP A 2 SPACE_AGE RESEARCH_EFFECT -if data.raw.technology['fusion-reactor'] and data.raw.technology['fusion-reactor'].effects then - table.insert(data.raw.technology['fusion-reactor'].effects, {type = 'unlock-recipe', recipe = 'fluoroketone'}) - table.insert(data.raw.technology['fusion-reactor'].effects, {type = 'unlock-recipe', recipe = 'fluoroketone-cooling'}) -end - -- GM-VP C 1 BASE RESEARCH -- GM-VP C 6 SPACE_AGE RESEARCH for _, v in pairs({'space-science-pack', 'electromagnetic-plant', 'foundry', 'cryogenic-plant', 'big-mining-drill', 'agriculture', 'heating-tower'}) do