StellarisCommands.com

A Salacious Affair

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

A Salacious Affair

A Salacious Affair event picture
Country event

The … diplomatic corps has been shaken by the news emerging from the …. Our …, who had been stationed there, has gotten … into a serious mess with … law enforcement. … currently in connection with a salacious affair involving an astonishing range of serious crimes that culminated in a brutal double murder. As matters stand - and with rumors running wild among the … - there seems little doubt as to …'s guilt. The … authorities have requested that … diplomatic immunity be lifted so that … can face justice for … deeds.

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

Player choices

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

  • Lift the immunity.
    • … is removed from our Recruitable Leaders.
  • Recall … for … own protection.

Firing conditions

Show raw conditions
is_country_type = default
is_gestalt = no
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
    NOR = {
      is_same_value = root
      is_gestalt = yes
    }
    is_primitive = no
  }
}
NOT = { has_country_flag = recent_envoy_event }