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_hab.27] 帝国色彩

时间范围

1750.1.1 - 1836.1.1,每月 10% 概率触发

触发条件

  • 政府类型为君主制(government_type = government_type:monarchy
  • 国家等级为帝国(country_rank = country_rank:rank_empire

关键效果

选项 A(历史选项)

  • 设置变量 hab_imperial_flag
  • 增加少量威望(add_prestige = prestige_mild_bonus
  • 隐藏效果:设置国家标志 HAB_IMPERIAL
  • 自定义提示文本(custom_tooltip = flavor_hab.27.a.tt

选项 B

  • 增加少量正统性(add_legitimacy = legitimacy_mild_bonus

背景介绍

该事件反映了18世纪中叶至19世纪初,哈布斯堡君主国作为神圣罗马帝国核心,在帝国身份与君主权威之间寻求象征性表达的历史进程。事件通过“帝国色彩”这一主题,触及了君主制帝国在纹章、旗帜等视觉符号上的政治选择,以及这些选择对统治合法性、国家威望的影响。

完整事件代码

flavor_hab.27 = { #Imperial Colors
	type = country_event
	title = flavor_hab.27.title
	desc = flavor_hab.27.desc

	historical_info = flavor_hab.27.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1750.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	option = {
		name = flavor_hab.27.a
		historical_option = yes
		set_variable = hab_imperial_flag
		add_prestige = prestige_mild_bonus
		hidden_effect = {
			change_country_flag = HAB_IMPERIAL
		}
		custom_tooltip = flavor_hab.27.a.tt
	}

	option = {
		name = flavor_hab.27.b
		add_legitimacy = legitimacy_mild_bonus
	}
}