

#ϣɫĽ׼
ethic_xilin_authoritarian_egalitarian = {
	cost = 1
	category = "col"
	category_value = 5
	
	
	country_modifier = {
		country_resource_influence_add = 1.5
		pop_consumer_goods_mult = -0.3
	}	
	
	tags = {
		ETHIC_ALLOW_UTOPIA
	}	
	
	random_weight = {
		value = 0	
	}
	pop_attraction_tag = {
		desc = POP_ATTRACTION_AUTOCRATIC_EGALITARIAN_POS
		trigger = {
				has_ethic = ethic_xilin_authoritarian_egalitarian
		}
	}
	# from = planet
	pop_attraction = {
		value = 100
		
		modifier = {
			factor = 0
			NOR ={ 
			   has_trait = trait_magic_machine
			   has_trait = trait_divinity
			}
		}	
					
	}
}

#ͳһ
ethic_xilin_spiritualist_materialist = {
	cost = 1
	category = "spi"
	category_value = 5
	
	
	country_modifier = {
		planet_unrest_mult = -0.45
		all_technology_research_speed = 0.15
	}	
	
	tags = {
		ETHIC_ALLOWS_ACADEMIC_PRIVILEGE
		ETHIC_DISALLOW_BAN_AI
		ETHIC_DISALLOW_BAN_ROBOTS
	}	
	
	random_weight = {
		value = 0
	}
	pop_attraction_tag = {
		desc = POP_ATTRACTION_SPIRITUALIST_MATERIALIST_POS
		trigger = {
				has_ethic = ethic_xilin_spiritualist_materialist
		}
	}
	# from = planet
	pop_attraction = {
		value = 100
		
		modifier = {
			factor = 0
			NOR ={ 
			   has_trait = trait_magic_machine
			   has_trait = trait_divinity
			}
		}	
					
	}
}