#
# AI:
# Base AI-weight is 100, if unchanged
# AI will grab whatever policy-option has the highest weight
#
# #####
#
##########################################################################

#ɺ
shanduola_recipes = {
   potential = {
		 has_country_flag = f_xilin_empire
	 }
	 
	 option = {
		  name = "shanduola_recipes_1"
		
		  policy_flags = {
		     shanduola_recipes_1
		  }
		
		  potential = { }
		
		  valid = {
		  	always = yes
		  }
		
		  AI_weight = {
			  factor = 1
		  }
	 }
	 option = {
		  name = "shanduola_recipes_2"
		
		  policy_flags = {
		     shanduola_recipes_2
		  }
		
		  potential = { }
		
		  valid = {
		  	always = yes
		  }
		
		  AI_weight = {
			  factor = 1
		  }
	 }
	 option = {
		  name = "shanduola_recipes_3"
		
		  policy_flags = {
		     shanduola_recipes_3
		  }
		
		  potential = { }
		
		  valid = {
		  	always = yes
		  }
		
		  AI_weight = {
			  factor =2
		  }
	 }
	 option = {
		  name = "shanduola_recipes_4"
		
		  policy_flags = {
		     shanduola_recipes_4
		  }
		
		  potential = { }
		
		  valid = {
		  	always = yes
		  }
		
		  AI_weight = {
			  factor = 1
		  }
	 }
	 option = {
		  name = "shanduola_recipes_5"
		
		  policy_flags = {
		     shanduola_recipes_5
		  }
		
		  potential = { }
		
		  valid = {
		  	always = yes
		  }
		
		  AI_weight = {
			  factor = 1
		  }
	 }
}