country_decisions = {

	crimean_ideas = {
		major = yes
		potential = {
			normal_or_historical_nations = yes
			was_never_end_game_tag_trigger = yes
			NOT = { has_country_flag = cri_ideas_chosen_flag }
			OR = {
				ai = no
			}
			tag = CRI
		}

		allow = {
			tag = CRI
		}
		effect = {
			set_country_flag = cri_ideas_chosen_flag
			if = {
				limit = { has_custom_ideas = no }
				country_event = { id = ideagroups.1 } #Swap Ideas
			}
		}
		ai_will_do = {
			factor = 0
		}
		ai_importance = 1
	}

	genoa_annexations = {
	
		major = yes
		potential = {
			normal_or_historical_nations = yes
			was_never_end_game_tag_trigger = yes
			NOT = { has_country_flag = gen_annex_flag }
			OR = {
				ai = no
			}
			tag = GEN
		}

		allow = {
			tag = GEN
		}
		effect = {
			set_country_flag = gen_annex_flag
			if = {
				limit = { TUA = {	is_subject_of = GEN	} }
				inherit = TUA
			}
			if = {
				limit = { T03 = {	owns_core_province = 2915	} }
				inherit = T03
			}
			if = {
				limit = { TPQ = {	is_subject_of = GEN	} }
				inherit = TPQ
			}
			if = {
				limit = { T04 = {	owns_core_province = 2925	} }
				inherit = T04
			}
		}
		ai_will_do = {
			factor = 0
		}
		ai_importance = 1
	
	}

	
}