theocracy_governments = {

	theocracy_government = {
		preferred_holdings = { TEMPLE }
		allowed_holdings = {
			TEMPLE
			CASTLE
			FORT
			HOSPITAL
		}
		allowed_holdings_culture = { # Will not get the wrong government type penalty for tribes of the same culture
			TRIBAL
		}
		free_revoke_on_governments_religion = { # Tribal vassals of other religions can have their titles revoked for free
			tribal_government
		}
		accepts_liege_governments = {
			feudal_government
			muslim_government
			republic_government
			merchant_republic_government
			theocratic_feudal_government
			chinese_imperial_government
			Gouvernement_Vatican
			Gouvernement_Orthodox
		}
		frame_suffix = "_theocracy"
		title_prefix = "temple_"
		potential = {
			NOT = { has_landed_title = k_papal_state }
			NOT = {	religion_group = muslim	}
			holy_order = no
			is_patrician = no
			OR = {
				is_female = no
				religion_allows_female_temple_holders = yes
			}
			OR = {
				is_female = yes
				religion_allows_male_temple_holders = yes
			}
			NOT = {
				AND = {
				religion = catholic
				controls_religion = yes
				}
			}
		}
		color = { 220 220 220 }	
		
		can_create_kingdoms = no
		can_create_empires = no
		have_gender_laws = no
		can_grant_kingdoms_and_empires_to_other_government = no
		can_grant_kingdoms_and_empires_to_other_government_group = no
		can_usurp_kingdoms_and_empires = no
		can_be_granted_kingdoms_and_empires_by_other_government = no
		can_be_granted_kingdoms_and_empires_by_other_government_group = no
		
		can_build_tribal = no
		capital_move_delay = 1
	}
	
}