Git Product home page Git Product logo

Comments (7)

Ariphaos avatar Ariphaos commented on August 28, 2024

The AI doesn't use chemical bliss by default. Do you have some mod enacting it?

from stellarisunofficialpatch.

MattMills avatar MattMills commented on August 28, 2024

So I was testing on someone else's save, but it is/was ironman. I was told UI overhaul dynamic and Tiny Outliner V2 so that's what I was testing with. I'll load it up and take a look and double check though.

from stellarisunofficialpatch.

MattMills avatar MattMills commented on August 28, 2024

Looking at the vanilla code I think it's coming from here, I confirmed at least one of the AI is using chemical bliss:

scripted_effects/00_scripted_effects.txt

breach_fix_resolution_greatergood_universal_prosperity_mandate_chemical = {
	breach_fix_resolution_greatergood_universal_prosperity_mandate_freeslaves = yes

	if = {
		limit = {
			is_active_resolution = "resolution_greatergood_universal_prosperity_mandate"
			in_breach_of = resolution_greatergood_universal_prosperity_mandate
			has_technology = "tech_subdermal_stimulation"
		}
		hidden_effect = {
			every_owned_species = {
				limit = {
					is_sapient = yes
				}
				set_living_standard = { type = living_standard_chemical_bliss country = prev }
			}
		}

		custom_tooltip = "federations.10230.complychemical"
	}
}

Universal prosperity mandate is in effect in the GC.

from stellarisunofficialpatch.

MattMills avatar MattMills commented on August 28, 2024

(And this AI is in breach)

from stellarisunofficialpatch.

MattMills avatar MattMills commented on August 28, 2024

llamaTic - ironman.sav.zip

Original save if you want to look

from stellarisunofficialpatch.

MattMills avatar MattMills commented on August 28, 2024

And I've confirmed that after I repeal Universal prosperty I see no more Utopia.91 events firing

from stellarisunofficialpatch.

Ariphaos avatar Ariphaos commented on August 28, 2024

Alright I believe I have this fixed in the next patch.

Thank you.

from stellarisunofficialpatch.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.