StellarisCommands.com

Complimentary Thinking

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

Complimentary Thinking

Complimentary Thinking event picture
Country event

When diverse minds come together, there's no telling what they can accomplish; the addition of a new, non … member to our research team is already producing results.

The command below will trigger the "Complimentary Thinking" event in Stellaris:

Player choices

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

  • Excellent.
    • Physics: +None to None
    • Engineering: +None to None
    • Society: +None to None

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Broken Shackles
Show raw conditions
has_origin = origin_broken_shackles
any_owned_leader = {
  leader_class = scientist
  is_councilor = yes
  species = {
    NOT = {
      is_same_value = root.species
    }
  }
}
NOT = {
  has_country_flag = shackled_science
}