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.60 十二月党人起义

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

触发条件

  • 国家为 RUS
  • 满足以下任一条件:
    • 已实施政府改革 speransky_liberalization_reform
    • 社会价值观 individualism_vs_communalism 小于 -20。
  • 在以下条件中,至少满足两项:
    • 社会价值观 serfdom_vs_free_subjects 小于 -10。
    • 阶层满意度 peasants_estate 小于 0.35。
    • 地点 moscow 存在艺术品 work_of_art:a_journey_from_st_petersburg_to_moscow
    • 地点 moscow 存在艺术品 work_of_art:ode_to_liberty
    • 已实施政策 curtail_peasants_policy
    • 已实施政府改革 government_reform:autocracy

关键效果

  • 选项 A (历史选项)
    • 在人口最多的5个非农村地区,所有属于本国的 pop_type:nobles 人口:
      • 添加 pop_satisfaction_ultimate_penalty 满意度惩罚。
      • 改变其效忠对象为 decembrist_revolt 叛军。
    • 为国家添加名为 rus_decembrist_movement 的修正,持续5年(叠加并延长)。
    • 根据莫斯科是否拥有特定艺术品,触发不同规模的农民响应:
      • 若同时拥有 a_journey_from_st_petersburg_to_moscowode_to_liberty:在最多25个地区,本国 peasants 人口加入叛军并受满意度惩罚。
      • 若只拥有 a_journey_from_st_petersburg_to_moscow:在最多20个地区,本国 peasants 人口加入叛军并受满意度惩罚。
      • 若只拥有 ode_to_liberty:在最多20个地区,本国 peasants 人口加入叛军并受满意度惩罚。
      • 若两者皆无:在最多15个地区,本国 peasants 人口加入叛军并受满意度惩罚。
  • 选项 B
    • 摧毁 decembrist_revolt 叛军。
    • 若已实施改革 speransky_liberalization_reform,则设置变量 liberal_values_enshrined = 1
    • 否则,社会价值观 individualism_vs_communalism 大幅向左移动。
    • 若已实施政策 curtail_peasants_policy,则添加政策 strengthen_peasants_rights_policy
    • 否则,社会价值观 serfdom_vs_free_subjects 向右移动。
    • 添加 government_power_severe_penalty 政府权力惩罚。
  • 选项 C
    • 触发条件:统治者拥有特质 charismatic_negotiatorkind_hearted
    • 摧毁 decembrist_revolt 叛军。
    • 社会价值观 serfdom_vs_free_subjects 向右移动。
    • peasants_estate 阶层添加 estate_satisfaction_severe_bonus 满意度奖励。

背景介绍: 该事件模拟了19世纪早期俄罗斯帝国的“十二月党人起义”。起义主要由受启蒙思想和拿破仑战争影响的贵族青年军官领导,他们反对沙皇专制和农奴制,试图在1825年12月发动政变,推行宪政改革。事件反映了当时俄国社会内部自由思想与保守体制间的深刻矛盾,以及知识分子和部分贵族对现代化改革的渴望。

完整事件代码

flavor_rus.60 = {
	hide_portraits = yes
	type = country_event
	title = flavor_rus.60.title
	desc = flavor_rus.60.desc

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

	trigger = {

		OR = {
			has_reform = government_reform:speransky_liberalization_reform
			societal_value:individualism_vs_communalism < -20
		}


		weighted_calc_true_if = {
			amount >= 2
			1 = { societal_value:serfdom_vs_free_subjects < -10 }
			1 = {  estate_satisfaction:peasants_estate < 0.35 }
			1 = {
				location:moscow = {
					any_work_of_art_in_location = {
						this = work_of_art:a_journey_from_st_petersburg_to_moscow
					}
				}
			}
			1 = {
				location:moscow = {
					any_work_of_art_in_location = {
						this = work_of_art:ode_to_liberty
					}
				}
			}
			1 = {  has_policy = curtail_peasants_policy }
			1 = { has_reform = government_reform:autocracy }
		}
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	immediate = {

		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }

		capital = {
			save_scope_as = target_location
		}

		create_character = {
			first_name = name_sergius
			last_name = Trubetskoy
			estate = estate_type:nobles_estate
			adm = 10
			dip = 35
			mil = 80
			birth_date = 1790.1.1
			birth_location = location:moscow
			save_scope_as = sergei_trubetskoy
			script = rus_sergei_trubetskoy
		}

		create_rebel = {
			name = decembrist_revolt
			category = estate
			estate = peasants_estate
			save_scope_as = decembrist_revolt
		}
		scope:sergei_trubetskoy = { change_character_allegiance = scope:decembrist_revolt }
	}

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

		ordered_owned_non_rural_location = {
			order_by = population
			max = 5

			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:nobles
				}
				add_pop_satisfaction = pop_satisfaction_ultimate_penalty
				change_pop_allegiance = scope:decembrist_revolt
			}
		}

		add_country_modifier = {
			modifier = rus_decembrist_movement
			years = 5
			mode = add_and_extend
		}

		if = {
			limit = {
				AND = {
					location:moscow = {
						any_work_of_art_in_location = {
							this = work_of_art:a_journey_from_st_petersburg_to_moscow
						}
					}
					location:moscow = {
						any_work_of_art_in_location = {
							this = work_of_art:ode_to_liberty
						}
					}
				}
			}
			custom_tooltip = {
				text = flavor_rus.60.tt1
				ordered_owned_non_rural_location = {
					order_by = population
					max = 25

					every_pop = {
						limit = {
							owner = root
							pop_type = pop_type:peasants
						}
						add_pop_satisfaction = pop_satisfaction_ultimate_penalty
						change_pop_allegiance = scope:decembrist_revolt
					}
				}
			}
		}
		else_if = {
			limit = {
				location:moscow = {
					any_work_of_art_in_location = {
						this = work_of_art:a_journey_from_st_petersburg_to_moscow
					}
				}
			}
			custom_tooltip = {
				text = flavor_rus.60.tt2
				ordered_owned_non_rural_location = {
					order_by = population
					max = 20

					every_pop = {
						limit = {
							owner = root
							pop_type = pop_type:peasants