feudal_governments = {
	
	soviet_government = {
		preferred_holdings = { CASTLE }
		allowed_holdings = {
			CASTLE
			TEMPLE
			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
			theocracy_government
		}
		frame_suffix = "_soviet"
		title_prefix = "soviet_"
		potential = {
			religion_group = communism
			is_patrician = no
			holy_order = no
		}
		
		color = { 255 0 0 }
		
		allow_title_revokation = yes
		have_gender_laws = yes
		can_imprison_without_reason = 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
	}
}