﻿namespace = TakeVows
TakeVows.1000 = {
	type = character_event
	title = TakeVows.1000.t
	desc = TakeVows.1000.desc
	theme = default
	left_portrait = {
		character = root
		animation = personality_zealous
	}
	immediate = {
		hidden_effect = {
			if = {
				limit = {
					has_character_flag = number_of_children_given_away_flag
				}
				remove_character_flag = number_of_children_given_away_flag
			}
		}
	}
	option = {
		name = TakeVows.1000.a
		set_nickname_effect = {
			NICKNAME = take_vows_nick_the_reverential
		}
		add_piety = 60
		stress_impact = {
			zealous = minor_stress_impact_loss
			arrogant = minor_stress_impact_loss
			cynical = miniscule_stress_impact_gain
		}
	}
	option = {
		name = TakeVows.1000.b
		add_piety = 80
		stress_impact = {
			humble = minor_stress_impact_loss
			arrogant = minor_stress_impact_gain
			cynical = miniscule_stress_impact_gain
		}
	}
	option = {
		name = TakeVows.1000.c
		stress_impact = {
			arrogant = minor_stress_impact_gain
			cynical = minor_stress_impact_gain
		}
	}
}
