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.14 阿克塞尔·奥克森谢纳登场

时间范围

1613.1.1 - 1654.1.1,每月 2% 概率

触发条件

  • 拥有恩雪平地区(owns = location:enkoping

关键效果

  • 历史选项flavor_swe.14.a
    • 增加少量正统性(add_legitimacy = legitimacy_mild_bonus
    • 增加少量稳定度(add_stability = stability_mild_bonus
    • 增加大量研究进度(add_research_progress = research_progress_severe_bonus

背景介绍

该事件模拟了瑞典历史上著名政治家阿克塞尔·奥克森谢纳的登场。奥克森谢纳在17世纪早期成为瑞典王国的重要人物,曾担任大法官,并在三十年战争期间为瑞典的外交和军事政策发挥了关键作用。他的出现通常被视为瑞典国力上升和行政体系完善的一个标志。

完整事件代码

flavor_swe.14 = {
	type = country_event

	title = flavor_swe.14.title
	desc = flavor_swe.14.desc
	historical_info = flavor_swe.14.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1613.1.1
		to = 1654.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:enkoping
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		
		create_character = {
			first_name = name_absalon
			dynasty = dynasty:oxenstierna_dynasty
			adm = { 90 98 }
			dip = { 90 98 }
			mil = { 90 98}
			birth_date = 1583.6.16
			birth_location = location:enkoping
			culture = culture:swedish
			script = swe_axel_oxenstierna
			save_scope_as = swe_axel_oxenstierna
		}
	}

	option = {
		name = flavor_swe.14.a

		add_legitimacy = legitimacy_mild_bonus
		add_stability = stability_mild_bonus
		add_research_progress = research_progress_severe_bonus
	}
}