StellarisCommands.com

A Request for the …

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

A Request for the …

A Request for the … event picture
Country eventMean time: 3600 days

Some of our intelligence assets have uncovered data suggesting that the …'s ring world could be hiding a secret launch platform for weapons of mass destruction. Though the validity of the source has yet to be confirmed, the notion has taken hold with the public who demand that we take action. Surely if the … has nothing to hide, they will allow a team of our weapons experts to inspect the site.

The command below will trigger the "A Request for the …" event in Stellaris:

Player choices

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

  • Forward our request to the ….
  • That's out of the question.
    • Adds the Megastructure demands rejected modifier to Xenophobe Pops: Happiness -20%

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how A Request for the … (utopia.1) connects.

Can lead to

Firing conditions

Show raw conditions
is_country_type = default
AND = {
  any_neighbor_country = {
    any_owned_megastructure = {
      OR = {
        is_megastructure_type = ring_world_1
        is_megastructure_type = ring_world_2
      }
      is_upgrading = yes
    }
    is_country_type = default
    has_communications = root
    NOR = {
      has_country_flag = ringworld_diplomatic_event
      is_at_war_with = ROOT
      is_subject = yes
      is_same_value = root
    }
  }
  is_fanatic = yes

  NOR = {
    has_country_flag = ringworld_diplomatic_event
    is_homicidal = yes
  }
}