feat: 병종 징병 조건 추가

- 군주 및 수뇌
- 군주 및 수뇌 아님
- 도시의 규모 요구
- 특정 Nation Aux 값 요구
This commit is contained in:
2025-01-22 17:17:30 +00:00
parent fd14c5403b
commit 53b7dbfdd0
5 changed files with 222 additions and 2 deletions
-2
View File
@@ -23,6 +23,4 @@ enum NationAuxKey: string
case can_음귀병사용 = 'can_음귀병사용';
case can_무희사용 = 'can_무희사용';
case can_흑병사용 = 'can_흑병사용';
}