This commit is contained in:
2025-04-14 16:08:15 +09:00
parent 72df3d25d3
commit bb16ba158f
3 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.91
Date: 2025-04-16
Changes:
- [VP] One of the technology is not set to be not attainable.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.0.90 Version: 3.0.90
Date: 2025-04-16 Date: 2025-04-16

View File

@@ -1124,6 +1124,8 @@ if settings.startup['PHI-VP'].value then
data.raw.technology['foundry'].research_trigger = nil data.raw.technology['foundry'].research_trigger = nil
data.raw.technology['cryogenic-plant'].research_trigger = nil data.raw.technology['cryogenic-plant'].research_trigger = nil
data.raw.technology['asteroid-productivity'].effects = nil data.raw.technology['asteroid-productivity'].effects = nil
data.raw.technology['cryogenic-science-pack'].research_trigger = nil
data.raw.technology['cryogenic-science-pack'].unit = {count = 1000, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}}
for k, v in pairs(items['space-age']['PHI-VP-MAIN']['technology']) do for k, v in pairs(items['space-age']['PHI-VP-MAIN']['technology']) do
if data.raw.technology[k] then if data.raw.technology[k] then

View File

@@ -1,6 +1,6 @@
{ {
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.0.90", "version": "3.0.91",
"factorio_version": "2.0", "factorio_version": "2.0",
"date": "2025-04-16", "date": "2025-04-16",
"title": "Phidias Collection", "title": "Phidias Collection",