# Morocco decisions

political_actions = {
	
	reclaim_france = {
		icon = generic_form_nation
		fire_only_once = yes
		allowed = { tag = MOR }
		visible = {
			tag = MOR
			owns_state = 16
		}
		available = {
			tag = MOR
			owns_state = 16
			has_completed_focus = MOR_homeland
		}
		cost = 0
		ai_will_do = {
			factor = 1000
		}
		complete_effect = {
		set_capital = { state = 16 }
			every_state = {
				limit = {
					is_core_of = FRA
				}
				remove_claim_by = MOR
			}
			every_state = {
				limit = {
					is_core_of = FRA
				}
				add_core_of = MOR
			}
			add_state_core = 943
			add_state_core = 735
			add_state_core = 1003 #Aosta Valley
			add_state_core = 158 #Piedmont
			add_state_core = 838 #Liguria
			add_state_core = 762 #Nice
			add_state_core = 735 #Savoy
			add_state_core = 943 #Upper Savoy
			add_state_core = 1002 #Sassari
			add_state_core = 114 #Cagliari
			add_state_core = 979
			add_state_core = 6
			add_state_core = 760
			add_state_core = 8
			add_state_core = 741
			add_state_core = 34
			add_state_core = 35
			add_state_core = 978
			add_state_core = 165
			add_state_core = 29
			add_state_core = 1313
		}
	}

}