targetted_decisions = {

	stats_check_decision = {

		filter = all
		ai_target_filter = self # Todo: proper ai filter
		
		only_rulers = yes
		
		from_potential = {
			ai = no
		}
		potential = {
			always = yes
		}
		allow = {
			always = yes
		}
		effect = {
			FROM = {character_event = {id = STT.1000}}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}
	
	dynasty_check_decision = {

		filter = all
		ai_target_filter = self # Todo: proper ai filter
		
		only_rulers = yes
		
		from_potential = {
			ai = no
		}
		potential = {
			NOT = {dynasty = none}
		}
		allow = {
			always = yes
		}
		effect = {
			FROM = {character_event = {id = STT.1001}}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}
}