事件

Target Country加入叛军!

castilian_civil_war.301in_game/events/disaster/castilian_civil_war.txt:1506
… 加入叛军!

Target Country的消息传来!该死的Target Country遵守了其与Target Pretender的盟约,已经向叛军提供了支持。他们加入战争,站在Target Pretender一方,准备好全力支持叛军的事业!

需要ccw_has_gold变量afterccw_has_join_war变量afterccw_has_mercs变量after

事件链

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

  1. From Country Adjective内战
  2. 继位危机结束
    ↳ 选项B“险些酿成大祸。” · 立即
  3. From Country Adjective内战
    ↳ 选项A“拿起武器!” · 立即
  4. Target Country的支持
    ↳ 选项A“让我们加入这场光荣的战争!” · 立即
  5. Target Country抛弃了我们!
    ↳ 选项D“我们不能卷入其中。” · 立即
  6. From Country Adjective内战
    ↳ 选项A“拿起武器!” · 立即
  7. Target Country加入叛军!
    ↳ 选项A“让我们加入这场光荣的战争!” · 立即
  8. Target Country保持中立
    ↳ 选项D“我们不能卷入其中。” · 立即

定义in_game/events/disaster/castilian_civil_war.txt:1506

1507type = country_event
1508category = disaster_event
1509title = castilian_civil_war.301.title Target Country加入叛军!
1510desc = {
1511first_valid = {
1512triggered_desc = {
1513trigger = {
1513scope:target_country = {
1513has_variable = ccw_has_join_war
}
}
1514desc = castilian_civil_war.301.desc.join_war Target Country的消息传来!该死的Target Country遵守了其与Target Pretender的盟约,已经向叛军提供了支持。他们加入战争,站在Target Pretender一方,准备好全力支持叛军的事业!
}
1516triggered_desc = {
1517trigger = {
1517scope:target_country = {
1517has_variable = ccw_has_mercs
}
}
1518desc = castilian_civil_war.301.desc.mercs Target Country的消息传来!该死的Target Country遵守了其与Target Pretender的盟约,已经向叛军提供了支持。他们派出一支军队,为叛军充当免费的雇佣兵!
}
1520triggered_desc = {
1521trigger = {
1521scope:target_country = {
1521has_variable = ccw_has_gold
}
}
1522desc = castilian_civil_war.301.desc.gold Target Country的消息传来!该死的Target Country遵守了其与Target Pretender的盟约,已经向叛军提供了支持。他们慷慨地送给叛军一笔钱,他们肯定会在战争中用上!
}
1524triggered_desc = {
1525desc = castilian_civil_war.301.desc Target Country的消息传来!该死的Target Country遵守了其与Target Pretender的盟约,已经向叛军提供了支持。
}
}
}
1529outcome = neutral
1530after = {
1531scope:target_country = {
1532if = {
1532limit = {
1532has_variable = ccw_has_join_war
}
1532remove_variable = ccw_has_join_war
}
1533if = {
1533limit = {
1533has_variable = ccw_has_mercs
}
1533remove_variable = ccw_has_mercs
}
1534if = {
1534limit = {
1534has_variable = ccw_has_gold
}
1534remove_variable = ccw_has_gold
}
}
}
1537illustration_tags = {
153810 = armed
153910 = exterior
}
1541immediate = {
}

选项

A该死的叛军!
1545scope:target_country = {
1546switch = {
1547trigger = has_variable
1548ccw_has_join_war = {
1548join_war_as_attacker = {
1548war = scope:target_war
1548call_in_subjects = yes
}
}
1549ccw_has_mercs = {
1549type = mercs
1549target = scope:target_rebel_country
}
}
1550ccw_has_gold = {
1550type = gold
1550target = scope:target_rebel_country
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.。保留所有权利。非官方粉丝项目,与Paradox Interactive无关。游戏内容 © Paradox Interactive。 关于 · 隐私 · 法律声明