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_pol.45] 雅盖隆王朝的建立

时间范围

1370.1.1 - 1450.1.1,每月 5% 概率

触发条件

  • 国家 LIT(立陶宛)存在。
  • 国家 LIT 与当前国家(波兰)处于联合统治中。
  • 当前国家拥有统治者。
  • 当前统治者拥有至少一个孩子。

关键效果

选项: flavor_pol.45.a

  • 当前统治者建立名为 jagiellon_dynasty(雅盖隆)的王朝。
  • 获得 prestige_severe_bonus(大量威望加成)。

背景介绍

此事件模拟了波兰-立陶宛联合统治背景下,波兰统治者建立雅盖隆王朝的历史进程。雅盖隆王朝是东欧历史上一个重要的统治家族,其建立标志着波兰与立陶宛之间王朝联系的正式确立,并对该地区的政治格局产生了深远影响。

完整事件代码

flavor_pol.45 = {
	type = country_event

	title = flavor_pol.45.title
	desc = flavor_pol.45.desc
	historical_info = flavor_pol.45.historical_info

	dynamic_historical_event = {
		tag = POL
		from = 1370.1.1
		to = 1450.1.1
		monthly_chance = 5
	}

	fire_only_once = yes
	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		country_exists = c:LIT
		c:LIT = {
			in_union_with = ROOT
		}
		has_ruler = yes
		ruler = {
			num_of_children > 0
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = pol_dynasty_founder
		}
		save_scope_as = pol_country
		c:LIT = { save_scope_as = lit_country }
	}

	option = {
		name = flavor_pol.45.a

		ruler = { found_dynasty = jagiellon_dynasty }

		add_prestige = prestige_severe_bonus
	}
}