ACTOR RageSphere : PowerupGiver 12572
{
	//$Title Rage Sphere
	//$Category PowerUps

	+COUNTITEM
	+NOGRAVITY
	//+FLOATBOB
	+INVENTORY.AUTOACTIVATE
	+INVENTORY.ALWAYSPICKUP

	Inventory.MaxAmount 0
	Inventory.PickupMessage "Double Fire Speed!"
	Powerup.Type "PowerDoubleFiringSpeed"
	Powerup.Color 255, 32, 32, 0.25
	Powerup.Duration -60
	RenderStyle Translucent
	Alpha 0.8
	//FloatBobStrength 0.1
	
		States
		{
			Spawn:	
				RAGS ABCDCB 5 Bright
				Loop
		}
}