# 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
		use_new_crusade = yes
		crusade_cb = new_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 = 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
		
		religious_clothing_head = 0
		religious_clothing_priest = 1

		#intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	cathar = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 1
		heresy_icon = 6
		
		color = { 0.5 0.5 0.9 }
		parent = catholic
		
		crusade_name = CRUSADE

		can_retire_to_monastery = yes
		female_temple_holders = yes
		feminist = yes      # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		
		religious_clothing_head = 0
		religious_clothing_priest = 1

		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	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
		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
		
		religious_clothing_head = 0
		religious_clothing_priest = 1

		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	waldensian = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 1
		heresy_icon = 6
		
		color = { 0.4 0.4 0.7 }
		parent = catholic
		
		crusade_name = CRUSADE

		can_retire_to_monastery = yes
		priests_can_inherit = no
		
		religious_clothing_head = 0
		religious_clothing_priest = 1
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	lollard = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 1
		heresy_icon = 6
		
		color = { 0.5 0.8 0.8 }
		parent = catholic
		
		crusade_name = CRUSADE

		can_retire_to_monastery = yes
		priests_can_inherit = no
		
		religious_clothing_head = 0
		religious_clothing_priest = 1
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	
	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
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	
	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
		}
		
		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
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	
	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
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	
	bogomilist = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 2
		heresy_icon = 7
		
		color = { 0.7 0 0.2 }
		parent = orthodox
		
		crusade_name = CRUSADE

		can_retire_to_monastery = yes
		female_temple_holders = yes
		feminist = yes      # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	
	monothelite = {
		graphical_culture = westerngfx
		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

		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
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	
	iconoclast = {
		graphical_culture = westerngfx
		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

		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
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = paulician
		intermarry = messalian
	}
	
	paulician = {
		graphical_culture = westerngfx
		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
		
		evil_god_names = {
			SATAN LUCIFER THE_DEVIL THE_DEMIURGE
		}

		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
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = messalian
	}
	
	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
		
		can_retire_to_monastery = yes
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
		
		intermarry = taoist
		intermarry = bon
		intermarry = bon_reformed
		intermarry = buddhist
		intermarry = zoroastrian_group
	}
	
	messalian = {
		graphical_culture = westerngfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 46
		heresy_icon = 47
		
		color = { 0.6 0.1 0.4 }
		parent = nestorian
		
		crusade_name = CRUSADE
		scripture_name = THE_ASCETICUS
		
		god_names = {
			GOD_GOD THE_PANTOKRATOR GOD_JESUS LUCIFER
		}
		
		evil_god_names = {
			THE_DEMIURGE
		}

		can_retire_to_monastery = yes
		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
		
		religious_clothing_head = 2
		religious_clothing_priest = 2
		
		intermarry = catholic
		intermarry = orthodox
		intermarry = miaphysite
		intermarry = nestorian

		intermarry = cathar
		intermarry = fraticelli
		intermarry = waldensian
		intermarry = lollard
		intermarry = monophysite
		intermarry = bogomilist
		intermarry = monothelite
		intermarry = iconoclast
		intermarry = paulician
		intermarry = messalian
	}
	
}

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 = {
		    -     - - -      
	}
	
	# Names given only to Muslim characters (base 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_ALLAH
		
		god_names = {
			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
		
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = yes

		#intermarry = sunni
		intermarry = zikri
		intermarry = yazidi
		intermarry = ibadi
		intermarry = kharijite
		intermarry = shiite
		intermarry = druze
		intermarry = hurufi
		intermarry = qarmatian
	}
	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
		
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = yes

		intermarry = sunni
		intermarry = yazidi
		intermarry = ibadi
		intermarry = kharijite
		intermarry = shiite
		intermarry = druze
		intermarry = hurufi
		intermarry = qarmatian
	}
	yazidi = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 3
		heresy_icon = 8
		
		color = { 0.2 0.2 0.7 }
		
		crusade_name = JIHAD
		scripture_name = THE_BOOK_OF_ILLUMINATION
		priest_title = SHEIKH_PRIEST
		
		high_god_name = GOD_SHAYTAN
		
		god_names = {
			GOD_THE_PEACOCK_ANGEL GOD_TAWUSE_MELEK GOD_SHAYTAN
		}
		
		evil_god_names = {
			THE_DARK_SPIRITS
		}
		
		parent = sunni
		priests_can_marry = yes
		can_excommunicate = yes
		can_call_crusade = yes
		max_wives = 4
		matrilineal_marriages = no
		
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = yes
		
		intermarry = sunni
		intermarry = zikri
		intermarry = ibadi
		intermarry = kharijite
		intermarry = shiite
		intermarry = druze
		intermarry = hurufi
		intermarry = qarmatian
	}
	ibadi = {
		graphical_culture = muslimgfx

		icon = 51
		heresy_icon = 52
		
		crusade_name = JIHAD
		scripture_name = THE_KORAN
		priest_title = IMAM_PRIEST
		
		high_god_name = GOD_ALLAH
		
		god_names = {
			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
		
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = yes
		
		intermarry = sunni
		intermarry = zikri
		intermarry = yazidi
		intermarry = kharijite
		intermarry = shiite
		intermarry = druze
		intermarry = hurufi
		intermarry = qarmatian
	}
	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
		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_decadence = yes
		uses_jizya_tax = yes
		
		intermarry = sunni
		intermarry = zikri
		intermarry = yazidi
		intermarry = ibadi
		intermarry = shiite
		intermarry = druze
		intermarry = hurufi
		intermarry = qarmatian
	}
	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_ALLAH
		
		god_names = {
			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
		
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = yes
		
		intermarry = sunni
		intermarry = zikri
		intermarry = yazidi
		intermarry = ibadi
		intermarry = kharijite
		intermarry = druze
		intermarry = hurufi
		intermarry = qarmatian
	}
	druze = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 4
		heresy_icon = 9
		
		crusade_name = JIHAD
		scripture_name = THE_EPISTLES_OF_WISDOM
		
		color = { 0.0 0.9 0.4 }
		parent = shiite
		priests_can_marry = yes
		psc_marriage = no
		max_wives = 4
		matrilineal_marriages = no
		
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = yes
		
		intermarry = sunni
		intermarry = zikri
		intermarry = yazidi
		intermarry = ibadi
		intermarry = kharijite
		intermarry = shiite
		intermarry = hurufi
		intermarry = qarmatian
	}
	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
		
		landed_kin_prestige_bonus = yes
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = yes
		
		intermarry = sunni
		intermarry = zikri
		intermarry = yazidi
		intermarry = ibadi
		intermarry = kharijite
		intermarry = shiite
		intermarry = druze
		intermarry = qarmatian
	}
	qarmatian = {
		graphical_culture = muslimgfx
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		icon = 4
		heresy_icon = 9

		color = { 0.2 0.7 0.1 }
		parent = shiite

		crusade_name = JIHAD

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

		landed_kin_prestige_bonus = no
		attacking_same_religion_piety_loss = yes
		uses_decadence = yes
		uses_jizya_tax = no
		peace_prestige_loss = yes # Lose Prestige while at peace
		raised_vassal_opinion_loss = no

		intermarry = zoroastrian_group
		intermarry = shiite
		intermarry = druze
		intermarry = hurufi
	}
}

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
		
		defensive_attrition = yes
		
		religious_clothing_head = 3
		religious_clothing_priest = 3
		
		allow_in_ruler_designer = no
		
		dislike_tribal_organization = yes
		
		dynamic_cult = no
		secret_religion = 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 = 2 # always try to convert
		
		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.3
			
			key = "OFF_RELIGION"
		}
		
		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
		#allow_viking_invasion = yes
		#seafarer = yes
		
		short_reign_opinion_year_mult = 1.5
		
		aggression = 1.5 # AI aggression factor
		
		max_consorts = 3

		
		religious_clothing_head = 15
		religious_clothing_priest = 3
		
		intermarry = norse_pagan
		
		allow_in_ruler_designer = no
		#reformer_head_of_religion = yes #make the character that reforms this religion the head of the new reformed faith
	}		
	
	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
			
			retinuesize_perc = 0.5
			
			key = "OFF_RELIGION"
		}
		
		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
		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
		
		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 = 2 # always try to convert
		
		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.3
			
			light_cavalry_offensive = 0.3
			light_cavalry_defensive = 0.3
			
			key = "tengri_pagan"
		}
		
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN
		priests_can_marry = yes
		allow_looting = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = 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
		
		allow_in_ruler_designer = no
		
		intermarry = buddhist
		intermarry = zoroastrian_group
	}		
	
	
	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
			
			light_cavalry_offensive = 0.3
			light_cavalry_defensive = 0.3
			
			key = "tengri_pagan"
		}
	
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = SHAMAN
		
		priests_can_marry = 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
		
		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
		
		intermarry = buddhist
		intermarry = zoroastrian_group
		can_demand_religious_conversion = no
	}
	
	baltic_pagan_reformed = {
		graphical_culture = pagangfx
		alternate_start = { always = no }
		
		secondary_event_pictures = baltic_pagan

		icon = 32
		heresy_icon = 33
		
		ai_convert_other_group = 2 # always try to convert
		
		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 = {		 		#Special features are added via reformation. If HF is not installed, default features are applied on reformed religion by event.
			#garrison_size = 0.2
			#levy_size = 0.2
			
			#key = "DEF_RELIGION"
		#}
		#unit_home_modifier = {
			#land_morale = 0.8
			#light_infantry_defensive = 0.8
			#heavy_infantry_defensive = 0.8
			#pikemen_defensive = 0.8
			#light_cavalry_defensive = 0.8
			#knights_defensive = 0.8
			#archers_defensive = 0.8
			#horse_archers_defensive = 0.8
			#camel_cavalry_defensive = 0.8
			#war_elephants_defensive = 0.8
			
			#garrison_size = 0.4
			
			#key = "DEF_RELIGION_HOME_TERRITORY"
		#}

		priests_can_marry = yes
		female_temple_holders = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		max_consorts = 3
		
		short_reign_opinion_year_mult = 1.5
		
		religious_clothing_head = 14
		religious_clothing_priest = 6
		
		allow_in_ruler_designer = no

		intermarry = baltic_pagan
	}		
	
	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.3
			levy_size = 0.1
			
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.8
			light_infantry_defensive = 0.8
			heavy_infantry_defensive = 0.8
			pikemen_defensive = 0.8
			light_cavalry_defensive = 0.8
			knights_defensive = 0.8
			archers_defensive = 0.8
			horse_archers_defensive = 0.8
			camel_cavalry_defensive = 0.8
			war_elephants_defensive = 0.8
			
			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
		
		religious_clothing_head = 14
		religious_clothing_priest = 6
		
		hard_to_convert = yes
		
		dislike_tribal_organization = yes
		can_demand_religious_conversion = no
		intermarry = norse_pagan
		intermarry = slavic_pagan
		intermarry = baltic_pagan_reformed
		intermarry = finnish_pagan

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

		icon = 26
		heresy_icon = 27
		
		ai_convert_other_group = 2 # always try to convert
		
		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 = {		 		#Special features are added via reformation. If HF is not installed, default features are applied on reformed religion by event.
			#garrison_size = 0.3
			#levy_size = 0.1
			
			#key = "DEF_RELIGION"
		#}
		#unit_home_modifier = {
			#land_morale = 0.8
			#light_infantry_defensive = 0.8
			#heavy_infantry_defensive = 0.8
			#pikemen_defensive = 0.8
			#light_cavalry_defensive = 0.8
			#knights_defensive = 0.8
			#archers_defensive = 0.8
			#horse_archers_defensive = 0.8
			#camel_cavalry_defensive = 0.8
			#war_elephants_defensive = 0.8
			
			#garrison_size = 0.4
			
			#key = "DEF_RELIGION_HOME_TERRITORY"
		#}
		
		priests_can_marry = yes
		female_temple_holders = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		max_consorts = 3
		short_reign_opinion_year_mult = 1.5
		
		aggression = 0.5 # AI aggression factor
		
		religious_clothing_head = 14
		religious_clothing_priest = 3
		
		allow_in_ruler_designer = no

		intermarry = finnish_pagan
	}	
	
	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.4
			
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.8
			light_infantry_defensive = 0.8
			heavy_infantry_defensive = 0.8
			pikemen_defensive = 0.8
			light_cavalry_defensive = 0.8
			knights_defensive = 0.8
			archers_defensive = 0.8
			horse_archers_defensive = 0.8
			camel_cavalry_defensive = 0.8
			war_elephants_defensive = 0.8
			
			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
		
		short_reign_opinion_year_mult = 2
		
		aggression = 0.2 # AI aggression factor
		
		religious_clothing_head = 14
		religious_clothing_priest = 3
		
		dislike_tribal_organization = yes
		can_demand_religious_conversion = no

		intermarry = norse_pagan
		intermarry = slavic_pagan
		intermarry = baltic_pagan
		intermarry = finnish_pagan_reformed
	}
	
	aztec_reformed = {
		graphical_culture = mesoamericangfx
		alternate_start = { always = no }
		
		secondary_event_pictures = mesoamerican
		
		icon = 17
		heresy_icon = 18
		
		ai_convert_other_group = 2 # always try to convert
		
		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.3
			
			key = "OFF_RELIGION"
		}
		
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = PRIEST
		
		priests_can_marry = yes
		max_consorts = 3
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		
		aggression = 2.0 # AI aggression factor
		
		religious_clothing_head = 14
		religious_clothing_priest = 3
		
		allow_in_ruler_designer = no
	}	
	
	aztec = {
		graphical_culture = mesoamericangfx
		icon = 15
		heresy_icon = 16
		color = { 0.8 0.2 0.2 }
		alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } has_dlc = "Sunset Invasion" }
		
		secondary_event_pictures = mesoamerican
		
		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"
		}
		
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_LEGENDS
		priest_title = PRIEST
		
		priests_can_marry = 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 = 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
	}

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

		icon = 23
		heresy_icon = 24
		
		ai_convert_other_group = 2 # always try to convert
		
		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 = {		 		#Special features are added via reformation. If HF is not installed, default features are applied on reformed religion by event.
			#garrison_size = 0.2
			#levy_size = 0.2
			
			#key = "DEF_RELIGION"
		#}
		#unit_home_modifier = {
			#land_morale = 0.8
			#light_infantry_defensive = 0.8
			#heavy_infantry_defensive = 0.8
			#pikemen_defensive = 0.8
			#light_cavalry_defensive = 0.8
			#knights_defensive = 0.8
			#archers_defensive = 0.8
			#horse_archers_defensive = 0.8
			#camel_cavalry_defensive = 0.8
			#war_elephants_defensive = 0.8
			
			#garrison_size = 0.4
			
			#key = "DEF_RELIGION_HOME_TERRITORY"
		#}
		
		priests_can_marry = yes
		female_temple_holders = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		allow_looting = yes
		max_consorts = 3
		short_reign_opinion_year_mult = 1.5
		
		religious_clothing_head = 14
		religious_clothing_priest = 3
		
		allow_in_ruler_designer = no

		intermarry = slavic_pagan
	}		
	
	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.3
			levy_size = 0.1
			
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.8
			light_infantry_defensive = 0.8
			heavy_infantry_defensive = 0.8
			pikemen_defensive = 0.8
			light_cavalry_defensive = 0.8
			knights_defensive = 0.8
			archers_defensive = 0.8
			horse_archers_defensive = 0.8
			camel_cavalry_defensive = 0.8
			war_elephants_defensive = 0.8
			
			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 = slavic_pagan_reformed
		
		short_reign_opinion_year_mult = 2
		
		religious_clothing_head = 14
		religious_clothing_priest = 3
		
		dislike_tribal_organization = yes
		can_demand_religious_conversion = no

		intermarry = baltic_pagan
		intermarry = norse_pagan
		intermarry = finnish_pagan
	}
	
	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 = yes
		join_crusade_if_bordering_hostile = yes
		
		#unit_modifier = {		
			#garrison_size = 0.4
			
			#key = "DEF_RELIGION"
		#}
		#unit_home_modifier = {
			#land_morale = 0.8
			#light_infantry_defensive = 0.8
			#heavy_infantry_defensive = 0.8
			#pikemen_defensive = 0.8
			#light_cavalry_defensive = 0.8
			#knights_defensive = 0.8
			#archers_defensive = 0.8
			#horse_archers_defensive = 0.8
			#camel_cavalry_defensive = 0.8
			#war_elephants_defensive = 0.8
			
			#garrison_size = 0.4
			
			#key = "DEF_RELIGION_HOME_TERRITORY"
		#}
		
		priests_can_marry = yes
		female_temple_holders = yes
		allow_looting = yes
		
		max_consorts = 3
		women_can_take_consorts = yes
		
		aggression = 0.5 # AI aggression factor
		
		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.4
			
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.8
			light_infantry_defensive = 0.8
			heavy_infantry_defensive = 0.8
			pikemen_defensive = 0.8
			light_cavalry_defensive = 0.8
			knights_defensive = 0.8
			archers_defensive = 0.8
			horse_archers_defensive = 0.8
			camel_cavalry_defensive = 0.8
			war_elephants_defensive = 0.8
			
			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
		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
		
		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 = 2 # always try to convert
		
		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.3
			
			#heavy_infantry_offensive = 0.2
			#heavy_infantry_defensive = 0.2
			
			#key = "OFF_RELIGION"
		#}
		
		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
		max_consorts = 3
		
		religious_clothing_head = 5
		religious_clothing_priest = 4

		intermarry = indian_group
		intermarry = zoroastrian_group
		
		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 = {
			levy_size = 0.3
			
			heavy_infantry_offensive = 0.2
			heavy_infantry_defensive = 0.2
			
			key = "OFF_RELIGION"
		}

		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
		
		religious_clothing_head = 5
		religious_clothing_priest = 4

		intermarry = indian_group
		intermarry = zoroastrian_group
		
		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
		
		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
		
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		
		religious_clothing_head = 12
		religious_clothing_priest = 11
		
		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
		
		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
		
		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
		}
		
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		
		#unit_modifier = {
		#	garrison_size = 0.4
		#	
		#	key = "DEF_RELIGION"
		#}
		#unit_home_modifier = {
		#	land_morale = 0.8
		#	light_infantry_defensive = 0.8
		#	heavy_infantry_defensive = 0.8
		#	pikemen_defensive = 0.8
		#	light_cavalry_defensive = 0.8
		#	knights_defensive = 0.8
		#	archers_defensive = 0.8
		#	horse_archers_defensive = 0.8
		#	camel_cavalry_defensive = 0.8
		#	war_elephants_defensive = 0.8
		#	
		#	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

		hard_to_convert = yes
		
		religious_clothing_head = 10
		religious_clothing_priest = 10
		
		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.4
			
			key = "DEF_RELIGION"
		}
		unit_home_modifier = {
			land_morale = 0.8
			light_infantry_defensive = 0.8
			heavy_infantry_defensive = 0.8
			pikemen_defensive = 0.8
			light_cavalry_defensive = 0.8
			knights_defensive = 0.8
			archers_defensive = 0.8
			horse_archers_defensive = 0.8
			camel_cavalry_defensive = 0.8
			war_elephants_defensive = 0.8
			
			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

		hard_to_convert = yes
		
		religious_clothing_head = 10
		religious_clothing_priest = 10
		
		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
		
		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
		
		religious_clothing_head = 5
		religious_clothing_priest = 5

		#intermarry = zoroastrian
		intermarry = mazdaki
		intermarry = manichean
		intermarry = khurmazta
		
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = nestorian
		intermarry = buddhist
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
	}
	
	mazdaki = {
		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.3 0.65 0.25 }
		
		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
		}
		
		parent = zoroastrian
		
		can_grant_divorce = yes
		can_call_crusade = yes
		join_crusade_if_bordering_hostile = yes
		can_grant_invasion_cb = invasion
		feminist = yes # Nullifies the negative opinion modifier that vassals normally get if ruler is female or has female heir
		female_temple_holders = yes
		
		religious_clothing_head = 5
		religious_clothing_priest = 5

		intermarry = zoroastrian
		intermarry = manichean
		intermarry = khurmazta
		
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = nestorian
		intermarry = buddhist
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
	}
	
	manichean = {
		graphical_culture = persiangfx
		
		secondary_event_pictures = sunni
		
		icon = 10
		heresy_icon = 12
		
		color = { 0.7 0.7 0.4 }
		crusade_name = GREAT_HOLY_WAR
		scripture_name = THE_EVANGELION
		
		priest_title = DIDASKOLOS
		
		high_god_name = GOD_ZURVAN
		
		god_names = {
			GOD_ZURVAN GOD_OHRMAZD PROPHET_MANI GOD_MIHRYAZD
		}
		
		evil_god_names = {
			THE_DEMIURGE
		}
		
		can_retire_to_monastery = yes
		female_temple_holders = yes
		
		parent = zoroastrian
		
		can_grant_divorce = yes
		priests_can_inherit = no
		can_call_crusade = no
		can_grant_invasion_cb = invasion
		
		max_consorts = 0 # Can take concubines
		
		religious_clothing_head = 5
		religious_clothing_priest = 5

		intermarry = zoroastrian
		intermarry = mazdaki
		intermarry = khurmazta
		
		
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = taoist
		intermarry = bon
		intermarry = bon_reformed
		intermarry = nestorian
		intermarry = buddhist
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
	}
	
	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
		
		religious_clothing_head = 5
		religious_clothing_priest = 5

		intermarry = zoroastrian
		intermarry = mazdaki
		intermarry = manichean
		
		
		intermarry = zun_pagan
		intermarry = zun_pagan_reformed
		intermarry = bon
		intermarry = bon_reformed
		intermarry = nestorian
		intermarry = buddhist
		intermarry = tengri_pagan
		intermarry = tengri_pagan_reformed
	}
}

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
	
	color = { 0.1 0.7 1.0 }
	
	interface_skin = { jews_interface }
	
	# 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
		
		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
		
		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
		
		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_BRAHMA
		
		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
		#alternate_start = { has_alternate_start_parameter = { key = religion value = full_random } }

		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
		
		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
	}
}