StellarisCommands.com

The Nivlac

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

The Nivlac

The Nivlac event picture
Country eventDLC: Distant Stars

Our scientists are pleased to report that the Nivlac's relocation to a suitable planet was a great success. Since the young fungoid's arrival at …, it is apparent that its explosive growth has continued. It has established itself as a small people, and recently even developed FTL technology - undoubtedly aided by the technology we left behind. We shall eagerly continue to watch their development.

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

Player choices

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

  • Excellent.

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how The Nivlac (distar.3016) 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 }
    }
  }
}