Hide_D
e4c71c5aef
fix: match deception command boundaries
2026-07-26 10:13:46 +00:00
Hide_D
d4d373c4bd
fix: match surprise attack boundaries
2026-07-26 09:36:44 +00:00
Hide_D
c2b1088758
fix: match degrade relations boundaries
2026-07-26 09:16:01 +00:00
Hide_D
5d07aae5b9
fix: match mobilize people boundaries
2026-07-26 08:59:07 +00:00
Hide_D
bf933ffa8a
fix: match legacy research state boundaries
2026-07-26 08:30:44 +00:00
Hide_D
da836c319d
fix: match random capital move semantics
2026-07-26 08:17:13 +00:00
Hide_D
fa79d95e06
fix: match legacy capital move constraints
2026-07-26 07:31:35 +00:00
Hide_D
f5ee8f8672
fix: match population move city constraints
2026-07-26 07:21:51 +00:00
Hide_D
bfc6e76e07
fix: match legacy population move boundaries
2026-07-26 07:10:36 +00:00
Hide_D
cfdf412cc5
fix(turn): preserve material aid resource boundaries
2026-07-26 06:34:00 +00:00
Hide_D
efda1c472c
fix(turn): preserve zero-balance seizure flow
2026-07-26 06:16:46 +00:00
Hide_D
63e5aae9b4
Merge branch 'main' into feature/nation-seizure-npc-message-parity
2026-07-26 06:06:12 +00:00
Hide_D
b7b1785b8c
fix(turn): preserve seizure NPC public messages
2026-07-26 06:06:07 +00:00
Hide_D
f9ab1da3fd
Merge branch 'main' into feature/best-general-data-parity
2026-07-26 06:03:32 +00:00
Hide_D
875dc610fb
fix: preserve best-general rank data parity
2026-07-26 06:03:21 +00:00
Hide_D
e78a058387
fix(turn): match nation resource boundaries
2026-07-26 05:50:20 +00:00
Hide_D
4b393c2ecc
fix(turn): match resource amount boundaries
2026-07-26 05:36:46 +00:00
Hide_D
18b380aaa6
fix(turn): preserve legacy alternative command execution
2026-07-26 04:31:48 +00:00
Hide_D
ac711e66f5
Add sabotage injury boundary parity
2026-07-26 04:07:42 +00:00
Hide_D
d8e94c428c
Add sabotage value boundary parity
2026-07-26 03:59:16 +00:00
Hide_D
7607e6ccc5
Add sabotage probability clamp parity
2026-07-26 03:50:44 +00:00
Hide_D
2e46fb6a70
Add general command failure parity matrix
2026-07-26 03:31:39 +00:00
Hide_D
9885bf6905
Complete instant diplomacy response parity
2026-07-26 03:10:41 +00:00
Hide_D
9ca11f33db
fix: complete reserved nation command parity
2026-07-26 02:28:44 +00:00
Hide_D
58abd60cbf
test: cover multi-turn nation strategy commands
2026-07-26 02:07:26 +00:00
Hide_D
c774a19826
test: cover nation research commands
2026-07-26 01:44:17 +00:00
Hide_D
a55c190e4e
test: expand nation command differential matrix
2026-07-26 01:28:11 +00:00
Hide_D
b26b4d42e9
fix: complete general command success differential coverage
2026-07-26 01:05:30 +00:00
Hide_D
c1c8401b8c
Fix recruitment and seizure command parity
2026-07-26 00:31:38 +00:00
Hide_D
03a11c7aac
fix: expand general command differential parity
2026-07-26 00:10:47 +00:00
Hide_D
80d7f264af
fix: align legacy speciality selection
2026-07-25 20:55:27 +00:00
Hide_D
1fef287b6b
fix: align reserved turn commands with legacy
2026-07-25 14:16:59 +00:00
Hide_D
61159209bf
fix(ai): align NPC final decisions with legacy
2026-07-25 11:23:53 +00:00
Hide_D
79257e8559
feat: complete legacy general turn compatibility
2026-07-25 08:15:19 +00:00
Hide_D
0d7ede3d93
feat: complete legacy unique item battle parity
2026-07-25 06:47:56 +00:00
Hide_D
35935c9eca
Refactor equipped items into persistent instances
2026-07-25 06:46:56 +00:00
Hide_D
85f134fd12
feat: preserve legacy nation turn execution
2026-07-25 06:17:32 +00:00
Hide_D
c5da507df9
Implement crew type execution model
2026-07-25 05:16:11 +00:00
Hide_D
14da014a6f
feat: 여러 액션의 로그 메시지 개선 및 템플릿 카운트 비교 기능 추가
2026-02-07 07:52:00 +00:00
Hide_D
952c0d28c6
feat: add new general actions for border return, gifting, disbanding, founding nations, and fierce training
...
- Implemented '접경귀환' action for returning to a home city within 3 spaces.
- Added '증여' action for transferring resources between generals with constraints.
- Created '해산' action to disband a faction, resetting generals and cities.
- Developed '건국' action for founding a new nation with specified attributes.
- Introduced '맹훈련' action for training generals, enhancing their stats.
- Added tests for the new actions to ensure functionality and constraints are respected.
2026-02-07 06:10:28 +00:00
Hide_D
d888140cf3
feat: 여러 제약 조건 개선 및 테스트 케이스 수정
2026-02-07 05:14:33 +00:00
Hide_D
13d22ece4a
feat: 'AvailableRecruitCrewType' 제약 조건 이름 변경
2026-02-07 05:04:37 +00:00
Hide_D
a30bc93d10
feat: 새로운 제약 조건 추가 및 기존 제약 조건 개선
2026-02-06 19:06:38 +00:00
Hide_D
15730feafe
Refactor constraints and action definitions for improved clarity and functionality
...
- Renamed `requireMinimumTerm` to `reqMinimumTreatyTerm` for consistency in naming conventions.
- Introduced `battleGroundCity` constraint to encapsulate logic for checking if a city is in a war zone.
- Added `hasRouteToDestCity` constraint to validate city accessibility based on distance and resource requirements.
- Replaced `alwaysFail` with `denyWithReason` for better error handling in action definitions.
- Implemented `reqEnvValue` for environment value checks with comparison operators.
- Enhanced nation constraints with `reqNationValue` and `reqDestNationValue` for flexible value comparisons.
- Added `wanderingNation` constraint to check if a nation is classified as wandering.
- Improved general constraints with `reqGeneralValue` for dynamic value checks.
- Updated various action definitions to utilize new constraints for better maintainability and readability.
2026-02-06 18:55:43 +00:00
Hide_D
d7cb8c77e3
feat: 여러 커맨드의 제약 조건 개선 및 새로운 제약 조건 추가
2026-02-06 18:26:21 +00:00
Hide_D
dc752294fb
feat: 커맨드 로그 체크리스트 업데이트 및 로그 메시지 개선
2026-02-06 16:50:19 +00:00
Hide_D
39935404bc
feat: 커맨드 로그 메시지 개선 및 불필요한 항목 제거
2026-02-05 12:33:55 +00:00
Hide_D
db1082ecb1
feat: 커맨드 로그 메시지 개선 및 불필요한 항목 제거
2026-02-04 19:07:14 +00:00
Hide_D
702f385612
feat: 여러 커맨드 로그 메시지 개선 및 불필요한 항목 제거
2026-02-04 19:03:54 +00:00
Hide_D
113e269a2c
feat: 로그 메시지 개선 및 커맨드 로그 체크리스트 추가
2026-02-04 18:58:57 +00:00