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
		}
		free_revoke_on_governments = { 
			military_command_government
			military_command_government_city
			outlaw_government
			pirate_government
		}
		accepts_liege_governments = {
			feudal_government
			feudal_government_LP
			colony_government
			alliance_government
			#muslim_government
			republic_government
			merchant_republic_government
			triarch_merchant_republic_government
			noble_oligarchy
			theocratic_feudal_government
		}
		frame_suffix = "_theocracy"
		title_prefix = "temple_"
		potential = {
			NOT = { is_government_potential = winter_government }
			is_patrician = no
			NAND = {
				has_game_started = no
				has_landed_title = c_thenn_rel
			}	
			NAND = {
				religion = bearded_priests
				#controls_religion = yes
			}
			holy_order = no
		}
		
		color = { 220 220 220 }
		
		can_create_kingdoms = no
		have_gender_laws = no
		can_be_granted_kingdoms_and_empires_by_other_government = no
		barons_need_dynasty = no
		
		can_build_tribal = no
		capital_move_delay = 600
	}
}	