﻿# This decision allows you, for a hefty piety cost
# to add a new tenet to the Regula religion, for a total of three added tenets
# Spawns an event which has a set of choices for you to pick from, with a bunch of different categories of tenets
regula_religious_proclamation_decision = {
	# Text
	title = regula_religious_proclamation_decision.t
	desc = regula_religious_proclamation_decision.desc
	selection_tooltip = regula_religious_proclamation_decision_tooltip
	confirm_text = regula_religious_proclamation_decision.a

	# Art
	picture = {
		reference = "gfx/interface/illustrations/decisions/regula_initialize_decision.dds"
	}
	
	# Grouping
	decision_group_type = regula
	sort_order = 1

	# AI
	# This is player only
	ai_check_interval = 0
	ai_potential = { always = no }
	ai_will_do = { base = 0 }

	# Triggers for showing
	is_shown = {
		is_ai = no
		is_regula_trigger = yes
	}

	is_valid = {
		piety_level >= 3
	}

	is_valid_showing_failures_only = {
		is_available_adult = yes
	}

	# Cooldown
	cooldown = { years = 50 }

	# Cost
	cost = {
		piety = regula_religious_proclamation_piety_cost
	}

	# Effect
	effect = {
		custom_tooltip = "regula_religious_proclamation_tooltip_effect"
		trigger_event = regula_religious_proclamation.1000
	}
}
