멸망시 임관 확률을 변경 가능하도록 설정
This commit is contained in:
@@ -110,6 +110,9 @@ class GameConstBase
|
||||
/** @var int 초기 시작 년도. 실제 값은 시나리오에서 정해지므로 딱히 의미는 없음. */
|
||||
public static $defaultStartYear = 180;
|
||||
|
||||
/** @var float 멸망한 NPC 장수의 임관 확률 */
|
||||
public static $joinRuinedNPCProp = 0.1;
|
||||
|
||||
/** @var int 시작시 금 */
|
||||
public static $defaultGold = 1000;
|
||||
/** @var int 시작시 쌀 */
|
||||
|
||||
Reference in New Issue
Block a user