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.350 匈牙利贵族特权确认

时间范围
1340.1.1 - 1440.1.1(每月 1% 概率)

触发条件

  • 国家存在统治者
  • 当前统治者不是人物 hun_karoly_robert
  • 统治者行政能力 < 50
  • 统治者外交能力 < 50
  • 统治者军事能力 < 50
  • 国家未拥有特权 golden_bull_of_1222

关键效果

  • 选项 A(历史选项)
    • 授予特权 golden_bull_of_1222
    • 贵族阶层满意度小幅提升
  • 选项 B
    • 稳定性严重下降
    • 政府权力极度下降
    • 贵族阶层满意度小幅下降

背景介绍
该事件模拟了14世纪匈牙利王国在特定统治条件下,贵族阶层要求确认或扩大其传统特权的历史情境。当一位能力较弱的君主在位且未实施1222年《金玺诏书》赋予贵族的特权时,贵族可能借机施压,迫使君主在让步特权与承受统治危机之间做出抉择。

完整事件代码

flavor_hun.350 = {
	type = country_event
	title = flavor_hun.350.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {has_variable = karoly_absolute }
				desc = flavor_hun.350.desc.a
			}
			triggered_desc = {
				desc = flavor_hun.350.desc.b
			}
		}
	}
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1340.1.1
		to = 1440.1.1
		monthly_chance = 1
	}
	trigger = {
		exists = ruler
		not = { ruler = character:hun_karoly_robert }
		ruler.adm < 50
		ruler.dip < 50
		ruler.mil < 50
		not = { has_estate_privilege = estate_privilege:golden_bull_of_1222 }
		exists = ruler
	}
	illustration_tags = {
        10 = angry
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		hidden_effect = {
			ruler ?= { save_scope_as = ruler_scope }
			character:hun_karoly_robert = { save_scope_as = karoly_ruler }
		}
	}
	option = {
		name = flavor_hun.350.a
		historical_option = yes
		grant_estate_privilege = estate_privilege:golden_bull_of_1222
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
	option = {
		name = flavor_hun.350.b
		add_stability = stability_severe_penalty
		add_government_power = government_power_extreme_penalty
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
	}
	historical_info = flavor_hun.350.historical_info
}