ACTOR TK2MPSmallBulletAmmo : Ammo 
{
	Inventory.PickupMessage "10 Bullets"
	Scale 0.5
	Inventory.Amount 10
	Inventory.MaxAmount 100
	Ammo.BackpackAmount 10
	Ammo.BackpackMaxAmount 200
	Inventory.PickupSound "Turok2MP64/Items/Pickup"
	Inventory.Icon "TKA2K0"
	States
	{
	Spawn:
		TKA3 L -1
		Stop
	}
}

ACTOR TK2MPLargeBulletAmmo : TK2MPSmallBulletAmmo
{
	Inventory.PickupMessage "35 Bullets"
	Inventory.Amount 35
	States
	{
	Spawn:
		TKA3 M -1
		Stop
	}
}

ACTOR TK2MPSmallChargeDartAmmo : Ammo 
{
	Inventory.PickupMessage "5 Charge Darts"
	Scale 0.5
	Inventory.Amount 5
	Inventory.MaxAmount 40
	Ammo.BackpackAmount 5
	Ammo.BackpackMaxAmount 80
	Inventory.PickupSound "Turok2MP64/Items/Pickup"
	Inventory.Icon "TKA2L0"
	States
	{
	Spawn:
		TKA3 O -1
		Stop
	}
}

ACTOR TK2MPLargeChargeDartAmmo : TK2MPSmallChargeDartAmmo
{
	Inventory.PickupMessage "15 Charge Darts"
	Inventory.Amount 15
	States
	{
	Spawn:
		TKA3 P -1
		Stop
	}
}

ACTOR TK2MPSmallPlasmaAmmo : Ammo 
{
	Inventory.PickupMessage "25 Plasma Ammo"
	Scale 0.5
	Inventory.Amount 25
	Inventory.MaxAmount 100
	Ammo.BackpackAmount 25
	Ammo.BackpackMaxAmount 200
	Inventory.PickupSound "Turok2MP64/Items/Pickup"
	Inventory.Icon "TKA2M0"
	States
	{
	Spawn:
		TKA3 H -1
		Stop
	}
}


ACTOR TK2MPLargePlasmaAmmo : TK2MPSmallPlasmaAmmo
{
	Inventory.PickupMessage "50 Plasma Ammo"
	Inventory.Amount 50
	States
	{
	Spawn:
		TKA3 I -1
		Stop
	}
}

ACTOR TK2MPSmallRocketAmmo : Ammo 
{
	Inventory.PickupMessage "5 Rocket Ammo"
	Scale 0.5
	Inventory.Amount 5
	Inventory.MaxAmount 50
	Ammo.BackpackAmount 5
	Ammo.BackpackMaxAmount 100
	Inventory.PickupSound "Turok2MP64/Items/Pickup"
	Inventory.Icon "TKA2P0"
	States
	{
	Spawn:
		TKA3 A -1
		Stop
	}
}


ACTOR TK2MPLargeRocketAmmo : TK2MPSmallRocketAmmo
{
	Inventory.PickupMessage "10 Rocket Ammo"
	Inventory.Amount 10
	States
	{
	Spawn:
		TKA3 G -1
		Stop
	}
}

ACTOR TK2MPSmallGrenadeAmmo : Ammo 
{
	Inventory.PickupMessage "2 Grenades"
	Scale 0.5
	Inventory.Amount 2
	Inventory.MaxAmount 50
	Ammo.BackpackAmount 2
	Ammo.BackpackMaxAmount 100
	Inventory.PickupSound "Turok2MP64/Items/Pickup"
	Inventory.Icon "TKA2O0"
	States
	{
	Spawn:
		TKA3 C -1
		Stop
	}
}


ACTOR TK2MPLargeGrenadeAmmo : TK2MPSmallGrenadeAmmo
{
	Inventory.PickupMessage "8 Grenades"
	Inventory.Amount 8
	States
	{
	Spawn:
		TKA3 D -1
		Stop
	}
}

ACTOR TK2MPSmallCoreAmmo : Ammo 
{
	Inventory.PickupMessage "1 Core"
	Scale 0.5
	Inventory.Amount 1
	Inventory.MaxAmount 1
	Ammo.BackpackAmount 1
	Ammo.BackpackMaxAmount 5
	Inventory.PickupSound "Turok2MP64/Items/Pickup"
	Inventory.Icon "TKA2N0"
	States
	{
	Spawn:
		TKA3 N -1
		Stop
	}
}

ACTOR TK2MPLargeCoreAmmo : TK2MPSmallCoreAmmo
{
	Inventory.PickupMessage "2 Cores"
	Inventory.Amount 2
	States
	{
	Spawn:
		TKA3 B -1
		Stop
	}
}

ACTOR TK2MPSmallTorpedoAmmo : Ammo 
{
	Inventory.PickupMessage "3 Torpedos"
	Scale 0.5
	Inventory.Amount 3
	Inventory.MaxAmount 25
	Ammo.BackpackAmount 3
	Ammo.BackpackMaxAmount 50
	Inventory.PickupSound "Turok2MP64/Items/Pickup"
	Inventory.Icon "TKA2Q0"
	States
	{
	Spawn:
		TKA3 E -1
		Stop
	}
}

ACTOR TK2MPLargeTorpedoAmmo : TK2MPSmallTorpedoAmmo
{
	Inventory.PickupMessage "10 Torpedos"
	Inventory.Amount 10
	States
	{
	Spawn:
		TKA3 F -1
		Stop
	}
}