ACTOR TK3SmallPistolAmmo : Ammo 
{
	scale 0.3
	Inventory.PickupMessage "Pistol Clip - 10 Rounds"
	Inventory.Amount 10
	Inventory.MaxAmount 100
	Ammo.BackpackAmount 10
	Ammo.BackpackMaxAmount 200
	Inventory.PickupSound "Turok3/Items/PickupWeapon"
	Inventory.Icon "TKA2E0"
	States
	{
	Spawn:
		TKA1 G -1
		Stop
	}
}

ACTOR TK3BoxofPistolAmmo : TK3SmallPistolAmmo
{
	scale 0.3
	Inventory.PickupMessage "Box of Pistol Bullets - 20"
	Inventory.Amount 20
	States
	{
	Spawn:
		TKA1 C -1
		Stop
	}
}

ACTOR TK3ArrowAmmo : Ammo 
{
	scale 0.3
	Inventory.PickupMessage "Quiver of Arrows - 5"
	Inventory.Amount 5
	Inventory.MaxAmount 40
	Ammo.BackpackAmount 5
	Ammo.BackpackMaxAmount 80
	Inventory.PickupSound "Turok3/Items/PickupArrows"
	Inventory.Icon "TKA2A0"
	States
	{
	Spawn:
		TKA1 A -1
		Stop
	}
}

ACTOR UsedArrow : TK3ArrowAmmo
{
	Inventory.PickupMessage "Arrow - 1"
	Inventory.Amount 1
		  scale 0.1
	States
	{
	Spawn:
    TF22 A -1
		Stop
	}
}

ACTOR TK3SmallRifleClip : Ammo 
{
	scale 0.3
	Inventory.PickupMessage "Rifle Clip - 10 Rounds"
	Inventory.Amount 10
	Inventory.MaxAmount 150
	Ammo.BackpackAmount 10
	Ammo.BackpackMaxAmount 250
	Inventory.PickupSound "Turok3/Items/PickupWeapon"
	Inventory.Icon "TKA2B0"
	States
	{
	Spawn:
		TKA1 H -1
		Stop
	}
}


ACTOR TK3BoxofRifleAmmo : TK3SmallRifleClip
{
	scale 0.3
	Inventory.PickupMessage "Box of Rifle Bullets - 20"
	Inventory.Amount 20
	States
	{
	Spawn:
		TKA1 D -1
		Stop
	}
}

ACTOR TK3ShotgunShells : Ammo 
{
	scale 0.3
	Inventory.PickupMessage "Shotgun Shells - 10 Rounds"
	Inventory.Amount 10
	Inventory.MaxAmount 70
	Ammo.BackpackAmount 5
	Ammo.BackpackMaxAmount 140
	Inventory.PickupSound "Turok3/Items/PickupShells"
	Inventory.Icon "TKA2C0"
	States
	{
	Spawn:
		TKA1 I -1
		Stop
	}
}


ACTOR TK3BoxofShotgunShells : TK3ShotgunShells
{
	scale 0.3
	Inventory.PickupMessage "Box of Shotgun Shells - 20"
	Inventory.Amount 20
	States
	{
	Spawn:
		TKA1 E -1
		Stop
	}
}

ACTOR TK3GrenadeAmmo : Ammo 
{
	scale 0.3
	Inventory.PickupMessage "Grenades - 3"
	Inventory.Amount 3
	Inventory.MaxAmount 20
	Ammo.BackpackAmount 3
	Ammo.BackpackMaxAmount 40
	Inventory.PickupSound "Turok3/Items/PickupGrenades"
	Inventory.Icon "TKA2D0"
	States
	{
	Spawn:
		TKA1 F -1
		Stop
	}
}


ACTOR TK3BoxofGrenadeAmmo : TK3GrenadeAmmo
{
	scale 0.3
	Inventory.PickupMessage "Box of Grenades - 8"
	Inventory.Amount 8
	States
	{
	Spawn:
		TKA1 B -1
		Stop
	}
}

