# 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

# 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")



ishtarian_group = {
	has_coa_on_barony_only = yes
	graphical_culture = norsegfx	# shows the priestess as the norse variety, not the case with hellenic for some reason
	playable = yes
	ai_peaceful = no # Will make Hordes lose their super aggressiveness
	hostile_within_group = yes 	# in case of holy orders being a thing
	
	ai_convert_same_group = 1 # always try to convert
	ai_convert_other_group = 1 # always try to convert
	
	color = { 1.0 0.8 0.1 }
	
	interface_skin = { zun_interface }
	
	male_names = {
		Zikar Lugaldim 
	}
	
	female_names = {
		Sheriva Tamyrisi Diyana Khannah Layah Oshana Shani Ayrin Zerya Dina Kyra Laela Mehri Mirana Zara Ziana 
	}
	

	anunnaki = {
		graphical_culture = hellenicgfx 
		secondary_event_pictures = sunni

		icon = 16
		heresy_icon = 49
		
		color = { 0.5 0.0 0.0 }
		
		ai_convert_same_group = 1 # never try to convert, only war
		ai_convert_other_group = 0 # never try to convert, only war
		
		scripture_name = ANUNNAKI_DIVINITY
		priest_title = ANUNNAKI_PRIESTESS
		piety_name = ANUNNAKI_ZEAL
		
		high_god_name = NIRGAL
		
		god_names = {
			ANUM SHAMASH ENKI ENLIL DUMUZID ISHKUR
		}
		
		evil_god_names = {
			ISHTAR_GODDESS ISHTAR_THE_GODDESS ISHTAR_THE ISHTAR_QUEEN
		}
		
		allow_in_ruler_designer = yes
		
		priests_can_inherit = no
		priests_can_marry = no
		female_temple_holders = yes
		male_temple_holders = no
		attacking_same_religion_piety_loss = no
		
		max_consorts = 3
		women_can_take_consorts = no
		men_can_take_consorts = yes
		
		divine_blood = yes # Sacred close-kin marriage mechanics
		pc_marriage = yes
		bs_marriage = yes
		
		religious_clothing_head = 12
		religious_clothing_priest = 11	

		intermarry = norse_pagan 	# jotnar, but not reformed
		intermarry = pagan			# straight pagans, should they exist

		allow_looting = yes
	#	allow_viking_invasion = yes		# gained after taking any holy site, incidence of anunnaki appearing decreases
		has_heir_designation = yes
		aggression = 2.0 # AI aggression factor, 2x standard
		
		character_modifier = {
			land_morale = 0.1		# no retreating while your commander is a godking 
		}
		
		features = {
			religion_warlike religion_ritual_sacrifice 
		}
	}
	
	
	
	ishtarian = {
		graphical_culture = hellenicgfx 
		secondary_event_pictures = sunni

		icon = 49
		heresy_icon = 16
		
		color = { 1.0 0.8 0.1 }
		
		ai_convert_same_group = 2 # always try to convert, love not war (but sometimes war)
		ai_convert_other_group = 2 # always try to convert, love not war (but sometimes war)
		
		scripture_name = HA_MAZAN_SCROLLS
		priest_title = ISHTAR_PRIESTESS
		piety_name = ISHTAR_ZEAL
		
		high_god_name = ISHTAR_GODDESS
		
		god_names = {
			ISHTAR_THE_GODDESS ISHTAR_THE ISHTAR_QUEEN
		}
		
		evil_god_names = {
			NIRGAL ANUM SHAMASH ENKI ENLIL DUMUZID ISHKUR
		}
		
		allow_in_ruler_designer = yes
		
		parent = anunnaki
		
		priests_can_inherit = yes
		priests_can_marry = yes
		feminist = yes
		female_temple_holders = yes
		male_temple_holders = no
		attacking_same_religion_piety_loss = yes
		
	#	max_consorts = 3			# capturing jaffa
	#	women_can_take_consorts = yes		# capturing jaffa
		men_can_take_consorts = no

	#	raised_vassal_opinion_loss = no		# capturing constantinople
	#	defensive_attrition = yes		# capturing rome
	#	allow_rivermovement = yes		# capturing baghdad for some reason. it's between rivers at least
	# 	seafarer = yes				# capturing hormuz
		
		religious_clothing_head = 12
		religious_clothing_priest = 11		

	######### gained by capturing Ishtarian holy sites
	#	intermarry = cathar			# jaffa		
	#	intermarry = bogomilist			# constantinople
	#	intermarry = messalian			# baghdad
	#	intermarry = mazdaki			# hormuz
	#	intermarry = buddhist			# hormuz
	#	intermarry = hellenic_pagan		# rome		syncretic with Venus, Aphrodite 
	#	intermarry = hellenic_pagan_reformed	# rome

		allow_looting = yes
		aggression = 0.8 # AI aggression factor, less than standard
		
		character_modifier = {		
			fertility = 0.1		# fertility goddess 
		}

		features = {
		
		}
		
	}
	

	
}