StellarisCommands.com

Shroud Malady

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

Shroud Malady

Shroud Malady event picture
Situation event

A number of Shroud-Forged units on … have contracted a type of biological malady in a Shroud-Touched region on the planet. While our research drones have confirmed the veracity of the reports, we are yet to ascertain how a disease could spread to mechanical beings. Since losing contact with several drones assigned to work with the affected units, we have received reports that the affliction has started reshaping them into something akin to the Shroud-Forged.

The command below will trigger the "Shroud Malady" event in Stellaris:

Player choices

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

  • Observe the effects as long as they are local to the planet.
    • Convert up to … Machine Pops into Shroud-Forged Pops on ….
  • Isolate and dismantle the affected units.
    • +250 Alloys
    • +20 Zro

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_630_cooldown }
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
    OR = {
      has_deposit = d_shroud_rift_deposit
      has_deposit = d_shroud_flora_deposit
    }
  }
}