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.72 斯拉夫派与西方派之争

时间范围:1780.1.1 - 1840.1.1,每月 20% 概率触发

触发条件

  • 国家宗教为东正教
  • 主流文化属于斯拉夫文化组
  • 社会价值观满足:
    • 外向性 < 0
    • 传统主义 > 0
    • 个人主义 < 0

关键效果

  • 选项 A (历史选项)
    • 添加政策:斯拉夫派
    • 推动国家走向孤立主义
  • 选项 B
    • 添加政策:西方派
    • 推动国家走向开放
    • AI选择此选项的概率因子为 0.5

背景介绍: 在18世纪末至19世纪上半叶的俄罗斯帝国,知识界围绕国家发展道路产生了深刻分歧。斯拉夫派强调俄罗斯独特的东正教传统、村社制度和专制政体,主张走区别于西欧的独特发展道路。西方派则认为俄罗斯应当学习西欧的先进制度、科学技术和思想文化,以摆脱落后状态。这场思想论战深刻影响了俄罗斯的政治改革、社会思潮和现代化进程,成为决定帝国未来走向的关键思想冲突。

完整事件代码

flavor_rus.72 = {
	type = country_event
	title = flavor_rus.72.title
	desc = flavor_rus.72.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1780.1.1
		to = 1840.1.1
		monthly_chance = 20
	}

	trigger = {
		religion = religion:orthodox
		dominant_culture = {
			has_culture_group = culture_group:slavic_group
		}
		societal_value:outward_vs_inward < 0
		societal_value:traditionalist_vs_innovative > 0
		societal_value:individualism_vs_communalism < 0
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_government_estate_effect = yes
		capital = {
			save_scope_as = target_location
		}
		set_variable = { name = intellectual_movements value = 1 }
	}

	option = {
		name = flavor_rus.72.a
		historical_option = yes
		custom_tooltip = {
			text = flavor_rus.72.custom1
		}
		custom_tooltip = {
			text = flavor_rus.72.custom2
		}
		add_policy = policy:slavophiles
		nudge_towards_isolationism = yes
		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.72.b
		custom_tooltip = {
			text = flavor_rus.72.custom1
		}
		custom_tooltip = {
			text = flavor_rus.72.custom2
		}
		add_policy = policy:westernizers
		nudge_towards_openness = yes
		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.72.historical_info
}