fix: align scenario 2400 long-run parity

This commit is contained in:
2026-08-04 18:15:32 +00:00
parent 8b8a285bc7
commit cef6a90452
30 changed files with 521 additions and 184 deletions
+4
View File
@@ -519,6 +519,8 @@ const buildGeneralSeeds = (
source: contextLabel,
deathMonth,
initialTurnOffsetMicros,
explevel: 0,
dedlevel: 1,
// Ref's GeneralBuilder derives speciality ages from the scenario
// opening year even when installation stores a pre-opening age.
specage: resolveBootstrapSpecialityAge(scenario.startYear, birthYear, retirementYear, 12),
@@ -588,6 +590,8 @@ const buildGeneralSeeds = (
),
deathMonth,
npcType,
explevel: 0,
dedlevel: 1,
crewTypeId: defaultCrewTypeId,
specage: resolveBootstrapSpecialityAge(scenario.startYear, birthYear, retirementYear, 12),
specage2: resolveBootstrapSpecialityAge(scenario.startYear, birthYear, retirementYear, 6),