StellarisCommands.com

Defeated by the …

The "Defeated by the …" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Defeated by the …

Country event

Yes! We are victorious, we overcome! Come to us again, if your metal and gems and lives are too many!

The command below will trigger the "Defeated by the …" event in Stellaris:

Player choices

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

  • The worst possible outcome.

Firing conditions

Show raw conditions
is_ai = no


fromfrom = {
  NOR = {
    using_war_goal = {
      type = wg_imperial_crusade
      owner = root.from
    }
    using_war_goal = {
      type = wg_galactic_civil_war_loyalists
      owner = root.from
    }
    using_war_goal = {
      type = wg_galactic_civil_war_rebels
      owner = root.from
    }




    using_war_goal = {
      type = wg_restore_the_community
      owner = root.from
    }
  }
}