事件

神圣罗马帝国 Leader Title的支持

turmoil_in_brandenburg.1002in_game/events/disaster/turmoil_in_brandenburg.txt:1553
… 的支持

好消息!神圣罗马帝国 Leader Title,Emperor Country的Emperor Ruler表达了对Bra Ruler的真诚支持,将会在Bra Ruler与觊觎者Target Character的对抗中予以帮助!

当然,这种支持并不是免费的。Emperor Ruler表示his/her的援助会对his/her的国库造成财政压力。因此,he/she要求进贡Bra Owes Gold金钱作为交换。

需要bra_free_support变量after, optionbra_owes_gold变量after, optionbra_owes_loyalty变量after, optionbra_owes_relations变量after, option

事件链

每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。

  1. Target Character归来
  2. Target Character在Bra Country的崛起
    ↳ 选项A“联系[神圣罗马帝国 Leader Title]!” · 2年后
  3. 神圣罗马帝国 Leader Title的支持
    ↳ 选项A“我们可以支持他们,条件是一笔钱。” · 1年后
  4. 皇帝拒绝提供支持
    ↳ 选项E“帮助维特尔斯巴赫我们又捞不到什么好处。” · 1年后
  5. 神圣罗马帝国 Leader Title的无条件支持
    ↳ 选项F“[Bra Ruler]可以以[he/she]认为合适的方式行使正义。” · 1年后
  6. 真实性存疑
    ↳ 选项C“让位于[Country]的真正统治者。” · 1年后
  7. 对Target Character的调查
    ↳ 选项A“开始调查[his/her]。” · 2年后
  8. 对伪Target Character的处刑
    ↳ 选项B“我们自己来解决觊觎者!” · 7天后

定义in_game/events/disaster/turmoil_in_brandenburg.txt:1553

1554type = country_event
1555category = disaster_event
1556title = turmoil_in_brandenburg.1002.title 神圣罗马帝国 Leader Title的支持
1557image = "gfx/interface/illustrations/disaster/turmoil_in_brandenburg.dds"
1558desc = {
1559first_valid = {
1560triggered_desc = {
1561trigger = {
1561has_variable = bra_owes_gold
}
1562desc = turmoil_in_brandenburg.1002.desc.gold 好消息!神圣罗马帝国 Leader Title,Emperor Country的Emperor Ruler表达了对Bra Ruler的真诚支持,将会在Bra Ruler与觊觎者Target Character的对抗中予以帮助!

当然,这种支持并不是免费的。Emperor Ruler表示his/her的援助会对his/her的国库造成财政压力。因此,he/she要求进贡Bra Owes Gold金钱作为交换。
}
1564triggered_desc = {
1565trigger = {
1565has_variable = bra_owes_loyalty
}
1566desc = turmoil_in_brandenburg.1002.desc.loyalty 好消息!神圣罗马帝国 Leader Title,Emperor Country的Emperor Ruler表达了对Bra Ruler的真诚支持,将会在Bra Ruler与觊觎者Target Character的对抗中予以帮助!

当然,这种支持并不是免费的。Emperor Ruler担心his/her的家族无法保住皇帝宝座,希望我们在神圣罗马帝国继承时坚定地支持his/her的家族。
}
1568triggered_desc = {
1569trigger = {
1569has_variable = bra_owes_relations
}
1570desc = turmoil_in_brandenburg.1002.desc.relations 好消息!神圣罗马帝国 Leader Title,Emperor Country的Emperor Ruler表达了对Bra Ruler的真诚支持,将会在Bra Ruler与觊觎者Target Character的对抗中予以帮助!

当然,这种支持并不是免费的。Emperor Ruler希望我们能成为他们在维特尔斯巴赫族内的使者,向每位家族成员展示Emperor Country的荣耀。
}
1572triggered_desc = {
1573trigger = {
1573has_variable = bra_free_support
}
1574desc = turmoil_in_brandenburg.1002.desc.free 好消息!神圣罗马帝国 Leader Title,Emperor Country的Emperor Ruler表达了对Bra Ruler的真诚支持,将会在Bra Ruler与觊觎者Target Character的对抗中予以帮助!

让我们惊讶的是,神圣罗马帝国 Leader Title没有要求任何回报。他们的帮助完全是出于善意。
}
1576triggered_desc = {
1577desc = turmoil_in_brandenburg.1002.desc 好消息!神圣罗马帝国 Leader Title,Emperor Country的Emperor Ruler表达了对Bra Ruler的真诚支持,将会在Bra Ruler与觊觎者Target Character的对抗中予以帮助!
}
}
}
1581outcome = neutral
1582trigger = {
1583exists = character:false_waldemar
1584character:false_waldemar = {
1584is_alive = yes
}
}
1586immediate = {
1587character:false_waldemar = {
1587save_scope_as = target_character
}
1588random_rebel = {
1589limit = {
1589rebel_name_key = false_waldemar_rebel
}
1590save_scope_as = target_rebel
}
}
1650after = {
1651if = {
1651limit = {
1651has_variable = bra_owes_gold
}
1651remove_variable = bra_owes_gold
}
1652if = {
1652limit = {
1652has_variable = bra_owes_loyalty
}
1652remove_variable = bra_owes_loyalty
}
1653if = {
1653limit = {
1653has_variable = bra_owes_relations
}
1653remove_variable = bra_owes_relations
}
1654if = {
1654limit = {
1654has_variable = bra_free_support
}
1654remove_variable = bra_free_support
}
}

选项

A终于。维特尔斯巴赫的权威恢复了!
1596if = {
1597limit = {
1597has_variable = bra_owes_gold
}
1598add_gold = {
1598value = var:bra_owes_gold
1598multiply = -1
}
1599scope:emperor_country = {
1599add_gold = {
1599value = root.var:bra_owes_gold
}
}
}
1601if = {
1602limit = {
1602has_variable = bra_owes_loyalty
}
1603add_legitimacy = legitimacy_mild_penalty (-10)
1605set_vote = {
1606voter = prev
1607resolution = resolution:hre_election
1608vote = scope:emperor_country
1609lock_reason = {
1610key = VOTE_LOCK_REASON_SUPPORT
1611emperor = scope:emperor_country
}
}
}
}
1616if = {
1617limit = {
1617has_variable = bra_owes_relations
}
1618add_prestige = prestige_severe_penalty (-15)
1619custom_tooltip = {
1620text = turmoil_in_brandenburg.1002.a.tt 维特尔斯巴赫宗族统治的所有国家对Emperor Country的好感提高Opinion Supported The Wittelsbacher
1621scope:emperor_country = {
1622dynasty:wittelsbach_dynasty = {
1623every_country_in_dynasty = {
1624add_opinion = {
1625target = scope:emperor_country
1626modifier = opinion_supported_the_wittelsbacher
}
}
}
}
}
}
1633if = {
1634limit = {
1634has_variable = bra_free_support
}
1635add_opinion = {
1636target = scope:emperor_country
1637modifier = opinion_emperors_genorisity
}
}
1640scope:target_character = {
}
1643math = add
1643value = 5
}
1644if = {
1645limit = {
1645exists = scope:target_rebel
}
1646destroy_rebel = scope:target_rebel
}
1648remove_country_modifier = bra_waldemar_rallies_nobility
© 2026 Soft Santa Cruz, S.L.U.。保留所有权利。非官方粉丝项目,与Paradox Interactive无关。游戏内容 © Paradox Interactive。 关于 · 隐私 · 法律声明