From 7d3b0db92485b9a07ab2997aa87c8fec713eb859 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 2 Oct 2022 15:59:30 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EA=B3=84=EB=9E=B5=20=EC=84=B1=EA=B3=B5?= =?UTF-8?q?=EB=A5=A0=EC=9D=84=205%p=20=ED=95=98=ED=96=A5=20-=20=EA=B3=84?= =?UTF-8?q?=EB=9E=B5=20=EC=84=B1=EA=B3=B5=EB=A5=A0=EC=97=90=20=EC=9D=B8?= =?UTF-8?q?=EA=B5=AC=EC=88=98=EB=A5=BC=20=EB=B0=98=EC=98=81=ED=95=98?= =?UTF-8?q?=EA=B8=B0=20=EC=9D=B4=EC=A0=84=EA=B3=BC=20=EB=B9=84=EA=B5=90?= =?UTF-8?q?=ED=95=98=EC=97=AC=201=EB=AA=85=EC=9E=88=EC=9D=84=20=EB=95=8C?= =?UTF-8?q?=EC=97=90=EB=8A=94=20=EB=8F=99=EC=9D=BC=20-=20=ED=95=9C?= =?UTF-8?q?=EB=AA=85=EB=8F=84=20=EC=97=86=EC=9D=84=EB=95=8C=EB=8A=94=205%p?= =?UTF-8?q?=20=EC=83=81=EC=8A=B9=20-=20=EB=91=90=EB=AA=85=20=EC=9D=B4?= =?UTF-8?q?=EC=83=81=EC=9D=BC=20=EB=95=8C=EC=97=90=EB=8A=94=20=EC=9D=B4?= =?UTF-8?q?=EC=A0=84=20=EB=8C=80=EB=B9=84=20=EC=84=B1=EA=B3=B5=EB=A5=A0=20?= =?UTF-8?q?=ED=95=98=ED=96=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_화계.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/General/che_화계.php b/hwe/sammo/Command/General/che_화계.php index 99993fc7..518b6461 100644 --- a/hwe/sammo/Command/General/che_화계.php +++ b/hwe/sammo/Command/General/che_화계.php @@ -94,7 +94,7 @@ class che_화계 extends Command\GeneralCommand $prob = $maxGenScore / GameConst::$sabotageProbCoefByStat; $prob += $probCorrection; - $prob += sqrt(count($destCityGeneralList)) * GameConst::$sabotageDefenceCoefByGeneralCnt; + $prob += (sqrt(count($destCityGeneralList)) - 1) * GameConst::$sabotageDefenceCoefByGeneralCnt; $prob += $destCity['secu'] / $destCity['secu_max'] / 5; //최대 20%p $prob += $destCity['supply'] ? 0.1 : 0;