From e8077af4bbd3e2b0bd358d699100d91a9c3f483c Mon Sep 17 00:00:00 2001 From: "actions[bot]" Date: Mon, 10 Feb 2025 07:44:26 +0000 Subject: [PATCH] 2025-02-10 07:44:26 --- src/common/ai_strategy/BLI_AND_SIR.txt | 97 ++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 src/common/ai_strategy/BLI_AND_SIR.txt 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 + } +}