{
	"name" : "Mantis",
	"health" : 50,
	"shield" : 75,
	"speed" : 1.85,
	"reloadTime" : 25,
	"shieldRechargeRate" : 35,
	"texture" : "gfx/fighters/mantis.png",
	"guns" : [
		{
			"type" : "BT_PLASMA",
			"x" : -12,
			"y" : -2
		},
		{
			"type" : "BT_PLASMA",
			"x" : 12,
			"y" : -2
		},
		{
			"type" : "BT_PARTICLE",
			"x" : -2,
			"y" : -4
		},
		{
			"type" : "BT_PARTICLE",
			"x" : 2,
			"y" : -4
		}
	],
	"combinedGuns" : 1,
	"missiles" : 6,
	"flags" : "EF_TAKES_DAMAGE"
}