StellarisCommands.com

Gray

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

Gray

Gray event picture
Country event

Battle Operations Land Omniform mode engaged, pattern BOLO-5.

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

Player choices

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

  • We need you to serve as Official.
  • We're in need of a Warship.
  • Never mind.

Firing conditions

Show raw conditions
from = { is_country_type = gray }
has_country_flag = gray_army_active
NOT = { has_country_flag = gray_reforming }
NOT = { has_country_flag = gray_diplomacy_engaged }
is_same_value = event_target:gray_owner
any_owned_army = {
  army_type = gray_army
  OR = {
    exists = planet
    AND = {
      exists = fleet
      fleet = { num_ships > 0 }
    }
  }
}