From e2cd8ed391c72cab87696dff984902049c54f32c Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Aug 2018 11:07:28 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EA=B3=A0=EC=8B=9C=20=EA=B3=84?= =?UTF-8?q?=EB=9E=B5=20=EC=84=B1=EA=B3=B5=20=ED=99=95=EB=A5=A0=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitGeneral.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index 2193f9e6..f0979951 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -583,7 +583,7 @@ class WarUnitGeneral extends WarUnit{ $magicSuccessRatio += 1; } if($this->hasActivatedSkill('계략약화')){ - $magicSuccessRatio -= 0.2; + $magicSuccessRatio -= 0.1; } if($oppose instanceof WarUnitCity){