StellarisCommands.com

Trouble in Paradise

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

Trouble in Paradise

Trouble in Paradise event picture
Planet event

Local political drama on … has resulted in increased support among a small group of rebels, opposed to our underlying ethics. Their increased support have enabled them to gain more power in the region and vote for their own causes with limited success.

The command below will trigger the "Trouble in Paradise" event in Stellaris:

Player choices

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

  • We stand divided.
    • 300 Pops on … converts one step closer to Pacifism.
  • We stand divided.
    • 300 Pops on … converts one step closer to Militarism.
  • Suppress the opposition!
    • 100 Pop on … converts one step closer to Pacifism.Adds the Suppressed Opposition modifier to … with the following effects: Happiness -15%
  • Suppress the opposition!
    • 100 Pop on … converts one step closer to Militarism.Adds the Suppressed Opposition modifier to … with the following effects: Happiness -15%

Firing conditions

Show raw conditions
owner = {
  OR = {
    is_militarist = yes
    is_pacifist = yes
  }
  NOR = {
    has_country_flag = colony_event_ethic_diverge
    has_ethic = ethic_gestalt_consciousness
  }
}
pop_amount > 0
OR = {
  is_planet_class = pc_continental
  is_planet_class = pc_tropical
  is_planet_class = pc_gaia
}
NOT = {
  has_planet_flag = colony_event
}