feat(WIP): 증여,헌납,백성동원,수몰,천도,초토화,허보

This commit is contained in:
2021-12-22 02:23:06 +09:00
parent 507fa102b9
commit b0c7d60d5a
13 changed files with 253 additions and 201 deletions
+4 -7
View File
@@ -2,12 +2,13 @@ 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";
import { default as ProcessCity } from "../ProcessCity.vue";
import { default as ProcessGeneralAmount } from "../ProcessGeneralAmount.vue";
//TODO: 자주 쓰는 녀석들은 Slot으로 변경
@@ -24,20 +25,16 @@ export const commandMap: Record<string, typeof ProcessCity> = {
che_임관,
che_장수대상임관,
che_징병,
che_증여: ProcessGeneralAmount,
che_첩보: ProcessCity,
che_출병: ProcessCity,
che_탈취: ProcessCity,
che_파괴: ProcessCity,
che_화계: ProcessCity,
che_헌납,
}
/*
- 항목들
장수/금쌀/분량 - 증여(포상 이식)
금쌀/분량 - 헌납(군량매매 또는 포상 수정)
고유 양식 - 숙련전환, 장비매매
*/