StellarisCommands.com

Guardian Dragon

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

Guardian Dragon

Guardian Dragon event picture
Ship eventDLC: Aquatics

The command below will trigger the "Guardian Dragon" event in Stellaris:

Player choices

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

  • Curious.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Here Be Dragons
Show raw conditions
from = {
  has_star_flag = here_be_dragons_system
  owner = {
    has_origin = origin_here_be_dragons
    NOT = { has_communications = root.owner }
  }
  any_fleet_in_system = {
    is_ship_size = space_dragon_origin
    NOT = {
      owner = {
        OR = {
          is_country_type = default
          is_hostile = root.space_owner
        }
      }
    }
  }
}
NOT = { is_ship_size = space_dragon_origin }