문서 수정: 레거시 엔진 문서에 aux 및 penalty 동작 관련 내용 추가

This commit is contained in:
2025-12-27 03:49:08 +00:00
parent ef07f7f7d7
commit f1af2717c3
4 changed files with 33 additions and 2 deletions
@@ -51,6 +51,8 @@ Unit availability is controlled by `GameUnitConstraint` implementations:
- `ReqTech`, `ReqCities`, `ReqRegions`, `ReqMinRelYear`, `Impossible`, etc.
- Each constraint exposes `test(...)` and `getInfo()` for UI display.
- `ReqNationAux` gates unit availability by `nation.aux` flags (e.g. research
unlocks like `can_화시병사용`), which are written by nation commands.
## Open Questions / Follow-ups