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_eth.271] 贵族不满

时间范围:无明确起止日期(事件通过特定条件触发,非月度事件)

触发条件

  • 此事件为动态历史事件,其具体触发条件(trigger字段)未在提供的代码片段中定义。通常,此类事件依赖于游戏状态、国家关系或特定人物状态等条件。

关键效果

  • 选项 A (flavor_eth.271.a)
    • 向目标国家(scope:target_country)宣战,并使用“吞并”(casus_belli:cb_annex)作为宣战理由。
  • 选项 B (flavor_eth.271.b)
    • 取消目标国家(scope:target_country)的附庸关系。
    • 国家获得“合法性轻度惩罚”(legitimacy_mild_penalty)。

背景介绍: 此事件反映了统治阶层(贵族)内部的不满情绪可能引发的政治危机。当贵族集团对君主的外交政策或附庸国管理感到愤怒时,他们可能会施加压力,迫使君主在两种极端方案中做出抉择:要么通过战争直接吞并目标以彻底解决问题,要么断绝关系以平息内部纷争,但这会损害君主的统治合法性。

完整事件代码

flavor_eth.271 = {
	type = country_event
	title = flavor_eth.271.title
	desc = flavor_eth.271.desc
	illustration_tags = {
		10 = angry
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_eth.271.a
		
		declare_war_with_cb = {
			target = scope:target_country
			type = casus_belli:cb_annex
		}
	}

	option = {
		name = flavor_eth.271.b
		
		cancel_subject = scope:target_country

		add_legitimacy = legitimacy_mild_penalty
	}
}