# Makes it so that the doctors pop category can produce or modify production of any resource
# This overrides the planet_doctors = {} section of 00_economic_categories in vanilla stellaris
planet_doctors = {
	parent = planet_jobs
	generate_add_modifiers = {
		produces
		upkeep
	}
	generate_mult_modifiers = {
		produces
		upkeep
	}
	modifier_category = pop
}
# Makes it so that the generator district category can produce or modify production of any resource, and the upkeep can be modified
# This overrides the planet_districts_generator = {} section of 00_economic_categories in vanilla stellaris
planet_districts_generator = {
	parent = planet_districts
	modifier_category = planet
	generate_add_modifiers = {
		cost
		produces
		upkeep
	}
	generate_mult_modifiers = {
		produces
		upkeep
		cost
	}
}

planet_xt_propagandists = {
	parent = planet_jobs
	generate_add_modifiers = {
		produces
		upkeep
	}
	generate_mult_modifiers = {
		produces
		upkeep
	}
}