From 36004349088ec62060da8281a8777339acf5e91c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 10 Apr 2022 01:17:41 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EA=B3=BC=EC=8B=A4=EC=A3=BC(=EC=83=81?= =?UTF-8?q?=EC=84=B1)=EB=A5=BC=20=EB=8C=80=EB=93=B1=ED=95=9C=20=EB=B3=91?= =?UTF-8?q?=EC=A2=85=EC=97=90=EB=8F=84=20=EB=B0=9C=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/che_상성보정_과실주.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/ActionItem/che_상성보정_과실주.php b/hwe/sammo/ActionItem/che_상성보정_과실주.php index 9ac09829..7d245101 100644 --- a/hwe/sammo/ActionItem/che_상성보정_과실주.php +++ b/hwe/sammo/ActionItem/che_상성보정_과실주.php @@ -10,7 +10,7 @@ class che_상성보정_과실주 extends \sammo\BaseItem{ protected $rawName = '과실주'; protected $name = '과실주(상성)'; - protected $info = '[전투] 유리한 병종 전투시 공격력 +10%, 피해 -10%'; + protected $info = '[전투] 대등/유리한 병종 전투시 공격력 +10%, 피해 -10%'; protected $cost = 200; protected $consumable = false; @@ -18,7 +18,7 @@ class che_상성보정_과실주 extends \sammo\BaseItem{ { $oppose = $unit->getOppose(); $attackCoef = $unit->getCrewType()->getAttackCoef($oppose->getCrewType()); - if($attackCoef <= 1){ + if($attackCoef < 1){ return null; } return new WarUnitTriggerCaller(