feat: complete legacy general turn compatibility

This commit is contained in:
2026-07-25 08:15:19 +00:00
parent 7ed1b5df7f
commit 79257e8559
68 changed files with 2466 additions and 970 deletions
@@ -287,7 +287,8 @@ describe('NPC 일반 내정 턴', () => {
const afterCity = world.getCityById(1)!;
expect(afterCity).toMatchObject({
...beforeStats,
security: 1050,
// 레거시 내정 수식과 고정 seed의 치명/실패 배율을 적용한 값.
security: 1063,
});
expect(world.getGeneralById(1)!.turnTime.getTime()).toBe(addMinutes(mockDate, 10).getTime());
});