{
	"name" : "Ray",
	"health" : 70,
	"shield" : 70,
	"speed" : 1.85,
	"reloadTime" : 16,
	"shieldRechargeRate" : 60,
	"texture" : "gfx/fighters/ray.png",
	"guns" : [
		{
			"type" : "BT_PLASMA",
			"x" : -12,
			"y" : -12
		},
		{
			"type" : "BT_PLASMA",
			"x" : 12,
			"y" : -12
		},
		{
			"type" : "BT_MAG",
			"x" : -8,
			"y" : -12
		},
		{
			"type" : "BT_MAG",
			"x" : 8,
			"y" : -12
		}
	],
	"missiles" : 4,
	"flags" : "EF_TAKES_DAMAGE"
}