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_nov.32] 我们别无选择…

时间范围

  • 事件触发窗口:无明确 fromto 日期限制(代码中未指定,通常为游戏全程可触发)
  • 触发概率:无 monthly_chance 设定(代码中未指定,通常为满足条件后立即触发)

触发条件

  • 基础条件:代码中未明确列出 trigger 字段,具体触发条件需参考游戏内其他关联机制或事件链。

关键效果

  • 选项flavor_nov.32.a(历史选项)
  • 效果
    • 国家威望遭受极端惩罚(add_prestige = prestige_extreme_penalty
  • AI选择权重:100%(factor = 1

背景介绍

此事件描述了一个国家或势力在面临严峻局势时,被迫做出艰难抉择的场景。标题“我们别无选择…”暗示了决策者处于被动或受限制的境地,可能涉及外交孤立、军事危机或内部动荡,最终只能接受一项对威望造成重大打击的选项,以应对眼前的困境。

完整事件代码

flavor_nov.32 = {
	type = country_event
	title = flavor_nov.32.title
	desc = flavor_nov.32.desc
	#We have no other option...
	option = {
		name = flavor_nov.32.a
		historical_option = yes
		add_prestige = prestige_extreme_penalty
		ai_chance = {
			factor = 1
		}
	}
}