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.1806 波兰强制摄政

时间范围

  • 起始日期:无明确指定(from 字段缺失)
  • 结束日期:无明确指定(to 字段缺失)
  • 触发概率:无明确指定(monthly_chance 字段缺失)

触发条件

  • 事件类型:国家事件
  • 触发条件:代码中未明确指定 trigger 字段,具体触发条件需参考游戏内其他相关逻辑。

关键效果

选项 A:flavor_brapru.1806.a

  • 历史选项:未标注 historical_option = yes
  • 效果
    1. 显示自定义提示:PRU_poland_enforced_regent
    2. 对目标 scope:pru_from 添加宣战理由:casus_belli:cb_claim_throne(宣称王位)
    3. 对目标 scope:pru_from.overlord 添加宣战理由:casus_belli:cb_insulted_us(侮辱我国)

背景介绍

此事件模拟了普鲁士(或相关国家)与波兰之间因强制摄政问题引发的紧张局势。波兰方面可能通过强制安排摄政王的方式干预普鲁士内政,此举被视为对国家主权和王位继承的严重侵犯,导致普鲁士获得对波兰及其宗主国的宣战理由,为潜在的军事冲突埋下伏笔。

完整事件代码

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

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_brapru.1806.a

		custom_tooltip = PRU_poland_enforced_regent

		add_casus_belli = {
			target = scope:pru_from
			type = casus_belli:cb_claim_throne
		}
		add_casus_belli = {
			target = scope:pru_from.overlord
			type = casus_belli:cb_insulted_us
		}
	}
}