StellarisCommands.com

Vindication

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

Vindication

Vindication event picture
Country event

The silence over our command bridge shatters as an explosion of messages cascades in. The assembled clans hail their new champion in riotous clamor and oaths of fealty. We have done it. The throne is ours.

The command below will trigger the "Vindication" event in Stellaris:

Player choices

When this event fires, you can choose between these 3 options:

  • Let sound the drums of war.
    • Become the Great Khan, leaving any Federation and Galactic Community.
  • The era of Khans is over. Let us show you what exile taught us.
    • The assembled clans become our vassals.
  • Vengeance has been served. The rest of you may go.
    • Leave the Marauders to their own devices.

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how Vindication (nomads.610) connects.

Can lead to

  • Claim Lostnomads.630
  • timeline.130timeline.130
  • nomads.750nomads.750

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Heirs of the Khan
Show raw conditions
has_origin = origin_heirs_of_the_khan
NOT = { has_global_flag = marauder_crisis_started }
fromfromfrom = {
  OR = {
    has_fleet_flag = aspiring_khan
    AND = {
      owner? = { has_origin = origin_heirs_of_the_khan }
      any_owned_ship = { is_capital = yes }
    }
  }
}
NOT = {
  any_playable_country = {
    has_origin = origin_heirs_of_the_khan
    NOT = { is_same_value = root }
    is_ai = no
    NOT = { has_country_flag = won_khan_duel }
  }
}