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 Caravansary Caravan Coalition welcomes you to Chor's Compass, ancestral home of disparate galactic caravans and gambling. You heard that right.

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

Player choices

When this event fires, you can choose between these 8 options:

  • Play the Slots
  • Open a Reliquary
  • Purchase CaravanCoinz
  • We were trying to reach The Vengralian Trium...
  • We were trying to reach The Numistic Order...
  • We were trying to reach the Rackets...
  • End communications.
  • Die...

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how Caravansary Caravan Coalition (cara.100) connects.

Can lead to

Firing conditions

Show raw conditions
exists = event_target:caravaneer_home_country
event_target:caravaneer_home_country = {
  NOT = { is_hostile = root }
}
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
    is_country_type = default
    from = {
      is_country_type = caravaneer_home
    }
  }
}