# -*- ck2.religions -*-

# Religion-specific opinion can be added to modifiers (E.G., norse_pagan_opinion = 5), but the modifier *has* to be defined in 00_modifier_definitions.txt as well. It also needs localisation. Works for groups as well

# join_crusade_if_bordering_hostile = yes # The AI won't refrain from joining a crusade simply because it borders a heathen/heretic realm

# This trigger defines who can see a character's secret religion. The character with the secret religion is FROM, while the viewer is ROOT
# Characters can always see their own secret religion. The observer can see all secret religions
secret_religion_visibility_trigger = {
	secret_religion = FROM
}

# women_can_take_consorts = yes # If set, women can take consorts as well, not just men. Defaults to "no". Has no effect if max_consorts is 0
# men_can_take_consorts = no # If set, men cannot take consorts any more. Defaults to "yes". Has no effect if max_consorts is 0
# male_temple_holders = no # If set to no, men cannot hold temples. Defaults to "yes". You might need to update your law scripts for this to fully work (see trigger "religion_allows_male_temple_holders")

christian = {
	has_coa_on_barony_only = yes
	graphical_culture = westerngfx
	crusade_cb = crusade
	playable = yes
	ai_peaceful = yes # Will make Hordes lose their super aggressiveness

	ai_convert_same_group = 2 # always try to convert
	ai_convert_other_group = 2 # always try to convert

	color = { 0.8 0.8 0.6 }

	# Names given only to Christian characters (base names)
	male_names = {
		            
		                 
		               
	}
	female_names = {
		              
		      
		  
	}

	catholic = {
		graphical_culture = westerngfx

		icon = 1
		heresy_icon = 6

		color = { 0.8 0.8 0.6 }

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}

		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		use_new_crusade = yes
		crusade_cb = new_crusade

		investiture = yes
		can_have_antipopes = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_grant_claim = yes
		can_call_crusade = yes
		can_retire_to_monastery = yes
		priests_can_inherit = no
		rel_head_defense = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		#intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 0
		religious_clothing_priest = 1
	}

	cathar = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 78
		heresy_icon = 6

		color = { 0.5 0.5 0.9 }
		parent = catholic

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		character_modifier = {
			fertility = -0.25
		}
		unit_modifier = {
			levy_size = -0.2
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		investiture = yes
		can_call_crusade = yes
		can_retire_to_monastery = no
		female_temple_holders = yes
		can_grant_divorce = yes
		feminist = yes	  # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		priests_can_inherit = no
		castes = yes
		aggression = 0.6

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		#intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 0
		religious_clothing_priest = 1
	}

	fraticelli = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 1
		heresy_icon = 6

		color = { 0.7 0.7 0.4 }
		parent = catholic

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		character_modifier = {
			learning = 2
			stewardship = -1
			temple_tax_modifier = -0.5
		}

		use_new_crusade = yes
		crusade_cb = new_crusade

		investiture = yes
		can_have_antipopes = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_grant_claim = yes
		can_call_crusade = yes
		can_retire_to_monastery = yes
		priests_can_inherit = no
		priests_can_marry = no
		rel_head_defense = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		#intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 0
		religious_clothing_priest = 1
	}

	waldensian = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 76
		heresy_icon = 6

		color = { 0.4 0.4 0.7 }
		parent = catholic

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		character_modifier = {
			temple_tax_modifier = -0.5
		}
		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		investiture = no
		can_have_antipopes = no
		can_excommunicate = no
		can_grant_divorce = yes
		can_grant_claim = no
		can_call_crusade = yes
		can_retire_to_monastery = yes
		priests_can_inherit = yes
		priests_can_marry = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		#intermarry = waldensian

		religious_clothing_head = 0
		religious_clothing_priest = 1
	}

	lollard = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 77
		heresy_icon = 6

		color = { 0.5 0.8 0.8 }
		parent = catholic

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		character_modifier = {
			temple_tax_modifier = -0.5
		}

		investiture = no
		can_have_antipopes = no
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_claim = yes
		can_call_crusade = yes
		can_retire_to_monastery = yes
		priests_can_marry = yes
		priests_can_inherit = no
		castes = yes
		aggression = 0.6 # AI aggression factor

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		#intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 0
		religious_clothing_priest = 1
	}

	adoptionist = {
		parent = catholic
		color = { 0.75 0.7 0.55 }
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 1
		heresy_icon = 6

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		can_retire_to_monastery = yes
		priests_can_inherit = no
		castes = yes

		#intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 0
		religious_clothing_priest = 1
	}

	arian = {
		parent = catholic
		color = { 0.85 0.6 0.45 }
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 1
		heresy_icon = 6

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		can_retire_to_monastery = yes
		priests_can_inherit = no
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		#intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 0
		religious_clothing_priest = 1
	}

	orthodox = {
		graphical_culture = westerngfx

		icon = 2
		heresy_icon = 7

		color = { 0.7 0 0.5 }

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}

		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		autocephaly = yes
		pentarchy = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		priests_can_inherit = no
		can_retire_to_monastery = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		#intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	bogomilist = {
		graphical_culture = westerngfx
		secondary_event_pictures = orthodox
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 74
		heresy_icon = 7

		color = { 0.7 0 0.2 }
		parent = orthodox

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		autocephaly = no
		investiture = yes
		priests_can_marry = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = yes
		female_temple_holders = yes
		feminist = yes	  # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		can_retire_to_monastery = no
		priests_can_inherit = no
		castes = yes
		aggression = 0.8

		intermarry = jewish_group

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		#intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	monothelite = {
		graphical_culture = westerngfx
		secondary_event_pictures = orthodox
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 2
		heresy_icon = 7

		color = { 0.5 0 0.3 }
		parent = orthodox

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		autocephaly = yes
		pentarchy = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		can_retire_to_monastery = yes
		priests_can_inherit = no
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		#intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	iconoclast = {
		graphical_culture = westerngfx
		secondary_event_pictures = orthodox
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 2
		heresy_icon = 7

		color = { 0.5 0.2 0.4 }
		parent = orthodox

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		unit_home_modifier = {
			land_morale = 0.5
			key = "OFF_RELIGION"
		}

		autocephaly = yes
		pentarchy = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		can_retire_to_monastery = yes
		priests_can_inherit = no
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		#intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	syriac = {
		graphical_culture = westerngfx

		icon = 83

		color = { 0.85 0.6 0.55 }

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}

		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		investiture = no
		autocephaly = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		priests_can_inherit = no
		priests_can_marry = no
		can_retire_to_monastery = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		#intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	maronite = {
		graphical_culture = westerngfx

		icon = 81
		heresy_icon = 81

		color = { 0.45 0.05 0.65 }

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}

		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		autocephaly = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		priests_can_inherit = no
		can_retire_to_monastery = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		#intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}


	miaphysite = {
		graphical_culture = westerngfx

		icon = 11
		heresy_icon = 13

		color = { 0.7 0.7 0.1 }

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}

		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		investiture = no
		autocephaly = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		priests_can_inherit = no
		priests_can_marry = no
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		#intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	monophysite = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 11
		heresy_icon = 13

		color = { 0.8 0.4 0.1 }
		parent = miaphysite

		crusade_name = CRUSADE

		autocephaly = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		can_retire_to_monastery = yes
		priests_can_inherit = no
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		#intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	apostolic = {
		graphical_culture = westerngfx
		secondary_event_pictures = orthodox
		icon = 70
		heresy_icon = 71
		color = { 0.7 0.5 0.8 }

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		investiture = no
		autocephaly = yes
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		priests_can_inherit = no
		priests_can_marry = no
		castes = yes

		intermarry = adoptionist
		#intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	paulician = {
		graphical_culture = westerngfx
		secondary_event_pictures = orthodox
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 68
		heresy_icon = 69

		color = { 0.5 0 0.3 }

		parent = apostolic

		crusade_name = CRUSADE
		god_names = {
			GOD_GOD GOD_THE_LORD
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL THE_DEMIURGE
		}

		allow_looting = yes
		autocephaly = yes
		pentarchy = yes
		can_excommunicate = no
		can_grant_divorce = no
		can_call_crusade = yes
		can_retire_to_monastery = yes
		priests_can_inherit = yes
		priests_can_marry = yes
		castes = yes
		aggression = 1.5 # AI aggression factor

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		#intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	tondrakian = {
		graphical_culture = westerngfx
		secondary_event_pictures = orthodox
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		color = { 0.5 0.15 0.3 }
		icon = 70
		heresy_icon = 71

		parent = apostolic

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		autocephaly = no
		can_call_crusade = no
		female_temple_holders = yes
		feminist = yes	  # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		max_consorts = 3
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		#intermarry = tondrakian
		intermarry = waldensian

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}


	nestorian = {
		graphical_culture = westerngfx

		icon = 46
		heresy_icon = 47

		color = { 0.8 0.3 0.5 }

		crusade_name = CRUSADE
		scripture_name = THE_BIBLE
		priest_title = PRIEST
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
		}

		evil_god_names = {
			SATAN LUCIFER THE_DEVIL
		}

		autocephaly = no
		can_excommunicate = yes
		can_grant_divorce = yes
		can_grant_invasion_cb = invasion
		can_call_crusade = no
		priests_can_inherit = no
		priests_can_marry = no
		can_retire_to_monastery = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		#intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian
		
		intermarry = taoist
		intermarry = bon
		intermarry = bon_reformed
		intermarry = buddhist
		intermarry = zoroastrian_group

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

	messalian = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 75
		heresy_icon = 47

		color = { 0.6 0.1 0.4 }
		parent = nestorian

		crusade_name = CRUSADE
		scripture_name = THE_ASCETICUS
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD THE_PANTOKRATOR GOD_JESUS LUCIFER
		}
		evil_god_names = {
			THE_DEMIURGE
		}

		character_modifier = {
			diplomacy = -2
			intrigue = 2
		}

		autocephaly = yes
		can_excommunicate = no
		can_grant_divorce = no
		can_retire_to_monastery = no
		can_call_crusade = no
		priests_can_marry = yes
		priests_can_inherit = no
		female_temple_holders = yes
		feminist = yes	  # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		divine_blood = yes # Sacred close-kin marriage mechanics
		pc_marriage = yes
		bs_marriage = yes
		castes = yes

		intermarry = adoptionist
		intermarry = apostolic
		intermarry = arian
		intermarry = bogomilist
		intermarry = cathar
		intermarry = catholic
		intermarry = fraticelli
		intermarry = iconoclast
		intermarry = lollard
		intermarry = maronite
		#intermarry = messalian
		intermarry = miaphysite
		intermarry = monophysite
		intermarry = monothelite
		intermarry = nestorian
		intermarry = orthodox
		intermarry = paulician
		intermarry = syriac
		intermarry = tondrakian
		intermarry = waldensian

		intermarry = jewish_group

		religious_clothing_head = 2
		religious_clothing_priest = 2
	}

}

