feat(WIP): processing 숙련전환, 불가침제의

This commit is contained in:
2021-12-22 21:15:26 +09:00
parent 4178927b6f
commit cfbaf60989
9 changed files with 414 additions and 340 deletions
+3 -1
View File
@@ -2,6 +2,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 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";
@@ -21,6 +22,7 @@ export const commandMap: Record<string, typeof ProcessCity> = {
che_모병: che_징병,
che_선동: ProcessCity,
che_선양,
che_숙련전환,
che_이동: ProcessCity,
che_임관,
che_장수대상임관,
@@ -36,5 +38,5 @@ export const commandMap: Record<string, typeof ProcessCity> = {
/*
- 항목들
고유 양식 - 숙련전환, 장비매매
고유 양식 - 장비매매
*/