From c50410a6da86ec0b23ee597ac7031a087dbdb4d4 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 2 Oct 2022 23:27:41 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=9D=80=ED=87=B4=EC=8B=9C=20=ED=86=A0?= =?UTF-8?q?=EB=84=88=EB=A8=BC=ED=8A=B8=20=EB=B3=B4=EC=A0=95=EC=B9=98?= =?UTF-8?q?=EB=A5=BC=20100%=EB=A1=9C=20-=20=EC=8B=A4=EC=88=98=EC=98=80?= =?UTF-8?q?=EC=9D=8C!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/InheritancePointManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/InheritancePointManager.php b/hwe/sammo/InheritancePointManager.php index 7f9025e7..7a96d422 100644 --- a/hwe/sammo/InheritancePointManager.php +++ b/hwe/sammo/InheritancePointManager.php @@ -27,7 +27,7 @@ class InheritancePointManager $inheritanceKey->put(InheritanceKey::sabotage, new InheritancePointType(['rank', RankColumn::firenum], 20, '계략 성공 횟수', 1)); $inheritanceKey->put(InheritanceKey::unifier, new InheritancePointType(true, 1, '천통 기여', null)); $inheritanceKey->put(InheritanceKey::dex, new InheritancePointType(false, 0.001, '숙련도', 0.5)); - $inheritanceKey->put(InheritanceKey::tournament, new InheritancePointType(true, 1, '토너먼트', 0.5)); + $inheritanceKey->put(InheritanceKey::tournament, new InheritancePointType(true, 1, '토너먼트', 1)); $inheritanceKey->put(InheritanceKey::betting, new InheritancePointType(false, 10, '베팅 당첨', null)); $this->inheritanceKey = $inheritanceKey; }