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_swe.54 安卡斯特伦刺杀古斯塔夫三世

时间范围:1790.1.1 - 1795.1(每月 5% 概率)

触发条件

  • 国家拥有统治者。
  • 社会价值观“专制主义 vs 自由主义”小于 -50。
  • 贵族阶层满意度低于 0.65。

关键效果

  • 选项 A (历史选项)
    • 处决刺客安卡斯特伦。
    • 社会价值观“专制主义 vs 自由主义”向左移动(趋向自由主义)。
    • 贵族阶层满意度遭受极端惩罚。
  • 选项 B
    • 处决刺客安卡斯特伦。
    • 农民阶层满意度遭受激进惩罚。
    • 社会价值观“专制主义 vs 自由主义”向右移动(趋向专制主义)。

背景介绍: 该事件模拟了1792年瑞典国王古斯塔夫三世在斯德哥尔摩歌剧院舞会上被贵族雅各布·约翰·安卡斯特伦刺杀的历史事件。古斯塔夫三世推行的强化王权、削弱贵族权力的政策,以及他卷入法国大革命后欧洲的动荡局势,激化了与贵族阶层的矛盾。这次刺杀是瑞典国内政治紧张和君主专制与贵族特权冲突的顶点,标志着古斯塔夫时代改革的中断,并对瑞典后续的政治走向产生了深远影响。

完整事件代码

flavor_swe.54 = { #Anckarström assassinates Gustav III
	type = country_event
	title = flavor_swe.54.title
	desc = flavor_swe.54.desc
	historical_info = flavor_swe.54.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SWE
		from = 1790.1.1
		to = 1795.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = armed
		10 = interior
	}

	trigger = {
		has_ruler = yes
		societal_value:absolutism_vs_liberalism < -50
		estate_satisfaction:nobles_estate < 0.65
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
			save_scope_as = target_character
		}
		create_character = {
			first_name = name_james
			last_name = Anckarstrom
			adm = { 0 10 }
			dip = { 0 10 }
			mil = { 0 10 }
			birth_date = 1762.5.11
			birth_location = location:stockholm
			culture = culture:swedish
			save_scope_as = swe_anckarstrom
			create_in_limbo = yes
		}
		kill_character = {
			target = scope:target_character
			reason = assassination
			killer = scope:swe_anckarstrom
		}
	}

	option = {
		name = flavor_swe.54.a
		historical_option = yes
		kill_character = {
			target = scope:swe_anckarstrom
			reason = execution
			killer = ruler_or_regent
		}

		change_societal_value = { type = absolutism_vs_liberalism	value = societal_value_move_to_left	}
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }

	}

	option = {
		name = flavor_swe.54.b
		kill_character = {
			target = scope:swe_anckarstrom
			reason = execution
			killer = ruler_or_regent
		}
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_radical_penalty }
		change_societal_value = { type = absolutism_vs_liberalism	value = societal_value_move_to_right	}
	}
}