0% found this document useful (0 votes)
35 views22 pages

Dev

The document outlines configuration settings for a police management system, including parameters for player management, armory management, and police station locations. It specifies authorized weapons for various ranks within the police force, detailing their components and prices. Additionally, it includes settings for markers, blips, and other features relevant to the police operations in the system.

Uploaded by

niko.ahonen08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views22 pages

Dev

The document outlines configuration settings for a police management system, including parameters for player management, armory management, and police station locations. It specifies authorized weapons for various ranks within the police force, detailing their components and prices. Additionally, it includes settings for markers, blips, and other features relevant to the police operations in the system.

Uploaded by

niko.ahonen08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 22

Config = {}

Config.DrawDistance = 25.0
Config.MarkerType = 25
Config.MarkerSize = {x = 1.5, y = 1.5, z = 0.5}
Config.MarkerColor = {r = 0, g = 34, b = 10}

Config.EnablePlayerManagement = true
Config.EnableArmoryManagement = true
Config.EnableESXIdentity = true -- enable if you're using esx_identity
Config.EnableLicenses = false -- enable if you're using esx_license

Config.EnableHandcuffTimer = false -- enable handcuff timer? will unrestrain


player after the time ends
Config.HandcuffTimer = 10 * 60000 -- 10 mins

Config.EnableJobBlip = false -- enable blips for cops on duty,


requires esx_society
Config.EnableCustomPeds = false -- enable custom peds in cloak room? See
Config.CustomPeds below to customize peds

Config.EnableESXService = false -- enable esx service?


Config.MaxInService = -1

Config.Locale = 'en'

