mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
Date: 2025-04-16
|
||||
|
||||
@@ -1124,6 +1124,8 @@ if settings.startup['PHI-VP'].value then
|
||||
data.raw.technology['foundry'].research_trigger = nil
|
||||
data.raw.technology['cryogenic-plant'].research_trigger = 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
|
||||
if data.raw.technology[k] then
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "PHI-CL",
|
||||
"version": "3.0.90",
|
||||
"version": "3.0.91",
|
||||
"factorio_version": "2.0",
|
||||
"date": "2025-04-16",
|
||||
"title": "Phidias Collection",
|
||||
|
||||
Reference in New Issue
Block a user