From 902bfb1effa0e87c826cf92b85d7e1ecbf458e84 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 4 Jun 2026 19:02:05 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 5cfb747..2b4e2b9 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -218,14 +218,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 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 - if data.raw.technology[v] then - data.raw.technology[v].research_trigger = nil - end -end - -- GM-VP C 2 BASE ENTITY if data.raw['unit-spawner'] then for _, v in pairs(data.raw['unit-spawner']) do @@ -294,7 +286,6 @@ if data.raw['lab'] and data.raw['lab']['biolab'] then data.raw['lab']['biolab'].energy_source.emissions_per_minute = nil end - -- GM-VP C 1 SPACE_AGE ENTITY if data.raw['electric-turret'] and data.raw['electric-turret']['tesla-turret'] then data.raw['electric-turret']['tesla-turret'].energy_source.drain = '250kW'