feat: 사용자 군주 자율행동 업무를 개별 설정한다
NPC 군주의 기존 국가 운영은 유지하고 사용자 군주는 외교, 수뇌 임명, 재정 조정, 천도를 기본 비활성화한다. 내 정보 설정과 인증 API, 엔진 gate를 연결하고 자율행동 기간 및 국가턴 master를 함께 검증한다.
This commit is contained in:
@@ -111,6 +111,10 @@ export type TurnDaemonCommand =
|
||||
defence_train?: number;
|
||||
use_treatment?: number;
|
||||
use_auto_nation_turn?: number;
|
||||
use_auto_nation_diplomacy?: number;
|
||||
use_auto_nation_promotion?: number;
|
||||
use_auto_nation_finance?: number;
|
||||
use_auto_nation_capital?: number;
|
||||
};
|
||||
}
|
||||
| { type: 'dropItem'; requestId?: string; generalId: number; itemType: string }
|
||||
|
||||
Reference in New Issue
Block a user