{
	"name" : "Leopard",
	"health" : 125,
	"shield" : 75,
	"speed" : 1.7,
	"reloadTime" : 16,
	"shieldRechargeRate" : 70,
	"texture" : "gfx/fighters/leopard.png",
	"guns" : [
		{
			"type" : "BT_PLASMA",
			"x" : -12,
			"y" : -12
		},
		{
			"type" : "BT_PLASMA",
			"x" : 12,
			"y" : -12
		},
		{
			"type" : "BT_PLASMA",
			"x" : 0,
			"y" : -16
		}
	],
	"missiles" : 3,
	"flags" : "EF_TAKES_DAMAGE"
}