From c82003f982f9f563a078060c94ba01ea97a22184 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 22 Jun 2024 15:41:43 +0000 Subject: [PATCH] =?UTF-8?q?game:=20=EA=B1=B4=EA=B5=AD=EC=8B=9C=20=ED=99=95?= =?UTF-8?q?=EC=A0=95=20=EC=9C=A0=EB=8B=88=ED=81=AC,=20=EC=9C=A0=EC=82=B0?= =?UTF-8?q?=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20250=EC=A0=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- hwe/sammo/Command/General/che_건국.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index d7d44508..82b04474 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1670,7 +1670,7 @@ function tryUniqueItemLottery(RandUtil $rng, General $general, string $acquireTy } else if ($acquireType == '랜덤 임관') { $prob = 1 / ($genCount * $itemTypeCnt / 10 / 2); // 랜임시 2개(10%) 등장(200명중 20명 랜임시도?) } else if ($acquireType == '건국') { - $prob = 1 / ($genCount * $itemTypeCnt / 10 / 4); // 건국시 4개(20%) 등장(200명시 20국 정도 됨) + $prob = 1; // 건국시 100% } $prob *= GameConst::$uniqueTrialCoef; diff --git a/hwe/sammo/Command/General/che_건국.php b/hwe/sammo/Command/General/che_건국.php index 0bf06ec0..7082d940 100644 --- a/hwe/sammo/Command/General/che_건국.php +++ b/hwe/sammo/Command/General/che_건국.php @@ -202,6 +202,7 @@ class che_건국 extends Command\GeneralCommand refreshNationStaticInfo(); $general->increaseInheritancePoint(InheritanceKey::active_action, 1); + $general->increaseInheritancePoint(InheritanceKey::unifier, 250); $this->setResultTurn(new LastTurn(static::getName(), $this->arg)); $general->checkStatChange(); tryUniqueItemLottery(genGenericUniqueRNGFromGeneral($general, static::$actionName), $general, '건국');