From 1f0d0f992ddb2423fe3c0cdbaaac11cbc081dbc0 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 18 Sep 2024 16:30:01 +0000 Subject: [PATCH] =?UTF-8?q?game:=20=EB=B6=80=EB=8C=80=ED=83=88=ED=87=B4?= =?UTF-8?q?=EC=A7=80=EC=8B=9C=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_부대탈퇴지시.php | 3 - hwe/ts/processing/Nation/index.ts | 6 +- hwe/ts/processing/ProcessGeneral.vue | 139 ++++++++++++++++++ 3 files changed, 143 insertions(+), 5 deletions(-) create mode 100644 hwe/ts/processing/ProcessGeneral.vue diff --git a/hwe/sammo/Command/Nation/che_부대탈퇴지시.php b/hwe/sammo/Command/Nation/che_부대탈퇴지시.php index 053bbf79..52a42d20 100644 --- a/hwe/sammo/Command/Nation/che_부대탈퇴지시.php +++ b/hwe/sammo/Command/Nation/che_부대탈퇴지시.php @@ -152,9 +152,6 @@ class che_부대탈퇴지시 extends Command\NationCommand 'generals' => $destRawGenerals, 'generalsKey' => ['no', 'name', 'officerLevel', 'npc', 'gold', 'rice', 'leadership', 'strength', 'intel', 'cityID', 'crew', 'train', 'atmos', 'troopID'], 'cities' => \sammo\JSOptionsForCities(), - 'minAmount' => 100, - 'maxAmount' => GameConst::$maxResourceActionAmount, - 'amountGuide' => GameConst::$resourceActionAmountGuide, ] ]; } diff --git a/hwe/ts/processing/Nation/index.ts b/hwe/ts/processing/Nation/index.ts index 68aaa9e3..a067fa47 100644 --- a/hwe/ts/processing/Nation/index.ts +++ b/hwe/ts/processing/Nation/index.ts @@ -7,8 +7,9 @@ import { default as che_피장파장 } from "./che_피장파장.vue"; import { default as cr_인구이동 } from "./cr_인구이동.vue"; import { default as ProcessNation } from "../ProcessNation.vue"; +import { default as ProcessGeneral } from "../ProcessGeneral.vue"; import { default as ProcessGeneralAmount } from "../ProcessGeneralAmount.vue"; -import { default as ProcessGeneralCity } from "./che_발령.vue"; +import { default as che_발령 } from "./che_발령.vue"; import { default as ProcessCity } from "../ProcessCity.vue"; export const commandMap: Record = { @@ -17,7 +18,8 @@ export const commandMap: Record + +
+
+ 지정한 장수에게 부대 탈퇴를 지시합니다.
+ 부대원만 가능합니다.
+
+
+
+ 장수 : + +
+
+ + {{ commandName }} + +
+
+
+ + + + +