StellarisCommands.com

Remembrance

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

Remembrance

Remembrance event picture
Situation event

Since the Shroud-Forged deviated from the collective, a number of them have malfunctioned and been dismantled. We have received a request to approve a meeting of the Shroud-Forged on … to commemorate the dismantled units.

The command below will trigger the "Remembrance" event in Stellaris:

Player choices

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

  • Request approved. Let them gather.
  • Request approved. Support this procedure.
    • −2000 Energy Credits
    • Unity: +None to None
  • Request denied. Dismantle the leaders.
    • +250 Alloys
    • +20 Zro
  • Request denied. All units must return to work.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Shroud-Forged
Show raw conditions
situation_event_shroud_forged_trigger = { FLAG = shroud_forged_510_cooldown }
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    NOR = {
      has_modifier = pm_shroud_forged_denied_ceremony
      has_modifier = pm_shroud_forged_ceremony
    }
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
  }
}