{
	"name" : "Firefly",
	"health" : 50,
	"shield" : 50,
	"speed" : 1.85,
	"reloadTime" : 25,
	"shieldRechargeRate" : 30,
	"texture" : "gfx/fighters/firefly.png",
	"guns" : [
		{
			"type" : "BT_PARTICLE",
			"x" : 0,
			"y" : -4
		},
		{
			"type" : "BT_PLASMA",
			"x" : -12,
			"y" : -2
		},
		{
			"type" : "BT_PLASMA",
			"x" : 12,
			"y" : -2
		}
	],
	"combinedGuns" : 1,
	"missiles" : 3,
	"flags" : "EF_TAKES_DAMAGE"
}