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.28 普鲁士王室领地的宣称

时间范围

1450.1.1 - 1600.1.1,每月 10% 概率触发。

触发条件

  • 完全控制省份 lower_prussia_province
  • pomerania_area 地区,至少拥有 70% 的地块。
  • 满足以下条件之一:
    • 在省份 arnskrone_province 中,至少拥有 25% 的地块。
    • 在省份 stolp_province 中,至少拥有 25% 的地块。
  • prussia_area 地区,至少有一个省份的统治者是 ROOT 或其附庸。

关键效果

选项 A

  • list_of_prussian_provs 列表中的每一个省份,向该省份的当前所有者添加一个 征服省份 的宣战理由。
  • 为国家添加一个持续 15年 的修正:PRU_justifying_conquest_of_royal_prussia

选项 B

  • 改变社会价值观:belligerent_vs_conciliatory 大幅移动。
  • 国家声望受到 严重惩罚

背景介绍

在15至16世纪,勃兰登堡-普鲁士的统治者们逐渐将目光投向了东部的普鲁士地区。随着他们在波美拉尼亚地区站稳脚跟,并控制了部分关键省份,对普鲁士王室领地的领土野心开始显现。这一事件反映了普鲁士国家在统一和扩张过程中,贵族阶层对获取更多领土、巩固权力的渴望,以及由此可能引发的军事行动或外交策略调整。

完整事件代码

flavor_brapru.28 = {
	type = country_event
	title = flavor_brapru.28.title
	desc = flavor_brapru.28.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1450.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = armed
		10 = interior
	}

	trigger = {
		own_entire_province = province_definition:lower_prussia_province
		area:pomerania_area = {
			any_location_in_area = {
				percent >= 0.7
				owner = ROOT
			}
		}
		OR = {
			province_definition:arnskrone_province = {
				any_location_in_province_definition = {
					percent >= 0.25
					owner = ROOT
				}
			}
			province_definition:stolp_province = {
				any_location_in_province_definition = {
					percent >= 0.25
					owner = ROOT
				}
			}
		}
		area:prussia_area = {
			any_province_in_area = {
				owner = {
					NOR = {
						this = ROOT
						is_subject_of = ROOT
					}
				}
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		area:prussia_area = {
			every_province_in_area = {
				limit = {
					NOT = {
						owner = {
							OR = {
								this = ROOT
								is_subject_of = ROOT
							}
						}
					}
				}
				add_to_list = list_of_prussian_provs
			}
		}
	}

	option = {
		name = flavor_brapru.28.a

		every_in_list = {
			list = list_of_prussian_provs
			ROOT = {
				add_casus_belli = {
					type = casus_belli:cb_conquer_province
					target = PREV.owner
					province = PREV
				}
			}
		}

		add_country_modifier = {
			modifier = PRU_justifying_conquest_of_royal_prussia
			years = 15
		}
	}

	option = {
		name = flavor_brapru.28.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_large_move_to_right
		}

		add_prestige = prestige_severe_penalty
	}
}