StellarisCommands.com

A Request

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

A Request

Country eventDLC: Overlord

We have been informed that our overlord has invested a considerable amount of energy and resources into improving their starbase engineering, improving the output and potential of theirs by leaps and bounds. As defense is an important keystone in the relationship between our two empires, we have started looking into crafting an agreement where we could request some of their engineers to help improve one of our bases as well.

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

Player choices

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

  • Prepare a message to be sent to ….
    • −15 Influence
  • We are not in such dire need that we must resort to begging.

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how A Request (subject.55) connects.

Can lead to

Firing conditions

Show raw conditions
overlord_subject_event_trigger = yes
any_owned_starbase = {
  OR = {
    AND = {
      ROOT = { has_country_flag = bulwark_specialist_request_citadel }
      has_starbase_size > starbase_outpost
      has_starbase_size < starbase_citadel
    }
    AND = {
      ROOT = { has_country_flag = bulwark_specialist_request_star_fortress }
      has_starbase_size < starbase_outpost
      has_starbase_size > starbase_starfortress
    }
    AND = {
      ROOT = { has_country_flag = bulwark_specialist_request_starhold }
      has_starbase_size < starbase_outpost
      has_starbase_size > starbase_starhold
    }
  }
}