{
	"name" : "Sphinx",
	"health" : 110,
	"shield" : 75,
	"speed" : 1.85,
	"reloadTime" : 14,
	"shieldRechargeRate" : 60,
	"texture" : "gfx/fighters/sphinx.png",
	"guns" : [
		{
			"type" : "BT_PLASMA",
			"x" : 0,
			"y" : -4
		},
		{
			"type" : "BT_PLASMA",
			"x" : 9,
			"y" : 0
		},
		{
			"type" : "BT_PLASMA",
			"x" : -9,
			"y" : 0
		},
		{
			"type" : "BT_LASER",
			"x" : 0,
			"y" : 0
		}
	],
	"missiles" : 2,
	"flags" : "EF_TAKES_DAMAGE"
}