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.16 彼得大帝的“大出使”

时间范围:1690.1.1 - 1740.1.1,每月 20% 概率触发

触发条件

  • 国家已拥有变量 grand_embassy
  • 国家拥有变量 incognito_travels_in_progress

关键效果

  • 选项 A (历史选项)

    • 条件性效果:若国家拥有政策 most_holy_synod_policy、主流文化属于 russian_group 文化组、国家等级大于 2、且国教为东正教 (orthodox),则:
      • 添加政策 most_holy_synod_policy
      • 教士阶层 (clergy_estate) 满意度遭受 estate_satisfaction_severe_penalty 惩罚。
      • 显示自定义提示 flavor_rus.16.tt1
    • 贵族阶层 (nobles_estate) 满意度遭受 estate_satisfaction_severe_penalty 惩罚。
    • 推动国家向“开放”方向倾斜 (nudge_towards_openness = yes)。
    • 社会价值观变化:
      • capital_economy_vs_traditional_economy 向左移动 (societal_value_move_to_left)。
      • centralization_vs_decentralization 向左移动 (societal_value_move_to_left)。
    • 在 250 至 900 天后,静默触发事件 flavor_rus.17
    • 显示自定义提示 flavor_rus.16.tt2
  • 选项 B

    • 获得 stability_mild_bonus 的稳定度加成。
    • 社会价值观变化:capital_economy_vs_traditional_economy 向右移动 (societal_value_move_to_right)。
    • 推动国家向“孤立主义”方向倾斜 (nudge_towards_isolationism = yes)。
    • 显示自定义提示 flavor_rus.16.tt3

背景介绍: 该事件模拟了沙皇彼得一世(彼得大帝)于1697年至1698年间组织的“大出使”(Grand Embassy)。这是一次大规模的外交使团,彼得本人也匿名参与其中,旨在向西欧学习先进的军事、科技、文化和政治制度,以推动俄罗斯的现代化和西方化改革。事件反映了彼得大帝改革所面临的国内传统势力的阻力,以及改革对国家发展方向(开放 vs 传统)的根本性选择。

完整事件代码

flavor_rus.16 = {
	type = country_event
	title = flavor_rus.16.title
	desc = flavor_rus.16.desc
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1690.1.1
		to = 1740.1.1
		monthly_chance = 20
	}

	trigger = {

		has_variable = grand_embassy

		NOT = {
			has_variable = incognito_travels_in_progress
		}

	}

	immediate = {
		capital = {
			save_scope_as = target_location
		}
	}

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

		if = {
			limit = {
				NOT = { has_policy = most_holy_synod_policy }
				culture = { has_culture_group = culture_group:russian_group }
				country_rank_level > 2
				religion = religion:orthodox
			}
			add_policy = policy:most_holy_synod_policy
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_rus.16.tt1
		}

		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}

		nudge_towards_openness = yes

		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_left }

		change_societal_value = { type = centralization_vs_decentralization	value = societal_value_move_to_left }

		trigger_event_silently = {
			id = flavor_rus.17
			days = { 250 900 }
		}

		custom_tooltip = flavor_rus.16.tt2

	}

	option = {
		name = flavor_rus.16.b

		add_stability = stability_mild_bonus

		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }

		nudge_towards_isolationism = yes

		custom_tooltip = flavor_rus.16.tt3

	}

	historical_info = flavor_rus.16.historical_info

}