Confirmed Stellaris - [3.2.1 (de97)] Research Institute AI change not reflected in Planetary Supercomputer

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

SirBlackAxe

General
16 Badges
Aug 13, 2021
1.752
4.085
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Stellaris: Synthetic Dawn
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Stellaris: Necroids
  • Stellaris: Nemesis
Description
[3.2.1 (de97)] Research Institute AI change not reflected in Planetary Supercomputer

Game Version
Herbert 3.2.1 (de97)

What version do you use?
Steam

What expansions do you have installed?
Synthetic Dawn, Utopia, Megacorp, Distant Stars, Ancient Relics, Lithoids, Federations

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
With 3.2.1, the second ai_resource_production={} block for the Research Institute building was modified and the third was removed. These changes weren't made to the Planetary Supercomputer building (which is the Gestalt version of the building), so now the two buildings have different ai_resource_production values where before they were the same.

From common/buildings/05_research_buildings.txt - new Research Institute code:
Code:
building_institute = {
[...]
	ai_resource_production = {
		trigger = { always = yes }
		physics_research = 3
		society_research = 3
		engineering_research = 3
	}
	ai_resource_production = {
		trigger = {
			planet_resource_compare = {
				resource = physics_research
				value >= 30
			}
		}
		physics_research = 5
		society_research = 5
		engineering_research = 5
	}
}
From common/buildings/05_research_buildings.txt - current Planetary Supercomputer / old Research Institute code:
Code:
building_supercomputer = {
[...]
	ai_resource_production = {
		trigger = { always = yes }
		physics_research = 3
		society_research = 3
		engineering_research = 3
	}
	ai_resource_production = {
		trigger = {
			planet_resource_compare = {
				resource = physics_research
				value >= 20
			}
		}
		physics_research = 3
		society_research = 3
		engineering_research = 3
	}
	ai_resource_production = {
		trigger = {
			planet_resource_compare = {
				resource = physics_research
				value >= 40
			}
		}
		physics_research = 3
		society_research = 3
		engineering_research = 3
	}
}

Steps to reproduce the issue.


Upload Attachment
File(s) attached
 

Attachments

  • 05_research_buildings.txt
    9 KB · Views: 0