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.18 秘密内阁办公厅

时间范围:1690.1.1 - 1740.1.1(每月 3% 概率)

触发条件

  • 事件仅能触发一次 (fire_only_once = yes)。
  • 动态历史事件条件:
    • 国家标签为 HAB(奥地利)。
    • 时间在 1690年1月1日 至 1740年1月1日之间。

关键效果

  • 选项 A (历史选项)
    • 改变社会价值观:将 好战 vs 和解 类型的社会价值观向左移动 (societal_value_move_to_left)。
    • 设置变量 hab_geheime_kabinettskanzlei
  • 选项 B
    • 改变社会价值观:将 好战 vs 和解 类型的社会价值观向右移动 (societal_value_move_to_right)。

背景介绍: 该事件模拟了奥地利哈布斯堡君主国在17世纪末至18世纪初建立“秘密内阁办公厅”(Geheime Kabinettskanzlei)的历史进程。这是一个负责君主机密通信和外交事务的核心行政机构,它的设立标志着中央集权的加强和现代官僚体系的初步发展,反映了当时欧洲大国在行政管理上的演进。

完整事件代码

flavor_hab.18 = { #Geheime Kabinettskanzlei
	type = country_event
	title = flavor_hab.18.title
	desc = flavor_hab.18.desc
	historical_info = flavor_hab.18.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1690.1.1
		to = 1740.1.1
		monthly_chance = 3
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	option = {
		name = flavor_hab.18.a
		historical_option = yes

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
		set_variable = hab_geheime_kabinettskanzlei
	}

	option = {
		name = flavor_hab.18.b

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }
	}
}