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

Fleet eventDLC: Overlord
The subtle mental changes experienced by the commander of the … are now coming into focus: a month after their passage through the Shroud Tunnel, their command style has noticeably shifted. It is fair to say that the experience has resulted in the development of a new trait.
The command below will trigger the "Mind Wipe" event in Stellaris:
Player choices
When this event fires, you can choose between the following option:
- Understood.
Event chain
Stellaris events fire in chains — one event leads to the next. Here is how Mind Wipe (enclave.6010) connects.
Triggered by
- Mind Wipe
enclave.6005
Firing conditions
Show raw conditions
exists = leader
if = {
limit = {
owner = {
is_gestalt = no
}
}
leader = {
NOR = {
has_trait = leader_trait_admiral_mind_wipe_01
has_trait = leader_trait_admiral_mind_wipe_02
has_trait = leader_trait_general_mind_wipe_01
has_trait = leader_trait_general_mind_wipe_02
has_trait = leader_trait_scientist_mind_wipe_01
has_trait = leader_trait_scientist_mind_wipe_02
has_trait = leader_trait_ruler_mind_wipe_01
has_trait = leader_trait_ruler_mind_wipe_02
}
}
}
if = {
limit = {
owner = {
is_gestalt = yes
}
}
leader = {
NOR = {
has_trait = gestalt_trait_commander_mind_wipe_01
has_trait = gestalt_trait_commander_mind_wipe_02
has_trait = gestalt_trait_general_mind_wipe_01
has_trait = gestalt_trait_general_mind_wipe_02
has_trait = gestalt_trait_scientist_mind_wipe_02
has_trait = gestalt_trait_ruler_mind_wipe_01
has_trait = gestalt_trait_ruler_mind_wipe_02
}
}
}