StellarisCommands.com

Eater of Worlds: Ravenous

The "Eater of Worlds: Ravenous" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Eater of Worlds: Ravenous

Eater of Worlds: Ravenous event picture
Country eventDLC: Utopia

Once again, the Eater has returned to claim its tribute - this time devouring a whole planet. … is now enveloped in a thick psionic fog, and any attempt to breach the atmosphere has proven unsuccessful. This world was uninhabited; the consequences would be grave if the next target is a thriving colony.

The command below will trigger the "Eater of Worlds: Ravenous" event in Stellaris:

Player choices

When this event fires, you can choose between the following option:

  • How far will this go?
    • … turns into a Shrouded World

Firing conditions

Show raw conditions
has_eater_unhappiness_empire = no
OR = {
  any_planet_within_border = {
    is_colonizable = no
    OR = {
      is_planet_class = pc_gas_giant
      is_planet_class = pc_molten
      is_planet_class = pc_barren
      is_planet_class = pc_barren_cold
      is_planet_class = pc_toxic
      is_planet_class = pc_frozen
    }
  }
  any_owned_nonprimary_starbase = {
    is_waystation_starbase = yes
    solar_system = {
      any_system_planet = {
        is_colonizable = no
        OR = {
          is_planet_class = pc_gas_giant
          is_planet_class = pc_molten
          is_planet_class = pc_barren
          is_planet_class = pc_barren_cold
          is_planet_class = pc_toxic
          is_planet_class = pc_frozen
        }
      }
    }
  }
}