ACTOR PistolAmmo2 : Ammo
{
  Inventory.Amount 60
  Inventory.MaxAmount 120
  Ammo.BackpackAmount 0
  Ammo.BackpackMaxAmount 250
  Scale 0.3
  Inventory.Icon "PSALA0"
  Inventory.PickupSound "45AENH"
  Inventory.PickupMessage "\c[Red][ \c[LightBlue].45 TASER Rounds\c- \c[Red]]"
  Tag ".45 TASER Rounds"
  States
  {
  Spawn:
    PSAL A 5
    PSAL A 5 BRIGHT
    loop
  }
}

ACTOR MagnumAmmo2 : Ammo
{
  Inventory.Amount 6
  Inventory.MaxAmount 12
  Ammo.BackpackAmount 0
  Ammo.BackpackMaxAmount 24
  Inventory.Icon "RVALA0"
  Scale 0.3
  Inventory.PickupSound "454ENH"
  Inventory.PickupMessage "\c[Yellow][ \c[Green].454 ISLEY Rounds\c- \c[Yellow]]"
  Tag ".454 ISLEY Rounds"
  States
  {
  Spawn:
    RVAL A 5
    RVAL A 5 BRIGHT
    loop
  }
}

ACTOR ShellAmmo2 : Ammo
{
  Inventory.Amount 8
  Inventory.MaxAmount 15
  Ammo.BackpackAmount 0
  Ammo.BackpackMaxAmount 35
  Inventory.Icon "SHALA0"
  Scale 0.3
  Inventory.PickupSound "12GENH"
  Inventory.PickupMessage "\c[Orange][ \c[Green]12g FLARE Rounds\c- \c[Orange]]"
  Tag "12g FLARE Rounds"
  States
  {
  Spawn:
    SHAL A 5
    SHAL A 5 BRIGHT
    loop
  }
}

ACTOR ThumperAmmo2 : Ammo
{
  Inventory.Amount 7
  Inventory.MaxAmount 15
  Ammo.BackpackAmount 0
  Ammo.BackpackMaxAmount 30
  Inventory.Icon "GLALA0"
  Scale 0.2
  Inventory.PickupSound "60MENH"
  Inventory.PickupMessage "\c[Purple][ \c[DJ_Pink]40mm FLAK Rounds\c- \c[Purple]]"
  Tag "40mm FLAK Rounds"
  States
  {
  Spawn:
    GLAL A 5
    GLAL A 5 BRIGHT
    loop
  }
}

ACTOR FlareAmmo2 : Ammo
{
  Inventory.Amount 6
  Inventory.MaxAmount 12
  Ammo.BackpackAmount 0
  Ammo.BackpackMaxAmount 24
  Inventory.Icon "RKALA0"
  Scale 0.3
  Inventory.PickupSound "20MENH"
  Inventory.PickupMessage "\c[DJ_Pink][ \c[Purple]20mm HEIAP Rounds\c- \c[DJ_Pink]]"
  Tag "20mm HEIAP Rounds"
  States
  {
  Spawn:
    RKAL A 5
    RKAL A 5 BRIGHT
    loop
  }
}

ACTOR LMGAmmo2 : Ammo
{
  Inventory.Amount 35
  Inventory.MaxAmount 65
  Ammo.BackpackAmount 0
  Ammo.BackpackMaxAmount 130
  Inventory.Icon "RFALA0"
  Scale 0.2
  Inventory.PickupSound "RIFENH"
  Inventory.PickupMessage "\c[DarkRed][ \c[Grey]7.62 XPHL Rounds\c- \c[DarkRed]]"
  Tag "7.62 XPHL Rounds"
  States
  {
  Spawn:
    RFAL A 5
    RFAL A 5 BRIGHT
    loop
  }
}