

# Horde
satrapy = {
	can_expand = yes
	can_be_integrated = no
	joins_overlord_wars = no
	calls_overlord_to_war = no
	can_do_diplomacy = yes
	
	diplo_threat = 0.75
	
	subject_tax_rate = {
		minerals = 0.2
		energy = 0.1
	}
	
	potential = {
		is_country_type = default
		NOT = { has_authority = auth_xilin_mind } #ϣ۹Ϊӹ
		from = { is_country_type = awakened_marauders }
	}
	
	effect = {
		if = {
			limit = {
				from = { 
					NOT = { is_country_type = awakened_marauders }
				}
			}
			set_subject_of = {
				who = from
				subject_type = vassal
			}
		}
	}
}
