문서 업데이트: 레거시 엔진 아키텍처 및 명령 카탈로그 추가

This commit is contained in:
2025-12-26 19:06:33 +00:00
parent 475772240c
commit f41c50b9c1
7 changed files with 580 additions and 0 deletions
+8
View File
@@ -34,3 +34,11 @@ organization rather than endpoint-first routing.
- "attempt" then "execute" phases
- Common trigger categories (traits, specials, scenario effects)
- How triggers combine when multiple sources apply
## Detailed Notes
- Turn execution pipeline: `docs/architecture/legacy-engine-execution.md`
- General model and action stack: `docs/architecture/legacy-engine-general.md`
- Battle and war resolution: `docs/architecture/legacy-engine-war.md`
- Command catalog: `docs/architecture/legacy-commands.md`
- Scenario system and rule sets: `docs/architecture/legacy-scenarios.md`