diff --git a/src/common/ai_strategy/BLI_AND_SIR.txt b/src/common/ai_strategy/BLI_AND_SIR.txt new file mode 100644 index 0000000..ea6915f --- /dev/null +++ b/src/common/ai_strategy/BLI_AND_SIR.txt @@ -0,0 +1,97 @@ +BLI_AND_SIR_war_naval_stage_one = { + allowed = { + has_dlc = "Man the Guns" + OR = { + original_tag = BLI + original_tag = SIR + original_tag = SR1 + original_tag = SR2 + original_tag = SR3 + original_tag = SR4 + } + } + enable = { + date > 1937.1.1 + enable_vnr_naval_ai = yes + } + abort_when_not_enabled = yes + ai_strategy = { + type = strike_force_home_base + id = 75 + value = 200 + } + ai_strategy = { + type = strike_force_home_base + id = 78 + value = 200 + } + ai_strategy = { + type = strike_force_home_base + id = 94 + value = 50 + } + ai_strategy = { + type = strike_force_home_base + id = 84 + value = 130 + } +} + +BLI_AND_SIR_war_naval_stage_two = { + allowed = { + has_dlc = "Man the Guns" + OR = { + original_tag = BLI + original_tag = SIR + original_tag = SR1 + original_tag = SR2 + original_tag = SR3 + original_tag = SR4 + } + } + enable = { + date > 1941.1.1 + enable_vnr_naval_ai = yes + } + abort_when_not_enabled = yes + ai_strategy = { + type = strike_force_home_base + id = 75 + value = 50 + } + ai_strategy = { + type = strike_force_home_base + id = 78 + value = 50 + } + ai_strategy = { + type = strike_force_home_base + id = 94 + value = 50 + } + ai_strategy = { + type = strike_force_home_base + id = 84 + value = 50 + } + ai_strategy = { + type = strike_force_home_base + id = 95 + value = 200 + } + ai_strategy = { + type = strike_force_home_base + id = 97 + value = 200 + } + ai_strategy = { + type = strike_force_home_base + id = 180 + value = 100 + } + ai_strategy = { + type = strike_force_home_base + id = 83 + value = 130 + } +}