StellarisCommands.com

Commander Gains Trait

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

Commander Gains Trait

Commander Gains Trait event picture
Fleet eventMean time: 240 months

… has grown more nimble in the handling of our fleets.

The command below will trigger the "Commander Gains Trait" event in Stellaris:

Player choices

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

  • Good.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires technology: Doctrine: Interstellar Warfare
  • Must not have ethic: Gestalt Consciousness
Show raw conditions
owner = {
  is_country_type = default
  has_technology = tech_doctrine_fleet_size_3
  NOT = { has_ethic = ethic_gestalt_consciousness }
}
is_being_repaired = yes
exists = leader
leader = {
  leader_class = commander
  num_traits < 3
  NOR = {
    has_trait = leader_trait_engineer
  }
}