2025-11-29 04:00:56

This commit is contained in:
actions[bot]
2025-11-29 04:00:56 +00:00
parent e9b13ff748
commit 7fb4a0ce42
19 changed files with 2096 additions and 385 deletions

View File

@@ -228,6 +228,24 @@ JAP_destroy_china_navy_quick = {
id = 77
value = 100
}
ai_strategy = {
type = naval_blockade
target_country = CHI
id = 75
value = 100
}
ai_strategy = {
type = naval_blockade
target_country = CHI
id = 76
value = 100
}
ai_strategy = {
type = naval_blockade
target_country = CHI
id = 77
value = 100
}
ai_strategy = {
type = convoy_raiding_target
@@ -269,6 +287,11 @@ JAP_pacific_war_naval_stage_one = {
id = 84
value = 100
}
ai_strategy = {
type = naval_mission_threshold
id = MISSION_STRIKE_FORCE
value = -500
}
}
JAP_pacific_war_naval_stage_two = {
@@ -330,6 +353,11 @@ JAP_pacific_war_naval_stage_two = {
id = 83
value = 85
}
ai_strategy = {
type = naval_mission_threshold
id = MISSION_STRIKE_FORCE
value = -500
}
}
### BYG ###
@@ -414,7 +442,7 @@ USA_pacific_war_naval_avoid_first = {
ai_strategy = {
type = naval_dominance
id = 95
value = 60
value = 100
}
ai_strategy = {
type = naval_dominance
@@ -550,6 +578,11 @@ USA_pacific_war_naval_counterattack_1 = {
value = 1000
}
ai_strategy = {
type = naval_dominance
id = 83
value = 100
}
ai_strategy = {
type = naval_dominance
id = 84
@@ -558,12 +591,12 @@ USA_pacific_war_naval_counterattack_1 = {
ai_strategy = {
type = naval_dominance
id = 95
value = 80
value = 100
}
ai_strategy = {
type = naval_dominance
id = 97
value = 80
value = 100
}
ai_strategy = {
type = naval_dominance
@@ -573,7 +606,7 @@ USA_pacific_war_naval_counterattack_1 = {
ai_strategy = {
type = naval_dominance
id = 180
value = 100
value = 80
}
ai_strategy = {
type = invade
@@ -608,6 +641,12 @@ USA_pacific_war_naval_counterattack_1 = {
ordertype = invasion
execute_order = yes
}
ai_strategy = {
type = naval_mission_threshold
id = MISSION_STRIKE_FORCE
value = -500
}
}
USA_pacific_war_naval_counterattack_2 = {
@@ -680,7 +719,7 @@ USA_pacific_war_naval_counterattack_2 = {
ai_strategy = {
type = naval_dominance
id = 97
value = 100
value = 70
}
ai_strategy = {
type = naval_dominance
@@ -727,6 +766,12 @@ USA_pacific_war_naval_counterattack_2 = {
ordertype = invasion
execute_order = yes
}
ai_strategy = {
type = naval_mission_threshold
id = MISSION_STRIKE_FORCE
value = -500
}
}
USA_pacific_war_naval_counterattack_3 = {
@@ -819,6 +864,12 @@ USA_pacific_war_naval_counterattack_3 = {
ordertype = invasion
execute_order = yes
}
ai_strategy = {
type = naval_mission_threshold
id = MISSION_STRIKE_FORCE
value = -500
}
}
### SAD ###
@@ -1054,4 +1105,51 @@ GER_invade_norway = {
id = 207
value = 100
}
}
major_train_fleet_strategy = {
allowed = {
OR = {
original_tag = CHY
original_tag = BYG
original_tag = HUJ
original_tag = SAD
original_tag = YUW
original_tag = TIX
}
}
enable = {
has_war = no
date < 1939.1.1
}
abort_when_not_enabled = yes
ai_strategy = {
type = naval_mission_threshold
id = MISSION_TRAINING
value = -500
}
}
major_dont_hold_fleet = {
allowed = {
OR = {
original_tag = CHY
original_tag = BYG
original_tag = HUJ
original_tag = SAD
original_tag = YUW
original_tag = TIX
}
}
enable = {
has_war = yes
}
abort_when_not_enabled = yes
ai_strategy = {
type = naval_mission_threshold
id = MISSION_HOLD
value = 1000
}
}