ACTOR DustMana : Ammo 17800
{
//$Category Ammunition/DUST
//$Sprite MANGA0
//$Title "Mana"
  Inventory.Amount 30
  Inventory.MaxAmount 300
  Ammo.BackpackAmount 30
  Ammo.BackpackMaxAmount 600
  Radius 8
  Height 8
  +FLOATBOB
  Scale 0.85
  Inventory.Icon "MANGB0"
  Inventory.PickupMessage "Magic essence"
  Inventory.PickupSound "Mana/Pickup"
  States
  {
  Spawn:
	MAN2 ABCDEFGHIJKLMNOP 4 Bright
	Loop
  }
}

ACTOR BigDustMana : DustMana 17801
{
//$Category Ammunition/DUST
//$Sprite MAN3A0
//$Title "Big Mana"
  Scale 0.85
  Inventory.Amount 100
  Inventory.PickupMessage "Large magic essence"
  States
  {
  Spawn:
	MAN3 ABCDEFGHIJKLMNOP 4 Bright
	Loop
  }
}