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.11] 马格努斯·加布里埃尔·德·拉·加尔迪登场

时间范围:1650.1.1 - 1686.1.1(每月 2% 概率)

触发条件

  • 控制 tallinn 地区
  • 控制 lidkoping 地区

关键效果

  • 历史选项:选择 flavor_swe.11.a,获得 stability_severe_bonus(大幅提升稳定度)

背景介绍: 此事件模拟了瑞典帝国时期,出身于爱沙尼亚塔林的贵族马格努斯·加布里埃尔·德·拉·加尔迪(Magnus Gabriel De la Gardie)的登场。作为17世纪瑞典重要的政治家、军事指挥官和王室重臣,他在瑞典的大国时期扮演了关键角色。事件设定在瑞典控制波罗的海沿岸关键地区后,这位具有卓越行政、外交和军事才能的人物登上历史舞台,其登场旨在巩固瑞典在该区域的统治并提升国家稳定。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1650.1.1
		to = 1686.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:tallinn
		owns = location:lidkoping
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		if = {
			limit = {
				NOT = { exists = dynasty:de_la_gardie_dynasty }
			}
			location:lidkoping = {
				create_dynasty_from_location = de_la_gardie_dynasty
			}
		}

		create_character = {
			first_name = Magnus_Gabriel
			dynasty = dynasty:de_la_gardie_dynasty
			adm = {70 90}
			dip = {70 90}
			mil = {70 90}
			birth_date = 1622.10.15
			birth_location = location:tallinn
			culture = culture:swedish
			script = swe_magnus_de_la_gardie
			save_scope_as = swe_magnus_de_la_gardie
		}
	}

	option = {
		name = flavor_swe.11.a
		add_stability = stability_severe_bonus
	}
}