StellarisCommands.com

A Just Cause

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

A Just Cause

A Just Cause event picture
Country event

While we enjoy the benefit of a freedom justly earned, far too many in the galaxy continue to suffer under the indignities of slavery and indentured servitude. No longer will the petty thugs and profit-mongers of the galaxy be allowed to ply their vile trade. The time has come for us to take a stand against such tyranny.

The command below will trigger the "A Just Cause" event in Stellaris:

Player choices

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

  • To war.
    • 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
allows_slavery = no
    from = {
        OR = {
            AND = {
                is_war_participant = { who = root side = defenders }
                any_attacker = {
        allows_slavery = yes
        is_gestalt = no
        NOT = {
          has_origin = origin_slavers
        }
      }
    }
            AND = {
                is_war_participant = { who = root side = attackers }
                any_defender= {
        allows_slavery = yes
        is_gestalt = no
        NOT = {
          has_origin = origin_slavers
        }
      }
    }
        }
    }
NOT = {
  has_country_flag = war_against_slavers
}