StellarisCommands.com

Veiled Tunnel

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

Veiled Tunnel

Veiled Tunnel event picture
Ship eventDLC: Overlord

Something waits in the … system: a veiled passage, cut from the fabric of spacetime, its horizon rippling with psionic energy. Sensor data is erratic, and the crew of our science vessel reports strange disturbances: wildly visceral dreamlike visions, a persistent sense of being watched, fitful hallucinations... Despite the frustrating lack of useful telemetry, it seems clear we have stumbled on a tunnel through uncharted reaches. A dangerous path, yet the rewards may be great; on the tunnel's far side lies a distant corner of the galaxy.

The command below will trigger the "Veiled Tunnel" event in Stellaris:

Player choices

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

  • What mysteries lie beyond the veil?

Firing conditions

Conditions the game checks before this event can fire:

  • Must not have origin: Teachers of the Shroud
Show raw conditions
owner = {
  NOT = {
    has_origin = origin_shroudwalker_apprentice
    has_country_flag = encountered_first_shroud_tunnel
    has_country_flag = built_first_shroud_tunnel
  }
}
FROM = {
  OR = {
    has_star_flag = shroud_tunnel_nexus
    has_star_flag = shroud_tunnel_node
  }
}