- ACT_COUNT/RUN_LENGTH 3→5, ACT_MAPS map01~map05 (반복 런 기반 확장) - MAP_ROWS 7→6 (걷는 행 6 + 보스 = depth 최대 7), 막 배율 0.6→0.45 완화 - 노드 타입 인접 금지를 elite 단독 → rest/shop/elite 3종으로 일반화 (Lua GenerateMap + rogue-map.mjs JS 미러 동시 수정, 테스트 9/9 통과) - 맵 파일 생성기 카운트 11→5, map06~map11 삭제, SectorConfig 정리(stale 제거) - 산출물 재생성(ui/codeblock/map01~05). 검증 헬퍼 tools/verify/count.mjs 추가 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
34 lines
700 B
Plaintext
34 lines
700 B
Plaintext
{
|
|
"Id": "",
|
|
"GameId": "",
|
|
"EntryKey": "config://sectors",
|
|
"ContentType": "x-mod/config",
|
|
"Content": "",
|
|
"Usage": 0,
|
|
"UsePublish": 1,
|
|
"UseService": 0,
|
|
"CoreVersion": "26.5.0.0",
|
|
"StudioVersion": "0.1.0.0",
|
|
"DynamicLoading": 0,
|
|
"ContentProto": {
|
|
"Use": "Json",
|
|
"Json": {
|
|
"Sectors": [
|
|
{
|
|
"id": "sector01",
|
|
"name": "sector01",
|
|
"maxUserNo": 16,
|
|
"entries": [
|
|
"map://map01",
|
|
"map://map02",
|
|
"map://map03",
|
|
"map://map04",
|
|
"map://map05"
|
|
]
|
|
}
|
|
],
|
|
"AllowOverMaxEntryCountPerSector": false,
|
|
"config_id": "config://sectors"
|
|
}
|
|
}
|
|
} |