StellarisCommands.com

Communication from …

The "Communication from …" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Communication from …

Country eventMean time: 12 months

Custodian protocol 475-3 unsuccessful. No … presence detected on …. Downgrading status of … from non-compromised to likely compromised.

The command below will trigger the "Communication from …" event in Stellaris:

Player choices

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

  • That's probably bad.
    • The … may react negatively to our failure.

Firing conditions

Show raw conditions
has_global_flag = fe_task_colonize_planet_active
has_country_flag = fe_task_colonize_planet
NOT = {
  any_system = {
    any_system_planet = {
      is_colony = yes
      has_planet_flag = fe_task_colonize_planet_target
      is_owned_by = root
    }
  }
}
OR = {
  NOT = { has_country_flag = fe_task_colonize_planet_timer }
  any_system = {
    any_system_planet = {
      is_colony = yes
      has_planet_flag = fe_task_colonize_planet_target
      NOT = { is_owned_by = root }
    }
  }
}