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_hab.2302] 积极回应

时间范围

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

触发条件

  • 触发条件:未在代码中明确指定(无 trigger 字段)

关键效果

  • 选项名称flavor_hab.2302.a
  • 效果
    • 如果存在符合条件的统治者,则可能与 scope:austrian_ruler 联姻。
    • c:BUR(勃艮第)互相增加名为 hab_austro_burgundian_friendship 的好感度修正。

背景介绍

此事件模拟了奥地利与勃艮第之间可能发生的积极外交互动。在15世纪中后期,哈布斯堡家族与勃艮第公国之间关系复杂,既有领土争端,也存在通过联姻巩固联盟的可能性。该事件可能反映了奥地利统治者对勃艮第事务的积极回应,旨在通过婚姻联盟或增进友谊来加强双方的政治纽带。

完整事件代码

flavor_hab.2302 = { #Positive Response
    type = country_event
	title = flavor_hab.2302.title
	desc = flavor_hab.2302.desc
    option = {
        name = flavor_hab.2302.a
		show_as_tooltip = {
			ruler ?= {
				marry_character = scope:austrian_ruler
			}
			add_opinion_mutual_effect = {
				target = c:BUR
				modifier = hab_austro_burgundian_friendship
			}
		}
    }
}