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.61 亚历山大·拉季舍夫登场

时间范围:1776.1.1 - 1802.1.1,每月 15% 概率触发

触发条件

  • 玩家控制并拥有莫斯科地区,且该地区建有大学。
  • 满足以下任一条件:
    • 莫斯科地区已接纳启蒙制度。
    • 国家的“外向 vs 内向”社会价值观小于 -10。

关键效果

  • 选项 A (历史选项)
    • 人物亚历山大·拉季舍夫加入国家,并被添加“流放”修正(持续时间为-1年,模式为叠加并延长)。
    • 农民阶层满意度大幅下降。
  • 选项 B
    • 人物亚历山大·拉季舍夫加入国家。
    • 国家的“灵性主义 vs 人文主义”社会价值观向右移动(倾向于人文主义)。

背景介绍: 亚历山大·拉季舍夫是俄国启蒙时代的作家、思想家,以其批判农奴制和专制制度的作品《从彼得堡到莫斯科旅行记》而闻名。该事件模拟了这位具有争议的知识分子在俄国社会转型时期登场的历史情境,其作品和思想对当时的统治阶层与社会思潮产生了冲击,反映了启蒙思想在俄国传播时所引发的紧张关系。

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1776.1.1
		to = 1802.1.1
		monthly_chance = 15
	}

	trigger = {

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

		OR = {
			location:moscow = {
				has_institution = institution:enlightenment
			}
			societal_value:outward_vs_inward < -10
		}

	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {

		event_illustration_poptype_effect = { foreground = pop_type:peasants background = pop_type:burghers }
		location:moscow = {
			save_scope_as = target_location
		}

		create_character = {
			first_name = name_alexander
			last_name = Radishchev
			estate = estate_type:nobles_estate
			adm = 32
			dip = 15
			mil = 50
			birth_date = 1749.1.1
			birth_location = location:moscow
			artist_skill = 0.90
			artist = writer
			save_scope_as = alexander_radishchev
			script = rus_alexander_radishchev
			create_in_limbo = yes
		}
	}

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

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

		custom_tooltip = flavor_rus.61.tt2

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

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.61.b

		scope:alexander_radishchev = { move_country = root }
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.61.historical_info

}