38 lines
852 B
JSON
38 lines
852 B
JSON
[
|
|
{
|
|
"name": "wave_id",
|
|
"type": "int",
|
|
"condition": null,
|
|
"description": "웨이브 고유 ID"
|
|
},
|
|
{
|
|
"name": "wave_key",
|
|
"type": "string",
|
|
"condition": null,
|
|
"description": "사람이 읽는 고정 키 (예: WAVE_001)"
|
|
},
|
|
{
|
|
"name": "memo",
|
|
"type": "string",
|
|
"condition": null,
|
|
"description": "기획/개발 메모(비출력)"
|
|
},
|
|
{
|
|
"name": "duration_sec",
|
|
"type": "int",
|
|
"condition": null,
|
|
"description": "웨이브 주기(초). 기본 90"
|
|
},
|
|
{
|
|
"name": "monster_id_list",
|
|
"type": "string",
|
|
"condition": null,
|
|
"description": "해당 웨이브에서 소환할 몬스터 ID 목록"
|
|
},
|
|
{
|
|
"name": "monster_count_list",
|
|
"type": "string",
|
|
"condition": null,
|
|
"description": "해당 웨이브에서 소환할 몬스터 ID 별 소환 개수"
|
|
}
|
|
] |