﻿namespace = regula_astringere_outcome_event

# Add the Sigillum trait.
regula_astringere_outcome_event.1001 = {
	type = character_event
	title = regula_astringere_outcome_event.1001.t
	desc = regula_astringere_outcome_event.1001.desc

	theme = regula_theme
	override_background = {
		reference = sitting_room
	}
	right_portrait = {
		character = scope:recipient
		animation = personality_content
	}

	option = { # Add the trait and hook.
		name = regula_astringere_outcome_event.1001.a
		scope:recipient = {
			add_trait = sigillum
			add_stress = medium_stress_gain
		}
		scope:actor = {
			add_hook = {
				target = scope:recipient
				type = regula_sigillum_hook
			}
			add_tyranny = 3
			add_dread = 5
		}
	}
}
