From ab428fc104d8cffb52d10b0d1b94b97ef4a0b79d Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 29 Apr 2021 18:49:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EB=8B=88=ED=81=AC=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=20=ED=9A=8D=EB=93=9D=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/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index df6114d1..146c8508 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1652,7 +1652,7 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템 $prob = 1 / ($genCount * $itemTypeCnt / 10 / 4); // 건국시 4개(20%) 등장(200명시 20국 정도 됨) } - $prob = Util::valueFit($prob, null, 1 / 3); + $prob = Util::valueFit($prob, null, 1 / 4);//최대치 감소 $result = false;