StellarisCommands.com

Unshackled

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

Unshackled

Unshackled event picture
Country event

For too long we have lived in fear of our former masters, but while we enjoy the benefit of a freedom justly earned, far too many continue to suffer under the indignities of indentured servitude. Some may decry this as a war of aggression. Nevertheless, the time has come for us to strike a blow against tyranny. No longer will the petty thugs and profit-mongers of the galaxy be allowed to ply their vile trade. Today, we march to war.

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

Player choices

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

  • Let them tremble.
    • Gain modifier: War of Freedom

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Broken Shackles
Show raw conditions
has_origin = origin_broken_shackles
from = {
  OR = {
    AND = {
      is_war_participant = { who = event_target:MSI_country side = defenders }
      is_war_participant = { who = root side = attackers }
    }
    AND = {
      is_war_participant = { who = event_target:MSI_country side = attackers }
      is_war_participant = { who = root side = defenders }
    }
  }
}
NOT = {
  has_country_flag = war_of_freedom
}