From 443543d70fae2e4a4220756ea26637db90dbc50b Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 10 May 2022 23:46:39 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=95=84=EC=9D=B4=ED=85=9C=20=ED=8C=8C?= =?UTF-8?q?=EA=B8=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_myPage.php | 35 ++++++++++++---- hwe/sammo/API/General/DropItem.php | 66 ++++++++++++++++++++++++++++++ hwe/ts/SammoAPI.ts | 7 +++- hwe/ts/myPage.ts | 57 +++++++++++++++++++++++--- 4 files changed, 151 insertions(+), 14 deletions(-) create mode 100644 hwe/sammo/API/General/DropItem.php diff --git a/hwe/b_myPage.php b/hwe/b_myPage.php index 1bc28424..697d2a94 100644 --- a/hwe/b_myPage.php +++ b/hwe/b_myPage.php @@ -50,9 +50,18 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1; <?= UniqueConst::$serverName ?>: 내정보 - + $availableDieImmediately, + 'staticValues' => [ + 'items' => Util::mapWithKey(fn (string $key, BaseItem $item) => [ + 'name' => $item->getName(), + 'rawName' => $item->getRawName(), + 'className' => $item->getRawClassName(), + 'cost' => $item->getCost(), + 'isBuyable' => $item->isBuyable(), + ], $me->getItems()) + ] + ]) ?> @@ -72,8 +81,8 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1;
-
-
+
+
토너먼트 【 getVar('tnmt') == 0 ? "checked" : ""; ?>>수동참여 getVar('tnmt') == 1 ? "checked" : ""; ?>>자동참여 @@ -94,8 +103,8 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1;
수뇌가 되었을 때 휴식 턴이어도 적당한 턴을 알아서 넣는 것을 허용합니다.

- - + + 수비 【