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

totalitarist = {
	has_coa_on_barony_only = yes
	graphical_culture = westerngfx
	playable = yes
	ai_peaceful = yes # Will make Hordes lose their super aggressiveness
	hostile_within_group = yes
	
	ai_convert_same_group = 2 # always try to convert
	ai_convert_other_group = 2 # always try to convert
	
	color = { 0.62 0.62 0.62 }
	
	# Names given only to Autoritarist characters (base names)
	male_names = {
		Adolf Michael John Benedito Ryan Christopher Heinrich Constantine David Patrick Jack George Gregory 
		Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Terry Paul Peter Philip 
		Johnson Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Elton Job Joshua Ulrich Luke Hermann
	}
	female_names = {
		Anna Beatrice Benedicta Bridget Catherine Cecilia Christina Hillary Constance Dorothy Elisabeth Joan Judith Juliana Helen 
		Magdalena Margaret Maria Marine Patricia Philippa Rachel Tina Vera
		Sarah Sophia Stephania
	}
	
	autocratic = {
	graphical_culture = westerngfx

		icon = 64
		heresy_icon = 65
		
		color = { 0.62 0.62 0.62 }
		
		scripture_name = SOVEREIGN_WILL
		priest_title = EXECUTIONER
		
		high_god_name = GOD_SOVEREIGN
		
		god_names = {
			GOD_SOVEREIGN
		}
		
		evil_god_names = {
			GOD_MONEY GOD_IMPERIALISM GOD_LENINE GOD_STALINE GOD_TROTSKI GOD_ANARCHISM
		}
		
		character_modifier = {
			martial = 2
			stewardship = 2
			diplomacy = -1
		}
		
		allow_looting = yes
		priests_can_inherit = no
		priests_can_marry = yes
		hard_to_convert = yes
		
		
		religious_clothing_head = 1
		religious_clothing_priest = 1
		
		secret_religion = no
		
		intermarry = liberalist
		intermarry = neo_classical
		intermarry = imperialist
		
		intermarry = autocratic
		intermarry = oligarchic
		intermarry = fascist
		intermarry = hakko-ichiu
	}
	oligarchic = {
	graphical_culture = westerngfx

		icon = 64
		heresy_icon = 65
		
		color = { 0.52 0.60 0.69 }
		parent = autocratic
		
		scripture_name = COUNCIL_WILL
		priest_title = EXECUTIONER
		
		high_god_name = GOD_COUNCIL
		
		god_names = {
			GOD_COUNCIL
		}
		
		evil_god_names = {
			GOD_MONEY GOD_IMPERIALISM GOD_LENINE GOD_STALINE GOD_TROTSKI GOD_ANARCHISM
		}
		
		character_modifier = {
			martial = 2
			stewardship = 1
			learning = 1
			diplomacy = -1
		}
		
		allow_looting = yes
		feminist = yes
		priests_can_inherit = no
		priests_can_marry = yes
		hard_to_convert = yes
		
		
		religious_clothing_head = 1
		religious_clothing_priest = 1
		
		secret_religion = no
		
		intermarry = liberalist
		intermarry = neo_classical
		intermarry = imperialist
		
		intermarry = autocratic
		intermarry = oligarchic
		intermarry = fascist
		intermarry = hakko-ichiu
	}
	
	fascist = {
		graphical_culture = westerngfx

		icon = 67
		
		color = { 0.39 0.39 0.39 }
		
		scripture_name = LEADER_WILL
		priest_title = EXECUTIONER
		
		high_god_name = GOD_LEADER
		
		god_names = {
			GOD_LEADER
		}
		
		evil_god_names = {
			GOD_MONEY GOD_IMPERIALISM GOD_LENINE GOD_STALINE GOD_TROTSKI GOD_ANARCHISM
		}
		
		character_modifier = {
			martial = 4
			diplomacy = -1
		}
		
		allow_looting = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		priests_can_inherit = no
		priests_can_marry = yes
		hard_to_convert = yes
		
		
		religious_clothing_head = 1
		religious_clothing_priest = 1
		
		secret_religion = no
		
		intermarry = autocratic
		intermarry = oligarchic
		intermarry = fascist
		intermarry = hakko-ichiu
	}
	
	hakko-ichiu = {
		graphical_culture = chinesegfx

		icon = 68
		
		color = { 0.95 0.95 0.95 }
		
		scripture_name = LEADER_WILL
		priest_title = EXECUTIONER
		
		high_god_name = GOD_LEADER
		
		god_names = {
			GOD_LEADER
		}
		
		evil_god_names = {
			GOD_MONEY GOD_IMPERIALISM GOD_LENINE GOD_STALINE GOD_TROTSKI GOD_ANARCHISM
		}
		
		character_modifier = {
			martial = 4
			diplomacy = -1
		}
		
		allow_looting = yes
		peace_prestige_loss = yes # Lose Prestige while at peace
		priests_can_inherit = no
		priests_can_marry = yes
		hard_to_convert = yes
		
		
		religious_clothing_head = 10
		religious_clothing_priest = 10
		
		secret_religion = no
		
		intermarry = autocratic
		intermarry = oligarchic
		intermarry = fascist
		intermarry = hakko-ichiu
	}
}