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.2403 负面回应

时间范围

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

触发条件

  • 事件类型:国家事件(type = country_event
  • 具体条件:代码中未包含 trigger 字段,因此无明确的游戏内触发条件。该事件可能由其他事件或脚本直接调用。

关键效果

  • 选项名称flavor_hab.2403.a
  • 效果
    • 国家 BOH(波希米亚)对事件触发国(root)添加观点修正 hab_austro_bohemian_friendship_refused
    • 事件触发国(root)对国家 BOH 添加相同的观点修正 hab_austro_bohemian_friendship_refused
  • 历史选项:未标注(无 historical_option = yes 字段)

背景介绍

此事件描述了奥地利(HAB)与波希米亚(BOH)之间一次外交提议遭到拒绝后的后果。当奥地利试图与波希米亚建立或深化某种友好关系(可能涉及同盟、王室联姻或领土协议)时,波希米亚方面给出了负面回应。这一拒绝导致两国关系恶化,相互产生不满与隔阂,为日后哈布斯堡家族在波希米亚地区的影响力扩张埋下了潜在的障碍。

完整事件代码

flavor_hab.2403 = { #Negative Response
    type = country_event
	title = flavor_hab.2403.title
	desc = flavor_hab.2403.desc

    option = {
        name = flavor_hab.2403.a
		c:BOH = {
			add_opinion = {
				modifier = hab_austro_bohemian_friendship_refused
				target = root
			}
			reverse_add_opinion = {
				modifier = hab_austro_bohemian_friendship_refused
				target = root
			}
		}
    }
}