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
+8 -1
View File
@@ -175,9 +175,16 @@ describe('scenario bootstrap', () => {
specialDomestic: 'che_event_돌격',
specialWar: null,
});
expect(result.snapshot.generals[0]?.meta).toMatchObject({ specage: 25, specage2: 30 });
expect(result.snapshot.generals[0]?.meta).toMatchObject({
explevel: 0,
dedlevel: 1,
specage: 25,
specage2: 30,
});
expect(result.seed.generals[0]?.meta).toMatchObject({
deathMonth: expect.any(Number),
explevel: 0,
dedlevel: 1,
specage: 25,
specage2: 30,
});