muslim = {
	has_coa_on_barony_only = no
	graphical_culture = muslimgfx
	crusade_cb = crusade
	playable = yes
	hostile_within_group = yes

	ai_convert_same_group = 2 # always try to convert
	ai_convert_other_group = 1 # try to convert if ai_zeal is high
	ai_fabricate_claims = no

	color = { 0 0.6 0 }
	interface_skin = { muslim_interface }

	# Names given only to Muslim characters (base names)
	male_names = {
		    -     - - -   
		    
	}

	female_names = {
		               
		              
		  
	}

	sunni = {
		graphical_culture = muslimgfx

		icon = 3
		heresy_icon = 8

		color = { 0 0.6 0 }

		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = IMAM_PRIEST

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_ALLAH GOD_THE_GREATEST
		}

		evil_god_names = {
			IBLIS SHAYTAN
		}

		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no # Disallow uncle-nice and aunt-nephew marriages
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		#intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	zikri = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 3
		heresy_icon = 8

		color = { 0.2 0.6 0.2 }
		parent = sunni

		crusade_name = JIHAD

		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		#intermarry = zikri
	}

	mahdiyya = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 3
		heresy_icon = 8

		color = { 0.2 0.6 0.2 }
		parent = sunni

		crusade_name = JIHAD

		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		#intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	nabawiyya = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 3
		heresy_icon = 8
		color = { 0.3 0.6 0.4 }
		parent = sunni

		crusade_name = JIHAD

		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		#intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}


	ibadi = {
		graphical_culture = muslimgfx

		icon = 51
		heresy_icon = 52

		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = IMAM_PRIEST

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_ALLAH GOD_THE_GREATEST
		}

		evil_god_names = {
			IBLIS SHAYTAN
		}

		color = { 0.3 0.6 0.3 }
		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no # Disallow uncle-nice and aunt-nephew marriages
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		#intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	kharijite = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 51
		heresy_icon = 52

		crusade_name = JIHAD

		color = { 0.4 0.8 0.6 }
		parent = ibadi

		unit_home_modifier = {
			land_morale = 0.8
			key = "OFF_RELIGION"
		}
		unit_modifier = {
			levy_size = 0.3
			max_manpower_mult = 0.15
			retinuesize_perc = 0.5
		}
		character_modifier = {
			diplomacy = -2
			martial = 2
		}

		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no # Disallow uncle-nice and aunt-nephew marriages
		max_wives = 4
		matrilineal_marriages = no

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes
		aggression = 1.5 # AI aggression factor

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		#intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	haruri = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 51
		heresy_icon = 52

		crusade_name = JIHAD

		color = { 0.5 0.8 0.6 }
		parent = ibadi
		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no # Disallow uncle-nice and aunt-nephew marriages
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		#intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}


	shiite = {
		graphical_culture = muslimgfx

		icon = 4
		heresy_icon = 9

		color = { 0 0.8 0 }

		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = MULLAH

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_ALLAH GOD_THE_GREATEST
		}
		evil_god_names = {
			IBLIS SHAYTAN
		}

		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		#intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	waqifi = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 4
		heresy_icon = 9

		color = { 0.0 0.9 0.4 }
		parent = shiite

		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = MULLAH

		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		#intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	zaydi = {
		graphical_culture = muslimgfx

		icon = 82
		heresy_icon = 9

		color = { 0.4 0.9 0.0 }

		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = MULLAH

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_ALLAH GOD_THE_GREATEST
		}
		evil_god_names = {
			IBLIS SHAYTAN
		}

		priests_can_marry = yes
		psc_marriage = no
		can_call_crusade = yes
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		#intermarry = zaydi
		intermarry = zikri
	}

	hurufi = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 4
		heresy_icon = 9

		color = { 0.4 0.9 0.0 }
		parent = shiite

		crusade_name = JIHAD

		priests_can_marry = yes
		psc_marriage = no
		can_call_crusade = yes
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		#intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}


	ismaili = {
		graphical_culture = muslimgfx
		alternate_start = {
			OR = {
				has_alternate_start_parameter = { key = religion value = full_random }
				year > 900
			}
		}

		icon = 79
		heresy_icon = 80
		parent = shiite

		color = { 0.3 0.9 0.4 }

		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = MULLAH

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_ALLAH GOD_THE_GREATEST
		}
		evil_god_names = {
			IBLIS SHAYTAN
		}

		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no

		unit_modifier = {
			retinuesize_perc = 0.5
		}

		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = yes
		castes = yes

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		#intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	druze = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 73
		heresy_icon = 73

		crusade_name = JIHAD
		scripture_name = THE_EPISTLES_OF_WISDOM
		priest_title = UQQAL
		high_god_name = GOD_GOD
		god_names = {
			GOD_GOD GOD_ALLAH GOD_THE_GREATEST
		}
		evil_god_names = {
			SHAYTAN
		}

		unit_modifier = {
			land_morale = 0.2
			retinuesize_perc = 0.5
			key = "OFF_RELIGION"
		}

		character_modifier = {
			intrigue = 2
		}

		color = { 0.0 0.9 0.4 }
		can_call_crusade = no
		priests_can_marry = yes
		psc_marriage = no
		max_wives = 1
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = no
		matrilineal_marriages = yes
		feminist = yes # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		female_temple_holders = yes
		castes = yes

		#intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
	}

	qarmatian = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 79
		heresy_icon = 80
		parent = shiite

		color = { 0.47 0.92 0.53 }

		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = MULLAH

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_ALLAH GOD_THE_GREATEST
		}
		evil_god_names = {
			IBLIS SHAYTAN
		}

		unit_home_modifier = {
			land_morale = 0.8
			key = "OFF_RELIGION"
		}

		unit_modifier = {
			levy_size = 0.3
			max_manpower_mult = 0.15
			retinuesize_perc = 0.5
		}

		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no
		allow_looting = yes
		landed_kin_prestige_bonus = no
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = no
		peace_prestige_loss = yes # Lose Prestige while at peace
		raised_vassal_opinion_loss = no
		castes = yes
		aggression = 1.5 # AI aggression factor

		intermarry = druze
		intermarry = haruri
		intermarry = hurufi
		intermarry = ibadi
		intermarry = ismaili
		intermarry = kharijite
		intermarry = mahdiyya
		intermarry = nabawiyya
		#intermarry = qarmatian
		intermarry = shiite
		intermarry = sunni
		intermarry = waqifi
		intermarry = zaydi
		intermarry = zikri
		intermarry = zoroastrian_group
	}
}

