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.74 尼古拉·诺维科夫与莫斯科公报

时间范围:1775.1.1 - 1810.1.1(每月 5% 概率)

触发条件

  • 满足以下任一条件:
    • 任意已知国家正经历“革命灾难”。
    • 首都已拥有“启蒙运动”思潮。
  • 满足以下任一条件:
    • 拥有“专制主义”政府改革。
    • 皇权阶层影响力大于 0.5。
  • 莫斯科地区满足以下所有条件:
    • 由我国所有并控制。
    • 拥有“大学”建筑。
    • 拥有变量 moscow_gazette

关键效果

  • 选项 A(历史选项)
    • 人物尼古拉·诺维科夫被流放至我国,并添加“流放”角色修正(持续1年)。
    • 国家政策倾向“孤立主义”。
    • 莫斯科地区添加“增加5点叛乱度”地区修正(持续60个月)。
    • 莫斯科地区所有由我国拥有的“农民”与“市民”阶层人口满意度大幅下降。
  • 选项 B
    • 尼古拉·诺维科夫被转移至我国。
    • 若当前政策为“严格审查”,则“神职人员”阶层满意度大幅下降。
    • 政府权力大幅下降。
    • 国家转变为“革命国家”。
  • 选项 C
    • 需要当前政策为“秘密办公室政策”方可选择。
    • 秘密处决尼古拉·诺维科夫。
    • 若当前政策非“严格审查”,则采纳“严格审查”政策。

背景介绍: 该事件模拟了18世纪末至19世纪初,俄罗斯帝国在启蒙思想与革命浪潮冲击下的反应。尼古拉·诺维科夫作为一位重要的作家、出版家和启蒙思想家,其活动与莫斯科的出版业(以“莫斯科公报”为代表)紧密相连。面对国内外的思想动荡,沙皇政府必须在压制异见、有限容忍或彻底镇压之间做出选择,这些选择将深刻影响国家的稳定、社会各阶层的态度以及未来的政治走向。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1775.1.1
		to = 1810.1.1
		monthly_chance = 5
	}

	trigger = {

		OR = {
			any_known_country = {
				any_active_disaster = {
					disaster_type = disaster_type:revolution_disaster
				}
			}
			capital = {
				has_institution = institution:enlightenment
			}
		}

		OR = {
			has_reform = government_reform:autocracy
			"estate_power(estate_type:crown_estate)" > 0.5
		}

		location:moscow = {
			owner = root
			controller = root
			has_building = building_type:university
			has_variable = moscow_gazette
		}
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {

		event_illustration_poptype_effect = { foreground = pop_type:burghers background = pop_type:burghers }

		create_character = {
			first_name = name_nicholas
			last_name = Novikov
			estate = estate_type:burghers_estate
			adm = 37
			dip = 35
			mil = 30
			birth_date = 1744.1.1
			birth_location = location:moscow
			artist_skill = 0.90
			artist = writer
			save_scope_as = nikolay_novikov
			script = rus_nikolay_novikov
			create_in_limbo = yes
		}

		location:moscow = {
			save_scope_as = target_location
		}

	}

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

		scope:nikolay_novikov = {
			move_country = root
			add_character_modifier = {
				modifier = exiled
				years = -1
				mode = add_and_extend
			}
		}

		nudge_towards_isolationism = yes

		location:moscow = {
			add_location_modifier = {
				modifier = add_unrest_5_modifier
				months = 60
				mode = add_and_extend
			}
			every_pop = {
				limit = {
					owner = root
					OR = {
						pop_type = pop_type:peasants
						pop_type = pop_type:burghers
					}
				}
				add_pop_satisfaction = pop_satisfaction_ultimate_penalty
			}
		}

		custom_tooltip = flavor_rus.74.tt2

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.74.b

		scope:nikolay_novikov = { move_country = root }
		if = {
			limit = {
				has_policy = strict_censorship
			}
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_rus.74.tt3
		}

		add_government_power = government_power_severe_penalty

		set_revolution = yes

		ai_chance = {
			factor = 0.5
		}
	}

	option = {
		name = flavor_rus.74.c
		trigger = {
			has_policy = secretnoye_byuro_policy
		}

		hidden_effect = { kill_character_silently = scope:nikolay_novikov }

		if = {
			limit = {
				NOT = {
					has_policy = strict_censorship
				}
			}
			add_policy = policy:strict_censorship
			custom_tooltip = flavor_rus.74.tt4
		}

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.74.historical_info

}