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

flavor_pap.30 圣教会宪法

时间范围:1357.1.1 - 1400.1.1(每月 2% 概率触发)

触发条件

  • 事件仅对 PAP(教宗国)国家触发。
  • 事件为动态历史事件,在指定时间范围内有概率发生。
  • 事件仅能触发一次。

关键效果

  • 选项 A (历史选项)
    • 增加少量稳定度。
    • 增加 神职人员阶层 少量满意度。
    • 使社会价值观 传统主义 vs 创新 略微向右(传统主义)移动。
    • 使创建的人物 Giles Alvarez Albornoz 加入本国。
  • 选项 B
    • 增加少量威望。
    • 降低 神职人员阶层 少量满意度。
    • 使社会价值观 传统主义 vs 创新 略微向左(创新)移动。
    • (隐藏效果)静默移除创建的人物 Giles Alvarez Albornoz

背景介绍: 该事件模拟了14世纪中后期教宗国颁布《圣教会宪法》(Constitutiones Sanctæ Matris Ecclesiæ)的历史时刻。这一时期,教宗国致力于从“阿维尼翁之囚”的阴影中恢复权威,并整顿教会内部治理。事件的核心人物吉勒斯·阿尔瓦雷斯·阿尔沃诺斯(Giles Alvarez Albornoz)是一位重要的西班牙籍枢机主教和军事领袖,他为教宗国收复意大利的失地、重建教宗权威以及进行行政和法律改革(包括制定相关宪法性文件)做出了关键贡献。事件选项反映了教宗国在面对内部改革时,是选择倚重传统的神职人员阶层进行稳健整顿,还是采取更偏向创新与集权的路径。

完整事件代码

flavor_pap.30 = { #Constitutiones Sanctæ Matris Ecclesiæ
	hide_portraits = yes
	type = country_event
	title = flavor_pap.30.title
	desc = flavor_pap.30.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = PAP
		from = 1357.1.1
		to = 1400.1.1
		monthly_chance = 2
	}

	historical_info = flavor_pap.30.historical_info

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_giles
			last_name = Alvarez_Albornoz
			birth_date = 1310.3.2
			birth_location = location:cuenca
			estate = estate_type:clergy_estate
			adm = { 60 90 }
			dip = { 60 90 }
			mil = { 20 40 }
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_pap.30.a
		historical_option = yes
		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
        scope:target_character = {
            move_country = root
		}
	}

	option = {
		name = flavor_pap.30.b
		add_prestige = prestige_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}