Stellaris

Stellaris

Plentiful Traditions 4.x
Teachtaire Aug 27, 2022 @ 8:43am
Robotization "Jazarian Clockworks" Not Working for Hiveminds Gestalts
Robotization tradition "Jazarian Clockworks" Automatic Spare-Parts Industry doesn't apply the benefit to organic assembly speed, i.e. gestalts and hive-minds.

I'm not sure if that is operating as intended, but it can be fixed by updating the plentiful_traditions_starbase_modules file as follows:



orbital_automatic_spare_part_industry = {
icon = "GFX_orbital_automatic_spare_part_industry"
section = "ASSEMBLYYARD_STARBASE_SECTION"
construction_days = 180
potential = {
exists = owner
owner = { has_technology = tech_plentiful_traditions_orbital_a_s_p_i }
}

resources = {
category = starbase_modules
cost = {
alloys = 75
energy = 25
influence = 50
}

produces = {
#consumer_goods = 5
}

upkeep = {
alloys = 5
energy = 5
}
}

orbit_modifier = {
planet_pop_assembly_add = 0.333
planet_pop_assembly_organic_add = 0.333
pop_assembly_speed = 0.10
}

system_modifier = {
planet_pop_assembly_mult = 0.05
planet_pop_assembly_organic_mult = 0.05
pop_assembly_speed = 0.10
}
}