ACTOR TK1Ammo_Bullet : Ammo 
{
	Inventory.PickupMessage "CLIP"
	Scale 0.1
	Inventory.Amount 10
	Inventory.MaxAmount 100
	Ammo.BackpackAmount 10
	Ammo.BackpackMaxAmount 200
	Inventory.PickupSound "Turok1/Weapons/PistolSelect"
	Inventory.Icon "TKA3R0"
	States
	{
	Spawn:
		TKA1 G -1
		Stop
	}
}

ACTOR TK1Ammo_BulletLarge : TK1Ammo_Bullet
{
	Inventory.PickupMessage "BOX OF BULLETS"
	Inventory.Amount 50
	Scale 0.130
	States
	{
	Spawn:
		TKA1 H -1
		Stop
	}
}

ACTOR TK1Ammo_Arrow : Ammo 
{
	Inventory.PickupMessage "30 ARROWS"
	Scale 0.1
	Inventory.Amount 30
	Inventory.MaxAmount 30
	Ammo.BackpackAmount 5
	Ammo.BackpackMaxAmount 60
	Inventory.PickupSound "Turok1/Weapons/PistolSelect"
	Inventory.Icon "TKA3O0"
	States
	{
	Spawn:
		TKA1 B -1
		Stop
	}
}

ACTOR TK1Ammo_TekArrow : Ammo 
{
	Inventory.PickupMessage "5 TEK ARROWS"
	Scale 0.1
	Inventory.Amount 5
	Inventory.MaxAmount 15
	Ammo.BackpackAmount 5
	Ammo.BackpackMaxAmount 25
	Inventory.PickupSound "Turok1/Weapons/PistolSelect"
	Inventory.Icon "TKA3P0"
	States
	{
	Spawn:
		TKA1 C -1
		Stop
	}
}

ACTOR TK1Ammo_TekArrowLarge : TK1Ammo_TekArrow
{
	Inventory.PickupMessage "15 TEK ARROWS"
	Inventory.Amount 15
	States
	{
	Spawn:
		TKA1 A -1
		Stop
	}
}

ACTOR TK1Ammo_Shell : Ammo 
{
	Inventory.PickupMessage "SHOTGUN SHELLS"
	Scale 0.1
	Inventory.Amount 5
	Inventory.MaxAmount 20
	Ammo.BackpackAmount 5
	Ammo.BackpackMaxAmount 40
	Inventory.PickupSound "Turok1/Weapons/ShotgunSelect"
	Inventory.Icon "TKA3X0"
	States
	{
	Spawn:
		TKA1 O -1
		Stop
	}
}


ACTOR TK1Ammo_ShellLarge : TK1Ammo_Shell
{
	Inventory.PickupMessage "BOX OF SHOTGUN SHELLS"
	Inventory.Amount 20
	States
	{
	Spawn:
		TKA1 P -1
		Stop
	}
}

ACTOR TK1Ammo_ShellLargeAlt : TK1Ammo_ShellLarge
{
	States
	{
	Spawn:
		TKA5 T -1
		Stop
	}
}

ACTOR TK1Ammo_ExpShell : Ammo 
{
	Inventory.PickupMessage "EXPLOSIVE SHELLS"
	Scale 0.1
	Inventory.Amount 4
	Inventory.MaxAmount 10
	Ammo.BackpackAmount 4
	Ammo.BackpackMaxAmount 20
	Inventory.PickupSound "Turok1/Weapons/ShotgunSelect"
	Inventory.Icon "TKA3Y0"
	States
	{
	Spawn:
		TKA1 I -1
		Stop
	}
}


ACTOR TK1Ammo_ExpShellLarge : TK1Ammo_ExpShell
{
	Inventory.PickupMessage "BOX OF EXPLOSIVE SHELLS"
	Inventory.Amount 10
	States
	{
	Spawn:
		TKA1 Q -1
		Stop
	}
}

ACTOR TK1Ammo_ExpShellLargeAlt : TK1Ammo_ExpShellLarge
{
	States
	{
	Spawn:
		TKA5 S -1
		Stop
	}
}

ACTOR TK1Ammo_Cell : Ammo 
{
	Inventory.PickupMessage "ENERGY CELL"
	Scale 0.1
	Inventory.Amount 25
	Inventory.MaxAmount 100
	Ammo.BackpackAmount 25
	Ammo.BackpackMaxAmount 200
	Inventory.PickupSound "Turok1/Items/EnergyPickup"
	Inventory.Icon "TKA3Q0"
	States
	{
	Spawn:
		TKA1 F -1
		Stop
	}
}


ACTOR TK1Ammo_CellLarge : TK1Ammo_Cell
{
	Inventory.PickupMessage "LARGE ENERGY CELL"
	Scale 0.1
	Inventory.Amount 50
	States
	{
	Spawn:
		TKA1 E -1
		Stop
	}
}

ACTOR TK1Ammo_Grenade : Ammo 
{
	Inventory.PickupMessage "1 GRENADE"
	Scale 0.1
	Inventory.Amount 1
	Inventory.MaxAmount 20
	Ammo.BackpackAmount 1
	Ammo.BackpackMaxAmount 40
	Inventory.PickupSound "Turok1/Weapons/ShotgunSelect"
	Inventory.Icon "TKA3S0"
	States
	{
	Spawn:
		TKA1 K -1
		Stop
	}
}

ACTOR TK1Ammo_GrenadeLarge : TK1Ammo_Grenade
{
	Inventory.PickupMessage "BOX OF GRENADES"
	Inventory.Amount 10
	States
	{
	Spawn:
		TKA1 L -1
		Stop
	}
}

ACTOR TK1Ammo_Mags : Ammo 
{
	Inventory.PickupMessage "MINIGUN AMMO"
	Scale 0.1
	Inventory.Amount 500
	Inventory.MaxAmount 500
	Ammo.BackpackAmount 500
	Ammo.BackpackMaxAmount 1000
	Inventory.PickupSound "Turok1/Weapons/PistolSelect"
	Inventory.Icon "TKA3R0"
	States
	{
	Spawn:
		TKA1 M -1
		Stop
	}
}

ACTOR TK1Ammo_Rocket : Ammo 
{
	Inventory.PickupMessage "4 ROCKETS"
	Scale 0.1
	Inventory.Amount 4
	Inventory.MaxAmount 6
	Ammo.BackpackAmount 4
	Ammo.BackpackMaxAmount 12
	Inventory.PickupSound "Turok1/Weapons/ShotgunSelect"
	Inventory.Icon "TKA3U0"
	States
	{
	Spawn:
		TKA1 N -1
		Stop
	}
}

ACTOR TK1Ammo_Fuse : Ammo 
{
	Inventory.PickupMessage "FUSION CHARGE"
	Scale 0.1
	Inventory.Amount 1
	Inventory.MaxAmount 2
	Ammo.BackpackAmount 1
	Ammo.BackpackMaxAmount 4
	Inventory.PickupSound "Turok1/Items/EnergyPickup"
	Inventory.Icon "TKA3V0"
	States
	{
	Spawn:
		TKA1 J -1
		Stop
	}
}

ACTOR TK1Ammo_Chrono : Ammo 
{
	Scale 0.2
	Inventory.Amount 3
	Inventory.MaxAmount 3
	Ammo.BackpackAmount 3
	Ammo.BackpackMaxAmount 6
	Inventory.PickupSound "Turok1/Weapons/PistolSelect"
	Inventory.Icon "TKA3Q0"
	States
	{
	Spawn:
		TKA1 J -1
		Stop
	}
}