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_rus.66] 秘密警察的建立

时间范围:1770.1.1 - 1840.1.1(每月 5% 概率)

触发条件

  • 国家正在执行名为 bironovshchina 的内阁行动。
  • 国家已启用以下任一政策:
    • secret_police_policy(秘密警察政策)
    • spy_office_policy(间谍办公室政策)

关键效果

  • 选项 A (历史选项)
    • 启用 secretnoye_byuro(秘密办公室)政策(设置变量 secretnoye_byuro = 1)。
    • 获得少量政府力量加成。
  • 选项 B
    • 社会价值观向“好战”方向移动(belligerent_vs_conciliatory 向右移动)。
    • 获得少量稳定度加成。

背景介绍: 该事件反映了18世纪末至19世纪初俄罗斯帝国在强化内部监控与情报机构方面的历史进程。在特定的内阁行动背景下,当国家已具备秘密警察或间谍办公室的初步政策框架时,统治者面临是否正式建立更系统化、更强大的秘密警察机构(即“秘密办公室”)的抉择。历史选项指向了俄罗斯走向建立更严密内部监控体系的道路。

完整事件代码

flavor_rus.66 = {
	type = country_event
	title = flavor_rus.66.title
	desc = flavor_rus.66.desc
	#ESPIONAGE

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1770.1.1
		to = 1840.1.1
		monthly_chance = 5
	}

	trigger = {

		any_cabinet_action = {
			this = cabinet_action:bironovshchina
		}

		OR = {
			has_policy = secret_police_policy
			has_policy = spy_office_policy
		}

	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {

		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:nobles }

		if = {
			limit = {
				has_policy = secret_police_policy
			}
			policy:secret_police_policy = {
				save_scope_as = current_policy
			}
		}
		else = {
			policy:spy_office_policy = {
				save_scope_as = current_policy
			}
		}

		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_rus.66.a
		historical_option = yes

		custom_tooltip = {
			text = enable_secretnoye_byuro_policy
			set_variable = { name = secretnoye_byuro value = 1 }
		}

		custom_tooltip = flavor_rus.66.tt1

		add_government_power = government_power_mild_bonus

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.66.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

		add_stability = stability_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.66.historical_info

}