Notion에서 GameData 불러와 추가

- 부모 페이지 ID 변경 (sync_from_notion)
- 몬스터, 웨이브 데이터 파일 csv, josn, meta, cs 파일 추가
This commit is contained in:
BoyongHwang
2026-01-29 23:34:56 +09:00
parent 6638193524
commit 4289055255
12 changed files with 185 additions and 1 deletions

6
GameData/WaveMaster.csv Normal file
View File

@@ -0,0 +1,6 @@
wave_id,wave_key,memo,duration_sec,monster_id_list,monster_count_list
1,WAVE_001,,90,101,10
2,WAVE_002,,90,102,20
3,WAVE_003,,90,103,5
4,WAVE_004,,90,104,3
5,WAVE_005,,90,105,2
1 wave_id wave_key memo duration_sec monster_id_list monster_count_list
2 1 WAVE_001 90 101 10
3 2 WAVE_002 90 102 20
4 3 WAVE_003 90 103 5
5 4 WAVE_004 90 104 3
6 5 WAVE_005 90 105 2