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

时间范围:1632.1.1 - 1670.1.1(每月 2% 概率)

触发条件

  • 事件仅能触发一次。
  • 动态历史事件,仅限国家标签 SWE(瑞典)触发。

关键效果

  • 立即效果
    • 创建一个名为佩尔·布拉赫(Per Brahe)的新角色。
      • 姓氏:布拉赫家族(brahe_dynasty)。
      • 昵称:小佩尔(nick_the_younger)。
      • 能力值:行政、外交、军事均在80-100之间。
      • 出生日期:1602年2月18日。
      • 出生地:乌普萨拉(location:uppsala)。
      • 文化:瑞典文化(culture:swedish)。
    • 将该角色保存为作用域 swe_per_brahe_younger
  • 选项效果
    • 选项 flavor_swe.10.a
      • 在芬兰地区(area:finland_area)内,按人口排序,选取最多7个本国拥有的省份。
      • 为这些省份施加 development_severe_bonus 发展度修正。

背景介绍: 此事件模拟了瑞典历史上著名的政治家、军事家佩尔·布拉赫(小佩尔)的登场。他出生于1602年,是瑞典帝国时期的重要人物,曾担任芬兰总督,并在行政、法律和教育改革方面有显著贡献,对瑞典在17世纪的崛起和芬兰地区的发展起到了关键作用。事件设定在他成年后可能开始发挥重要政治影响力的时期(1632-1670年)内随机触发。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1632.1.1
		to = 1670.1.1
		monthly_chance = 2
	}

	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_peter #Per
			dynasty = dynasty:brahe_dynasty
			nickname = nick_the_younger
			adm = {80 100}
			dip = {80 100}
			mil = {80 100}
			birth_date = 1602.2.18
			birth_location = location:uppsala
			culture = culture:swedish

			save_scope_as = swe_per_brahe_younger
		}
	}
	
	option = {
		name = flavor_swe.10.a
		ordered_owned_location = {
			limit = {
				area = area:finland_area
			}
			order_by = population
			max = 7
			change_development = development_severe_bonus
		}
	}
}