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.19 斯捷潘·拉辛起义

时间范围:1650.1.1 - 1750.1.1(每月 1% 概率)

触发条件

  • 拥有至少 8 个位于 zaporizhzhia_area 地区的省份,且这些省份的主流文化不属于本国文化,但属于 russian_group 文化组。
  • 满足以下任一条件:
    • 社会价值“中央集权 vs 地方分权” ≤ -20。
    • 拥有修正 peasants_estate_max_tax 且其值 > 0.35。

关键效果

  • 选项 A (历史选项)
    • steppes_region 地区内,所有属于 rebel_origin 文化的、由本国拥有的阶层,其满意度将受到“终极惩罚”级别的降低,并且其效忠对象将转变为叛军领袖“斯捷潘·拉辛”。
  • 选项 B
    • 摧毁名为“斯捷潘·拉辛”的叛军。
    • 政府权力受到“严重惩罚”级别的减少。
    • steppes_region 地区内,所有省份的控制度受到“终极惩罚”级别的降低。
  • 选项 C
    • 触发前提:国教为东正教 (orthodox),且宗教影响力 > “极端增益”级别。
    • 宗教影响力受到“极端惩罚”级别的减少。
    • 摧毁名为“斯捷潘·拉辛”的叛军。
    • steppes_region 地区内,所有省份的控制度受到“轻微惩罚”级别的降低。

背景介绍: 该事件模拟了17世纪中后期,在俄罗斯帝国南部边疆(特别是扎波罗热地区)爆发的、由哥萨克领袖斯捷潘·拉辛领导的大规模农民与哥萨克起义。起义的根源在于中央政府的压迫性税收政策、对地方(尤其是非俄罗斯主流文化地区)的严苛控制,以及哥萨克与农民阶层对自治权利的诉求。事件反映了沙皇俄国在扩张过程中面临的内部治理挑战与民族矛盾。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1650.1.1
		to = 1750.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = armed
		10 = exterior
	}

	trigger = {

		any_owned_location = {
			area = area:zaporizhzhia_area
			dominant_culture = {
				this != root.culture
				has_culture_group = culture_group:russian_group
			}
			count > 7
		}

		OR = {
			societal_value:centralization_vs_decentralization <= -20
			modifier:peasants_estate_max_tax > 0.35
		}

	}

	immediate = {

		ordered_owned_location = {
			limit = {
				region = region:steppes_region
				dominant_culture = {
					this != root.culture
					has_culture_group = culture_group:russian_group
				}
			}
			order_by = population
			max = 1

			dominant_culture = {
				save_scope_as = rebel_origin
			}
			save_scope_as = target_location
		}

		create_rebel = {
			name = stenka_razin
			culture = scope:rebel_origin
			category = nationalist
			save_scope_as = stenka_razin
		}
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}

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

		custom_tooltip = {
			text = stenka_razin_tt
			every_owned_location = {
				limit = {
					region = region:steppes_region
				}
				every_pop = {
					limit = {
						owner = root
						culture = scope:rebel_origin
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
					change_pop_allegiance = scope:stenka_razin
				}
			}
		}

	}

	option = {
		name = flavor_rus.19.b

		destroy_rebel = scope:stenka_razin

		add_government_power = government_power_severe_penalty

		custom_tooltip = {
			text = stenka_razin_gives_up_tt1
			every_owned_location = {
				limit = {
					region = region:steppes_region
				}
				change_control = control_ultimate_penalty
			}
		}
	}

	option = {
		name = flavor_rus.19.c
		trigger = {
			religion = religion:orthodox
			religious_influence > religious_influence_extreme_bonus
		}

		add_religious_influence = religious_influence_extreme_penalty

		destroy_rebel = scope:stenka_razin

		custom_tooltip = {
			text = stenka_razin_gives_up_tt2
			every_owned_location = {
				limit = {
					region = region:steppes_region
				}
				change_control = control_mild_penalty
			}
		}
	}

	historical_info = flavor_rus.19.historical_info

}