decisions = {

	willofd_suicide = {
	
		potential = {
		
			trait = willofd
			
		}
		
		allow = {
		
			trait = willofd
			
		}
		effect = {
		
			death = { death_reason = death_suicide }
			
		}
		
		revoke_allowed = {
		
			always = no
			
		}
		
		ai_will_do = {
		
			factor = 0
			
		}
		
	}
	
	willofd_get = {
	
	is_high_prio = yes
	
		potential = {
		
			NOT = ( trait = willofd }
			
		}
		
		allow = {
		
			OR = {
			
				ai = no
				any_dynasty_member = {ai = no}
				
			}
			
		}
		
		effect = { add_trait = willofd }
		
		revoke_allowed = {
				
			always = no
			
		}
		ai_will_do = {
		
			factor = 1
			
		}

}