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.1205] 维贾亚纳加尔首都陷落回应事件

时间范围:无明确起止日期(代码中未定义 fromto 字段)

触发条件:无明确 trigger 字段定义(代码中未包含触发条件逻辑)

关键效果

  • 选项 A (flavor_vij.1205.a):
    • 对目标地点 (target_location) 应用以下惩罚效果:
      • 发展度:极端惩罚 (development_extreme_penalty)
      • 控制度:轻度惩罚 (control_mild_penalty)
      • 繁荣度:终极惩罚 (prosperity_ultimate_penalty)

背景介绍:此事件模拟了维贾亚纳加尔帝国(Vijayanagara)首都陷落后,国家核心地区可能遭受的严重打击。首都的失陷不仅意味着政治中心的崩溃,通常还会伴随经济瘫痪、社会秩序瓦解和地区繁荣的毁灭性衰退,反映了历史上重大军事失败对地区长期发展的深远影响。

完整事件代码

flavor_vij.1205 = { #Vijay's Capital Falls Response Event
	type = country_event
	title = flavor_vij.1205.title
	desc = flavor_vij.1205.desc

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_government_estate_effect = yes
	}

	option = {
		name = flavor_vij.1205.a

		show_as_tooltip = {
			scope:target_location = {
				change_development = development_extreme_penalty
				change_control = control_mild_penalty
				change_prosperity = prosperity_ultimate_penalty
			}
		}
	}
}