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.45 米哈伊洛·谢尔巴托夫与《论道德的败坏》

时间范围:1763.1.1 - 1800.1.1 (每月 5% 概率触发)

触发条件

  • 人物 rus_michailo_shcherbatov 必须存活。
  • 国家政府类型为君主制。

关键效果

  • 选项 A (历史选项)
    • 在首都创建一件艺术作品:
      • 类型:论文
      • 品质:85
      • 艺术家:米哈伊洛·谢尔巴托夫
      • 关键标识:on_the_corruption_of_morals
    • 为米哈伊洛·谢尔巴托夫增加 0.03 艺术家技能。
    • 推动国家政策倾向转向孤立主义。
    • 若国家宗教为正教
      • 大幅增加教士阶层满意度。
      • 显示自定义提示 flavor_rus.45.tt1
  • 选项 B
    • 减少少量政府权力。
    • 减少少量稳定度。
    • 推动国家政策倾向转向开放。

背景介绍: 此事件模拟了俄国贵族、历史学家和作家米哈伊洛·谢尔巴托夫公爵在叶卡捷琳娜二世统治时期的活动。谢尔巴托夫以其保守观点和对西方启蒙思想影响下俄国道德“败坏”的批判而闻名。他撰写了《论俄国道德之败坏》等著作,主张回归传统的俄国价值观和生活方式,反对过度西化。事件反映了当时俄国社会关于现代化道路与传统文化保留之间的深刻分歧。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1763.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	trigger = {
		character:rus_michailo_shcherbatov ?= {
			is_alive = yes
		}
		government_type = government_type:monarchy
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy   background = pop_type:clergy }
		capital = {
			save_scope_as = target_location
		}
		character:rus_michailo_shcherbatov = {
			save_scope_as = michailo_shcherbatov
		}
	}

	option = {
		name = flavor_rus.45.a
		historical_option = yes
		capital = {
			create_art = {
				quality = 85
				artist = scope:michailo_shcherbatov
				type = work_of_art_type:treatise
				key = on_the_corruption_of_morals
			}
		}
		scope:michailo_shcherbatov = {
			add_artist_skill = 0.03
		}
		nudge_towards_isolationism = yes
		if = {
			limit = {
				religion = religion:orthodox
			}
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_bonus
			}
			custom_tooltip = flavor_rus.45.tt1
		}
		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.45.b
		add_government_power = government_power_mild_penalty
		add_stability = stability_mild_penalty
		nudge_towards_openness = yes
		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.45.historical_info
}