GEM_prepare_against_west_rome = {
	allowed = {
		original_tag = GEM
	}
	enable = {
		date < 1940.1.1
		focus_progress = {
			focus = GEM_prepareforthegreatwar
			progress > 0.5
		}
		country_exists = WRE

	}

	ai_strategy = {
		type = prepare_for_war
		id = WRE
		value = 100
	}

	ai_strategy = {
		type = force_concentration_front_factor
		tag = WRE
		value = 200
	}
}

GEM_war_with_rome = {
	allowed = {
		original_tag = GEM
	}
	enable = {
		has_completed_focus = GEM_antiromanpact
		country_exists = WRE
	}
	abort = {
		WRE = { has_capitulated = yes }
	}

	ai_strategy = {
		type = antagonize
		id = WRE
		value = 200
	}
}

GEM_warprepagainst_westrome = {
	allowed = {
		original_tag = GEM
	}
	enable = {
		focus_progress = {
			focus = GEM_crushtheeagle
			progress > 0.01
		}
		NOT = {
			has_completed_focus = GEM_crushtheeagle
		}
		country_exists = WRE
	}

	ai_strategy = {
		type = conquer
		id = WRE
		value = 100
	}
}

GEM_blitz_westrome = {
	allowed = {
		original_tag = GEM
	}
	enable = {
		#is_historical_focus_on = yes
		OR = {
			focus_progress = {
				focus = GEM_crushtheeagle
				progress > 0.01
			}
			has_war_with = WRE
		}
	}

	ai_strategy = {
		type = front_armor_score
		id = WRE
		value = 100
	}

	ai_strategy = {
		type = force_concentration_target_weight
		state = 153 
		state = 976 

		value = 25 # +25%
	}

}

GEM_dont_die_inmountains = {
	allowed = {
		original_tag = GEM
	}
	enable = {
		date < 1942.5.1
		country_exists = SWI
		is_historical_focus_on = yes
	}

	ai_strategy = {
		type = ignore
		id = SWI
		value = 1000
	}
}

GEM_britain_ally = {
	allowed = {
		original_tag = GEM
	}
	enable = {
		has_completed_focus = GEM_invitebrits
		country_exists = GBB
	}
	abort = {
		NOT = { country_exists = GBB }
	}

	ai_strategy = {
		type = befriend
		id = GBB
		value = 200
	}
	ai_strategy = {
		type = alliance
		id = GBB
		value = 200
	}
}

GEM_francia_ally = {
	allowed = {
		original_tag = GEM
	}
	enable = {
		has_completed_focus = GEM_invitefrancians
		country_exists = FAC
	}
	abort = {
		NOT = { country_exists = FAC }
	}

	ai_strategy = {
		type = befriend
		id = FAC
		value = 200
	}
	ai_strategy = {
		type = alliance
		id = FAC
		value = 200
	}
}