feat: 월드 스냅샷 및 시나리오 부트스트랩 관련 타입 및 로더 구현

This commit is contained in:
2025-12-28 15:26:25 +00:00
parent a4c74b860e
commit 54252dc6b4
8 changed files with 1008 additions and 0 deletions
+2
View File
@@ -33,6 +33,8 @@ Move items into the main docs once they are finalized.
- Profile selection workflow and deployment mapping
- [AI suggestion] Define a scenario bootstrap pipeline that turns scenario/map/unit set inputs into a world snapshot or DB seed payload.
- [AI suggestion] Implement a DB-backed world loader for turn daemon startup (nation/city/general + scenario config).
- [AI suggestion] Add map/unit set loaders that normalize legacy `CityConstBase`/`GameUnitConstBase` into `MapDefinition`/`UnitSetDefinition` inputs.
- [AI suggestion] Add a DB seed writer that converts `WorldSeedPayload` into DB inserts with defaults and audit logs.
## Legacy Engine Docs