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.91] 主教失踪

时间范围

  • 事件触发窗口:未指定具体 fromto 日期,事件可在游戏期间随时触发。
  • 触发概率:未指定 monthly_chance,触发条件依赖其他机制。

触发条件

  • 核心条件:代码中未明确列出 trigger 字段,事件触发可能依赖于外部脚本或特定游戏状态。

关键效果

  • 选项 Aflavor_eth.91.a
    • 效果
      • 增加极端惩罚级别的稳定度损失 (add_stability = stability_extreme_penalty)
      • 对马穆鲁克苏丹国 (c:MAM) 添加“恼怒”意见修正 (add_opinion = { target = c:MAM modifier = opinion_irritated })

背景介绍

该事件描述了国内一位重要主教突然失踪的情况。主教的消失不仅可能引发国内宗教事务的混乱与民众不安,导致稳定度大幅下降,还可能因其失踪原因或相关外交猜疑,影响与邻国马穆鲁克苏丹国的关系,招致对方的不满与恼怒。

完整事件代码

flavor_eth.91 = { #Bishop missing
	type = country_event
	title = flavor_eth.91.title
	desc = flavor_eth.91.desc
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_eth.91.a
		add_stability = stability_extreme_penalty
		add_opinion = { target = c:MAM modifier = opinion_irritated }
	}
}