feat: 사령턴 대상 선택 정보를 보강

도시·수도 지도와 명령별 국가/장수 상세 목록을 추가한다.\nRef 금액 프리셋과 현재 조건 기반 우선 정렬을 예약 입력에 연결한다.
This commit is contained in:
2026-08-18 13:12:24 +00:00
parent e4c4bd946f
commit 7da67da40f
13 changed files with 1292 additions and 129 deletions
+2
View File
@@ -770,6 +770,7 @@ export const buildTurnCommandTable = async (options: {
inputOptions: options.inputOptions ?? {
cities: [],
nations: [],
nationTargets: {},
generals: [],
generalTargets: {},
crewTypes: [],
@@ -778,6 +779,7 @@ export const buildTurnCommandTable = async (options: {
colors: [],
items: {},
recruitment: null,
amountPresets: {},
},
};
};