fix: 장수 런타임 레벨 상한을 Ref 기준으로 복구
가입 능력치 배분 상한과 런타임 레벨 상한을 분리하고, Ref 기본값 255를 공유 상수로 통합한다. 모병 후 레벨 유지와 국가 장수 목록의 고레벨 표시를 회귀 테스트로 고정한다.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// Ref GameConstBase::$maxLevel. Scenario `stat.max` is a separate join-time
|
||||
// allocation rule and must not be used as this runtime fallback.
|
||||
export const LEGACY_DEFAULT_MAX_LEVEL = 255;
|
||||
@@ -1,3 +1,4 @@
|
||||
export * from './types.js';
|
||||
export * from './parseScenario.js';
|
||||
export * from './scenarioEffect.js';
|
||||
export * from './constants.js';
|
||||
|
||||
Reference in New Issue
Block a user