game: cr_건국,맹훈련,인구이동 추가

- 특수 맵 커맨드에 맞춤
- 건국: 소,중성 제한 없음
- 맹훈련: 훈련/사기진작의 2/3를 동시에
- 인구이동: 도시의 인구를 다른 곳으로 이동
This commit is contained in:
2023-03-16 01:12:46 +09:00
parent ab2e43e8dd
commit 602cf3bf13
7 changed files with 794 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@ import { default as che_장비매매 } from "./che_장비매매.vue";
import { default as che_장수대상임관 } from "./che_장수대상임관.vue";
import { default as che_징병 } from "./che_징병.vue";
import { default as che_헌납 } from "./che_헌납.vue";
import { default as cr_건국 } from "./cr_건국.vue";
import { default as ProcessCity } from "../ProcessCity.vue";
import { default as ProcessGeneralAmount } from "../ProcessGeneralAmount.vue";
@@ -38,6 +39,7 @@ export const commandMap: Record<string, typeof ProcessCity> = {
che_파괴: ProcessCity,
che_화계: ProcessCity,
che_헌납,
cr_건국,
}
/*