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.320 卡洛伊·罗伯特与议会

时间范围:1337.1.1 - 1350.1.1(每月 100% 概率)

触发条件

  • 国家必须存在统治者。
  • 统治者必须是人物 hun_karoly_robert

关键效果

  • 选项 A (历史选项): “议会对我毫无用处!”
    • 统治者 karoly_ruler 获得持续1年的角色修正 hun_absolute_rule(模式为叠加并延长)。
    • 贵族阶层满意度获得 estate_satisfaction_mild_penalty(轻微惩罚)。
    • 设置变量 karoly_absolute = 1
  • 选项 B: “议会可能再次被需要。”
    • 贵族阶层满意度获得 estate_satisfaction_mild_bonus(轻微奖励)。

背景介绍: 该事件反映了匈牙利国王卡洛伊·罗伯特(查理一世)在位期间与贵族议会(Diet)之间的权力关系。在巩固了王权、结束了长期的贵族割据后,国王面临着是否继续依赖或削弱传统贵族议会权力的抉择。这一时期,他正致力于加强中央集权,建立更绝对的君主统治。

完整事件代码

flavor_hun.320 = {
	type = country_event
	title = flavor_hun.320.title
	desc = flavor_hun.320.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1337.1.1
		to = 1350.1.1
		monthly_chance = 100
	}
	trigger = {
		exists = ruler
		ruler ?= character:hun_karoly_robert
	}
	illustration_tags = {
        10 = regular
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = { save_scope_as = karoly_ruler }
	}
	#The Diet is of no use to me!
	option = {
		name = flavor_hun.320.a
		historical_option = yes
		scope:karoly_ruler = { add_character_modifier = { modifier = hun_absolute_rule years = -1 mode = add_and_extend } }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
		set_variable = { name = karoly_absolute value = 1 }
	}
	#The diet might be needed once again
	option = {
		name = flavor_hun.320.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
}