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_mos.94 年轻沙皇与西方顾问

时间范围:1685.1.1 - 1725.1.1(每月 5% 概率)

触发条件

  • 国家为 MOS(莫斯科)或 RUS(俄罗斯)。
  • 当前统治者年龄小于20岁。
  • 至少有一位以下人物存活:
    • mos_patrick_gordon(帕特里克·戈登)
    • mos_francois_le_fort(弗朗索瓦·勒福尔)
  • 国家宗教为东正教(religion:orthodox)。

关键效果

  • 选项 A (历史选项)

    • 社会价值观向“灵性主义”方向移动。
    • 若统治者没有“罪人”特质,则添加该特质;否则,国家遭受轻微的政府权力惩罚。
    • 教士阶层满意度遭受严重惩罚。
    • AI选择此选项的权重因子为1。
  • 选项 B

    • 社会价值观向“人文主义”方向移动。
    • 统治者外交能力减少10点。
    • AI选择此选项的权重因子为0.5。
  • 选项 C

    • 触发前提:国家需拥有“严格审查”政策。
    • 将存活的顾问(帕特里克·戈登和/或弗朗索瓦·勒福尔)移居至一个随机邻国。
    • 教士阶层满意度获得严重增益。
    • AI选择此选项的权重因子为0.5。

背景介绍: 该事件模拟了17世纪末至18世纪初,年轻的俄罗斯沙皇(如彼得大帝早年时期)在西方军事顾问(如苏格兰裔的帕特里克·戈登和瑞士裔的弗朗索瓦·勒福尔)影响下所面临的统治挑战。这些顾问带来了先进的军事技术和西方思想,但也因此与国内保守的东正教教士阶层产生了尖锐的矛盾。事件反映了沙皇在推动现代化改革与维护传统宗教权威之间所做的艰难抉择。

完整事件代码

flavor_mos.94 = {
	hide_portraits = yes
	type = country_event

	title = flavor_mos.94.title
	desc = flavor_mos.94.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1685.1.1
		to = 1725.1.1
		monthly_chance = 5
	}

		illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {

		ruler ?= {
			age_in_years < 20
		}

		OR = {
			character:mos_patrick_gordon ?= {
				is_alive = yes
			}
			character:mos_francois_le_fort ?= {
			is_alive = yes
			}
		}

		religion = religion:orthodox

	}

	immediate = {

		capital = {
			save_scope_as = target_location
		}

		random_neighbor_country = {
			save_scope_as = neighboring_country
		}

		ruler = {
			save_scope_as = target_character
		}

		character:mos_patrick_gordon ?= {
			save_scope_as = patrick_gordon
		}

		character:mos_francois_le_fort ?= {
			save_scope_as = francois_le_fort
		}

		root = { save_scope_as = target_root_country }

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

	}

	option = {
		name = flavor_mos.94.a
		historical_option = yes

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

		ruler = {
			if = {
				limit = {
					NOT = { has_trait = sinner }
				}
				add_trait = trait:sinner
			}
			else = {
				root = {
					add_government_power = government_power_mild_penalty
				}
			}
		}

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

		custom_tooltip = flavor_mos.94.tt1

		ai_chance = {
			factor = 1
		}

	}

	option = {
	name = flavor_mos.94.b

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}

		ruler = {
			add_dip = -10
		}

		custom_tooltip = flavor_mos.94.tt2

		ai_chance = {
			factor = 0.5
		}

	}

	option = {
	name = flavor_mos.94.c
	trigger = {
		has_policy = strict_censorship
	}

		scope:patrick_gordon ?= {
			move_country = scope:neighboring_country
		}
		scope:francois_le_fort ?= {
			move_country = scope:neighboring_country
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_bonus
		}

		custom_tooltip = flavor_mos.94.tt3

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.94.historical_info

}