StellarisCommands.com

Ethical changes on …

The "Ethical changes on …" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Ethical changes on …

Ethical changes on … event picture
Country event

The natives on … have not only become enamored with our technology, but our advisors report that they are also beginning to emulate our ways. Our mission to teach the … the value of science has profoundly affected their society. Organized religion is on the decline, and many superstitions are being abandoned.

The command below will trigger the "Ethical changes on …" event in Stellaris:

Player choices

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

  • Interesting.
    • The people of … will turn towards materialism.

Firing conditions

Show raw conditions
OR = {
  is_materialist = yes
  is_machine_empire = yes
}
any_observed_pre_ftl_within_border = {
  OR = {
    is_under_societal_enlightenment = root
    has_country_flag = espionage_operation_targeted_by@root
  }
  is_materialist = no
  NOT = {
    has_country_flag = materialist_development
  }
}