StellarisCommands.com

Wasteland Radiation

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

Wasteland Radiation

Wasteland Radiation event picture
Planet event

The radiation levels in some wasteland regions of … appear to be greater than our previous scans had indicated. Colonists in several local settlements have complained of poor health, and birth rates are down. We are taking steps to evacuate the affected regions, but these measures will take time.

The command below will trigger the "Wasteland Radiation" event in Stellaris:

Player choices

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

  • Unfortunate.
    • Gain modifier: Wasteland Radiation

Firing conditions

Conditions the game checks before this event can fire:

  • Must not have ethic: Gestalt Consciousness
Show raw conditions
NOR = {
  has_planet_flag = armageddon_nuked
  has_planet_flag = colony_event
}
is_planet_class = pc_nuked
OR = {
  has_planet_flag = pre_ftls_nuked_themselves
  NOT = { has_planet_flag = nuked_planet_anomalies_disabled }
}
NOR = {
  has_planet_flag = wasteland_radiation
  solar_system = {
    any_system_planet = {
      is_capital = yes
    }
  }
}
owner = {
  empire_has_good_habitability_on_tomb_worlds = no
  NOT = { has_ethic = ethic_gestalt_consciousness }
}
pop_amount > 0
NOT = {
  owner = {
    has_country_flag = had_colony_163
  }
}