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_dlh.1102] 重大国家事件

时间范围
无具体时间范围(事件未定义 fromto 字段),触发概率未指定(无 monthly_chance 字段)。

触发条件

  • 事件类型为国家事件(type = country_event)。
  • 主要触发条件(major_trigger)为:this = scope:target_country(即当前作用域国家等于目标国家作用域)。

关键效果

  • 选项 A(flavor_dlh.1102.a
    目标国家(scope:target_country)被根国家(root)以军事征服(MilitaryConquest)理由吞并(annex_country)。

  • 选项 B(flavor_dlh.1102.b
    增加 15 点自由欲望(add_liberty_desire = 15)。

背景介绍
此事件代表一个国家面临重大抉择的关键时刻。选项 A 可能导致目标国家被外部势力完全吞并,标志其主权的丧失;选项 B 则可能激化内部不满,增加附属国或领地的独立倾向。事件反映了中世纪至近代早期国际关系中常见的征服与附庸关系危机。

完整事件代码

flavor_dlh.1102 = {
	type = country_event
	title = flavor_dlh.1102.title
	desc = flavor_dlh.1102.desc
	major = yes
	major_trigger = {
		this = scope:target_country	
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_government_estate_effect = yes	
	}

	option = {
		name = flavor_dlh.1102.a
		
		scope:target_country = {
			annex_country = {
				reason = MilitaryConquest
				country = root
			}
		}
	}

	option = {
		name = flavor_dlh.1102.b
		
		add_liberty_desire = 15
	}
}