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.16 阿克塞尔·奥克森谢纳摄政

时间范围:1610.1.1 - 1650.1.1(每月 50% 概率)

触发条件

  • 国家处于摄政状态。
  • 摄政类型 不是 配偶摄政。
  • 角色 swe_axel_oxenstierna(阿克塞尔·奥克森谢纳)存活。

关键效果

  • 选项 A (历史选项)
    • 如果当前摄政不是阿克塞尔·奥克森谢纳,则将其设为摄政。
    • 获得 stability_severe_bonus(大量稳定度加成)。
    • estate_type:nobles_estate(贵族阶层)增加 estate_satisfaction_extreme_bonus(极高的阶层满意度加成)。
    • 社会价值观 aristocracy_vs_plutocracy(贵族制 vs 财阀制)向左移动(即更倾向于贵族制)。
  • 选项 B
    • 获得 stability_mild_penalty(少量稳定度惩罚)。

背景介绍: 此事件模拟了瑞典在瓦萨王朝后期,当君主年幼或无法亲政时,由权臣阿克塞尔·奥克森谢纳出任摄政的历史情境。奥克森谢纳是古斯塔夫二世·阿道夫国王的首席顾问,在国王去世后,他成为瑞典实际上的统治者,主导了国家在三十年战争中的外交与军事政策,并进行了重要的国内行政改革,强化了中央集权和贵族阶层的权力。选择他作为摄政,意味着延续其稳健、亲贵族的执政路线。

完整事件代码

flavor_swe.16 = {
	type = country_event
	title = flavor_swe.16.title
	desc = flavor_swe.16.desc
	historical_info = flavor_swe.16.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1610.1.1
		to = 1650.1.1
		monthly_chance = 50
	}

	trigger = {
		has_regent = yes
		NOT = { regency_type = regency_type:consort_regency }
		character:swe_axel_oxenstierna ?= {
			is_alive = yes
		}
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_swe.16.a
		historical_option = yes
		if = {
			limit = {
				regent != character:swe_axel_oxenstierna
			}
			set_regent = character:swe_axel_oxenstierna
		}

		add_stability = stability_severe_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_bonus }
		change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_left }

	}
	option = {
		name = flavor_swe.16.b
		add_stability = stability_mild_penalty
	}
}