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_bra_dynasty.1107 王朝的野心

时间范围
事件无明确 fromto 日期限制,为动态历史事件。无 monthly_chance 字段,触发概率由游戏逻辑动态决定。

触发条件
事件代码中未直接包含 trigger 字段,其触发条件由游戏引擎在特定情境下调用该事件文件时决定。

关键效果

  • 选项 Aflavor_bra_dynasty.1107.a
    • scope:root_country(事件触发时的目标国家)添加一个 cb_subjugation(附庸)类型的宣战理由(casus_belli)。
    • 同时,使目标国家对本国产生 opinion_resists_our_influence(抵抗我方影响)的外交态度修正。

背景介绍
该事件反映了中世纪至近代早期王朝国家扩张中的典型政治动态。一个强大的王朝可能基于历史宣称、联姻继承权或单纯的实力优势,向其邻国或附属势力提出更直接的统治要求。通过正式添加“附庸”宣战理由,该国为其军事或外交行动提供了法理依据,但这必然会引起目标方的警惕与反感,在外交关系上蒙上阴影。事件描绘了强权在整合势力范围时所面临的机遇与阻力。

完整事件代码

flavor_bra_dynasty.1107 = {
	type = country_event
	title = flavor_bra_dynasty.1107.title
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	desc = flavor_bra_dynasty.1107.desc

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}
	option = {
		name = flavor_bra_dynasty.1107.a
		add_casus_belli = {
			type = casus_belli:cb_subjugation
			target = scope:root_country
		}
		add_opinion = {
			target = scope:root_country
			modifier = opinion_resists_our_influence
		}
	}
}