#character
on_startup = {
	events = {
		RR.1 # Set up proper succession for anti-feudal.
	}
}

#character
on_yearly_pulse = {
	random_events = {
		10000 = RR.200 # Divine truth master event.
		10000 = RR.500 # Sacred lies master event.
		100 = RR.310 # free love, become lustful if not chaste or cynical
		100 = RR.320 # free love, become cynical if chaste
	}
}

on_birth = {
	events = {
		RR.600 # holy incest, if both parents have good traits, child always inherits
		RR.700 # holy incest, replace inbred with imbecile + weak, good traits protect you
	}
}

on_adolescence_pulse = {
	events = {
		RR.310 # free love, become lustful if not chaste or cynical
		RR.320 # free love, become cynical if chaste
	}
}

on_adulthood = {
	events = {
		RR.310 # free love, become lustful if not chaste or cynical
		RR.320 # free love, become cynical if chaste
	}
}
