StellarisCommands.com

In Vivo

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

In Vivo

In Vivo event picture
Planet eventMean time: 1200 months

Xeno-researchers on … have published an open letter demanding that the local legislation restricting experiments on near-sapient alien species be relaxed. They make a convincing case for the scientific benefits, and warn that the output of the entire scientific community on … will suffer unless the laws are revised. The ethics of it all remain questionable.

The command below will trigger the "In Vivo" event in Stellaris:

Player choices

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

  • Ignore the pompous poindexters.
    • Gain modifier: Unproductive Without Experiments
  • We will accede to their demands.
    • The locals will not be happy about this.
    • Society: +None to None
    • Gain modifier: Unhappy With Experiments
  • Ethics? We care little for the fate of lesser beings.
    • Society: +None to None
    • Influence: +None to None

Firing conditions

Show raw conditions
owner = {
  NOR = {
    is_ai = yes
    is_guided_sapience_empire = yes
    is_wilderness_empire = yes
  }
}
NOT = { has_planet_flag = unethical_presapient_experiments }
any_owned_pop_group = {
  is_sapient = no
  NOT = { has_trait = trait_nascent_stage }
}