poland_hates_russia = { allowed = { original_tag = POL } enable = { country_exists = SOV NOT = { surrender_progress > 0.15 } # not emerging Poland NOT = { POL = { has_emerging_aligned_government = yes } } # do not hate neutral or pro-western Russia SOV = { OR = { has_emerging_aligned_government = yes has_nationalist_government = yes } } } abort_when_not_enabled = yes ai_strategy = { type = contain id = "SOV" value = 25 } ai_strategy = { type = antagonize id = "SOV" value = 35 } ai_strategy = { type = befriend id = "SOV" value = -35 } } poland_loves_western_ukr = { allowed = { original_tag = POL } enable = { country_exists = UKR # not emering Poland POL = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } # luv ukraine UKR = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "UKR" value = 50 } ai_strategy = { type = protect id = "UKR" value = 50 } ai_strategy = { type = influence id = "UKR" value = 50 } ai_strategy = { type = support id = "UKR" value = 50 } } poland_loves_western_blr = { allowed = { original_tag = POL } enable = { country_exists = BLR # not emering Poland POL = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } # luv belarus BLR = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "BLR" value = 50 } ai_strategy = { type = protect id = "BLR" value = 50 } ai_strategy = { type = influence id = "BLR" value = 50 } ai_strategy = { type = support id = "BLR" value = 50 } } poland_attempting_to_unite_visegrad1 = { allowed = { original_tag = POL } enable = { country_exists = CZE # not emering Poland POL = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } # luv czech republic CZE = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "CZE" value = 100 } ai_strategy = { type = protect id = "CZE" value = 50 } ai_strategy = { type = influence id = "CZE" value = 50 } ai_strategy = { type = support id = "CZE" value = 100 } } poland_attempting_to_unite_visegrad2 = { allowed = { original_tag = POL } enable = { country_exists = SLO # not emering Poland POL = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } # luv slovakia SLO = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "SLO" value = 100 } ai_strategy = { type = protect id = "SLO" value = 50 } ai_strategy = { type = influence id = "SLO" value = 50 } ai_strategy = { type = support id = "SLO" value = 100 } } poland_attempting_to_unite_visegrad3 = { allowed = { original_tag = POL } enable = { country_exists = HUN # not emering Poland POL = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } # luv hungary HUN = { OR = { has_western_aligned_government = yes has_neutral_government = yes } } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "HUN" value = 100 } ai_strategy = { type = protect id = "HUN" value = 50 } ai_strategy = { type = influence id = "HUN" value = 50 } ai_strategy = { type = support id = "HUN" value = 100 } } #CIVIL WAR IN AMERICA POL_great_lakes_help = { allowed = { original_tag = POL } enable = { country_exists = GLC has_war = no } abort_when_not_enabled = yes ai_strategy = { type = send_volunteers_desire id = "GLC" value = 1000 } ai_strategy = { type = send_lend_lease_desire id = "GLC" value = 400 } } POL_avoid_unready_war_with_ukr = { allowed = { original_tag = POL } enable = { has_wargoal_against = UKR NOT = { has_war_with = UKR } NOT = { strength_ratio = { tag = UKR ratio > 1.5 } } } abort_when_not_enabled = yes ai_strategy = { type = conquer id = UKR value = -4000 } ai_strategy = { type = declare_war id = UKR value = -4000 } } POL_prepare_war_with_ukr = { allowed = { original_tag = POL } enable = { has_wargoal_against = UKR NOT = { has_war_with = UKR } strength_ratio = { tag = UKR ratio > 1.5 } } abort_when_not_enabled = yes ai_strategy = { type = conquer id = UKR value = 200 } ai_strategy = { type = declare_war id = UKR value = 200 } }