Config.policeStations = {

LSPD = {

Blip = {
Coords = vector3(425.1, -979.5, 30.7),
--Coords = vector3(1851.3, 3688.9, 34.2),
Sprite = 60,
Display = 4,
Scale = 0.8,
Colour = 2
},

Cloakrooms = {
vector3(462.0620, -995.8647, 30.6895)
--[[ vector3(1848.11, 3695.99, 35.27),
vector3(-448.99, 6015.61, 32.72),
vector3(-1302.44, -556.72, 31.50),
vector3(-2141.58, 3294.26, 39.50),
vector3(2477.33, -366.34, 95.0)]]
},

Armories = {
vector3(482.5696, -995.2676, 30.6897)
--[[ vector3(1845.35, 3692.26, 34.40),
vector3(-449.71, 6010.23, 31.72),
vector3(-1301.28, -555.65, 30.50),
vector3(2477.08, -401.73, 94.0)]]

},
Vehicles = {
--[[ {
Spawner = vector3(469.0760, -974.6136, 26.2733),
InsideShop = vector3(427.76, -981.19, 25.43),
SpawnPoints = {
{ coords = vector3(450.8662, -976.0652, 25.6998),
heading = 91.67, radius = 6.0 },
{ coords = vector3(458.6403, -992.1975, 25.6999),
heading = 90.13, radius = 6.0 }
}
},

{
Spawner = vector3(469.0760, -974.6136, 26.2733),
SpawnPoints = {
{ coords = vector3(450.8662, -976.0652, 25.6998),
heading = 36.68, radius = 6.0 },
{ coords = vector3(458.6403, -992.1975, 25.6999),
heading = 29.61, radius = 6.0 },
}
},

{
Spawner = vector3(469.0760, -974.6136, 26.2733),
SpawnPoints = {
{ coords = vector3(450.8662, -976.0652, 25.6998),
heading = 96.21, radius = 6.0 },
{ coords = vector3(458.6403, -992.1975, 25.6999),
heading = 84.97, radius = 6.0 },
}
},

{
Spawner = vector3(469.0760, -974.6136, 26.2733),
SpawnPoints = {
{ coords = vector3(450.8662, -976.0652, 25.6998),
heading = 276.1, radius = 6.0 },
{ coords = vector3(458.6403, -992.1975, 25.6999),
heading = 302.5, radius = 6.0 }
}
},]]

{
Spawner = vector3(469.0760, -974.6136, 26.2733),
InsideShop = vector3(443.0439, -1026.5868, 28.7064),
SpawnPoints = {
{ coords = vector3(450.8662, -976.0652, 25.6998),
heading = 89.1373, radius = 6.0 },
{ coords = vector3(458.6403, -992.1975, 25.6999),
heading = 79.0587, radius = 6.0 }
}

}
},

Helicopters = {
{
Spawner = vector3(461.1040, -980.9802, 43.6919),

InsideShop = vector3(477.0, -1106.4, 43.0),


SpawnPoints = {
{ coords = vector3(449.5, -981.2, 43.6), heading =
92.6, radius = 10.0 }
}

},

BossActions = {
--vector3(459.9911, -984.8649, 30.7195),
--vector3(459.9911, -984.8649, 30.7195),
vector3(459.9911, -984.8649, 30.7195),
--vector3(-1286.66, -591.11, 37.38)
}

Config.AuthorizedWeapons = {
recruit = {
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},

officer = {
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},

sergeant = {
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},

intendent = {
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},

lieutenant = {
{weapon = 'WEAPON_CARBINERIFLE', components = {0, 0, 0, 0, 0, nil},
price = 0},
{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},

chef = {
{weapon = 'WEAPON_CARBINERIFLE', components = {0, 0, 0, 0, 0, nil},
price = 0},
{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},

boss = {
--{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
--{weapon = 'WEAPON_CARBINERIFLE', price = 0},
--{weapon = 'WEAPON_SNIPERRIFLE', price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
nuorempi = {
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
vanhempi = {
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
--{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price =
0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
ylikonsta = {
--{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
pkomisario = {
--{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
ylikomisario = {
--{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
ptarkastaja = {
--{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
--{weapon = 'WEAPON_CARBINERIFLE', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
apulaispaalikko = {
--{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
--{weapon = 'WEAPON_CARBINERIFLE', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
pylitarkastaja = {
--{weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
--{weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
--{weapon = 'WEAPON_CARBINERIFLE', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
paalikko = {
-- {weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
-- {weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
-- {weapon = 'WEAPON_CARBINERIFLE', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
pjohtaja = {
-- {weapon = 'WEAPON_PUMPSHOTGUN', components = {0, 0, nil}, price = 0},
-- {weapon = 'WEAPON_HEAVYPISTOL', price = 0},
{weapon = 'WEAPON_COMBATPISTOL', components = {0, 0, 0, 0, nil}, price
= 0},
{weapon = 'WEAPON_SMG', components = {0, 0, 0, 0, 0, nil}, price = 0},
{weapon = 'WEAPON_PISTOL_MK2', price = 0},
--{weapon = 'WEAPON_CARBINERIFLE', price = 0},
{weapon = 'WEAPON_NIGHTSTICK', price = 0},
{weapon = 'WEAPON_STUNGUN', price = 0},
{weapon = 'WEAPON_FLASHLIGHT', price = 0}
},
}

Config.AuthorizedVehicles = {
Shared = {

},

boss = {
{ model = 'polrs6', label = 'Poliisi rs6', price = -1 },
{ model = 'speeddemonrb', label = 'poliisi demon', price = -1 },
{ model = 'vc_poltdf', label = 'Hallinto Ferrari', price = -1 } },

nuorempi = {
{ model = 'speeddemonrb', label = 'Poliisi demon', price = -1 } },

vanhempi = {
{ model = 'speeddemonrb', label = 'Poliisi demon', price = -1 } },

ylikonsta = {
{ model = 'speeddemonrb', label = 'Poliisi demon', price = -1 } },
pkomisario = {
{ model = 'speeddemonrb', label = 'Poliisi demon', price = -1 } },

ylikomisario = {
{ model = 'polrs6', label = 'Poliisi rs6', price = -1 } },

ptarkastaja = {
{ model = 'polrs6', label = 'Poliisi rs6', price = -1 } },
apulaispaalikko = {
{ model = 'polrs6', label = 'Poliisi rs6', price = -1 },
{ model = 'speeddemonrb', label = 'poliisi demon', price = -1 },
{ model = 'vc_poltdf', label = 'Hallinto Ferrari', price = -1 } },
},

pylitarkastaja = {
{ model = 'polrs6', label = 'Poliisi rs6', price = -1 },
{ model = 'speeddemonrb', label = 'poliisi demon', price = -1 },
{ model = 'vc_poltdf', label = 'Hallinto Ferrari', price = -1 } },
},

paalikko = {
{ model = 'polrs6', label = 'Poliisi rs6', price = -1 },
{ model = 'speeddemonrb', label = 'poliisi demon', price = -1 },
{ model = 'vc_poltdf', label = 'Hallinto Ferrari', price = -1 } },
},

pjohtaja = {
{ model = 'polrs6', label = 'Poliisi rs6', price = -1 },
{ model = 'speeddemonrb', label = 'poliisi demon', price = -1 },
{ model = 'vc_poltdf', label = 'Hallinto Ferrari', price = -1 } },
}
}

Config.AuthorizedHelicopters = {
recruit = {},

officer = {
},

sergeant = {
},

intendent = {
},

lieutenant = {
},

chef = {
},

boss = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},

nuorempi = {
},
vanhempi = {
},

ylikonsta = {
},

komisario = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},

ylikomisario = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},

tarkastaja = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},

apulaispaalikko = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},

ylitarkastaja = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},

paalikko = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},

johtaja = {
{ model = 'polmav', label = 'Helikopteri', livery = 0, price = -1 }
},
}

-- CHECK SKINCHANGER CLIENT MAIN.LUA for matching elements

Config.Uniforms = {
recruit_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
officer_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
sergeant_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
intendent_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteri_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
lieutenant_wear = { -- currently the same as intendent_wear
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
chef_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
boss_wear = { -- currently the same as chef_wear
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteriboss_wear = { -- currently the same as chef_wear
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
tpaita_wear = {
male = {
['tshirt_1'] = 40, ['tshirt_2'] = 0,
['torso_1'] = 2, ['torso_2'] = 0,
['arms'] = 44,
['pants_1'] = 97, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
['helmet_1'] = 92, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 1, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
nuorempi_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
vanhempi_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
ylikonsta_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
komisario_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
ylikomisario_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
tarkastaja_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
apulaispaalikko_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
ylitarkastaja_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
paalikko_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
johtaja_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsterinuorempi_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsterivanhempi_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteriylikonsta_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsterikomisario_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteriylikomisario_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteritarkastaja_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteriapulaispaalikko_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteriylitarkastaja_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsteripaalikko_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
holsterijohtaja_wear = {
male = {
['tshirt_1'] = 38, ['tshirt_2'] = 0,
['torso_1'] = 92, ['torso_2'] = 0,
['arms'] = 12,
['pants_1'] = 24, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 0, ['bproof_2'] = 0,
},
female = {
['tshirt_1'] = 30, ['tshirt_2'] = 0,
['torso_1'] = 230, ['torso_2'] = 0,
['arms'] = 49,
['pants_1'] = 100, ['pants_2'] = 0,
['shoes_1'] = 24, ['shoes_2'] = 0,
--['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 1, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0,
['mask_1'] = 121, ['mask_2'] = 0,
['bproof_1'] = 3, ['bproof_2'] = 0,
}
},
bullet_wear = {
male = {
['bproof_1'] = 12, ['bproof_2'] = 3
},
female = {
['bproof_1'] = 17, ['bproof_2'] = 2
}
},
heijasteliivi_wear = {
male = {
['bproof_1'] = 10, ['bproof_2'] = 0
},
female = {
['bproof_1'] = 19, ['bproof_2'] = 0
}
},
}

You might also like