{
	"name" : "Scarab",
	"health" : 80,
	"shield" : 65,
	"speed" : 1.7,
	"reloadTime" : 35,
	"shieldRechargeRate" : 60,
	"texture" : "gfx/fighters/scarab.png",
	"guns" : [
		{
			"type" : "BT_PLASMA",
			"x" : -12,
			"y" : 0
		},
		{
			"type" : "BT_PLASMA",
			"x" : 12,
			"y" : 0
		},
		{
			"type" : "BT_ROCKET",
			"x" : 0,
			"y" : 0
		}
	],
	"missiles" : 8,
	"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER",
	"aiFlags" : "AIF_MISSILE_BOAT+AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
}