targetted_decisions = {
	"Demand Culture change" = {
		filter = sub_realm
		ai_target_filter = self
		from_potential = {
			ai = no
		}
		potential = {
			FROM = { NOT = { culture = ROOT } }
		}
		allow = {
			FROM = { NOT = { culture = ROOT } }
			FROM = { is_vassal_or_below = ROOT } 
		}
		effect = {
			ROOT = { culture = FROM }
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}
}