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_vij.1002 维贾亚纳加尔事件

时间范围:无明确起止日期(代码中未定义 fromto 字段) 触发概率:无明确每月概率(代码中未定义 monthly_chance 字段)

触发条件

  • 此事件代码片段未包含 trigger 字段,因此具体触发条件(如控制某地区、特定政府/宗教类型、人物状态等)无法从当前提供的代码中提取。

关键效果

  • 选项 A (对应 flavor_vij.1002.a):
    • 对目标国家(scope:target_country)获得一个“被侮辱”类型的宣战理由(casus_belli:cb_insulted_us)。
    • 此选项未标记为历史选项(代码中无 historical_option = yes)。

背景介绍: 此事件涉及维贾亚纳加尔帝国(Vijayanagara)。从事件效果来看,它可能模拟了帝国在对外交往或内部政治中遭遇的某种冒犯或外交争端,为统治者提供了一个采取强硬外交或军事行动的契机。具体的历史背景需要结合完整的事件链和游戏内的本地化文本(titledesc)来确定。

完整事件代码

flavor_vij.1002 = {
	type = country_event
	title = flavor_vij.1002.title
	desc = flavor_vij.1002.desc

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:clergy }
	}

	option = {
		name = flavor_vij.1002.a
		add_casus_belli = {
			target = scope:target_country
			type = casus_belli:cb_insulted_us
		}
	}
}