Void SQUAD Equipment: Energy Multi-Tool

This thingamajig does everything. Literally. It's like a Swiss Army knife, but with more laser beams and less cheese.

Also includes:

			energyMultiTool = {
				primaryMode = function() {
					return "I'm a primary mode";
				},
				secondaryMode = function() {
					return "I'm a secondary mode";
				},
				tertiaryMode = function() {
					return "I'm a tertiary mode";
				},
				oscilloscope = function() {
					return "I'm an oscilloscope";
				},
				thermometer = function() {
					return "I'm a thermometer";
				}
			}