StellarisCommands.com

Shroud-Forged Obsessions

The "Shroud-Forged Obsessions" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Shroud-Forged Obsessions

Shroud-Forged Obsessions event picture
Situation event

Recently, several drones have reported the unusual prevalence of … in the Shroud-Forged settlements on …. Shroud-Forged units appear to be particularly fascinated by these commodities, and their cost in bartering has increased exponentially. To satisfy their obsession, several units have resorted to removing their own parts to trade, even if this results in loss of functionality.

The command below will trigger the "Shroud-Forged Obsessions" event in Stellaris:

Player choices

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

  • Unit degradation is within accepted limits.
    • Unity: +None to None
  • Terminate this practice.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Shroud-Forged
  • Must not have modifier: Regulated Obsessions
Show raw conditions
situation_event_shroud_forged_trigger = { FLAG = shroud_forged_690_cooldown }
AND = {
  situation_progress >= 1800
  situation_progress < 3000
}
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_obsession_modifier }
  }
}