feat: 사령턴 대상 선택 정보를 보강
도시·수도 지도와 명령별 국가/장수 상세 목록을 추가한다.\nRef 금액 프리셋과 현재 조건 기반 우선 정렬을 예약 입력에 연결한다.
This commit is contained in:
@@ -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: {},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user