StellarisCommands.com

The Speech

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

The Speech

Country event

… has appeared on every screen across the empire. Our population is waiting for the address to begin. Fellow …! Today, I want you to know I am filled with pride. As a people, we have come together and, despite differences, ventured into the unknown, built new worlds, and reached new heights of ingenuity. I want to acknowledge your sacrifice... I want... … suddenly staggers out of view.

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

Player choices

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

  • What is going on?
    • Leads to event: The Fall

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how The Speech (paragon.5201) connects.

Can lead to

Firing conditions

Show raw conditions
exists = ruler
ruler = {
  has_leader_flag = paragon_origin_legendary_leader
  has_any_chosen_one_leader_trait = no
  NOR = {
    has_trait = leader_trait_the_apparatus_luminary
    has_trait = leader_trait_the_cybernetic_luminary
    has_trait = leader_trait_the_psionic_luminary
    has_trait = leader_trait_the_synth_luminary
    has_trait = leader_trait_the_genetic_luminary
  }
}
NOT = { has_country_flag = luminary_ascension_path }