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.52] 波兰对摩尔达维亚的宣称

时间范围

  • 事件窗口:1400.1.1 - 1500.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 国家 MOL(摩尔达维亚)必须存在。
  • MOL 必须是 ROOT(波兰)的邻国。
  • MOL 必须满足以下所有条件:
    • 不是 ROOT 的附属国或下属国。
    • 不是 ROOT 的盟友。
    • 其任何宗主国或上级国不是 ROOT
  • MOL 必须拥有一位统治者。

关键效果

  • 选项 Aflavor_pol.52.a
    • MOL 获得一个 casus_belli:cb_annex(吞并宣战理由)。

背景介绍

在15世纪,波兰王国与东南邻国摩尔达维亚公国关系复杂。摩尔达维亚虽非波兰的直接附庸,但常处于波兰、匈牙利和奥斯曼帝国的影响与争夺之下。此事件模拟了波兰贵族阶层内部可能出现的、主张对摩尔达维亚采取更激进政策(如寻求直接控制)的政治压力或机会窗口,为波兰提供了对摩尔达维亚进行领土扩张的法律借口。

完整事件代码

flavor_pol.52 = {
	hide_portraits = yes
	type = country_event

	title = flavor_pol.52.title
	desc = flavor_pol.52.desc
	dynamic_historical_event = {
		tag = POL
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	trigger = {
		country_exists = c:MOL
		c:MOL = {
			is_neighbor_of = ROOT
			NOR = {
				is_subject_or_below_of = ROOT
				is_allied_with = { target = ROOT }
				any_overlord_or_above = {
					this = ROOT
				}
			}
			has_ruler = yes
		}
	}

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

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:MOL = {
			save_scope_as = MOL_tag
		}
		c:MOL.ruler = {
			save_scope_as = POL_disloyal_vassal
		}
	}

	option = {
		name = flavor_pol.52.a

		add_casus_belli = { target = c:MOL type = casus_belli:cb_annex }
	}
}