### adds logistics aura to juggernaut reactors

friendly_aura = {
	name = "juggernaut_logistics"
	system_wide = yes

	stack_info = {
		#A ship can only be affected by one aura of a certain id. If multiple auras have the same ID the one with the highest priority will be applied.
		id = juggernaut_logistics
		priority = 1
	}

	modifier = {
		ships_logistics_mult = -0.75
	}
}
