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_boh.39 波西米亚联邦

时间范围

1650.1.1 - 1836.1.1,每月 10% 概率触发。

触发条件

  • 国家等级为 帝国
  • 当前 未处于战争状态
  • 政府类型为 君主制

关键效果

选项 A (flavor_boh.39.a):

  • 增加 中等程度的正统性
  • 社会价值观 中央化 vs 地方分权右侧(中央化) 大幅移动。
  • 设置变量 bohemian_commonwealth_variable
  • 添加政府改革 bohemian_commonwealth_reform

选项 B (flavor_boh.39.b):

  • 增加 中等程度的威望
  • 社会价值观 中央化 vs 地方分权左侧(地方分权) 大幅移动。

背景介绍

该事件模拟了波西米亚王国在帝国时期,于和平的君主制统治下,面临国家治理模式选择的历史时刻。选项A代表推动建立更具中央集权性质的“波西米亚联邦”改革,强化王权与国家统一。选项B则代表维持或加强传统的分权结构,以换取贵族支持与声望。

完整事件代码

flavor_boh.39 = { # The Bohemian Commonwealth
	type = country_event
	title = flavor_boh.39.title
	desc = flavor_boh.39.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1650.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	trigger = {
		country_rank = country_rank:rank_empire
		at_war = no
		government_type = government_type:monarchy
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_boh.39.a
		add_legitimacy = legitimacy_mild_bonus
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_large_move_to_right }
		set_variable = bohemian_commonwealth_variable
		add_reform = government_reform:bohemian_commonwealth_reform
	}

	option = {
		name = flavor_boh.39.b
		add_prestige = prestige_mild_bonus
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_large_move_to_left }
	}
}