targetted_decisions = {

	cant_wait_on_mod_mechanic_to_do_it = {
		filter = all
		ai_target_filter = sub_realm

		from_potential = {
			ai = no
			prisoner = no
			in_command = no
			dynasty_head = { character = PREV }
		}
	
		potential = {
			prisoner = no
			is_female = no
			in_command = no
			age = 16
			higher_tier_than = BARON

			NOR = {
				dynasty = NONE
				dynasty = FROM
			}
			NOT = { trait = incapable }
			NOT = { war_with = FROM }
			NOT = { has_opinion_modifier = { who = FROM modifier = opinion_blood_feud } }
			dynasty_head = { character = ROOT }
			NOT = { character = FROM }
		}

		allow = {
		}

		effect = {
			FROM = {
				character_event = { id = bloodfeud.1 }
				set_character_flag = blood_feud_starter
			}
		}

		ai_will_do = {
    			factor = 0
 		}

	}

}