StellarisCommands.com

Warped and Reshaped

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

Warped and Reshaped

Warped and Reshaped event picture
Situation event

Over time, drones who moved close to a Shroud-Touched region on … have been changed by the corrupted environment. They have slowly disconnected from the collective, and now present with the physical and processual characteristics of the Shroud-Forged.

The command below will trigger the "Warped and Reshaped" event in Stellaris:

Player choices

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

  • They are beyond our control now.
    • Convert up to … Machine Pops into Shroud-Forged Pops on ….
  • Ensure no other drones approach the region.

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