StellarisCommands.com

Caravaneers: Greener Grass

The "Caravaneers: Greener Grass" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Caravaneers: Greener Grass

Caravaneers: Greener Grass event picture
Country event

Reports from … inform us that a number of inhabitants have left the colony to join the … fleet passing through our territory, ostensibly drawn by dreams of adventure or the heady aroma of raw mercantilism.

The command below will trigger the "Caravaneers: Greener Grass" event in Stellaris:

Player choices

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

  • Unfortunate.
    • 100 Pops depart …
  • This is an outrage!
    • 100 Pops depart …
    • −10 Influence

Firing conditions

Show raw conditions
caravaneer_fleet_events_valid = yes
NOR = {
  has_ethic = ethic_gestalt_consciousness
  has_country_flag = pops_join_caravan_recent
  has_country_flag = caravan_recent_event
}
any_system_within_border = {
  caravaneer_fleet_in_system = yes
  any_system_planet = {
    is_colony = yes
    count_owned_pop_amount = {
      count >= 600
      limit = {
        is_enslaved = no
        is_being_purged = no
        happiness < 0.60
      }
    }
  }
}