decisions = {
	call_crusade  = {
		is_high_prio = yes
		potential = {
			is_playable = yes
			is_landed = yes
			age = 16
			
			NOT = { 
				trait = incapable
				}
			OR = {
				trait = brh_religious_head_finnish
				trait = brh_religious_head_norse
				trait = brh_religious_head_tengri
				trait = brh_religious_head_slavic
				trait = brh_religious_head_baltic
				trait = brh_religious_head_zoroastrian
				trait = brh_religious_head_zun
				trait = brh_religious_head_westfa
				trait = brh_religious_head_aztec
			}

			OR = {
				has_global_flag = muslim_jihads_unlocked
				has_global_flag = christian_crusades_unlocked
			}

			NOT = { has_global_flag = pagan_ghws_unlocked }

		}
		allow = {
			prisoner = no
		}
		effect = {
			character_event = { id = 39680 }
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}

}