StellarisCommands.com

A Hush Descends

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

A Hush Descends

A Hush Descends event picture
Country event

The buzz surrounding The Manifesti faction has quietened, fading as quickly as the arrival of protests which started it. Some activists we spoke to claimed their motivations ranged from pure satire to conscientious objection. Attendance at galleries and museums has never been higher, but the public gaze has already moved on to newer, controversial groups of artists. We will continue to sift through the data gathered during this strange moment in … cultural history.

The command below will trigger the "A Hush Descends" event in Stellaris:

Player choices

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

  • Life goes on, apparently.
    • Gain modifier: Dreams Become Manifesti
    • +1800 Society
  • Fleeting whimsy.
    • Gain modifier: Dreams Become Manifesti
    • +1800 Society

Firing conditions

Show raw conditions
OR = {
  NOT = {
    any_pop_faction = { is_pop_faction_type = manifesti }
  }
  any_pop_faction = {
    is_pop_faction_type = manifesti
    faction_approval < 0.35
  }
}
NOT = {
  has_country_flag = manifesti_decline
}