StellarisCommands.com

Offense Taken

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

Offense Taken

Offense Taken event picture
Country event

Leaked recordings of one of our envoys' private conversations have the … up in arms. In a regrettable moment, … seems to have called … hosts "disgusting …" that seem barely capable of sentient thought. The … expressed dismay, and suggested that keeping someone so demonstrably unfit for the role in place would be "concerning".

The command below will trigger the "Offense Taken" event in Stellaris:

Player choices

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

  • shall stay.
  • Recall … to … for retraining.

Firing conditions

Show raw conditions
is_country_type = default
any_envoy = {
  NOT = {
    has_envoy_task = {
      task = first_contact
    }
  }
  NOT = { has_leader_flag = respected_envoy }
  exists = envoy_location_country
  envoy_location_country = {
    is_scope_type = country
    exists = ruler
    NOR = {
      is_same_value = root
      is_same_species = root
      is_same_species = prev
    }
    is_primitive = no
  }
}
NOT = { has_country_flag = recent_envoy_event }