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

Country eventDLC: Nemesis
Finally we are rid of the thankless and futile Custodianship! Let someone else worry about the future of this ungrateful galaxy.
The command below will trigger the "The End of the Custodianship" event in Stellaris:
Player choices
When this event fires, you can choose between these 2 options:
- We have done our part.
- The … are no longer Custodians of the Galactic Community.
- A bunch of quitters.
- The … are no longer Custodians of the Galactic Community.
Firing conditions
Conditions the game checks before this event can fire:
- Must not have ascension perk: Defender of the Galaxy
Show raw conditions
from = {
NOT = {
has_ascension_perk = ap_defender_of_the_galaxy
calc_true_if = {
amount = 2
AND = {
has_global_flag = ai_invasion_happened
has_global_flag = ai_invasion_defeated
}
AND = {
has_global_flag = extradimensional_invasion_happened
has_global_flag = extradimensional_invasion_defeated
}
AND = {
has_global_flag = prethoryn_invasion_happened
has_global_flag = prethoryn_invasion_defeated
}
AND = {
has_global_flag = synth_queen_happened
has_global_flag = synth_queen_defeated
}
}
}
}