westerosi_religion = {
	has_coa_on_barony_only = yes
	graphical_culture = westerngfx
	#crusade_cb = crusade
	hostile_within_group = yes
	
	playable = yes
	
	color = { 0.7 0.7 0.5 }
	
	the_seven = {
		graphical_culture = westerngfx

		icon = 1
		color = { 0.8 0.8 0.6 }
		
		high_god_name = GOD_THE_GODS
		
		crusade_name = "HOLY_WAR"
		scripture_name = THE_SEVEN-POINTED_STAR
		priest_title = job_spiritual_the_seven
		
		god_names = {
			GOD_THE_GODS GOD_FATHER GOD_MOTHER GOD_WARRIOR GOD_MAIDEN GOD_SMITH GOD_CRONE GOD_SEVEN #GOD_STRANGER
		}
		evil_god_names = {
			GOD_THE_STRANGER GOD_THE_OTHERS
		}
		
		# # Tentative - Heavy cavalry bonuses! #MODIFIERS DO NOR WORK
		# unit_modifier = {
			# heavy_cavalry_offensive = 0.2
			# heavy_cavalry_defensive = 0.2
			# key = "OFF_RELIGION"
		# }
		
		investiture = yes
		can_excommunicate = yes #no
		can_grant_divorce = yes #no
		#can_grant_invasion_cb = no
		can_grant_claim = no
		can_call_crusade = no
		can_have_antipopes = no
		intermarry = drowned_god_new
		
		priests_can_inherit = no

		religious_clothing_head = 0
		religious_clothing_priest = 2
		
		max_consorts = 7
	}
	
	old_gods = {
		graphical_culture = oldgodsgfx

		icon = 2
		color = { 0.7 0.5 0 }
		
		high_god_name = GOD_THE_GODS
		
		crusade_name = "HOLY_WAR"
		scripture_name = THE_LEGENDS
		priest_title = PRIEST
		
		god_names = {
			GOD_THE_GODS GOD_THE_OLD_GODS
		}
		evil_god_names = {
			GOD_THE_OTHERS
		}
		
		can_excommunicate = no
		can_grant_divorce = no
		can_grant_claim = no
		can_call_crusade = no
		can_hold_temples = yes
		
		intermarry = beyond_wall_old_gods
		intermarry = thenn_rel
		intermarry = drowned_god_new
	}
}
drowned_god_group = {
	has_coa_on_barony_only = yes
	graphical_culture = norsegfx
	
	playable = yes
	
	color = { 0.0 0.0 0.6 }

	#shades of blue
	drowned_god = {
		graphical_culture = drownedgodgfx

		icon = 5
		heresy_icon = 9
		color = { 0.0 0.0 0.6 }
		
		high_god_name = GOD_THE_DROWNED_GOD
		
		god_names = {
			GOD_THE_DROWNED_GOD
		}
		evil_god_names = {
			GOD_STORM_GOD GOD_THE_OTHERS
		}
		crusade_name = "HOLY_WAR"
		scripture_name = THE_LEGENDS
		priest_title = job_spiritual_drowned_god
		
		allow_looting = yes
		allow_rivermovement = yes
		peace_prestige_loss = yes
		raised_vassal_opinion_loss = no
		seafarer = yes
		
		priests_can_inherit = no
		
		max_consorts = 20
		
		aggression = 2.0
		religious_clothing_head = 4
		religious_clothing_priest = 4
	}

	drowned_god_new = {
		graphical_culture = westerngfx

		icon = 5
		heresy_icon = 9
		color = { 0.0 0.0 0.9 }
		
		high_god_name = GOD_THE_DROWNED_GOD
		
		god_names = {
			GOD_THE_DROWNED_GOD
		}
		evil_god_names = {
			GOD_STORM_GOD 
		}
		crusade_name = "HOLY_WAR"
		scripture_name = THE_LEGENDS
		priest_title = job_priest_drowned_god
		
		allow_looting = no
		allow_rivermovement = yes
		peace_prestige_loss = no
		raised_vassal_opinion_loss = no
		ai_peaceful = yes
		pacifist = yes # Makes the AI less likely to start wars, plots and factions
		
		priests_can_inherit = no
		intermarry = westerosi_religion
		
		
		aggression = 0.5
		religious_clothing_head = 3
		religious_clothing_priest = 3
	}
	
	storm_god = {
		graphical_culture = drownedgodgfx
		
		icon = 9
		heresy_icon = 5
		color = { 0.2 0.7 0.9 }
		
		high_god_name = GOD_STORM_GOD 
		priest_title = PRIEST
		
		god_names = { 
			GOD_STORM_GOD 
		}
		evil_god_names = {
			GOD_THE_DROWNED_GOD GOD_THE_OTHERS
		}
		parent = drowned_god
		
		religious_clothing_head = 4
		religious_clothing_priest = 4
		
		allow_in_ruler_designer = no
		dynamic_cult = no
		secret_religion = no
	}
}