################
# Pilgrimages
################

hajjaj = { # Muslim who has completed the Hajj
	customizer = no

	potential = {
		religion_group = muslim
	}

	monthly_character_piety = 0.25
	muslim_opinion = 5

	male_compliment = COMPL_HAJJAJ
	female_compliment = COMPL_HAJJAJ
}

indian_pilgrim = { # Dharmic who has completed a Pilgrimage
	customizer = no

	potential = {
		has_dharmic_religion_trigger = yes
	}

	monthly_character_piety = 0.1
	same_religion_opinion = 5

	male_compliment = COMPL_PILGRIM
	female_compliment = COMPL_PILGRIM
}

kow_tow_travels = {
	pilgrimage = yes
	customizer = no
	random = no

	monthly_character_wealth = -0.2
	health = -0.5
}

kow_tow_completed_tier_1 = {
	customizer = no
	random = no

	monthly_character_prestige = -0.1
	monthly_grace = 1
}

kow_tow_completed_tier_2 = {
	customizer = no
	random = no

	monthly_character_prestige = -0.1
	monthly_grace = 2
}

kow_tow_completed_tier_3 = {
	customizer = no
	random = no

	monthly_character_prestige = -0.1
	monthly_grace = 4
}

on_hajj = { # Muslim performing hajj.
	cached = yes # Keep a cache of all trait holders, to use with the corresponding event trigger
	pilgrimage = yes # Will need a regent, but can still be guardian to children
	customizer = no

	potential = {
		religion_group = muslim
		NOT = { trait = hajjaj }
	}

	monthly_character_piety = 0.5
	muslim_opinion = 10
}

on_indian_pilgrimage = { # Dharmic pilgrim while doing pilgrimage
	cached = yes # Keep a cache of all trait holders, to use with the corresponding event trigger
	pilgrimage = yes # Will need a regent, but can still be guardian to children
	customizer = no

	potential = {
		has_dharmic_religion_trigger = yes
		NOT = { trait = pilgrim }
	}

	monthly_character_piety = 0.2
	same_religion_opinion = 5
}

on_pilgrimage = { # Christian pilgrim while doing pilgrimage
	cached = yes # Keep a cache of all trait holders, to use with the corresponding event trigger
	pilgrimage = yes # Will need a regent, but can still be guardian to children
	customizer = no

	potential = {
		religion_group = christian
		NOT = { trait = pilgrim }
	}

	monthly_character_piety = 0.2
	same_religion_opinion = 5
}

pilgrim = { # Christian who has completed a Pilgrimage
	customizer = no

	potential = {
		religion_group = christian
	}

	monthly_character_piety = 0.25
	same_religion_opinion = 5

	male_compliment = COMPL_PILGRIM
	female_compliment = COMPL_PILGRIM
}

travelling = {
	pilgrimage = yes # Will need a regent, but can still be guardian to children.
	customizer = no
}
