feat, game: 초반 '배신 수치' 1 증가, 배신 패널티 증가

- 184년 1월부터 배신수치 1 증가.
- 배신 패널티 당 15%, 최대 6회
This commit is contained in:
2022-09-21 23:12:56 +09:00
parent c89bd2f63f
commit 635f1ae077
6 changed files with 39 additions and 7 deletions
+7 -1
View File
@@ -79,7 +79,7 @@ class GameConstBase
/** @var int 최대 기술 레벨 */
public static $maxTechLevel = 12;
/** @var int 최대 하야 패널티 수 */
public static $maxBetrayCnt = 9;
public static $maxBetrayCnt = 6;
/** @var int 최소 인구 증가량 */
public static $basePopIncreaseAmount = 5000;
@@ -431,5 +431,11 @@ class GameConstBase
["NoticeToHistoryLog", "<S>출병 제한이 풀렸습니다.</>", ActionLogger::EVENT_YEAR_MONTH],
["DeleteEvent"]
],
[
"month", 2000,
["DateRelative", "==", 4, 1],
["AddGlobalBetray"],
["DeleteEvent"]
],
];
}