# Crusade/Jihad Succeeds
character_event = {
	
	# ROOT is the target title
	# new_character is the Enemy
	# FROM is the taker
	
	id = 623
	
	is_triggered_only = yes 
	
	hide_window = yes

	trigger = {
		FROM = {
			OR = {
				religion = catholic
				religion = fraticelli
			}
		}
	}
	
	immediate = {
		FROM = {
			remove_trait = crusader
			if = {
				limit = {
					is_female = no
				}
				add_trait = crusader_king
			}
			else = {
				add_trait = crusader_queen
			}
		}
	}
}