feat: NPC 징병 및 예약 턴 핸들러 개선, 대형 테스트 맵 인구 수정

This commit is contained in:
2026-01-24 10:32:38 +00:00
parent 753abdaf47
commit 2964c8ea59
8 changed files with 225 additions and 24 deletions
@@ -3,6 +3,7 @@ import type { WarActionModule } from '@sammo-ts/logic/war/actions.js';
export interface TurnCommandEnv {
develCost: number;
minAvailableRecruitPop?: number;
trainDelta: number;
atmosDelta: number;
maxTrainByCommand: number;