[
	{
		"type" : "BT_PARTICLE",
		"damage" : 1,
		"texture" : "gfx/bullets/particleBolt.png",
		"sound" : "SND_PARTICLE",
		"flags" : "BF_NONE"
	},
	
	{
		"type" : "BT_PLASMA",
		"damage" : 3,
		"texture" : "gfx/bullets/plasmaBolt.png",
		"sound" : "SND_PLASMA",
		"flags" : "BF_NONE"
	},
	
	{
		"type" : "BT_MISSILE",
		"damage" : 75,
		"texture" : "gfx/bullets/missile.png",
		"sound" : "SND_MISSILE",
		"flags" : "BF_ENGINE+BF_EXPLODES"
	},
	
	{
		"type" : "BT_MAG",
		"damage" : 10,
		"texture" : "gfx/bullets/magBolt.png",
		"sound" : "SND_MAG",
		"flags" : "BF_SYSTEM_DAMAGE"
	},
	
	{
		"type" : "BT_LASER",
		"damage" : 5,
		"texture" : "gfx/bullets/laser.png",
		"sound" : "SND_LASER",
		"flags" : "BF_SHIELD_DAMAGE"
	},
	
	{
		"type" : "BT_ROCKET",
		"damage" : 50,
		"texture" : "gfx/bullets/missile.png",
		"sound" : "SND_MISSILE",
		"flags" : "BF_ENGINE+BF_EXPLODES"
	}
]