StellarisCommands.com

A Cause to Dance?

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

A Cause to Dance?

Planet eventDLC: Federations

Strange occurrences have been reported among the colonists on …. Apparently many individuals have taken to dancing on the streets for hours and even days on end, refusing to stop until they are physically restrained. So far, it has only affected a relatively small portion of the population, and our authorities have yet to establish a pattern.

The command below will trigger the "A Cause to Dance?" event in Stellaris:

Player choices

When this event fires, you can choose between the following option:

  • Monitor the situation.

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how A Cause to Dance? (federations2.8) connects.

Can lead to

Firing conditions

Conditions the game checks before this event can fire:

  • Must not have ethic: Gestalt Consciousness
Show raw conditions
owner = {
  is_country_type = default
  NOT = { has_ethic = ethic_gestalt_consciousness }
  NOT = { has_country_flag = dancing_fever_colony_event }
  is_individual_machine = no
}
any_owned_pop_group = {
  is_same_species = root.owner
}
NOR = {
  has_planet_flag = colony_event
  is_planet_class = pc_habitat
  is_planet_class = pc_ringworld_habitable
  is_planet_class = pc_shattered_ring_habitable
  is_planet_class = pc_cybrex
  is_planet_class = pc_city
}