pagan_group = {
	has_coa_on_barony_only = yes
	graphical_culture = norsegfx
	playable = yes
	hostile_within_group = yes

	ai_convert_same_group = 2 # always try to convert
	ai_convert_other_group = 0	# never try to convert
	ai_fabricate_claims = no

	color = { 0.6 0.0 0.0 }
	interface_skin = { pagan_interface }

	# Names given only to Pagan characters (base names)
	
	male_names = {
		                 
		        Ѹ Ѹ Ѹ    
		     
	}
	female_names = {
		              
	}

	pagan = { # Use for misc other pagans
		graphical_culture = pagangfx
		alternate_start = { always = no }

		icon = 5

		color = { 0.6 0.0 0.0 }

		high_god_name = GOD_THE_CREATOR

		god_names = {
			GOD_THE_SPIRITS GOD_THE_ANCESTORS
		}
		evil_god_names = {
			THE_DARK_SPIRITS
		}
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = PRIEST
		priests_can_marry = yes
		female_temple_holders = yes
		max_consorts = 3
		castes = yes

		defensive_attrition = yes

		religious_clothing_head = 3
		religious_clothing_priest = 3

		allow_in_ruler_designer = no

		dislike_tribal_organization = yes
		intermarry = muslim

		dynamic_cult = no
		secret_religion = no
		can_demand_religious_conversion = no
	}

	norse_pagan_reformed = {
		graphical_culture = norsegfx
		secondary_event_pictures = norse_pagan
		alternate_start = { always = no }

		icon = 20
		heresy_icon = 21

		ai_convert_other_group = 1
		ai_convert_same_group = 1

		color = { 0.6 0.6 0.6 }

		high_god_name = GOD_ODIN

		god_names = {
			GOD_THOR GOD_THE_THUNDERER GOD_THE_ALLFATHER GOD_ODIN GOD_FREY GOD_TYR
		}
		evil_god_names = {
			LOKI HEL FENRIR JORMUNGANDR
		}

		unit_modifier = {
			levy_size = 0.45
			key = "OFF_RELIGION"
		}
		character_modifier = {
			stewardship = 2
			max_manpower_mult = 0.225
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_SAGAS
		priest_title = GODI
		priests_can_marry = yes

		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes

		allow_looting = yes
		#allow_rivermovement = yes 		#Special features are added via reformation. If HF is not installed, default features are applied on reformed religion by event.
		female_temple_holders = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		allow_viking_invasion = yes
		raised_vassal_opinion_loss = no
		castes = yes
		#seafarer = yes
		#reformer_head_of_religion = yes #make the character that reforms this religion the head of the new reformed faith

		short_reign_opinion_year_mult = 1.5

		aggression = 2.0 # AI aggression factor

		max_consorts = 3

		religious_clothing_head = 15
		religious_clothing_priest = 3

		intermarry = norse_pagan
		intermarry = christian

		allow_in_ruler_designer = no
	}

	norse_pagan = {
		graphical_culture = norsegfx
		alternate_start = {
			OR = {
				year < 1100
				has_alternate_start_parameter = { key = religion value = full_random }
			}
		}

		icon = 19
		heresy_icon = 21

		color = { 0.4 0.4 0.4 }

		high_god_name = GOD_ODIN

		god_names = {
			GOD_THOR GOD_THE_THUNDERER GOD_THE_ALLFATHER GOD_ODIN GOD_FREY GOD_TYR
		}
		evil_god_names = {
			LOKI HEL FENRIR JORMUNGANDR
		}

		unit_modifier = {
			levy_size = 0.3
			key = "OFF_RELIGION"
		}
		character_modifier = {
			max_manpower_mult = 0.15
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_SAGAS
		priest_title = GODI

		priests_can_marry = yes
		allow_looting = yes
		allow_rivermovement = yes
		female_temple_holders = yes
		defensive_attrition = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		allow_viking_invasion = yes
		seafarer = yes
		raised_vassal_opinion_loss = no
		max_consorts = 3
		castes = yes
		independence_war_score_bonus = 30 # Overrides define CONTESTED_TITLE_OCCUPIED_WARSCORE_BONUS_INDEP
		reformed = norse_pagan_reformed

		aggression = 2.0 # AI aggression factor

		short_reign_opinion_year_mult = 2.5

		religious_clothing_head = 15
		religious_clothing_priest = 3

		intermarry = norse_pagan_reformed
		intermarry = baltic_pagan
		intermarry = slavic_pagan
		intermarry = finnish_pagan
		intermarry = christian

		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
	}

	tengri_pagan_reformed = { # Mongols
		graphical_culture = mongolgfx
		alternate_start = { always = no }

		secondary_event_pictures = tengri_pagan

		icon = 29
		heresy_icon = 30

		ai_convert_other_group = 1
		ai_convert_same_group = 1

		color = { 0.1 0.3 0.85 }

		high_god_name = GOD_TENGRI

		god_names = {
			GOD_TENGRI GOD_ERLIK_KHAN GOD_TUNG-AK
		}
		evil_god_names = {
			ERLIK KOMUR_HAN
		}

		unit_modifier = {
			levy_size = 0.45
			land_morale = 0.1 # From special doctrine that includes effects of Unrelenting
			key = "OFF_RELIGION"
		}
		character_modifier = {
			max_manpower_mult = 0.225
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN
		priests_can_marry = yes
		female_temple_holders = yes
		allow_looting = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		allow_viking_invasion = yes
		raised_vassal_opinion_loss = no
		castes = yes
		max_consorts = 3

		aggression = 2.0 # AI aggression factor
		short_reign_opinion_year_mult = 1.25

		religious_clothing_head = 13
		religious_clothing_priest = 4

		intermarry = tengri_pagan
		intermarry = muslim
		intermarry = zoroastrian_group
		intermarry = buddhist

		allow_in_ruler_designer = no
	}


	tengri_pagan = { # This tag is used in code to override Nomad religions for purposes of Coats of Arms, etc

		graphical_culture = mongolgfx

		icon = 28
		heresy_icon = 30

		color = { 0.0 0.2 0.8 }

		high_god_name = GOD_TENGRI

		god_names = {
			GOD_TENGRI GOD_ERLIK_KHAN GOD_TUNG-AK
		}
		evil_god_names = {
			ERLIK KOMUR_HAN
		}

		unit_modifier = {
			levy_size = 0.3
			key = "OFF_RELIGION"
		}
		character_modifier = {
			max_manpower_mult = 0.15
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN

		priests_can_marry = yes
		female_temple_holders = yes
		allow_looting = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		raised_vassal_opinion_loss = no
		max_consorts = 3
		independence_war_score_bonus = 30 # Overrides define CONTESTED_TITLE_OCCUPIED_WARSCORE_BONUS_INDEP
		reformed = tengri_pagan_reformed
		ignores_defensive_attrition = yes
		castes = yes

		short_reign_opinion_year_mult = 1.5

		aggression = 2.0 # AI aggression factor

		religious_clothing_head = 13
		religious_clothing_priest = 4

		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
		
		intermarry = tengri_pagan_reformed
		intermarry = muslim
		intermarry = zoroastrian_group
		intermarry = buddhist
	}

	baltic_pagan_reformed = {
		graphical_culture = pagangfx
		secondary_event_pictures = baltic_pagan
		alternate_start = { always = no }

		icon = 32
		heresy_icon = 33

		ai_convert_other_group = 1
		ai_convert_same_group = 1

		color = { 0.75 0.5 0.35 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = VOLHV

		high_god_name = GOD_DIEVAS

		god_names = {
			GOD_DIEVAS GOD_GABIJA GOD_PERKUNAS GOD_LAIMA
		}
		evil_god_names = {
			VELNIAS
		}

		unit_modifier = {
			garrison_size = 0.3
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.9
			garrison_size = 0.6
			key = "DEF_RELIGION_HOME_TERRITORY"
		}
		character_modifier = {
			diplomacy_penalty = 1
			martial_penalty = 1
			stewardship_penalty = 1
			intrigue_penalty = 1
			learning_penalty = 1
			health_penalty = 1
		}

		priests_can_marry = yes
		female_temple_holders = yes
		can_call_crusade = no # Unyielding now disables crusades
		hard_to_convert = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		max_consorts = 3
		castes = yes
		short_reign_opinion_year_mult = 1.5
		
		aggression = 0.5 # Set based on Unyielding's aggression setting

		intermarry = baltic_pagan
		intermarry = christian

		religious_clothing_head = 14
		religious_clothing_priest = 6

		allow_in_ruler_designer = no
	}

	baltic_pagan = {
		graphical_culture = pagangfx

		icon = 31
		heresy_icon = 33

		color = { 0.6 0.4 0.3 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = VOLHV

		high_god_name = GOD_DIEVAS

		god_names = {
			GOD_DIEVAS GOD_GABIJA GOD_PERKUNAS GOD_LAIMA
		}
		evil_god_names = {
			VELNIAS
		}

		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		priests_can_marry = yes
		female_temple_holders = yes
		defensive_attrition = yes
		allow_looting = yes
		max_consorts = 3
		independence_war_score_bonus = 30 # Overrides define CONTESTED_TITLE_OCCUPIED_WARSCORE_BONUS_INDEP
		reformed = baltic_pagan_reformed
		short_reign_opinion_year_mult = 2
		hard_to_convert = yes
		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
		castes = yes
		aggression = 0.5

		intermarry = norse_pagan
		intermarry = slavic_pagan
		intermarry = finnish_pagan
		intermarry = baltic_pagan_reformed
		intermarry = christian

		religious_clothing_head = 14
		religious_clothing_priest = 6
	}

	finnish_pagan_reformed = {
		graphical_culture = pagangfx
		secondary_event_pictures = finnish_pagan
		alternate_start = { always = no }

		icon = 26
		heresy_icon = 27

		ai_convert_other_group = 1
		ai_convert_same_group = 1

		color = { 0.65 0.65 0.1 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN

		high_god_name = GOD_UKKO

		god_names = {
			GOD_UKKO GOD_PERKELE GOD_JUMI GOD_THE_GREAT_BEAR GOD_KUU GOD_TAPIO GOD_TAARA GOD_OMOL GOD_MASTOR_AVA
		}
		evil_god_names = {
			TUONI TUONETAR
		}

		unit_modifier = {
			garrison_size = 0.3
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.9
			garrison_size = 0.6
			key = "DEF_RELIGION_HOME_TERRITORY"
		}
		character_modifier = {
			diplomacy_penalty = 1
			martial_penalty = 1
			stewardship_penalty = 1
			intrigue_penalty = 1
			learning_penalty = 1
			health_penalty = 1
		}

		priests_can_marry = yes
		female_temple_holders = yes
		can_call_crusade = no # Unyielding now disables crusades
		hard_to_convert = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		max_consorts = 3
		castes = yes
		short_reign_opinion_year_mult = 1.5
		aggression = 0.5 # Set based on Unyielding's aggression setting

		intermarry = christian
		intermarry = finnish_pagan

		religious_clothing_head = 14
		religious_clothing_priest = 3

		allow_in_ruler_designer = no
	}

	finnish_pagan = {
		graphical_culture = pagangfx
		alternate_start = {
			OR = {
				year < 1100
				has_alternate_start_parameter = { key = religion value = full_random }
			}
		}

		icon = 25
		heresy_icon = 27

		color = { 0.5 0.5 0.0 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN

		high_god_name = GOD_UKKO

		god_names = {
			GOD_UKKO GOD_PERKELE GOD_JUMI GOD_THE_GREAT_BEAR GOD_KUU GOD_TAPIO GOD_TAARA GOD_OMOL GOD_MASTOR_AVA
		}
		evil_god_names = {
			TUONI TUONETAR
		}

		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		priests_can_marry = yes
		female_temple_holders = yes
		defensive_attrition = yes
		allow_looting = yes
		max_consorts = 3
		independence_war_score_bonus = 30 # Overrides define CONTESTED_TITLE_OCCUPIED_WARSCORE_BONUS_INDEP
		reformed = finnish_pagan_reformed
		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
		castes = yes
		short_reign_opinion_year_mult = 2
		aggression = 0.2 # AI aggression factor

		intermarry = norse_pagan
		intermarry = slavic_pagan
		intermarry = baltic_pagan
		intermarry = christian
		intermarry = finnish_pagan_reformed

		religious_clothing_head = 14
		religious_clothing_priest = 3
	}

	aztec_reformed = {
		graphical_culture = mesoamericangfx
		secondary_event_pictures = mesoamerican
		alternate_start = { always = no }

		icon = 17
		heresy_icon = 18

		ai_convert_other_group = 1
		ai_convert_same_group = 1

		color = { 0.95 0.3 0.3 }

		high_god_name = GOD_HUITZILOPOCHTLI

		god_names = {
			GOD_HUITZILOPOCHTLI GOD_XIPE_TOTEC GOD_TEZCATLIPOCA GOD_QUETZALCOATL GOD_TLALOC
		}
		evil_god_names = {
			TLAZOLTEOTL GOD_MICTLANTECUHTLI XOLOTL
		}

		unit_modifier = {
			levy_size = 0.45
			land_morale = 0.1 # From special doctrine that includes effects of Unrelenting
			key = "OFF_RELIGION"
		}
		character_modifier = {
			max_manpower_mult = 0.225
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = TLAMACAZQUI

		priests_can_marry = yes
		max_consorts = 3
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		allow_viking_invasion = yes
		raised_vassal_opinion_loss = no
		castes = yes

		aggression = 2.0 # AI aggression factor

		religious_clothing_head = 14
		religious_clothing_priest = 3

		allow_in_ruler_designer = no
		
		intermarry = aztec
		intermarry = christian
	}

	aztec = {
		graphical_culture = mesoamericangfx
		secondary_event_pictures = mesoamerican
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } has_dlc = "Sunset Invasion" }

		icon = 15
		heresy_icon = 16
		color = { 0.8 0.2 0.2 }

		high_god_name = GOD_HUITZILOPOCHTLI

		god_names = {
			GOD_HUITZILOPOCHTLI GOD_XIPE_TOTEC GOD_TEZCATLIPOCA GOD_QUETZALCOATL GOD_TLALOC
		}
		evil_god_names = {
			TLAZOLTEOTL GOD_MICTLANTECUHTLI XOLOTL
		}

		unit_modifier = {
			levy_size = 0.3
			key = "OFF_RELIGION"
		}
		character_modifier = {
			max_manpower_mult = 0.15
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = TLAMACAZQUI

		priests_can_marry = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		raised_vassal_opinion_loss = no
		max_consorts = 3
		castes = yes
		independence_war_score_bonus = 30 # Overrides define CONTESTED_TITLE_OCCUPIED_WARSCORE_BONUS_INDEP
		reformed = aztec_reformed

		aggression = 2.0 # AI aggression factor

		religious_clothing_head = 14
		religious_clothing_priest = 3

		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
		
		intermarry = aztec_reformed
		intermarry = christian
	}

	slavic_pagan_reformed = {
		graphical_culture = pagangfx
		secondary_event_pictures = slavic_pagan
		alternate_start = { always = no }

		icon = 23
		heresy_icon = 24

		ai_convert_other_group = 1
		ai_convert_same_group = 1

		color = { 0.85 0.73 0.4 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = VOLHV

		high_god_name = GOD_PERUN

		god_names = {
			GOD_PERUN GOD_JARILO GOD_SVAROG GOD_TRIGLAV GOD_RADEGAST
		}
		evil_god_names = {
			GOD_VELES CHERNOBOG
		}

		unit_modifier = {
			garrison_size = 0.3
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.9
			garrison_size = 0.6
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		priests_can_marry = yes
		female_temple_holders = yes
		can_call_crusade = no # Unyielding now disables crusades
		hard_to_convert = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		castes = yes
		max_consorts = 3
		short_reign_opinion_year_mult = 1.5
		aggression = 0.5 # Set based on Unyielding's aggression setting

		intermarry = slavic_pagan
		intermarry = christian

		religious_clothing_head = 14
		religious_clothing_priest = 3

		allow_in_ruler_designer = no
	}

	slavic_pagan = {
		graphical_culture = pagangfx
		alternate_start = {
			OR = {
				year < 1100
				has_alternate_start_parameter = { key = religion value = full_random }
			}
		}

		icon = 22
		heresy_icon = 24

		color = { 0.7 0.6 0.3 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = VOLHV

		high_god_name = GOD_PERUN

		god_names = {
			GOD_PERUN GOD_JARILO GOD_SVAROG GOD_TRIGLAV GOD_RADEGAST
		}
		evil_god_names = {
			GOD_VELES CHERNOBOG
		}

		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		priests_can_marry = yes
		female_temple_holders = yes
		defensive_attrition = yes
		allow_looting = yes
		castes = yes

		max_consorts = 3

		independence_war_score_bonus = 30 # Overrides define CONTESTED_TITLE_OCCUPIED_WARSCORE_BONUS_INDEP
		reformed = slavic_pagan_reformed

		short_reign_opinion_year_mult = 2

		intermarry = baltic_pagan
		intermarry = norse_pagan
		intermarry = finnish_pagan
		intermarry = slavic_pagan_reformed
		intermarry = christian

		religious_clothing_head = 14
		religious_clothing_priest = 3

		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
	}

	west_african_pagan_reformed = {
		graphical_culture = africangfx
		interface_skin = { zun_interface zoroastrian_interface muslim_interface }
		alternate_start = { always = no }

		secondary_event_pictures = west_african_pagan

		icon = 35
		heresy_icon = 36

		ai_convert_other_group = 2 # always try to convert

		color = { 1.0 0.45 0.0 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN

		high_god_name = GOD_THE_CREATOR

		god_names = {
			GOD_THE_SPIRITS GOD_THE_ANCESTORS
		}
		evil_god_names = {
			THE_DARK_SPIRITS
		}

		can_call_crusade = no # Autonomous disables crusades
		join_crusade_if_bordering_hostile = yes
		
		character_modifier = {
			stewardship = 2
			diplomacy_penalty = 1
			martial_penalty = 1
			stewardship_penalty = 1
			intrigue_penalty = 1
			learning_penalty = 1
			health_penalty = 1
		}
		
		priests_can_marry = yes
		female_temple_holders = yes
		allow_looting = yes
		max_consorts = 3
		women_can_take_consorts = yes
		castes = yes

		aggression = 1.0 # Set based on Proselytizing's aggression setting 

		intermarry = muslim
		intermarry = zoroastrian_group
		intermarry = west_african_pagan
		intermarry = christian # For Christians in East Africa

		religious_clothing_head = 17
		religious_clothing_priest = 16

		allow_in_ruler_designer = no
	}

	west_african_pagan = {
		graphical_culture = africangfx
		interface_skin = { zun_interface zoroastrian_interface muslim_interface }
		alternate_start = {
			OR = {
				year < 1100
				has_alternate_start_parameter = { key = religion value = full_random }
			}
		}

		icon = 34
		heresy_icon = 35

		color = { 0.8 0.35 0.0 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN

		high_god_name = GOD_THE_CREATOR

		god_names = {
			GOD_THE_SPIRITS GOD_THE_ANCESTORS
		}
		evil_god_names = {
			THE_DARK_SPIRITS
		}

		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		priests_can_marry = yes
		female_temple_holders = yes
		defensive_attrition = yes
		allow_looting = yes
		castes = yes

		max_consorts = 3
		women_can_take_consorts = yes

		independence_war_score_bonus = 30 # Overrides define CONTESTED_TITLE_OCCUPIED_WARSCORE_BONUS_INDEP
		reformed = west_african_pagan_reformed

		aggression = 0.1 # AI aggression factor

		religious_clothing_head = 17
		religious_clothing_priest = 16

		intermarry = west_african_pagan_reformed
		intermarry = muslim
		intermarry = zoroastrian_group
		intermarry = christian # For Christians in East Africa

		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
	}

	zun_pagan_reformed = {
		graphical_culture = muslimgfx
		alternate_start = { always = no }
		interface_skin = { zun_interface zoroastrian_interface muslim_interface }

		icon = 49
		heresy_icon = 50

		ai_convert_other_group = 1
		ai_convert_same_group = 1

		color = { 0.9 1.0 0.0 }

		high_god_name = GOD_ZUN

		god_names = {
			GOD_ZUN GOD_THE_SUN GOD_THE_GIVER_OF_JUSTICE
		}
		evil_god_names = {
			THE_DARKNESS
		}

		unit_modifier = {
			levy_size = 0.45
			key = "OFF_RELIGION"
		}
		character_modifier = {
			max_manpower_mult = 0.225
		}
		
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = PRIEST

		priests_can_marry = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		allow_viking_invasion = yes
		raised_vassal_opinion_loss = no
		max_consorts = 3
		caste_opinions = yes
		castes = yes
		
		aggression = 2.0 # Set based on Warmongering's aggression setting 

		religious_clothing_head = 5
		religious_clothing_priest = 4

		intermarry = zun_pagan
		intermarry = indian_group
		intermarry = zoroastrian_group
		intermarry = muslim

		allow_in_ruler_designer = no
	}

	zun_pagan = {
		graphical_culture = muslimgfx
		alternate_start = {
			OR = {
				year < 1100
				has_alternate_start_parameter = { key = religion value = full_random }
			}
		}
		interface_skin = { zun_interface zoroastrian_interface muslim_interface }

		icon = 48
		heresy_icon = 50

		color = { 0.9 1.0 0.0 }

		high_god_name = GOD_ZUN

		god_names = {
			GOD_ZUN GOD_THE_SUN GOD_THE_GIVER_OF_JUSTICE
		}
		evil_god_names = {
			THE_DARKNESS
		}

		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = PRIEST

		priests_can_marry = yes
		defensive_attrition = yes
		max_consorts = 3
		reformed = zun_pagan_reformed
		caste_opinions = yes
		castes = yes

		religious_clothing_head = 5
		religious_clothing_priest = 4

		intermarry = zun_pagan_reformed
		intermarry = indian_group
		intermarry = zoroastrian_group
		intermarry = muslim

		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
	}

	hellenic_pagan_reformed = {
		graphical_culture = hellenicgfx
		alternate_start = { always = no }
		interface_skin = { hellenic_interface }

		icon = 58
		heresy_icon = 59
		
		ai_convert_other_group = 1
		ai_convert_same_group = 1
		
		color = { 0.6 0.3 0.3 }
		
		high_god_name = GOD_JUPITER
		
		god_names = {
			GOD_JUPITER GOD_NEPTUNE GOD_PLUTO GOD_JUNO GOD_CERES GOD_MINERVA GOD_MARS GOD_VULCAN GOD_VENUS GOD_APOLLO GOD_DIANA GOD_VESTA
		}
		evil_god_names = {
			GOD_SATURN GOD_BACCHUS GOD_PLUTO GOD_MERCURY GOD_TYPHON
		}
		# Zeus, Hera, Poseidon, Demeter, Athena, Apollo, Artemis, Ares, Aphrodite, Hephaestus, Hermes, and either Hestia or Dionysus.
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = AUGUR
		
		priests_can_marry = no
		priests_can_inherit = no
		female_temple_holders = yes
		castes = yes
		
		can_call_crusade = no # Cosmopolitan disables crusades
		join_crusade_if_bordering_hostile = yes
		
		aggression = 0.5 # Set based on Cosmopolitan's aggression setting 
		
		religious_clothing_head = 12
		religious_clothing_priest = 11
		
		intermarry = hellenic_pagan
		intermarry = christian

		allow_in_ruler_designer = no
	}

	hellenic_pagan = {
		graphical_culture = hellenicgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }
		interface_skin = { hellenic_interface }

		#pre_reformed = yes
		reformed = hellenic_pagan_reformed

		icon = 37
		heresy_icon = 14

		color = { 0.6 0.2 0.1 }

		high_god_name = GOD_JUPITER
		
		god_names = {
			GOD_JUPITER GOD_NEPTUNE GOD_PLUTO GOD_JUNO GOD_CERES GOD_MINERVA GOD_MARS GOD_VULCAN GOD_VENUS GOD_APOLLO GOD_DIANA GOD_VESTA
		}
		evil_god_names = {
			GOD_SATURN GOD_BACCHUS GOD_PLUTO GOD_MERCURY GOD_TYPHON
		}

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = AUGUR
		
		priests_can_marry = no
		priests_can_inherit = no
		female_temple_holders = yes
		castes = yes
		
		intermarry = hellenic_pagan_reformed
		intermarry = christian
		intermarry = muslim
		intermarry = jewish_group
		
		aggression = 0.5 # Set based on Cosmopolitan's aggression setting 

		religious_clothing_head = 12
		religious_clothing_priest = 11
		
		can_demand_religious_conversion = no
	}
	
	bon_reformed = {
		graphical_culture = mongolgfx
		secondary_event_pictures = tengri_pagan
		interface_skin = { bon_interface taoist_interface indian_interface muslim_interface }

		icon = 57
		heresy_icon = 56
		
		ai_convert_other_group = 1
		ai_convert_same_group = 1
		
		color = { 8 150 131 }
		alternate_start = { always = no }
		
		scripture_name = MDODUS
		priest_title = LAMA
		piety_name = KARMA
		crusade_name = GREAT_HOLY_WAR
		
		high_god_name = GOD_SANGPO_BUMTRI
		
		god_names = {
			GOD_SHENLA_OKAR GOD_YESHE_WALMO GOD_ZHANG_ZHUNG_MERI GOD_DRALHA_YESI GOD_SHINJE GOD_AMNYE_MACHEN GOD_ADI GOD_SHERAB_CHAMMA
		}
		
		evil_god_names = {
			GOD_THE_EVIL_ONES
		}
		
		character_modifier = {
			learning = 2
		}
		
		can_call_crusade = no # Peaceful and Autonomous disable crusades
		join_crusade_if_bordering_hostile = yes

		#has_heir_designation = yes
		priests_can_inherit = no
		#feminist = yes # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		female_temple_holders = yes
		max_consorts = 3
		women_can_take_consorts = yes
		peace_piety_gain = 1
		pacifist = yes
		castes = yes
		aggression = 0.1 # Set based on Peaceful's aggression setting
		
		religious_clothing_head = 10
		religious_clothing_priest = 10
		
		intermarry = bon
		intermarry = indian_group
		intermarry = zoroastrian_group
		intermarry = nestorian
		
		dislike_tribal_organization = yes
		allow_in_ruler_designer = no
	}

	bon = {
		graphical_culture = mongolgfx
		secondary_event_pictures = tengri_pagan
		interface_skin = { bon_interface taoist_interface indian_interface muslim_interface }

		icon = 55
		heresy_icon = 56
		
		color = { 8 140 131 }
		
		scripture_name = MDODUS
		priest_title = LAMA
		piety_name = KARMA
		
		high_god_name = GOD_SANGPO_BUMTRI
		
		god_names = {
			GOD_SHENLA_OKAR GOD_YESHE_WALMO GOD_ZHANG_ZHUNG_MERI GOD_DRALHA_YESI GOD_SHINJE GOD_AMNYE_MACHEN GOD_ADI GOD_SHERAB_CHAMMA
		}
		
		evil_god_names = {
			GOD_THE_EVIL_ONES
		}
		
		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		#has_heir_designation = yes
		priests_can_inherit = no
		defensive_attrition = yes
		feminist = yes # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		female_temple_holders = yes
		max_consorts = 3
		women_can_take_consorts = yes
		allow_looting = yes
		castes = yes

		hard_to_convert = yes
		
		religious_clothing_head = 10
		religious_clothing_priest = 10
		
		intermarry = bon_reformed
		intermarry = indian_group
		intermarry = zoroastrian_group
		intermarry = nestorian

		reformed = bon_reformed
		
		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
	}
}

zoroastrian_group = {
	has_coa_on_barony_only = yes
	graphical_culture = muslimgfx
	playable = yes

	ai_convert_same_group = 2 # always try to convert
	ai_convert_other_group = 2	# always try to convert

	color = { 0.5 0.7 0.2 }

	interface_skin = { zoroastrian_interface muslim_interface }

	# Names given only to Zoroastrian characters (base names)
	male_names = {
		    
	}

	zoroastrian = {
		graphical_culture = persiangfx
		secondary_event_pictures = sunni

		icon = 10
		heresy_icon = 12

		color = { 0.5 0.7 0.2 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_GATHAS
		priest_title = HERBAD

		high_god_name = GOD_AHURA_MAZDA

		god_names = {
			GOD_AHURA_MAZDA GOD_ZURVAN GOD_OHRMAZD GOD_MANAH PROPHET_ZOROASTER
		}
		evil_god_names = {
			AHRIMAN ANGRA_MAINYU
		}

		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		castes = yes

		max_consorts = 3 # Can take concubines

		divine_blood = yes # Sacred Xwedodah close-kin marriage mechanics
		pc_marriage = yes # Parent/child marriage allowed
		bs_marriage = yes # Brother/sister marriage allowed

		character_modifier = {
			intrigue = -1
		}

		religious_clothing_head = 5
		religious_clothing_priest = 5

		intermarry = khurmazta
		intermarry = mandaean
		intermarry = manichean
		intermarry = mazdaki
		intermarry = yazidi
		#intermarry = zoroastrian
		intermarry = zurvanist

		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = muslim
		intermarry = nestorian
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = jewish_group
		intermarry = indian_group
	}

	mazdaki = {
		graphical_culture = persiangfx
		secondary_event_pictures = sunni
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 10
		heresy_icon = 12

		color = { 0.3 0.65 0.25 }

		parent = zoroastrian

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_GREAT_SECRET
		high_god_name = GOD_AHURA_MAZDA
		god_names = {
			GOD_ZURVAN GOD_AHURA_MAZDA GOD_MANAH PROPHET_MAZDAK
		}
		
		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}
		character_modifier = {
			castle_tax_modifier = -0.25
			city_tax_modifier = -0.25
			temple_tax_modifier = -0.25
		}

		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		religious_clothing_head = 5
		religious_clothing_priest = 5
		divine_blood = no
		pc_marriage = yes
		bs_marriage = no
		feminist = yes
		female_temple_holders = yes
		matrilineal_marriages = yes
		castes = yes
		aggression = 0.6 # AI aggression factor

		intermarry = khurmazta
		intermarry = mandaean
		intermarry = manichean
		#intermarry = mazdaki
		intermarry = yazidi
		intermarry = zoroastrian
		intermarry = zurvanist

		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = muslim
		intermarry = nestorian
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = jewish_group
		intermarry = indian_group
	}

	zurvanist = {
		parent = zoroastrian
		color = { 0.3 0.65 0.25 }
		graphical_culture = persiangfx
		secondary_event_pictures = sunni

		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 10
		heresy_icon = 12

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_GATHAS
		high_god_name = GOD_ZURVAN
		priest_title = HERBAD
		god_names = {
			GOD_AHURA_MAZDA GOD_ZURVAN GOD_OHRMAZD GOD_MANAH PROPHET_ZOROASTER GOD_MITHRAS GOD_ANAHITA
		}
		evil_god_names = {
			AHRIMAN ANGRA_MAINYU
		}

		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		allow_in_ruler_designer = no
		castes = yes
		aggression = 1.2 # AI aggression factor

		intermarry = khurmazta
		intermarry = mandaean
		intermarry = manichean
		intermarry = mazdaki
		intermarry = yazidi
		intermarry = zoroastrian
		#intermarry = zurvanist

		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = muslim
		intermarry = nestorian
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = jewish_group
		intermarry = indian_group
	}


	manichean = {
		graphical_culture = persiangfx

		secondary_event_pictures = sunni

		icon = 63
		heresy_icon = 64

		color = { 0.7 0.7 0.4 }
		crusade_name = GREAT_PURIFICATION
		scripture_name = THE_EVANGELION
		priest_title = PRESBYTERS
		piety_name = KARMA
		high_god_name = GOD_ZURVAN
		god_names = {
			GOD_ZURVAN GOD_OHRMAZD PROPHET_MANI RADIANT_JESUS PROPHET_ENOCH PROPHET_SHEM PROPHET_ABRAHAM PROPHET_ZOROASTER PROPHET_BUDDHA GREAT_BAN GOD_MITHRAS MAITREYA PROPHET_SETH PROPHET_NOAH
		}
		evil_god_names = {
			JEHOVAH AHRIMAN SATAN LUCIFER
		}
		
		unit_modifier = {
			garrison_size = 0.2
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.6
			garrison_size = 0.4
			key = "DEF_RELIGION_HOME_TERRITORY"
		}

		investiture = yes
		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		priests_can_inherit = no
		priests_can_marry = no
		matrilineal_marriages = no
		can_grant_invasion_cb = invasion
		castes = yes

		religious_clothing_head = 5
		religious_clothing_priest = 5


		intermarry = khurmazta
		intermarry = mandaean
		#intermarry = manichean
		intermarry = mazdaki
		intermarry = yazidi
		intermarry = zoroastrian
		intermarry = zurvanist

		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = muslim
		intermarry = nestorian
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = jewish_group
		intermarry = indian_group
	}

	mandaean = {
		parent = manichean
		color = { 0.9 0.1 0.4 }
		graphical_culture = persiangfx
		icon = 63
		heresy_icon = 64

		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		crusade_name = GREAT_PURIFICATION
		scripture_name = GINZA_RBA
		priest_title = NASURAIIA
		piety_name = PURITY
		god_names = {
			GOD_PTAHIL GOD_ABATHUR PROPHET_JOHN_BAPTIST PROPHET_ENOCH PROPHET_SETH PROPHET_NOAH
		}
		evil_god_names = {
			RUHA_QUDSHA GOD_JESUS PROPHET_ABRAHAM
		}
		allow_in_ruler_designer = no
		castes = yes

		intermarry = khurmazta
		#intermarry = mandaean
		intermarry = manichean
		intermarry = mazdaki
		intermarry = yazidi
		intermarry = zoroastrian
		intermarry = zurvanist

		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = muslim
		intermarry = nestorian
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = jewish_group
		intermarry = indian_group
	}


	yazidi = {
		graphical_culture = muslimgfx
		secondary_event_pictures = zoroastrian

		icon = 72
		heresy_icon = 72

		color = { 0.2 0.2 0.7 }

		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_BOOK_OF_ILLUMINATION
		priest_title = SHEIKH_PRIEST
		high_god_name = GOD_TAWUSE_MELEK
		god_names = {
			GOD_THE_PEACOCK_ANGEL GOD_TAWUSE_MELEK GOD_SHAYTAN
		}
		evil_god_names = {
			THE_DARK_SPIRITS
		}

		can_call_crusade = yes
		priests_can_marry = yes
		psc_marriage = no # Disallow uncle-nice and aunt-nephew marriages
		max_wives = 4
		matrilineal_marriages = yes
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_jizya_tax = no
		castes = yes

		religious_clothing_head = 5
		religious_clothing_priest = 5

		intermarry = khurmazta
		intermarry = mandaean
		intermarry = manichean
		intermarry = mazdaki
		#intermarry = yazidi
		intermarry = zoroastrian
		intermarry = zurvanist

		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = muslim
		intermarry = nestorian
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = jewish_group
		intermarry = indian_group
	}
	
	khurmazta = {
		graphical_culture = persiangfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }
		
		secondary_event_pictures = sunni
		
		icon = 10
		heresy_icon = 12
		
		color = { 0.5 0.6 0.3 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_GATHAS
		
		priest_title = VAYNPAT
		
		high_god_name = GOD_ZARVANA
		
		god_names = {
			GOD_KHURMAZTA GOD_WESHPARKAR GOD_WISHAGHN GOD_NANAIYA
		}
		
		parent = zoroastrian
		
		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		
		max_consorts = 3 # Can take concubines
		castes = yes
		
		religious_clothing_head = 5
		religious_clothing_priest = 5

		intermarry = khurmazta
		intermarry = mandaean
		intermarry = manichean
		intermarry = mazdaki
		intermarry = yazidi
		#intermarry = zoroastrian
		intermarry = zurvanist

		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = muslim
		intermarry = nestorian
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = jewish_group
		intermarry = indian_group
	}
}

jewish_group = {
	graphical_culture = jewishgfx
	crusade_cb = crusade
	playable = yes
	ai_peaceful = yes # Will make Hordes lose their super aggressiveness

	ai_convert_same_group = 2 # always try to convert
	ai_convert_other_group = 1	# try to convert if ai_zeal is high

	interface_skin = { jews_interface }
	color = { 0.1 0.7 1.0 }

	# Names given only to Jewish characters (base names)
	male_names = {
		          
	}
	female_names = {
		                 
		             
	}

	jewish = {
		graphical_culture = jewishgfx

		icon = 38
		heresy_icon = 39

		color = { 0.1 0.7 1.0 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_TORAH
		priest_title = RABBI

		high_god_name = GOD_GOD

		god_names = {
			GOD_GOD GOD_THE_LORD ADONAI
		}
		evil_god_names = {
			SATAN
		}

		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		castes = yes

		priests_can_marry = yes

		religious_clothing_head = 7
		religious_clothing_priest = 7

		expel_modifier = expelled_jewish

		intermarry = samaritan
		intermarry = karaite
	}
	samaritan = {
		graphical_culture = jewishgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 38
		heresy_icon = 39

		color = { 0.1 0.8 0.8 }

		parent = jewish

		crusade_name = GREAT_HOLY_WAR

		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		castes = yes

		priests_can_marry = yes

		religious_clothing_head = 7
		religious_clothing_priest = 7

		expel_modifier = expelled_jewish

		intermarry = jewish
		intermarry = karaite
	}
	karaite = {
		graphical_culture = jewishgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 38
		heresy_icon = 39

		color = { 0.1 0.5 0.9 }

		parent = jewish

		crusade_name = GREAT_HOLY_WAR

		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		castes = yes

		priests_can_marry = yes

		religious_clothing_head = 7
		religious_clothing_priest = 7

		expel_modifier = expelled_jewish

		intermarry = samaritan
		intermarry = jewish
	}
}

indian_group = {
	has_coa_on_barony_only = no
	graphical_culture = indiangfx
	playable = yes
	ai_peaceful = yes # Will make Hordes lose their super aggressiveness
	hostile_within_group = yes

	ai_convert_same_group = 1 # try to convert if ai_zeal is high
	ai_convert_other_group = 2	# always try to convert

	color = { 0.8 0.4 0.0 }

	interface_skin = { indian_interface muslim_interface }

	# Names given only to Indian characters (base names)
	male_names = {
	}
	female_names = {
	}

	hindu = {
		graphical_culture = hindugfx
		secondary_event_pictures = sunni

		icon = 44
		heresy_icon = 45

		color = { 1.0 0.0 0.0 }

		high_god_name = GOD_BRAHMA

		god_names = {
			GOD_SHIVA GOD_THE_LORD GOD_THE_SUPREME GOD_BRAHMA
		}

		evil_god_names = {
			THE_VINAYAKAS
		}

		can_grant_divorce = yes
		priests_can_inherit = no
		priests_can_marry = yes
		allow_looting = yes
		max_consorts = 3
		caste_opinions = yes
		castes = yes

		unit_modifier = {
			land_morale = 0.3

			key = "OFF_RELIGION"
		}

		religious_clothing_head = 8
		religious_clothing_priest = 8

		scripture_name = THE_MAHABHARATA
		priest_title = PUJARI
		piety_name = KARMA

		intermarry = jain
		intermarry = buddhist
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
	}
	buddhist = {
		has_coa_on_barony_only = yes
		graphical_culture = buddhistgfx
		secondary_event_pictures = sunni

		icon = 40
		heresy_icon = 41

		color = { 0.8 0.4 0.0 }

		high_god_name = GOD_THE_BUDDHA

		god_names = {
			GOD_THE_BUDDHA GOD_THE_ARHAT GOD_THE_PERFECTED_ONES
		}

		evil_god_names = {
			MARA
		}

		character_modifier = {
			learning = 4
		}

		has_heir_designation = yes
		can_grant_divorce = yes
		priests_can_inherit = no
		feminist = yes # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		female_temple_holders = yes
		max_consorts = 3
		castes = yes

		short_reign_opinion_year_mult = 0 # No short reign penalty

		religious_clothing_head = 10
		religious_clothing_priest = 10

		scripture_name = THE_BUDDHACAVANA
		priest_title = BHIKKHU
		piety_name = KARMA

		intermarry = jain
		intermarry = hindu
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = taoist
		intermarry = zoroastrian_group
		intermarry = bon
		intermarry = bon_reformed
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
		intermarry = nestorian
	}
	jain = {
		graphical_culture = jaingfx
		secondary_event_pictures = sunni

		pacifist = yes # Makes the AI less likely to start wars, plots and factions

		icon = 42
		heresy_icon = 43

		color = { 1.0 1.0 0.4 }

		high_god_name = GOD_THE_TIRTHANKARAS

		god_names = {
			GOD_THE_TIRTHANKARAS GOD_RISHABH GOD_AJINATH GOD_SAMBHAVANATH  # Add more Tirthankaras
		}

		evil_god_names = {
			THE_PUNISHERS
		}

		has_heir_designation = yes
		can_grant_divorce = yes
		priests_can_inherit = no
		peace_piety_gain = 1.0 # Gains 1 piety each month while at peace
		max_consorts = 3
		castes = yes

		short_reign_opinion_year_mult = 0 # No short reign penalty

		religious_clothing_head = 9
		religious_clothing_priest = 9

		scripture_name = THE_ANGAS_SUTRAS
		priest_title = NIRGRANTHA
		piety_name = PURITY

		intermarry = buddhist
		intermarry = hindu
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
	}
	taoist = {
		graphical_culture = chinesegfx
		secondary_event_pictures = sunni
		has_coa_on_barony_only = yes

		icon = 53
		heresy_icon = 54
		
		color = { 226 241 182 }
		
		interface_skin = { taoist_interface indian_interface muslim_interface }
		
		high_god_name = GOD_HEAVENLY_ORDER
		
		god_names = {
			THE_THREE_PURITIES THE_ANCESTORS GOD_YANSHIH_TIENTSUN
		}
		
		evil_god_names = {
			KING_YAN YANLUO
		}

		character_modifier = {
			stewardship = 2
		}

		has_heir_designation = yes
		can_grant_divorce = yes
		priests_can_inherit = no
		max_consorts = 3
		castes = yes
		
		short_reign_opinion_year_mult = 0 # No short reign penalty
		
		religious_clothing_head = 10
		religious_clothing_priest = 10

		scripture_name = TAO_TE_CHING
		priest_title = DAOSHI
		piety_name = PIETY_TE
		
		intermarry = buddhist
		intermarry = nestorian
		intermarry = manichean
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
	}
}
