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.73 启蒙思想与俄国宫廷

时间范围

1750.1.1 - 1780.1.1,每月有 10% 的概率触发。

触发条件

  • 人物存在:人物 fra_francois_marie_voltaire(弗朗索瓦-马里·伏尔泰)必须存活。
  • 启蒙思想传播:伏尔泰所属的国家必须至少拥有一个非农村地区,且该地区已存在 institution:enlightenment(启蒙制度)。
  • 统治者特质:本国统治者必须满足以下条件之一:
    • 外交能力 (dip) 大于 50。
    • 拥有 scholar(学者)特质。
    • 拥有 pious(虔诚)特质。
  • 国内启蒙基础:本国必须至少拥有一个非农村地区,且该地区已存在 institution:enlightenment(启蒙制度)。

关键效果

选项 A:flavor_rus.73.a

  • 历史选项:是。
  • 统治者修正:为 target_ruler(即当前统治者)添加名为 extensive_correspondence 的人物修正,持续时间为 -1 年(永久),模式为 add_and_extend(添加并延长)。
  • 阶层影响clergy_estate(神职人员阶层)的满意度降低 estate_satisfaction_severe_penalty(严重惩罚)。
  • AI 选择权重:因子为 1。

选项 B:flavor_rus.73.b

  • 国家稳定:国家稳定度增加 stability_severe_bonus(大幅增益)。
  • 阶层影响nobles_estate(贵族阶层)的满意度增加 estate_satisfaction_severe_bonus(大幅增益)。
  • AI 选择权重:因子为 0.5。

背景介绍

此事件模拟了18世纪中后期,启蒙思想从西欧(以伏尔泰为代表)传播至俄罗斯帝国的历史进程。面对新兴的理性与批判思潮,俄国统治者(如叶卡捷琳娜二世)面临选择:是接纳启蒙思想家的影响,进行开明改革,从而可能疏远保守的教会势力;还是维护传统秩序,巩固贵族与东正教会的支持,以保持国内稳定。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1750.1.1
		to = 1780.1.1
		monthly_chance = 10
	}

	trigger = {

		character:fra_francois_marie_voltaire ?= {
			is_alive = yes
			owner = {
				any_owned_non_rural_location = {
					has_institution = institution:enlightenment
				}
			}
		}

		ruler ?= {
			OR = {
				dip > 50
				has_trait = scholar
			}
			NOT = { has_trait = pious }
		}

		any_owned_non_rural_location = {
			has_institution = institution:enlightenment
		}
	}


	immediate = {

		capital = {
			save_scope_as = target_location
		}

		ruler = {
			save_scope_as = target_ruler
		}

		character:fra_francois_marie_voltaire ?= {
			save_scope_as = francois_marie_voltaire
		}
	}

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

		scope:target_ruler = {
			add_character_modifier = {
				modifier = extensive_correspondence
				years = -1
				mode = add_and_extend
			}
		}

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

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.73.b

		add_stability = stability_severe_bonus

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

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.73.historical_info

}