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_bav.1002] 被[KOL.GetCountry.GetNameWithNoTooltip]拒绝

时间范围

  • 起始日期:未指定 (from 字段缺失)
  • 结束日期:未指定 (to 字段缺失)
  • 触发概率:未指定 (monthly_chance 字段缺失)

触发条件

  • 事件类型:国家事件 (type = country_event)
  • 具体触发条件:代码中未包含 trigger 字段,因此触发条件未在本次提供的代码片段中定义。

关键效果

  • 选项名称flavor_bav.1002.a
  • 效果
    • 增加国库资金,金额为 [KOL] 国家月贸易与税收收入的 5倍 (add_gold = { value = c:KOL.monthly_income_trade_and_tax multiply = 5.00 })

背景介绍

此事件描述了巴伐利亚(或事件中的相关国家)在对外交涉或内部事务中,其提议或请求被 [KOL] 国家断然拒绝的场景。事件标题“Rebuffed by…”直接体现了这种外交或政治上的挫败感。事件插图使用了“愤怒”与“室内”的标签,暗示了拒绝可能发生在宫廷内部或贵族会议中,并引发了统治阶层的不满。事件选项提供了一种直接的经济补偿方式,试图通过获取一笔相当于对方月收入五倍的巨款来弥补或应对此次外交失利。

完整事件代码

flavor_bav.1002 = { #"Rebuffed by [KOL.GetCountry.GetNameWithNoTooltip]"
	type = country_event
	title = flavor_bav.1002.title
	desc = flavor_bav.1002.desc

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:KOL.ruler = {
			save_scope_as = kol_ruler
		}
	}

	option = {
		name = flavor_bav.1002.a
		add_gold = { value = c:KOL.monthly_income_trade_and_tax multiply = 5.00 }
	}
}