GER_not_declare_war_on_communists_early = {
	allowed = {
		original_tag = GER
	}
	enable = {
		NOT = {has_war_with = WRS}
		WRS = { has_capitulated = no }
	}
	abort = {
		NOT = {country_exists = WRS}
	}

	ai_strategy = {
		type = declare_war
		id = WRS
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = KZN
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = WSR
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = WRA
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = BYA
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = TUZ
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = RIK
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = TRC
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = USA
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = SWI
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = ICE
		value = -2000
	}
	
	abort_when_not_enabled = yes
}

ITA_support_swits_early = {
	allowed = {
		original_tag = ITA
	}
	enable = {
		NOT = {has_war_with = WRS}
	}

	ai_strategy = {
		type = declare_war
		id = SWI
		value = -2000
	}
	
	abort_when_not_enabled = yes
}

JAP_not_declare_war = {
	allowed = {
		original_tag = JAP
	}
	enable = {
		NOT = {has_war_with = WRS}
	}

	ai_strategy = {
		type = declare_war
		id = XSM
		value = -2000
	}
	ai_strategy = {
		type = declare_war
		id = SIK
		value = -2000
	}
	
	abort_when_not_enabled = yes
}

GER_INVADE_BRIT_BEFORE_WRW = {
	allowed = {
		original_tag = GER
	}
	enable = {
		has_global_flag = russia_collapse
		country_exists = ENG
		ENG = {
			has_capitulated = no
		}
	}

	ai_strategy = {
		type = invade
		id = ENG
		value = 2000
	}
	
	ai_strategy = {
		type = unit_ratio
		id = submarine
		value = 1000
	}
	
	ai_strategy = {
		type = naval_convoy_raid_region
		id = 16
		value = 1000
	}
	
	ai_strategy = {
		type = naval_convoy_raid_region
		id = 18
		value = 1000
	}
	
	ai_strategy = {
		type = naval_convoy_raid_region
		id = 43
		value = 1000
	}
	
	abort_when_not_enabled = yes
}