game: 평시 유니크 획득 확률 변경
This commit is contained in:
+2
-2
@@ -1937,8 +1937,8 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템
|
|||||||
$prob = Util::valueFit($prob, null, 1 / 4); //최대치 감소
|
$prob = Util::valueFit($prob, null, 1 / 4); //최대치 감소
|
||||||
$result = false;
|
$result = false;
|
||||||
|
|
||||||
$prob /= sqrt(2);
|
$prob /= sqrt(7);
|
||||||
$moreProb = pow(2, 1 / 4);
|
$moreProb = pow(10, 1 / 4);
|
||||||
|
|
||||||
if ($general->getAuxVar('inheritRandomUnique') && $availableBuyUnique) {
|
if ($general->getAuxVar('inheritRandomUnique') && $availableBuyUnique) {
|
||||||
//포인트로 랜덤 유니크 획득
|
//포인트로 랜덤 유니크 획득
|
||||||
|
|||||||
Reference in New Issue
Block a user