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_brapru.1807] 勃兰登堡的崛起

时间范围

1400.1.1 - 1600.1.1,每月 20% 概率触发。

触发条件

  • 国家处于与普鲁士(c:PRU)的联合统治中。
  • 普鲁士(c:PRU)是波兰的附庸国(pru_is_polish_subject = yes)。
  • 相对于宗主国(波兰)的相对实力(relative_strength)达到或超过 85%

关键效果

  • 选项 A (历史选项)

    • 触发事件 flavor_brapru.1808
  • 选项 B

    • 改变社会价值观:好战 vs 和解 向“好战”方向大幅移动(societal_value_large_move_to_right)。

背景介绍

在15至16世纪,勃兰登堡作为神圣罗马帝国的重要选侯国,其地位与实力不断增长。当勃兰登堡与普鲁士处于联合统治之下,而普鲁士名义上仍是波兰的附庸时,勃兰登堡的实力逐渐接近甚至可能超越其宗主国波兰。这一事件反映了勃兰登堡在地区政治中寻求更大自主权或影响力的历史转折点,其选择将影响其与波兰的关系以及自身的发展方向。

完整事件代码

flavor_brapru.1807 = {
	hide_portraits = yes
	type = country_event
	title = flavor_brapru.1807.title
	desc = flavor_brapru.1807.desc
	historical_info = flavor_brapru.1807.historical_info

	illustration_tags = {
		10 = armed
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		save_scope_as = bra_from
		location:wehlau = { save_scope_as = wehlau_loc }
		ruler_or_regent = {
			save_scope_as = ruler_or_regent_scope
		}

		c:PRU.overlord.ruler_or_regent = {
			save_scope_as = ruler_or_regent_poland_scope
		}
	}

	dynamic_historical_event = {
		tag = BRA
		from = 1400.1.1
		to = 1600.1.1
		monthly_chance = 20
	}

	fire_only_once = yes

	trigger = {
		in_union_with = c:PRU
		c:PRU = {
			pru_is_polish_subject = yes
		}

		relative_strength = {
			target = c:PRU.overlord
			value >= 0.85
		}
	}
	option = {
		name = flavor_brapru.1807.a

		historical_option = yes

		c:PRU.overlord = {
			trigger_event_non_silently = flavor_brapru.1808
		}
	}

	option = {
		name = flavor_brapru.1807.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_large_move_to_right
		}
	}
}