ACTOR TK3SmallCoreAmmo : Ammo 
{
	scale 0.1
	Inventory.PickupMessage "1 Bore"
	Inventory.Amount 1
	Inventory.MaxAmount 20
	Ammo.BackpackAmount 1
	Ammo.BackpackMaxAmount 40
	Inventory.PickupSound "Turok3/Items/PickupWeapon"
	Inventory.Icon "TKA2F0"
	States
	{
	Spawn:
		TKA1 N -1
		Stop
	}
}

ACTOR TK3LargeCoreAmmo : TK3SmallCoreAmmo
{
	Inventory.PickupMessage "2 Bores"
	Inventory.Amount 2
	States
	{
	Spawn:
		TKA1 M -1
		Stop
	}
}

ACTOR TK3SmallSniperBullet : Ammo 
{
	scale 0.3
	Inventory.PickupMessage "Sniper Bullet - 1 Round"
	Inventory.Amount 1
	Inventory.MaxAmount 20
	Ammo.BackpackAmount 8
	Ammo.BackpackMaxAmount 40
	scale 0.1
	Inventory.PickupSound "Turok3/Items/PickupWeapon"
	Inventory.Icon "TKA2G0"
	States
	{
	Spawn:
		TKA4 T -1
		Stop
	}
}

ACTOR TK3SniperBox : TK3SmallSniperBullet
{
	Inventory.PickupMessage "Box of Sniper Rounds - 8 Rounds"
	Inventory.Amount 8
	States
	{
	Spawn:
		TKA1 O -1
		Stop
	}
}

ACTOR TK3FirestormBox : Ammo 
{
	scale 0.3
	Inventory.PickupMessage "Firestorm Ammo Box - 50 Rounds"
	Inventory.Amount 50
	Inventory.MaxAmount 250
	Ammo.BackpackAmount 50
	Ammo.BackpackMaxAmount 500
	Inventory.PickupSound "Turok3/Items/PickupWeapon"
	Inventory.Icon "TKA2J0"
	States
	{
	Spawn:
		TKA1 S -1
		Stop
	}
}

ACTOR TK3MPArrowAmmo : TK3ArrowAmmo
{
	scale 0.1
	Inventory.PickupMessage "10 Arrows"
	Inventory.Amount 10
	States
	{
	Spawn:
		TKA1 T -1
		Stop
	}
}

ACTOR TK3MPRifleAmmo : TK3SmallRifleClip
{
	scale 0.1
	Inventory.PickupMessage "15 Rifle Bullets"
	Inventory.Amount 15
	States
	{
	Spawn:
		TKA1 X -1
		Stop
	}
}

ACTOR TK3MPPistolAmmo : TK3SmallPistolAmmo
{
	scale 0.1
	Inventory.PickupMessage "10 Bullets"
	Inventory.Amount 10
	States
	{
	Spawn:
		TKA1 V -1
		Stop
	}
}

ACTOR TK3MPGrenadeAmmo : TK3GrenadeAmmo
{
	scale 0.1
	Inventory.PickupMessage "5 Grenades"
	Inventory.Amount 5
	States
	{
	Spawn:
		TKA1 U -1
		Stop
	}
}

ACTOR TK3MPShotgunShells : TK3ShotgunShells
{
	scale 0.1
	Inventory.PickupMessage "10 Shotgun Shells"
	Inventory.Amount 10
	States
	{
	Spawn:
		TKA1 Y -1
		Stop
	}
}

ACTOR TK3PSGAmmo : Ammo 
{
	scale 0.2
	Inventory.PickupMessage "PSG Ammo - 3"
	Inventory.Amount 3
	Inventory.MaxAmount 5
	Ammo.BackpackAmount 3
	Ammo.BackpackMaxAmount 10
	Inventory.PickupSound "Turok3/Items/PickupWeapon"
	Inventory.Icon "TKA2K0"
	States
	{
	Spawn:
		TKA1 Z -1
		Stop
	}
}