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
Country event

The engagement in the … system has given rise to unique gene expressions in ….

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

Show raw conditions
is_country_type = default
FROMFROM = {
  exists = leader
  leader = {
    leader_class = commander
    num_traits < 3
    NOR = {
      has_trait = leader_trait_cautious
      has_trait = leader_trait_aggressive
    }
  }
}