StellarisCommands.com

Victory against the …

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

Victory against the …

Country event

We submit, we yield! Recall your fleets and be gone with you, kssk

The command below will trigger the "Victory against the …" event in Stellaris:

Player choices

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

  • The best possible outcome.

Firing conditions

Show raw conditions
is_ai = no


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




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


AND = {
  fromfrom = {
    OR = {
      using_war_goal = {
        type = wg_conquest
        owner = root
      }
      using_war_goal = {
        type = wg_counterattack
        owner = root
      }
      using_war_goal = {
        type = wg_independence
        owner = root
      }
      using_war_goal = {
        type = wg_proxy_war
        owner = root
      }
    }
  }
  OR = {
    AND = {
      fromfrom = {
        any_attacker = { is_same_value = root }
      }
      from = {
        any_owned_planet = {
          is_colony = yes
          NOT = {
            fromfrom = {
              any_attacker = { has_claim = prevprev.solar_system }
            }
          }
        }
      }
    }
    AND = {
      fromfrom = {
        any_defender = { is_same_value = root }
      }
      from = {
        any_owned_planet = {
          is_colony = yes
          NOT = {
            fromfrom = {
              any_defender = { has_claim = prevprev.solar_system }
            }
          }
        }
      }
    }
  }
}