councilor_elec_symbiosis = {
	leader_class = { commander }
	is_leader_possible = { leader_class = commander }
	civic = civic_elec_symbiosis
	modifier = {
		ships_alloys_upkeep_mult = -0.01
	}
}

councilor_elec_devourers = {
	leader_class = { commander }
	is_leader_possible = { leader_class = commander }
	civic = civic_elec_stellar_devourers
	modifier = {
		pop_purge_speed = 0.01
		ship_speed_mult = 0.02
	}
}

councilor_elec_industrial = {
	leader_class = { scientist official }
	is_leader_possible = {
		OR = {
			leader_class = scientist
			leader_class = official
		}
	}
	civic = civic_elec_industrial
	modifier = {
		planet_metallurgists_minerals_upkeep_mult = -0.01
	}
}

councilor_elec_weapons = {
	leader_class = { commander }
	is_leader_possible = { leader_class = commander }
	civic = civic_elec_living_weapons
	modifier = {
		ship_orbital_bombardment_army_damage_mult = 0.01
		ship_weapon_damage = 0.01
	}
}

councilor_elec_solarflare = {
	leader_class = { official commander }
	is_leader_possible = {
		OR = {
			leader_class = official
			leader_class = commander
		}
	}
	civic = civic_elec_mobile_solarflare
	modifier = {
		weapon_type_energy_weapon_damage_mult = 0.01
		weapon_type_energy_weapon_fire_rate_mult = 0.01
	}
}

councilor_elec_starlifter = {
	leader_class = { scientist official }
	is_leader_possible = {
		OR = {
			leader_class = scientist
			leader_class = official
		}
	}
	civic = civic_elec_starlifters
	modifier = {
		category_field_manipulation_research_speed_mult = 0.03
	}
}

councilor_elec_anthem = {
	leader_class = { scientist official }
	is_leader_possible = {
		OR = {
			leader_class = scientist
			leader_class = official
		}
	}
	civic = civic_elec_nuclear_anthem
	modifier = {
		planet_structures_cost_mult = -0.02
		planet_structures_upkeep_mult = -0.02
	}
}

councilor_elec_presence = {
	leader_class = { scientist official }
	is_leader_possible = {
		OR = {
			leader_class = scientist
			leader_class = official
		}
	}
	civic = civic_elec_paralyzing_presence
	modifier = {
		planet_technician_energy_produces_mult = 0.03
	}
}

councilor_elec_environment= {
	leader_class = { scientist official }
	is_leader_possible = {
		OR = {
			leader_class = scientist
			leader_class = official
		}
	}
	civic = civic_elec_native_environment
	modifier = {
		category_particles_research_speed_mult = 0.05
		empire_size_systems_mult = -0.03
	}
}

councilor_elec_ignition = {
	leader_class = { scientist official }
	is_leader_possible = {
		OR = {
			leader_class = scientist
			leader_class = official
		}
	}
	civic = civic_elec_source_of_ignition
	modifier = {
		planet_pops_energy_upkeep_mult = -0.02
		pop_growth_speed = 0.01
	}
}