StellarisCommands.com

Radical Transmissions

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

Radical Transmissions

Radical Transmissions event picture
Situation event

A small group of Shroud-Forged units have requested permission to communicate about the benefits of 'individualism' on …, arguing that it will help improve the efficiency of our drones' routine operations. We have seen the effects of such doctrines on other planets; the risks of autonomy often outweigh the advantages.

The command below will trigger the "Radical Transmissions" event in Stellaris:

Player choices

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

  • Let them speak. We are not in danger.
  • Permission denied.
    • −250 Unity

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Shroud-Forged
  • Must not have modifier: Individualism
Show raw conditions
has_situation_flag = shroud_forged_600_positive_2
situation_event_shroud_forged_trigger = { FLAG = shroud_forged_610_cooldown }
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_individualism }
  }
}