map01 템플릿 복제, 엔티티 GUID 재발급. 배경은 공식 MapleStory 맵에서 수확한 Background 타입 RUID 10종(맵마다 다르게). 몬스터는 기존 4종에서 랜덤 2마리 + 랜덤 위치. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
40 lines
862 B
Plaintext
40 lines
862 B
Plaintext
{
|
|
"Id": "",
|
|
"GameId": "",
|
|
"EntryKey": "config://sectors",
|
|
"ContentType": "x-mod/config",
|
|
"Content": "",
|
|
"Usage": 0,
|
|
"UsePublish": 1,
|
|
"UseService": 0,
|
|
"CoreVersion": "1.21.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",
|
|
"map://map06",
|
|
"map://map07",
|
|
"map://map08",
|
|
"map://map09",
|
|
"map://map10",
|
|
"map://map11"
|
|
]
|
|
}
|
|
],
|
|
"AllowOverMaxEntryCountPerSector": false,
|
|
"config_id": "config://sectors"
|
|
}
|
|
}
|
|
} |