事件

Target Country的支持

castilian_civil_war.201in_game/events/disaster/castilian_civil_war.txt:1376
… 的支持

Target Country的消息传来!我们可靠的Target Country Adjective盟友履行了承诺,向我们提供了支持!他们加入战争,站在Target Ruler一方,准备好全力支持我们的事业!

需要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:1376

1377type = country_event
1378category = disaster_event
1379title = castilian_civil_war.201.title Target Country的支持
1380desc = {
1381first_valid = {
1382triggered_desc = {
1383trigger = {
1383scope:target_country = {
1383has_variable = ccw_has_join_war
}
}
1384desc = castilian_civil_war.201.desc.join_war Target Country的消息传来!我们可靠的Target Country Adjective盟友履行了承诺,向我们提供了支持!他们加入战争,站在Target Ruler一方,准备好全力支持我们的事业!
}
1386triggered_desc = {
1387trigger = {
1387scope:target_country = {
1387has_variable = ccw_has_mercs
}
}
1388desc = castilian_civil_war.201.desc.mercs Target Country的消息传来!我们可靠的Target Country Adjective盟友履行了承诺,向我们提供了支持!他们派出一支军队,为我们充当免费的雇佣兵!
}
1390triggered_desc = {
1391trigger = {
1391scope:target_country = {
1391has_variable = ccw_has_gold
}
}
1392desc = castilian_civil_war.201.desc.gold Target Country的消息传来!我们可靠的Target Country Adjective盟友履行了承诺,向我们提供了支持!他们慷慨地赠送了一笔钱,应该能在战争中用得上!
}
1394triggered_desc = {
1395desc = castilian_civil_war.201.desc Target Country的消息传来!我们可靠的Target Country Adjective盟友履行了承诺,向我们提供了支持!
}
}
}
1399outcome = neutral
1400after = {
1401scope:target_country = {
1402if = {
1402limit = {
1402has_variable = ccw_has_join_war
}
1402remove_variable = ccw_has_join_war
}
1403if = {
1403limit = {
1403has_variable = ccw_has_mercs
}
1403remove_variable = ccw_has_mercs
}
1404if = {
1404limit = {
1404has_variable = ccw_has_gold
}
1404remove_variable = ccw_has_gold
}
}
}
1407illustration_tags = {
140810 = armed
140910 = exterior
}
1411immediate = {
}

选项

A非常感谢他们的支持。
1415scope:target_country = {
1416switch = {
1417trigger = has_variable
1418ccw_has_join_war = {
1418join_war_as_defender = {
1418war = scope:target_war
1418call_in_subjects = yes
}
}
1419ccw_has_mercs = {
1419type = mercs
1419target = scope:from_country
}
}
1420ccw_has_gold = {
1420type = gold
1420target = scope:from_country
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.。保留所有权利。非官方粉丝项目,与Paradox Interactive无关。游戏内容 © Paradox Interactive。 关于 · 隐私 · 法律声明