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

View File

@@ -13,7 +13,7 @@ NOTION_API_KEY = "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"
notion = Client(auth=NOTION_API_KEY) if NOTION_API_KEY else None
# ⭐ 부모 페이지 ID만 설정 (1회)
SCHEMA_PARENT_PAGE_ID = "2f194d45b1a380948073ca3883f7347e"
SCHEMA_PARENT_PAGE_ID = "2f494d45b1a3818fa9fceb4f9e17d905"
SCRIPT_DIR = Path(__file__).parent
GAMEDATA_DIR = SCRIPT_DIR.parent / "GameData"