StellarisCommands.com

The Zro Market

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

The Zro Market

The Zro Market event picture
Situation event

In every system under our control, we have detected a misalignment between our Zro forecasts and final production outputs. Recently, one of our hunter-seeker drones tracked down a large gathering of Shroud-Forged units that were using large quantities of Zro to barter among themselves. We hypothesize that this is the likely cause of the gap in our forecasting.

The command below will trigger the "The Zro Market" event in Stellaris:

Player choices

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

  • Wait and observe.
    • Gain modifier: Zro Market
  • Scrap all units involved.
    • +250 Alloys
    • +120 Zro
  • Put an end to the bartering.
    • +100 Zro

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_620_cooldown }
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
  }
}