PRS_7WW_Strategy_plan = {
	allowed = {
		original_tag = PRS
	}
	enable = {
		has_country_flag = PRS_signs_of_war_GC_flag
	}
	abort = {
		PRS = {
			NOT = { has_country_flag = PRS_signs_of_war_GC_flag }
		}
	}
	ai_strategy = {
		type = conquer
		id = "AUS"
		value = 20
	}
	ai_strategy = {
		type = prepare_for_war
		id = "AUS"
		value = 20
	}
	ai_strategy = {
		type = front_unit_request
		tag = BEL
		value = -10
	}
	ai_strategy = {
		type = front_unit_request
		tag = DEN
		value = -10
	}
	ai_strategy = {
		type = front_unit_request
		tag = HOL
		value = -10
	}
	ai_strategy = {
		type = front_unit_request
		tag = LUX
		value = -10
	}
	ai_strategy = {
		type = front_unit_request
		tag = RUS
		value = -10
	}
}

PRS_FPW_Strategy_plan = {
	allowed = {
		original_tag = PRS
	}
	enable = {
		has_global_flag = eoanb_FPW_imminent_flag
	}
	abort = {
		PRS = {
			NOT = { has_global_flag = eoanb_FPW_imminent_flag }
		}
	}
	ai_strategy = {
		type = conquer
		id = "FRA"
		value = 20
	}
	ai_strategy = {
		type = prepare_for_war
		id = "FRA"
		value = 20
	}
	ai_strategy = {
		type = front_unit_request
		tag = BEL
		value = -10
	}
	ai_strategy = {
		type = front_unit_request
		tag = DEN
		value = -10
	}
	ai_strategy = {
		type = front_unit_request
		tag = HOL
		value = -10
	}
	ai_strategy = {
		type = front_unit_request
		tag = RUS
		value = -10
	}
}