########################################################
# RELIGIOUS TITLES
# Titles given out by the religious head
########################################################
#	religion: Religion that owns this title.
#	can_elect_head: If holders of this title can elect a new head.
#	grant_limit: Max number of holders.
#	realm_in_name: Append the name of the country after the title (Queen [of Sweden])
#	allow: conditions for the character to hold the title
#	gain_effect: fires when the title is granted
#	lose_effect: fires when a title is lost if dismissal_trigger evaluates to false
#	message: should fire a message to the its owner when set
#	The other fields are all character modifiers.

title_eternal_fire_cardinal = {
	religion = eternal_fire
	can_elect_head = yes
	revoke_allowed = no
	
	grant_limit = 7
	
	realm_in_name = no
	show_as_title = yes
	
	opinion_effect = 20
	dignity = 0.9
	
	monthly_salary = 0.1
	monthly_prestige = 0.5
	
	allow = {
		religion = eternal_fire
		is_theocracy = yes
		
		NOT = {
			top_liege = {
				any_vassal = {
					any_claim = {
						title = k_eternal_fire
					}
				}
			}
		}
	}
	gain_effect = { }
	lose_effect = { }
	message = yes
}