feudal_governments = {
	
	democracy_government = {
		preferred_holdings = { CITY }
		allowed_holdings = {
			CITY
			CASTLE
			FORT
			HOSPITAL
		}
		free_revoke_on_governments_religion = { # Tribal vassals of other religions can have their titles revoked for free
			tribal_government
		}
		accepts_liege_governments = { # Accepts other republics
			republic_government
			merchant_republic_government
		}
		frame_suffix = "_democracy"
		title_prefix = "democratic_"
		potential = {
			OR = {
				religion_group = capitalist
				religion_group = communism
			}
			primary_title = {				
				higher_tier_than = BARON
			}
			is_patrician = no
			holy_order = no
		}
		
		color = { 255 255 0 }
		
		allow_title_revokation = no
		have_gender_laws = yes
		free_levies_in_offensive_war = yes
		can_be_granted_kingdoms_and_empires_by_other_government = no
		can_create_kingdoms = no
		barons_need_dynasty = yes
		free_levies_in_offensive_war = yes

		can_build_tribal = no
		
		capital_move_delay = 600
	}
}