This commit is contained in:
2026-07-01 23:40:36 +09:00
parent a3b0889f8e
commit 398fa68de2
6 changed files with 47 additions and 47 deletions
+4 -4
View File
@@ -117,8 +117,11 @@ if not settings.startup['PHI-SA'].value then
return
end
-- SA C 1 SPACE_AGE CONSTANT
data.raw['utility-constants'].default.rocket_lift_weight = settings.startup['PHI-SA-ROCKET-CAPACITY'].value * 1000000
-- SA C 3 SPACE_AGE MODULE
if settings.startup['PHI-SA-QUALITY'].value then
if mods['quality'] and settings.startup['PHI-SA-QUALITY'].value then
for _, v in pairs(data.raw.module) do
if v.category and v.category == 'quality' then
v.effect.quality = v.effect.quality * settings.startup['PHI-SA-QUALITY'].value / 10
@@ -128,6 +131,3 @@ if settings.startup['PHI-SA-QUALITY'].value then
end
end
end
-- SA C 1 SPACE_AGE CONSTANT
data.raw['utility-constants'].default.rocket_lift_weight = settings.startup['PHI-SA-ROCKET-CAPACITY'].value * 1000000