#my_casus_belli = {
#	potential = { ... }		# trigger to make some CBs invalid for certain types of countries; this = attacker (CB owner); default: { always = yes }
#	is_valid = { ... }		# trigger, evaluated daily to check if CB should be created or destroyed automatically, does not affect CBs granted via script;
#								# this = attacker (CB owner), from = defender (target country); default: { always = yes }
#	destroy_if = { ... }	# trigger, evaluated daily to destroy CBs that have been granted via script ahead of expiration date;
#								# this = attacker (CB owner), from = defender (target country); default: { always = no }
#	show_notification = no/yes	# optional (default = yes), flag to control whether this CB will generate a notification (to avoid duplicate 
# 								# notification when a claim CB is generated)
#}


#ϣ۹øıʶ̬ս
cb_ideology = {
	show_in_diplomacy = no
	show_notification = no
	potential = {
		is_country_type = default
		NOT = { has_ethic = ethic_gestalt_consciousness }
		NOT = { has_authority = auth_xilin_mind } #ϣ۹øıʶ̬ս
	}
	is_valid = {	
		has_policy_flag = liberation_wars
		is_rival = FROM
		from = { NOT = { has_ethic = ethic_gestalt_consciousness } }
		has_total_war_cb = no
		OR = {
			is_subject = no
			overlord = { NOT = { is_same_value = from } }
		}		
	}
}
