|
Copied directly from the in-game loot tables.
local hat = {
Domino Crown,
Bandana,
Helmet,
Hockey Mask
};
local melee = { --purple
Metal Pipe,
Light,
Hunting Knife,
Baseball Bat
};
local rareMelee = {
Axe,
Hammer
};
local specialMelee = {
Katana
};
local gun = { --black
.22 Rifle,
.22 Pistol,
M1911,
Model 1897,
Baretta M9,
M1 Garand,
Mossberg 500,
Remington 870,
Crossbow,
Colt Python,
Colt Anaconda,
G17,
Double Barrel,
M16
};
local rareGun = {
M4 Carbine,
AS50,
M60,
Uzi,
Spas 12,
MP5,
FN SCAR,
FAMAS,
AK47,
Desert Eagle,
G36c,
AWP,
AA-12,
Saiga 12,
FN P90,
Striker
}
local specialGun = {
M4 Tactical,
Tactical M9,
MP7,
AKM,
AK74u,
M32 GL,
Steyr AUG,
G36,
Barrett M82,
PP-19 Bizon
};
local legendaryGun = {
Tactical AUG,
Golden Death
};
local ammo = { --orange
.45 ACP Magazine,
.22 Clip,
12 Gauge,
9mm Magazine,
.308 Winchester,
.357 Magnum,
Bolt,
Slugs
};
local rareAmmo = {
45mm NATO,
.50 BMG,
12 Gauge Drum,
9mm Custom
};
local specialAmmo = {
7.62mm Bag,
.50 Magazine,
30mm NATO,
39mm 43M,
40mm Nades,
C-Mag
};
local health = { --red
Bandages,
Pills
};
local rareHealth = {
Splint
};
local specialHealth = {
Blood Bag,
Medkit
};
local stuff = { --green
Medium Bag,
Large Bag,
Flare,
Planks,
Barbed Wire
};
local rareStuff = {
Girder,
Alice Pack,
Map,
Petrol
};
local specialStuff = {
Night Vision,
Ghillie Suit,
Hood,
Rucksack,
Bullet Vest,
Grenade
};
local food = { --brown
Granola Bar,
Candy Bar,
Soup,
Cracker,
Pop Tart,
Tuna Fish,
Potato Chips,
Beans
};
local rareFood = {
Food Pack
};
local water = { --blue
Coke,
Pepsi,
Juice Box,
Water 375ml
};
local rareWater = {
Water Pack
}; |