game: 은퇴시 토너먼트 보정치를 100%로

- 실수였음!
This commit is contained in:
2022-10-02 23:27:41 +09:00
parent b2a676cd8b
commit c50410a6da
+1 -1
View File
@@ -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;
}