StellarisCommands.com

A Strongly Worded Letter

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

A Strongly Worded Letter

A Strongly Worded Letter event picture
Country eventDLC: Federations

Envoys from the Galactic Community have compiled a list of articles that the … are in violation of, and warn of possible consequences should we not make ourselves in alignment with Galactic Law. Should we change our policies and accede to their demands?

The command below will trigger the "A Strongly Worded Letter" event in Stellaris:

Player choices

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

  • We will not change our ways.
    • Our Empire will be in Breach of Galactic Law.
  • Bring us into compliance with Galactic Law.
  • Dispose of it and any future correspondence.
    • Our Empire will be in Breach of Galactic Law.
  • Execute the Envoys.
    • Our Empire will be in Breach of Galactic Law.
    • Unity: +None to None
  • Eat the Envoys.
    Available only if Requires origin: Necrophage.
    • Our Empire will be in Breach of Galactic Law.
    • Unity: +None to None
    • +1 Food

Firing conditions

Show raw conditions
is_galactic_community_member = yes
is_in_breach_of_any = yes

if = {
  limit = {
    is_active_resolution = resolution_pre_ftl_stances_equal_standing
    in_breach_of = resolution_pre_ftl_stances_equal_standing
  }
  OR = {
    has_policy_flag = interference_not_allowed
    has_policy_flag = interference_aggressive
  }
}
if = {
  limit = {
    is_active_resolution = resolution_pre_ftl_stances_non_interference
    in_breach_of = resolution_pre_ftl_stances_non_interference
  }
  OR = {
    has_policy_flag = interference_active
    has_policy_flag = interference_aggressive
  }
}
if = {
  limit = {
    is_active_resolution = resolution_pre_ftl_stances_exploitation
    in_breach_of = resolution_pre_ftl_stances_exploitation
  }
  has_policy_flag = interference_not_allowed
}
NOT = { has_country_flag = fed_10400_ignore }