Files
core2026/resources/turn-commands/default.json
T
Hide_D 436a55297e feat: Add new strategic actions for nation turns
- Implemented '백성동원' (Mobilize People) action to enhance city defense and gain experience for generals.
- Added '수몰' (Flood) action to damage enemy city defenses and affect diplomatic relations.
- Created '이호경식' (Degrade Relations) action to manipulate diplomatic states between nations.
- Introduced '필사즉생' (Desperate Fight) action to boost training and atmosphere for generals in a nation.
- Developed '허보' (Deception) action to mislead enemy generals and alter their city assignments.
2026-01-04 06:38:20 +00:00

38 lines
830 B
JSON

{
"general": [
"che_거병",
"che_임관",
"che_건국",
"che_훈련",
"che_사기진작",
"che_요양",
"che_출병",
"che_주민선정",
"che_농지개간",
"che_상업투자",
"che_기술연구",
"che_치안강화",
"che_수비강화",
"che_성벽보수",
"che_화계",
"che_인재탐색",
"che_징병",
"휴식"
],
"nation": [
"휴식",
"che_포상",
"che_발령",
"che_선전포고",
"che_불가침제의",
"che_불가침파기제의",
"che_의병모집",
"che_허보",
"che_필사즉생",
"che_백성동원",
"che_이호경식",
"che_수몰",
"che_급습"
]
}