From 059c4d999a5a1a36946339e6a3b9c5238663ce96 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 1 Dec 2022 01:13:43 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EB=A7=9E=20=EC=84=A0=EC=A0=9C=EC=8B=9C?= =?UTF-8?q?=20=EC=9D=B4=EC=A0=84=20=ED=8C=A8=EC=B9=98=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=EB=90=9C=20=EC=A0=84=ED=88=AC=EB=A0=A5=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitTrigger/che_궁병선제사격.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/WarUnitTrigger/che_궁병선제사격.php b/hwe/sammo/WarUnitTrigger/che_궁병선제사격.php index f7cf1b2d..03de4c0e 100644 --- a/hwe/sammo/WarUnitTrigger/che_궁병선제사격.php +++ b/hwe/sammo/WarUnitTrigger/che_궁병선제사격.php @@ -39,8 +39,8 @@ class che_궁병선제사격 extends BaseWarUnitTrigger if ($oppose->getCrewType()->armType == GameUnitConst::T_ARCHER) { $oppose->activateSkill('특수', '선제'); - $self->multiplyWarPowerMultiply(0.5); - $oppose->multiplyWarPowerMultiply(0.5); + $self->multiplyWarPowerMultiply(2/3); + $oppose->multiplyWarPowerMultiply(2/3); $oppose->getLogger()->pushGeneralBattleDetailLog('서로 선제 사격을 주고 받았다!', ActionLogger::PLAIN); $self->getLogger()->pushGeneralBattleDetailLog('서로 선제 사격을 주고 받았다!', ActionLogger::PLAIN); return true;