decisions = {
commit_suicide_by_endura = { 
  ai_check_interval = 200 # Determines how seldom the AI checks whether they can and should do the decision, in months. By default 1 (every month).
  potential = {
    religion = cathar
	is_adult = yes
  }
  
  allow = {
    	NOT = { trait = cynical }
		NOT = { trait = craven }			
		NOT = { trait = gluttonous }
		NOT = { trait = lustful }
		NOT = { trait = hedonist }
		NOT = { trait = pregnant }
		NOT = { trait = pregnancy_finishing }
		NOT = { trait = hard_pregnancy }
		NOT = { trait = troubled_pregnancy }
		NOT = { trait = is_fat }
		NOT = { trait = groomed }
		NOT = { trait = ambitious }
		NOT = { trait = content }
		NOT = { trait = endura }
		NOT = { has_secret_religion = yes }
	AND = { trait = celibate
			learning = 8
		OR = {
			trait = brave
			trait = is_malnourished
			trait = zealous
	
	}
	}
  }
  effect = {
    character_event = { id = CIML.3 }
  }
  ai_will_do = {
    #Factors for an AI character to take the decision (1 = 100% chance)
  }
}

embrace_ascetism = { 
  ai_check_interval = 200 # Determines how seldom the AI checks whether they can and should do the decision, in months. By default 1 (every month).
  potential = {
    religion = cathar
	is_adult = yes
	NOT = { trait = celibate }
  }
  
  allow = {
	AND = {
		trait = zealous
	}
	NOR = {
		trait = lustful
		trait = hedonist
		has_secret_religion = yes
		has_focus = focus_seduction
	}
  }
  
  effect = {
    character_event = { id = CIML.352 }
  }
  ai_will_do = {
    #Factors for an AI character to take the decision (1 = 100% chance)
  }
}

}