From 9f801df5dc21c9b682e5d41e76cce5ca549ddf43 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 22 Feb 2022 00:43:22 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=ED=8F=89=EC=8B=9C=20=EC=9C=A0=EB=8B=88?= =?UTF-8?q?=ED=81=AC=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index d0146916..74a29aea 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1937,8 +1937,8 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템 $prob = Util::valueFit($prob, null, 1 / 4); //최대치 감소 $result = false; - $prob /= sqrt(2); - $moreProb = pow(2, 1 / 4); + $prob /= sqrt(7); + $moreProb = pow(10, 1 / 4); if ($general->getAuxVar('inheritRandomUnique') && $availableBuyUnique) { //포인트로 랜덤 유니크 획득