StellarisCommands.com

Insulting … Envoy

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

Insulting … Envoy

Insulting … Envoy event picture
Country event

It appears that a mischievous third party was able to hack into the translation software of the … envoy to …, …, so that instead of uttering magnanimous platitudes, … began spewing vicious insults that left none unscathed. The malfunction in … equipment was duly uncovered, but not before … was declared to be a "vile …" - a grave insult which surely calls for a response.

The command below will trigger the "Insulting … Envoy" event in Stellaris:

Player choices

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

  • How rude.
    • +30 Influence
  • Well, that was funny!
    • Gain modifier: Xeno Comedy

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how Insulting … Envoy (envoy_events.1) connects.

Can lead to

Firing conditions

Show raw conditions
is_country_type = default
is_gestalt = no
exists = root.ruler
any_relation = {
  is_improving_relations_with = root
  NOT = { has_country_flag = recent_envoy_event }
  NOT = { is_same_species = root }
  NOT = { is_same_species = root.ruler }
  any_envoy = {
    has_envoy_task = {
      task = improve_relations
      target = root
    }
    NOT = { is_same_species = root }
    NOT = { is_same_species = root.ruler }
  }
}
NOT = { has_country_flag = recent_envoy_event }