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_bav.1301] 巴伐利亚中央集权化

时间范围:1367.1.1 - 1567.1.1,每月 20% 概率触发

触发条件

  • 国家拥有统治者。
  • 社会价值观“中央集权 vs 地方分权”小于 25。

关键效果

  • 选项 A (flavor_bav.1301.a):
    • 移除变量 bavarian_inheritance_split
    • 废除阶层特权 estate_privilege:bavarian_share_of_land

背景介绍: 此事件模拟了巴伐利亚公国在14至16世纪期间,统治者致力于加强中央权威、削弱地方贵族特权的历史进程。事件的核心是废除一项允许贵族分享土地收益的特权,象征着王权对地方分权力量的整合与中央集权政策的推进。

完整事件代码

flavor_bav.1301 = { #Centralization of Bavaria
	type = country_event
	title = flavor_bav.1301.title
	desc = flavor_bav.1301.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = UBV
		from = 1367.1.1
		to = 1567.1.1
		monthly_chance = 20
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

		ruler = {
			save_scope_as = target_ruler
		}
		character:ubv_ludwig_iv_wittelsbach = {
			save_scope_as = target_ancestor
		}
	}

	trigger = {
		has_ruler = yes
		societal_value:centralization_vs_decentralization < 25
	}

	option = {
		name = flavor_bav.1301.a

		remove_variable = bavarian_inheritance_split
		revoke_estate_privilege = estate_privilege:bavarian_share_of_land
	}
}