[flavor_hab.2602] 积极回应
时间范围
事件为动态历史事件,代码中未指定 from 和 to 日期,也未设置 monthly_chance 概率。
触发条件
事件代码中未定义 trigger 字段。
关键效果
- 选项 A (
flavor_hab.2602.a):- 若存在目标公主(
scope:target_princess),则将其与奥地利统治者(scope:austrian_ruler)联姻。 - 奥地利(
c:HAB)与事件触发国(root)互相添加观点修正hab_austro_spanish_friendship。
- 若存在目标公主(
背景介绍
此事件模拟了哈布斯堡家族(奥地利)通过王室联姻巩固外交关系的典型历史策略。当奥地利统治者获得与其他王室(尤其是西班牙或其他重要天主教王国)联姻的机会时,选择积极回应不仅能建立姻亲纽带,还能显著提升两国间的友好关系与政治互信,这是哈布斯堡王朝扩张影响力、维系欧洲霸权的重要手段之一。
完整事件代码
flavor_hab.2602 = { #Positive Response
type = country_event
title = flavor_hab.2602.title
desc = flavor_hab.2602.desc
option = {
name = flavor_hab.2602.a
show_as_tooltip = {
scope:target_princess ?= {
marry_character = scope:austrian_ruler
}
c:HAB = {
add_opinion = {
modifier = hab_austro_spanish_friendship
target = root
}
reverse_add_opinion = {
modifier = hab_austro_spanish_friendship
target = root
}
}
}
}
}