StellarisCommands.com

Crystal Ball

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

Crystal Ball

Crystal Ball event picture
Fleet event

We see significant crystalline presence in the … system. Evidently some kind of den - or at least a hub of crystalline activity, such as it is - … is home to a crystal construct unlike any previously encountered. This construct exhibits several properties associated with the crystalline entities, but greatly exaggerated.

The command below will trigger the "Crystal Ball" event in Stellaris:

Player choices

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

  • OK
    Available only if Must not have modifier: Crystal Hunter.
  • Battlestations!
    Available only if Requires modifier: Crystal Hunter.

Firing conditions

Show raw conditions
from = {
  has_star_flag = crystal_home_system
  any_fleet_in_system = {
    is_ship_size = crystal_station_large
  }
}
owner = {
  is_country_type = default
  has_country_flag = crystals_encountered
  NOT = { has_country_flag = found_crystal_construct }
}