theocracy_governments = {

	theocracy_government = {
		preferred_holdings = { TEMPLE }
		allowed_holdings = {
			TEMPLE
			CASTLE
			FORT
			HOSPITAL
		}
		allowed_holdings_religion = { # Will not get the wrong government type penalty for provinces of the same religion
			TRIBAL
		}
		free_revoke_on_governments_religion = { # Tribal vassals of other religions can have their titles revoked for free
			tribal_government
		}
		accepts_liege_governments_religion = {
			feudal_government
			muslim_government
			bogomilist_government
			imperial_government
			muslim_imperial_government
			republic_government
			merchant_republic_government
		}
		frame_suffix = "_theocracy"
		title_prefix = "temple_"
		potential = {
			NOT = {	religion_group = muslim	}
			is_patrician = no
		}
		
		color = { 220 220 220 }
		
		can_create_kingdoms = no
		have_gender_laws = no
		can_be_granted_kingdoms_and_empires_by_other_government = no

		can_build_tribal = no
	}
	
}