﻿INTR_has_negative_coping_mechanism = {
	OR = {
		AND = {
			has_trait = drunkard
			root.faith = { NOT = { trait_is_virtue = drunkard } }
		}
		AND = {
			has_trait = hashishiyah
			root.faith = { NOT = { trait_is_virtue = hashishiyah } }
		}
		AND = {
			has_trait = rakish
			root.faith = { NOT = { trait_is_virtue = rakish } }
		}
		AND = {
			has_trait = reclusive
			root.faith = { NOT = { trait_is_virtue = reclusive } }
		}
		AND = {
			has_trait = irritable
			root.faith = { NOT = { trait_is_virtue = irritable } }
		}
		AND = {
			has_trait = flagellant
			root.faith = { NOT = { trait_is_virtue = flagellant } }
		}
		AND = {
			has_trait = profligate
			root.faith = { NOT = { trait_is_virtue = profligate } }
		}
		AND = {
			has_trait = improvident
			root.faith = { NOT = { trait_is_virtue = improvident } }
		}
		AND = {
			has_trait = comfort_eater
			NOT = { has_character_flag = BWLAG_comfort_eater_protected }
			root.faith = { NOT = { trait_is_virtue = comfort_eater } }
		}
		AND = {
			has_trait = inappetetic
			NOT = { has_character_flag = BWLAG_inappetetic_protected }
			root.faith = { NOT = { trait_is_virtue = inappetetic } }
		}
		AND = {
			has_trait = depressed_1
			root.faith = { NOT = { trait_is_virtue = depressed_1 } }
		}
		AND = {
			has_trait = contrite
			root.faith = { NOT = { trait_is_virtue = contrite } }
		}
	}
}

INTR_has_stress_free_years = {
	OR = {
		has_character_flag = INTR_stress_free_one
		has_character_flag = INTR_stress_free_two
	}
}