forked from devsam/core
game: 최대 레벨, 능력치 제한을 255로 변경
This commit is contained in:
@@ -84,7 +84,7 @@ class GameConstBase
|
||||
public static $maxBetrayCnt = 9;
|
||||
|
||||
/** @var int 최대 레벨 */
|
||||
public static $maxLevel = 300;
|
||||
public static $maxLevel = 255;
|
||||
|
||||
/** @var int 최소 인구 증가량 */
|
||||
public static $basePopIncreaseAmount = 5000;
|
||||
|
||||
Reference in New Issue
Block a user