From 38114c0639d85191f69579577fa465f14a7b5251 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 26 Nov 2021 17:42:50 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=88=98=EB=B9=84=EC=9E=90=20=ED=94=BC?= =?UTF-8?q?=EC=82=B4=20=EC=88=99=EB=A0=A8=EB=8F=84=200,=20=EC=82=AC?= =?UTF-8?q?=EC=82=B4=20=EC=88=99=EB=A0=A8=EB=8F=84=200.9->0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitGeneral.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index f0ec04b4..daeeb4a1 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -267,7 +267,7 @@ class WarUnitGeneral extends WarUnit $addDex = $damage; if (!$this->isAttacker) { - $addDex *= 0.9; + $addDex = 0; } $this->addDex($this->oppose->getCrewType(), $addDex); @@ -291,7 +291,7 @@ class WarUnitGeneral extends WarUnit $addDex = $damage; if (!$this->isAttacker) { - $addDex *= 0.9; + $addDex *= 0.8; } $this->addDex($this->getCrewType(), $addDex);