Files
Northbound/GameData/.WaveMaster_schema.json
BoyongHwang 4289055255 Notion에서 GameData 불러와 추가
- 부모 페이지 ID 변경 (sync_from_notion)
- 몬스터, 웨이브 데이터 파일 csv, josn, meta, cs 파일 추가
2026-01-29 23:34:56 +09:00

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 별 소환 개수"
}
]