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.
This commit is contained in:
@@ -23,7 +23,14 @@ export type TriggerDomesticVarType =
|
||||
| 'rice'
|
||||
| 'probability';
|
||||
|
||||
export type TriggerStrategicActionType = '의병모집';
|
||||
export type TriggerStrategicActionType =
|
||||
| '의병모집'
|
||||
| '허보'
|
||||
| '필사즉생'
|
||||
| '백성동원'
|
||||
| '이호경식'
|
||||
| '수몰'
|
||||
| '급습';
|
||||
|
||||
export type TriggerStrategicVarType = 'delay' | 'globalDelay';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user