decisions = {

	formalize_angevin_empire = {
		is_high_prio = yes
		only_independent = yes
		ai_check_interval = 1
		
		potential = {
			tier = KING
			has_landed_title = k_england
			e_anjou = { has_holder = no }
			completely_controls = c_anjou
			OR = {
				culture = english
				culture = frankish
				culture = norman
			}
		}

		allow = {
			is_adult = yes
			war = no
			NOT = { trait = incapable }
			primary_title = { title = k_england }
			completely_controls = d_normandy
			completely_controls = d_aquitaine
			completely_controls = d_anjou
			completely_controls = d_poitou
			completely_controls = d_gascogne
			is_vice_royalty = no
			prestige = 5000
		}
		effect = {
			activate_title = { title = e_anjou status = yes }
			k_england = {
				show_scope_change = no
				e_anjou = {
					show_scope_change = no
					grant_title = ROOT
					hidden_tooltip = { make_primary_title = yes }
					copy_title_laws = PREV
					copy_title_history = PREV
				}
				hidden_tooltip = {
					any_direct_de_jure_vassal_title = {
						de_jure_liege = e_anjou
					}
					k_aquitaine = { de_jure_liege = e_anjou }
					k_england = { de_jure_liege = e_anjou }
					k_wales = { de_jure_liege = e_anjou }
					k_brittany = { de_jure_liege = e_anjou }
					d_normandy = { de_jure_liege = k_england }
				}
			}
			if = {
				limit = {
					NOT = { capital_scope = { province_id = 107 } }
				}
				c_anjou = { 
					show_scope_change = no
					ROOT = { 
						show_scope_change = no
						capital = PREV 
					} 
				}
			}
			
			hidden_tooltip = {
				if = {
					limit = { 
						ROOT = {
							culture = english
						}
					}
					c_anjou = {
						show_scope_change = no
						culture = english
					}
				}
				if = {
					limit = { 
						ROOT = {
							culture = norman
						}
					}
					c_anjou = {
						show_scope_change = no
						culture = norman
					}
				}
			}
			hidden_tooltip = {
				character_event = { id = gpgeangevin.1 }
				any_playable_ruler = {
					limit = {
						ai = no
						capital_scope = {
							region = world_europe_west
						}
					}
					character_event = { id = gpgeangevin.1 }
				}
			}
		}
		ai_will_do = {
			factor = 1
		}
	}

	create_angevin_ireland = {
		is_high_prio = yes
		only_independent = yes
		ai_check_interval = 1
		
		potential = {
			has_landed_title = e_anjou
			k_angevin_ireland = { has_holder = no }
			k_ireland = { has_holder = no }
			completely_controls = c_dublin
		}

		allow = {
			is_adult = yes
			war = no
			NOT = { trait = incapable }
			primary_title = { title = e_anjou }
			completely_controls = d_meath
			completely_controls = d_leinster
			wealth = 1000
		}
		effect = {
			activate_title = { title = k_angevin_ireland status = yes }
			k_angevin_ireland = {
				hidden_tooltip = {
					d_meath = { de_jure_liege = k_angevin_ireland }
					d_leinster = { de_jure_liege = k_angevin_ireland }
					d_munster = { de_jure_liege = k_angevin_ireland }
					d_connacht = { de_jure_liege = k_angevin_ireland }
					d_ulster = { de_jure_liege = k_angevin_ireland }
					k_angevin_ireland = { de_jure_liege = e_anjou }
				}
			}
			wealth = -1000
			if = {
				limit = {
					d_meath = {
						has_holder = yes
					}
				}
				d_meath = {
					holder = {
						grant_title = k_angevin_ireland
					}
				}
			}
			else = {
				e_anjou = {
					holder = {
						grant_title = k_angevin_ireland
					}
				}
			}
			
			hidden_tooltip = {
				if = {
					limit = { 
						ROOT = {
							culture = english
						}
					}
					c_dublin = {
						show_scope_change = no
						culture = english
					}
				}
				if = {
					limit = { 
						ROOT = {
							culture = norman
						}
					}
					c_dublin = {
						show_scope_change = no
						culture = norman
					}
				}
			}
		}
		ai_will_do = {
			factor = 1
		}
	}

	consolidate_angevin_empire = {
		is_high_prio = yes
		only_independent = yes
		ai_check_interval = 1
		
		potential = {
			NOT = {
				k_france = {
					de_jure_liege = e_anjou
				}
			}
			has_landed_title = e_anjou
			completely_controls = d_valois
		}

		allow = {
			is_adult = yes
			war = no
			NOT = { trait = incapable }
			primary_title = { title = e_anjou }
			has_landed_title = k_france
		}

		effect = {
			k_france = { de_jure_liege = e_anjou }
		}
	}

	incorporate_angevin_scotland = {
		is_high_prio = yes
		only_independent = yes
		ai_check_interval = 1
		
		potential = {
			NOT = {
				k_scotland = {
					de_jure_liege = e_anjou
				}
			}
			has_landed_title = e_anjou
			completely_controls = d_lothian
		}

		allow = {
			is_adult = yes
			war = no
			NOT = { trait = incapable }
			primary_title = { title = e_anjou }
			has_landed_title = k_scotland
		}

		effect = {
			k_scotland = { de_jure_liege = e_anjou }
		}
	}


}