StellarisCommands.com

Vault Beacon

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

Vault Beacon

Vault Beacon event picture
Fleet event

The beacon which summoned us here is now broadcasting loud and clear, directing us more specifically to an interface on the planet surface. Standard safety precautions are already in place; a team stands ready to interrogate this so-called 'data vault' by means of remote uplink.

The command below will trigger the "Vault Beacon" event in Stellaris:

Player choices

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

  • Feels strangely familiar.
    • A special project appears in the … system.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Hard Reset
Show raw conditions
controller = {
  has_origin = origin_unplugged
}
from = {
  has_star_flag = unplugged_machine_legacy_flag
  any_system_planet = {
    is_point_of_interest = {
      id = unplugged_machine_legacy_unplugged_poi
      event_chain = unplugged_origin_machine_legacy_chain
      owner = root.controller
    }
  }
}