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_cas.2504] 联盟被拒

时间范围
事件为一次性触发(fire_only_once = yes),无具体起止日期与月度概率。

触发条件
事件代码中未定义 trigger 字段,具体触发条件需参考游戏其他逻辑或事件链。

关键效果

  • 选项flavor_cas.2504.a
    • 效果:add_prestige = prestige_mild_penalty(增加轻微威望惩罚)
    • 未标注为历史选项(无 historical_option = yes

背景介绍
该事件描述了某次外交联盟提议遭到对方拒绝的情景。作为提议方,被拒绝会导致国家威望受到轻微损害,反映了当时外交博弈中声誉受损的常见后果。

完整事件代码

flavor_cas.2504 = { #Alliance Rejected
	fire_only_once = yes
	title = flavor_cas.2504.title
	desc = flavor_cas.2504.desc

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	option = {
		name = flavor_cas.2504.a
		add_prestige = prestige_mild_penalty
	}
}