Notion에서 GameData 불러와 추가
- 부모 페이지 ID 변경 (sync_from_notion) - 몬스터, 웨이브 데이터 파일 csv, josn, meta, cs 파일 추가
This commit is contained in:
38
GameData/.WaveMaster_schema.json
Normal file
38
GameData/.WaveMaster_schema.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"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 별 소환 개수"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user