#scmr_has_negative		拥有不良特质
#scmr_can_help			可以加入该战争
#scmr_obligation_law	义务法
#scmr_obligation_ptl	义务法条件
#scmr_no_tn				非部落游牧

scmr_has_negative = {
	OR = {
		has_disease_trigger = yes
		has_minor_disease_trigger = yes
		has_symptom_trigger = yes
		has_injury_trigger = yes
		is_maimed_trigger = yes
		has_medium_disability_trigger = yes
		has_minor_disability_trigger = yes
		#has_disability_trigger = yes
		#is_infertile_trigger = yes
		physician_bad_trigger = yes
		has_negative_congenital_trigger = yes
		trait = sickly
		trait = infirm
		trait = mangled
		#trait = blinded
		trait = incapable
		trait = maimed
		trait = feeble
		trait = dull
		trait = uncouth
		trait = is_fat
		trait = is_malnourished
	}
}
scmr_can_help = {
	is_ruler = yes
	#OR = {
	#	independent = yes
	#	same_liege = prev
	#}
	NOT = {
		war_with = prev
		is_liege_or_above = prev
	}
}

scmr_obligation_law = {
	OR = {
		has_character_flag = show_obligation_feudal
		has_character_flag = show_obligation_religion
		has_character_flag = show_obligation_tribal
		has_character_flag = show_obligation_city
	}
}
scmr_obligation_ptl = {
	has_dlc = "Zeus"
	OR = {
		NOT = { tier = BARON }
		holder_scope = { is_patrician = yes }
	}
}
scmr_no_tn = {
	holder_scope = {
		is_tribal = no
		is_nomadic = no
	}
}