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_mos.93 彼得大帝的西方化改革

时间范围:1690.1.1 - 1750.1.1,每月 1% 概率触发

触发条件

  • 国家为 MOSRUS
  • 满足以下任一条件:
    1. 社会价值观 outward_vs_inward(外向 vs 内向)大于 20 西欧次大陆上至少有一个省份拥有 institution:enlightenment(启蒙运动)机构。
    2. 国家拥有变量 grand_embassy

关键效果

  • 选项 A (历史选项)
    • 首都市场添加为期24个月的临时需求 demand:mos_enforced_fashion
    • 如果社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)小于 -10 国家已拥有进步 table_of_ranks(官阶表),则:
      • 贵族阶层满意度严重下降。
  • 选项 B
    • 社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)向左移动(即变得更传统)。
  • AI选择倾向:选项A为1,选项B为0.5。

背景介绍: 该事件模拟了彼得大帝统治时期,俄罗斯(莫斯科或俄罗斯)面对西方启蒙思想冲击时所采取的政策选择。彼得大帝本人曾进行“大出使”,深入西欧学习,回国后大力推行西化改革,包括强制贵族改变服饰、生活方式,并引入“官阶表”等制度。这些激进的改革旨在使俄罗斯现代化,但也常常遭到传统贵族势力的强烈抵制。

完整事件代码

flavor_mos.93 = {
	type = country_event

	title = flavor_mos.93.title
	desc = flavor_mos.93.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1690.1.1
		to = 1750.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {

		OR = {
			AND = {
				societal_value:outward_vs_inward > 20
				sub_continent:western_europe = {
					any_location_in_sub_continent = {
						has_institution = institution:enlightenment
					}
				}
			}
			has_variable = grand_embassy
		}

	}

	immediate = {

		capital = {
			save_scope_as = target_location
		}
		
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate	background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_mos.93.a
		historical_option = yes

		capital = {
			market = {
				add_temporary_demand = {
					type = demand:mos_enforced_fashion
					months = 24
				}
			}
		}

		custom_tooltip = flavor_mos.93.tt1

		if = {
			limit = {
				OR = {
					societal_value:traditionalist_vs_innovative < -10
					has_advance = table_of_ranks
				}
			}
			add_estate_satisfaction = { type = estate_type:nobles_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_mos.93.tt2
		}

		ai_chance = {
			factor = 1
		}

	}

	option = {
	name = flavor_mos.93.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		custom_tooltip = flavor_mos.93.tt3

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.93.historical_info

}