StellarisCommands.com

Caravansary Caravan Coalition

The "Caravansary Caravan Coalition" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Caravansary Caravan Coalition

Country event

............... ............... ............... ............... ............... ...............

The command below will trigger the "Caravansary Caravan Coalition" event in Stellaris:

Player choices

When this event fires, you can choose between the following option:

  • Die...

Firing conditions

Show raw conditions
exists = event_target:caravaneer_home_country
event_target:caravaneer_home_country = {
  is_hostile = root
}
NOT = {
  has_active_event = { cara.101 }
}
OR = {
  AND = {
    is_ai = no
    OR = {
      caravaneer_base_active_diplo = no
      from = { is_same_value = root }
    }
    OR = {
      AND = {
        from = {
          OR = {
            is_country_type = caravaneer_home
            is_country_type = caravaneer_fleet
          }
        }
      }
      AND = {
        from = { is_same_value = root }
      }
    }
  }
  AND = {
    is_ai = yes
    from = {
      is_country_type=caravaneer_home
    }
  }
}