This commit is contained in:
2026-06-04 19:02:05 +09:00
parent 13cca18df5
commit 902bfb1eff
-9
View File
@@ -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'