StellarisCommands.com

Sounds and Vibrations

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

Sounds and Vibrations

Sounds and Vibrations event picture
Situation event

The malfunctions among the Shroud-Forged may be worse than originally predicted. We have observed large groups of them coming together to make unexpected noises and movements. The practice might represent some form of kinesthetic communication we are yet unable to parse. We cannot determine if these malfunctioning units pose a risk to the collective.

The command below will trigger the "Sounds and Vibrations" event in Stellaris:

Player choices

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

  • Designate an area for these... meetings.
  • Prohibit these actions.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Shroud-Forged
  • Must not have modifier: Designated Dancing Sites
Show raw conditions
situation_event_shroud_forged_trigger = { FLAG = shroud_forged_570_cooldown }
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
    NOT = { has_modifier = pm_shroud_forged_dance_area }
  }
}