StellarisCommands.com

An Eye for Beauty

The "An Eye for Beauty" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

An Eye for Beauty

An Eye for Beauty event picture
Situation event

We have recently detected unusual activity on …, where the Shroud-Forged have made superficial changes to collective venues without central authorization. They have raised a number of multicolored stone structures that resemble the forms of other Shroud-Forged units. Reportedly, they consider the freedom to perform these operations as a legal right.

The command below will trigger the "An Eye for Beauty" event in Stellaris:

Player choices

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

  • These processes may prove beneficial to the collective.
  • An unproductive outcome of individualization.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Shroud-Forged
Show raw conditions
situation_event_shroud_forged_trigger = { FLAG = shroud_forged_670_cooldown }
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
    NOR = {
      has_modifier = pm_shroud_forged_artistic_revolution
      has_modifier = pm_shroud_forged_stopped_artists
    }
  }
}