StellarisCommands.com

The Federation Fleet

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

The Federation Fleet

The Federation Fleet event picture
Country eventDLC: Federations

The … represents a powerful force on the galactic stage; however, its fleets are divided and operate under a disparate set of organizational structures. Recently, several influential military experts from across the federation have raised concerns about our ability to face a well-coordinated and powerful enemy. To rectify this, they have drawn up plans for a federation-wide series of military exercises to build cohesion within our militaries and hone the skills of our crews. Under their plans, detachments from each of our fleets would move to specific locations in our allies' territories and perform a series of complex maneuvers, coordinating with other participating fleets to ensure that the operations are executed simultaneously. Successfully holding these exercises would be a significant commitment for our armed forces but would appreciably boost our federation's military readiness.

The command below will trigger the "The Federation Fleet" event in Stellaris:

Player choices

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

  • Sounds like a great idea!
    • All member states will be approached and asked to participate in the exercises. If the proposal is widely rejected, Federation Cohesion will decrease and the … will lose Influence.
  • Our fleet is already ready for all eventualities.

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how The Federation Fleet (federations2.100) connects.

Can lead to

Firing conditions

Show raw conditions
years_passed > 60
exists = federation
has_federation = yes
is_federation_leader = yes
is_at_war = no
NOT = {
  any_country = {
    is_crisis_faction = yes
  }
}
num_ships > 30
federation = {
  has_federation_type = military_federation
  federation_level >= 2
  NOT = { has_federation_flag = federation_recent_militarist_joint_operation }
  count_member = {
    count >= 3
    limit = {
      num_ships > 30
    }
  }
}