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_hun.380 匈牙利王室法令

时间范围
1337.1.1 - 1500.1.1(每月 1% 概率)

触发条件

  • 当前统治者拥有 enacted_placitum_regium 人物修正
  • 国家宗教为天主教

关键效果

  • 选项 A(历史选项)
    • 统治者获得 10 行政点数与 10 军事点数
    • 教士阶层满意度受到严重惩罚
  • 选项 B
    • 移除统治者的 enacted_placitum_regium 人物修正
    • 教士阶层满意度获得严重加成

背景介绍
该事件反映了中世纪匈牙利王国与天主教会之间的权力博弈。Placitum Regium(王室法令)是匈牙利君主为限制教廷干预国内教会事务、加强王权而颁布的法令,常引发与教士阶层的紧张关系。此事件模拟了君主在维持法令与安抚教会之间所做的抉择及其对王国治理的影响。

完整事件代码

flavor_hun.380 = {
	type = country_event
	title = flavor_hun.380.title
	desc = flavor_hun.380.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1337.1.1
		to = 1500.1.1
		monthly_chance = 1
	}
	trigger = {
		ruler ?= { has_character_modifier = enacted_placitum_regium }
		religion = religion:catholic
	}
	illustration_tags = {
        10 = angry
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		hidden_effect = {
			ruler = { save_scope_as = ruler_scope }
		}
	}
	option = {
		name = flavor_hun.380.a
		historical_option = yes
		ruler = {
			add_adm = 10
			add_mil = 10
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
	}
	option = {
		name = flavor_hun.380.b
		ruler = { remove_character_modifier = enacted_placitum_regium }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
	}
	historical_info = flavor_hun.380.historical_info
}