﻿chaste = {
	category = personality
	opposites = {
		lustful
	}
	
	## IMMERSIVE CHASTE MOD START
 	fertility = -0.1
	## IMMERSIVE CHASTE MOD END
 	seduce_scheme_phase_duration_add = major_scheme_phase_duration_malus_value
	learning = 2
	
	same_opinion = 10
	opposite_opinion = -10
	## IMMERSIVE CHASTE MOD START
	attraction_opinion = 5				   
	## IMMERSIVE CHASTE MOD END
	
	ruler_designer_cost = 20

	culture_modifier = {
		parameter = introverted_trait_bonuses
		same_culture_opinion = 10
		monthly_piety_gain_mult = 0.1
	}

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_chaste_desc
			}
			desc = trait_chaste_character_desc
		}
	}
	
	ai_honor = low_positive_ai_value
	ai_greed = low_negative_ai_value
	ai_energy = very_low_positive_ai_value
	ai_zeal = very_low_positive_ai_value
	ai_sociability = low_negative_ai_value

	compatibility = {
		chaste = @pos_compat_medium
		celibate = @pos_compat_medium
		temperate = @pos_compat_low
		calm = @pos_compat_low
		lustful = @neg_compat_high
		deviant = @neg_compat_high
		lovers_pox = @neg_compat_low
		early_great_pox = @neg_compat_low
		great_pox = @neg_compat_low
		lifestyle_reveler = @neg_compat_low
		seducer = @neg_compat_low
	}
}