StellarisCommands.com

The Sentinel Order

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

The Sentinel Order

Country eventMean time: 100 months

The Sentinels have taken note of your valiant struggle against the Prethoryn Scourge. Since the fleet commanders of the … clearly know how to win battles, we would like to permanently transfer one of our battle fleets over to your control. We currently lack the manpower to effectively crew these vessels, but that shouldn't be a problem for you. You must solemnly promise to only use these warships against the Scourge, however!

The command below will trigger the "The Sentinel Order" event in Stellaris:

Player choices

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

  • Of course... only against the Scourge.
    • A Sentinel fleet appears near … and is transferred over to your control.
  • We have no need of your warships.

Firing conditions

Show raw conditions
has_global_flag = sentinels_founded
is_country_type = default
NOT = { has_country_flag = sentinel_donation }
check_variable = {
  which = "swarm_fleet_kills"
  value > 6
}
any_country = {
  is_country_type = sentinels
  count_controlled_ship = {
    count > 30
  }
  ROOT = {
    NOT = { is_at_war_with = PREV }
  }
}