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.6] 佩尔·布拉赫登场

时间范围:1550.1.1 - 1590.1.1(每月 2% 概率)

触发条件

  • 控制尼雪平地区(owns = location:nykoping

关键效果

  • 历史选项:获得大量政府点数(add_government_power = government_power_severe_bonus

背景介绍: 该事件模拟了瑞典贵族佩尔·布拉赫(老佩尔)在16世纪中后期的登场。布拉赫家族是瑞典历史上极具影响力的贵族世家,老佩尔本人以卓越的行政、外交和军事才能著称,曾担任瑞典大法官等重要职务,对瑞典的国家治理和扩张产生了深远影响。事件设定在瑞典控制其出生地尼雪平后触发,象征着这位关键历史人物开始在国家事务中发挥重要作用。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1550.1.1
		to = 1590.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:nykoping
	}

	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		
		create_character = {
			first_name = name_peter
			dynasty = dynasty:brahe_dynasty
			nickname = nick_the_elder
			adm = {80 100}
			dip = {80 100}
			mil = {80 100}
			birth_date = 1520.5
			birth_location = location:nykoping
			culture = culture:swedish

			save_scope_as = swe_per_brahe_older
		}
	}

	option = {
		name = flavor_swe.6.a
		add_government_power = government_power_severe_bonus
	}
}