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_byz.1303 交易被拒

时间范围

  • 起始日期:未指定(事件无 fromto 字段)
  • 触发概率:未指定(事件无 monthly_chance 字段)

触发条件

  • 触发方式:该事件为应答事件(#Answer event - Negative),需由其他事件或机制触发,无独立 trigger 字段。

关键效果

  • 选项flavor_byz.1303.a
    • 效果:显示自定义提示 BYZ_DEAL_REJECTED(交易被拒)。
    • 历史选项:未标记(无 historical_option = yes)。

背景介绍

该事件是拜占庭(BYZ)相关的一个应答事件,用于处理交易或协议被拒绝的情况。事件发生时,会显示一个自定义提示,告知玩家交易已被拒绝。事件插画可能描绘了市民阶层(burghers_estate)在室内场景中的反应,暗示了交易失败可能对城市经济或市民阶层的影响。

完整事件代码

flavor_byz.1303 = { #Answer event - Negative
	hide_portraits = yes
	type = country_event
	title = flavor_byz.1303.title
	desc = flavor_byz.1303.desc

	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_byz.1303.a

		custom_tooltip = BYZ_DEAL_REJECTED
	}
}