StellarisCommands.com

Impossible Organism: The Nivlac

The "Impossible Organism: The Nivlac" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Impossible Organism: The Nivlac

Impossible Organism: The Nivlac event picture
Country eventDLC: Distant Stars

The alien lifeform once discovered on the toxic planet …, and later fired into deep space after being deemed too dangerous, appears to have made planetfall on … some time thereafter. It not only survived the impact, but has since managed to make a home of its new planet. It has prospered, grown, and subdivided into a small population, to the point of becoming a spacefaring species in and of itself. They call themselves Nivlac, and unfortunately appear to recall our earlier disregard for their survival.

The command below will trigger the "Impossible Organism: The Nivlac" event in Stellaris:

Player choices

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

  • Oops...

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how Impossible Organism: The Nivlac (distar.3014) connects.

Triggered by

Firing conditions

Show raw conditions
any_system = {
  any_system_planet = {
    is_colonizable = yes
    has_owner = no
    is_colony = no
    habitable_planet = yes
    has_anomaly = no
    NOR = {
      has_modifier = "holy_planet"
      solar_system = {
        has_star_flag = hostile_system
      }
    }
    distance = {
      source = root.owner.capital_scope
      max_distance <= 300
      min_distance >= 50
    }
    solar_system = {
      NOT = { exists = starbase }
    }
  }
}