RR_stress_effect = {
	if = {
		limit = {
			NOT = { trait = lunatic }
			trait = stressed
			trait = depressed
		}
		add_trait = lunatic
		hidden_tooltip = { character_event = { id = 38304 } } #notify lunatic
	}
	else_if = {
		limit = { NOT = { trait = stressed } }
		add_trait = stressed
		hidden_tooltip = { character_event = { id = 38282 } } #notify stressed
	}
	else_if = {
		limit = { NOT = { trait = depressed } }
		add_trait = depressed
		hidden_tooltip = { character_event = { id = 38288 } } #notify depressed
		remove_trait = stressed
	}
}
