StellarisCommands.com

Housing and Storage

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

Housing and Storage

Housing and Storage event picture
Situation event

A petition calling for more storage space has been raised among the Shroud-Forged on …. For some reason, it seems they wish to customize their 'individual space.' The proposal is in stark opposition to several storage facility regulations, in particular regulation 4195-B, which clearly defines the optimal dimensions for drone storage.

The command below will trigger the "Housing and Storage" event in Stellaris:

Player choices

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

  • Their needs will be met.
    • −500 Minerals
    • Unity: +None to None
  • Regulation 4195-B applies to all drones. No exceptions.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Shroud-Forged
  • Must not have modifier: Special Housing
Show raw conditions
situation_event_shroud_forged_balanced_trigger = { FLAG = shroud_forged_500_cooldown }
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    NOT = { has_modifier = pm_shroud_forged_special_housing }
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
  }
}