Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ireland.30 摄政会议与凯尔特传统

时间范围
该事件为动态历史事件,无固定 fromto 日期限制,在满足触发条件后,每月有基础概率触发(代码中未指定 monthly_chance,因此为默认概率)。

触发条件
事件在满足以下所有条件时可能触发:

  • 国家当前由 摄政会议 统治(has_regent = yes)。
  • 摄政会议类型为 神职人员阶层摄政regency_type = regency_type:clergy_estate_regency)。
  • 国家已实施政府改革 凯尔特传统has_reform = government_reform:celtic_traditions_reform)。
  • 国家宗教 不是 原始宗教(is_country_religion_pagan = no)。

关键效果
事件提供两个选项:

  1. 选项 A(名称对应本地化键 ireland.30.a):
    • 使社会价值观向 传统主义 方向移动(change_societal_valuetraditionalist_vs_innovative 的左侧)。
    • 移除 政府改革 凯尔特传统remove_reform = government_reform:celtic_traditions_reform)。
  2. 选项 B(名称对应本地化键 ireland.30.b):
    • 导致 神职人员阶层 满意度轻微下降(add_estate_satisfactionestate_type:clergy_estate 添加 estate_satisfaction_mild_penalty)。

背景介绍
在一位信奉非原始宗教的君主年幼或无法理政期间,国家由神职人员阶层组成的摄政会议代为统治。此时,国家所沿袭的“凯尔特传统”改革政策与摄政神职集团的宗教理念和治理方式可能产生冲突。摄政会议面临抉择:是放弃古老的凯尔特传统以巩固神权统治,还是坚持传统而承受神职人员的不满。

完整事件代码

ireland.30 = {
	type = country_event	
	title = ireland.30.title
	desc = ireland.30.desc
	
	trigger = {
		has_regent = yes
		regency_type = regency_type:clergy_estate_regency
		has_reform = government_reform:celtic_traditions_reform
		is_country_religion_pagan = no
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = ireland.30.a
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		remove_reform = government_reform:celtic_traditions_reform
	}

	option = {
		name = ireland.30.b
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}
	}
}