fix(parity): preserve legacy monthly turn ordering

This commit is contained in:
2026-08-15 09:40:14 +00:00
parent 47e629eb4b
commit b9e45c6e76
26 changed files with 393 additions and 58 deletions
+6 -6
View File
@@ -192,17 +192,17 @@ describe('scenario bootstrap', () => {
expect(result.snapshot.generals[0]?.role.specialWar).toBeNull();
expect(result.snapshot.generals[1]?.role).toMatchObject({
personality: 'che_출세',
specialDomestic: 'che_event_의술',
specialWar: null,
specialDomestic: null,
specialWar: 'che_의술',
});
expect(result.seed.generals[1]).toMatchObject({
special: 'che_event_의술',
specialWar: null,
special: null,
specialWar: 'che_의술',
});
expect(result.snapshot.generals[2]?.role).toMatchObject({
personality: 'che_패권',
specialDomestic: 'che_event_돌격',
specialWar: null,
specialDomestic: null,
specialWar: 'che_돌격',
});
expect(result.snapshot.generals[0]?.meta).toMatchObject({
explevel: 0,