decisions = {
	form_boudica_bloodline = {
		only_independent = yes
		is_high_prio = yes
		ai_check_interval = 24
		
		potential = {
			is_playable = yes
			culture_group = celtic
			is_adult = yes
			prisoner = no
			NOT = { trait = incapable }
			is_alternate_start = no
			NOT = {
				has_global_flag = boudica_britain
				is_female = no
			}
		}
		
		allow = {
			primary_title = { title = e_britannia }
			completely_controls = k_england
			completely_controls = k_wales
			completely_controls = k_scotland
			completely_controls = k_ireland
		}
		
		effect = {
			set_global_flag = boudica_britain
			narrative_event = { id = BOU.00101 }
		}
	}
}