﻿

diplo_kill_trigger = {

	diplo_cruel_trigger = yes

	NOT = {
		diplo_just_trigger = yes
	}

}
diplo_block_trigger = {
 
	OR = {
		diplo_intelligent_trigger = yes
		AND = {
			has_trait = irritable
			diplomacy > 15
		}
	}


	NOT = {
		diplo_cruel_trigger = yes
	}

}
diplo_mid_trigger = {
	OR = {
		diplo_dumb_trigger = yes
		diplomacy < 10
		has_trait = intellect_bad_1
		has_trait = dull
		has_trait = trusting
	}
}
diplo_neutral_reject_trigger = {
	diplo_just_trigger = yes

	NOT = {
		diplo_cruel_trigger = yes
	}

}
diplo_bad_accept_trigger = {

	diplo_dumb_trigger = yes

	NOT = {
		diplo_cruel_trigger = yes
	}
}

diplo_smart_reject_trigger = {

	OR = {
		diplo_intelligent_trigger = yes
		has_trait = arbitrary
		has_trait = greedy
	}

}

diplo_smart_accept_trigger = {
	OR = {
		diplo_intelligent_trigger = yes
		has_trait = arbitrary
		has_trait = greedy
	}

}


############################################################
diplo_smart_trigger = {
	OR = {
		has_trait = education_diplomacy_1
		has_trait = education_diplomacy_2
		has_trait = education_learning_1
		has_trait = education_learning_2	
	}
}
diplo_intelligent_trigger = {

	OR = {
		has_trait = education_diplomacy_3
		has_trait = education_diplomacy_4
		has_trait = education_learning_3
		has_trait = education_learning_4
		has_trait = intellect_good_3
		has_trait = intellect_good_2
		has_trait = shrewd
		learning > 16
		diplomacy > 16
	}
}
diplo_dumb_trigger = {

	OR = {
		has_trait = intellect_bad_3
		has_trait = intellect_bad_2
		learning < 6
		diplomacy < 6
	}
}
diplo_cruel_trigger = {

	OR = {
		has_trait = deviant
		has_trait = drunkard
		has_trait = profligate
		has_trait = sadistic
		has_trait = vengeful
		has_trait = wrathful
		has_trait = torturer
		has_trait = flagellant
		has_trait = wounded 
		has_trait = berserker
		has_trait = lifestyle_reveler
	}
}

diplo_just_trigger = {

	OR = {
		has_trait = just
		has_trait = temperate
		has_trait = content
		has_trait = patient
		has_trait = calm
		has_trait = inappetetic
		has_trait = temperate
		has_trait = trusting
		has_trait = humble
	}
}