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

Ship event
… 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:
- Must not have ethic: Gestalt Consciousness
Show raw conditions
owner = {
is_country_type = default
NOT = { has_ethic = ethic_gestalt_consciousness }
}
fleet = {
exists = leader
num_ships > 1
leader = {
leader_class = commander
num_traits < 3
NOR = {
has_trait = leader_trait_scout
has_trait = leader_trait_scout_2
}
}
}