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.60 德卜勒伯尔汉遭劫掠

时间范围
无明确日期范围(无 fromto 字段),触发概率未指定(无 monthly_chance 字段)

触发条件

  • 国家标签为 ETH(埃塞俄比亚)
  • 首都位于 debra_berhan(德卜勒伯尔汉)
  • 目标作用域(scope:target)的 location_keydebra_berhan

关键效果

  • 选项: flavor_eth.60.a(无 historical_option 标记)
    • 增加稳定性惩罚(add_stability = stability_mild_penalty
    • debra_berhan 地区施加极端繁荣度惩罚(change_prosperity = prosperity_extreme_penalty

背景介绍
该事件模拟了埃塞俄比亚首都德卜勒伯尔汉遭受劫掠的历史情境。德卜勒伯尔汉作为埃塞俄比亚帝国的政治中心,在历史上多次面临内外势力的冲击,此类劫掠事件可能导致首都繁荣度严重下降,并引发国家稳定性的短期动荡。

完整事件代码

flavor_eth.60 = { #Debre Berhan Plundered
	type = country_event
	title = flavor_eth.60.title
	desc = flavor_eth.60.desc
	
	trigger = {
		tag = ETH
		capital = location:debra_berhan
		scope:target = {
			location_key = debra_berhan
		}
	}
	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.60.a
		add_stability = stability_mild_penalty
		location:debra_berhan = {
			change_prosperity = prosperity_extreme_penalty
		}
	}
}