StellarisCommands.com

Breach of Non-Interference Act

The "Breach of Non-Interference Act" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Breach of Non-Interference Act

Breach of Non-Interference Act event picture
Country eventDLC: First Contact

Officials from the … have received word of our interference in the natural development of the …. They have informed us that this is a clear violation of the Non-Interference Act, regardless of our intentions. The … will be considered in Breach of Galactic Law for the next ten years. In addition, we have been issued with a hefty fine.

The command below will trigger the "Breach of Non-Interference Act" event in Stellaris:

Player choices

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

  • Curses!
    • −5000 Energy Credits

Firing conditions

Show raw conditions
is_country_type = default
OR = {
  any_observed_pre_ftl_within_border = {
    OR = {
      is_under_open_technological_enlightenment = root
      is_under_societal_enlightenment = root
      has_pre_ftl_trade = root
      root = {
        is_improving_relations_with = prev
      }
      root = {
        is_harming_relations_with = prev
      }
    }
  }
  any_pre_ftl_within_border = {
    has_country_flag = violation_of_non_interference@root
  }
}
is_galactic_community_formed = yes
is_galactic_community_member = yes
is_active_resolution = resolution_pre_ftl_stances_non_interference
NOT = {
  has_country_flag = resolution_breached_pre_ftl_stances_non_interference
}