Config = Config or {}
Loc = {}
-- //////////////////////////////////////////////////
-- ///////////////// Our Discord ////////////////////
-- //////// https://discord.gg/bJNxYDAm5u ///////////
-- //////////////////////////////////////////////////
Config = {
debug = false, -- Shows polyzones created inside the game
Lan = 'en', -- Language, if you change this, you have to change 'en' in the locales file
Framework = 'qb-core', -- 'qb-core' or 'esx' or 'standalone'
Core = {resource = "qb-core", name = "QBCore", abbrev = "qb"}, -- (QBCore Only) If you arent using qb-core no need to change anything here
EmoteMenu = "dpemotes", -- "dpemotes" or "rpemotes" or "scully" or "cylex", or put "other" if you are using another menu
Inventory = "qb", -- "ox" or "qs" or "qb" or "esx" or "lj" or "ps", if you arent using any of these inventories, put it as "other" and you will need to edit the inventory export function, or open a ticket on discord.
Dispatch = "ps", -- "ps" or "cd" or "qs", if you arent using any of these dispatch systems, put it as "other" and you will need to edit the dispatch export function, or open a ticket on discord.
Target = 'qb-target', -- Target name, leave it as qb-target if you are using ox_target
DiscordLogStatus = false, -- Choose whether u want to turn on discord logs or not, you need to add a webhook below for it to work
-- To add your webhook go to opensource -> server, line 1 and add your webhook there
Cooldown = {
Global = true, -- Global cooldown (Set to false to have individual cooldowns on fleecas, true to have cooldowns on all fleecas when one is robbed)
Timer = 180, -- (Minutes) timer duration
},
AllRobberiesCooldown = false, -- For this to work you need to download projectx-utility from our github
ListLength = 100, -- Length of the employee list that will appear on the board
DisableEmployeePuzzle = false, -- Disable the employee puzzle
MinimumFleecaPolice = 0, -- Minimum police required to rob a fleeca
-- Progression item (Item that can be obtained at the end of the heist, can be used for the next heist)
ItemStatus = false,
ItemChance = 15, -- Chance of item spawning
ItemName = "", -- Item name
BonusItemCount = 1, -- Amount of items that will be given to the player
RequireBag = true, -- Require bag to pickup loot
-- Strike System (Silent = High risk, Higher reward, Loud = No risk, Fixed reward)
TotalTrolleys = 4, -- Total maximum amount of trolleys that could spawn, they spawn depending on the settings below
Strikes = 2, -- How many strikes players have to reach before having their reward cut
StrikeAmount = 2, -- (Silent Approach ONLY) How many trollys will be removed if they reach the strike limit
StrikeLoud = 3, -- (Loud Approach ONLY) How many trollys will spawn (preferably less than TotalTrolleys by 1, to give them insentive to do the loud approach aswell)
-- Skill System
SkillSystem = false, -- If want to use a skill system to initiate the heist set this to true
MinimumLevel = 10, -- Minimum level required to start the heist
ServerSideEvents = true, -- If you use a server sided skill events set this to true, if you use a client sided skill events set this to false
-- Evidence and Stress Systems
Evidence = {
["Status"] = true, -- Choose whether you want to have evidence dropped on the crime scene
["Chance"] = 50, -- Chance of fingerprints on the crime scene
},
Stress = { -- Stress gets applied on minigames failing only
["Status"] = true, -- Choose whether you want to have stress system
["Chance"] = 90, -- Chance of stress on the crime scene
["Amount"] = {min = 1, max = 3}, -- Amount of stress applied
},
DispatchLocation = { -- Choose where the alarm gets triggered, only one should be picked
["KeypadTwo"] = true,
["ElectricBox"] = true,
["Vault"] = false,
},
-- Drawtext and Target options
Drawtext = "OX", -- OLDQB for old qb-drawtext, QB for new qbcore drawtext, OX for ox_lib
DrawTextZoneSize = vec3(0.8, 0.8, 2), -- Size of the drawtext zone
Interaction = { -- true = target, false = drawtext
["Button"] = 38, -- [E] by default
["KeypadOne"] = true,
["Fingerprint"] = true,
["KeypadTwo"] = true,
["Board"] = true,
["Printer"] = true,
["Fusebox"] = true,
["ShelfOne"] = true,
["ShelfTwo"] = true,
["ShelfThree"] = true,
["ElectricBox"] = true,
["CardKeypad"] = true,
["Vault"] = true,
["Trolly1"] = true,
["Trolly2"] = true,
["Trolly3"] = true,
["Trolly4"] = true,
},
-- Durations
NotificationDuration = 2500, -- Duration of the displayed notifications
FingerprintDuration = 7500, -- Duration of the fingerprint progressbar
FuseboxDuration = 10000, -- Duration of the fusebox progressbar
ShelfDuration = 5000, -- Duration of the shelf progressbar
KeypadOneDuration = 10000, -- Duration of the keypad progressbar
KeypadTwoDuration = 10000, -- Duration of the keypad progressbar
PrinterDuration = 7500, -- Duration of the printer progressbar
CardKeypadDuration = 15000, -- Duration of the jaildoor keypad progressbar
ElectricBoxDuration = 10000, -- Duration of the ElectricBox progressbar
VaultDuration = 15000, -- Duration of the vault progressbar
-- animations
FuseboxAnim = "buzz", -- Animation played when interacting with the fusebox
ShelfAnim = "type", -- Animation played when interacting with the shelf
ElectricBoxAnim = "mechanic3", -- Animation played when interacting with the ElectricBox
PrinterAnim = "atm", -- Animation played when interacting with the printer
CardKeypadAnim = "buzz", -- Animation played when interacting with the keypad
}
Config.Inputs = { -- All the ox_lib Input texts
["SecretCombination"] = {Title = 'Hidden Password', Label = 'Password', Description = 'Enter the login password', Icon = 'fas fa-lock'},
}
Config.Items ={
["Device"] = "x_device",
["Pliers"] = "pliers",
["Pictures"] = "employeepictures",
["Bag"] = "bag",
["Keys"] = "fleeca_key",
["Keycard"] = "fleecacard",
["Laptop"] = "x_laptop",
}
Config.ItemsBreak = {
["Device"] = 0, -- % chance of breaking
["Pliers"] = 0, -- % chance of breaking
["Laptop"] = 0, -- % chance of breaking
}
Config.Fleecas = {
["RockfordHills"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(-1218.73, -329.83, 40.09),
["KeypadOneCoords"] = vector3(-1210.50, -332.03, 38.08),
["KeypadOneHeading"] = 207.57,
["KeypadTwoCoords"] = vector3(-1209.58, -336.87, 38.08),
["KeypadTwoHeading"] = 207.12,
["KeypadThreeCoords"] = vector3(-1205.53, -337.43, 38.08),
["KeypadThreeHeading"] = 297.44,
["OnCooldown"] = false,
["Door"] = vector3(-1209.24, -333.67, 36.86),
["DoorHeading"] = 206.86,
["DrawTextRotation"] = -60.0, -- Rotation of the drawtext
Interactions = {
["RockfordHillsFusebox"] = {
name = "RockfordHillsFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(-1217.27, -332.98, 42.13), -- Circle Zone Coords
drawtext = vector3(-1216.89, -332.87, 42.12),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["RockfordHillsFingerprint"] = {
name = "RockfordHillsFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(-1210.50, -332.03, 38.08), -- Circle Zone Coords
drawtext = vector3(-1210.62, -331.72, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsKeypadOne"] = {
name = "RockfordHillsKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(-1210.50, -332.03, 38.08), -- Circle Zone Coords
drawtext = vector3(-1210.62, -331.72, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsKeypadTwo"] = {
name = "RockfordHillsKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(-1209.58, -336.87, 38.08), -- Circle Zone Coords
drawtext = vector3(-1209.71, -336.53, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsPrinter"] = {
name = "RockfordHillsPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(-1215.28, -338.42, 37.76), -- Circle Zone Coords
drawtext = vector3(-1214.9, -338.26, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsBoard"] = {
name = "RockfordHillsBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(-1209.46, -334.64, 37.45), -- Circle Zone Coords
drawtext = vector3(-1209.23, -335.08, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["RockfordHillsShelfOne"] = {
name = "RockfordHillsShelfOne",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-1215.14, -336.89, 37.97), -- Circle Zone Coords
drawtext = vector3(-1214.97, -337.33, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsShelfTwo"] = {
name = "RockfordHillsShelfTwo",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-1213.32, -336.11, 37.97), -- Circle Zone Coords
drawtext = vector3(-1212.58, -336.26, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsShelfThree"] = {
name = "RockfordHillsShelfThree",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-1211.6, -335.23, 37.97), -- Circle Zone Coords
drawtext = vector3(-1211.23, -335.46, 37.79),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsElectricBox"] = {
name = "RockfordHillsElectricBox",
label = "Disable vault fuse", -- Text that appears when you target
coords = vector3(-1206.32, -339.78, 37.93), -- Circle Zone Coords
drawtext = vector3(-1206.48, -339.37, 37.92),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsVault"] = {
name = "RockfordHillsVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(-1208.67, -337.36, 38.30), -- Circle Zone Coords
drawtext = vector3(-1208.34, -337.22, 37.91),
panel = vector4(-1208.51, -337.33, 37.91, 117.25),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 98.86, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 206.86, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(-1207.62, -339.47, 38.08), -- (Don't touch this) Coords of the vault
},
["RockfordHillsCardKeypad"] = {
name = "RockfordHillsCardKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(-1205.53, -337.43, 38.08), -- Circle Zone Coords
drawtext = vector3(-1205.85, -337.57, 37.91),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
},
["Zone"] = {vector3(-1211.42, -315.51, 37.74), vector3(-1228.35, -323.95, 37.74), vector3(-1216.77, -346.8, 37.74), vector3(-1200.45, -336.72, 37.74)},
},
["Legion"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(148.76, -1036.29, 32.14),
["KeypadOneCoords"] = vector3(150.41, -1043.21, 29.67),
["KeypadOneHeading"] = 158.01,
["KeypadTwoCoords"] = vector3(147.6, -1047.21, 29.67),
["KeypadTwoHeading"] = 159.64,
["KeypadThreeCoords"] = vector3(149.87, -1050.42, 29.67),
["KeypadThreeHeading"] = 249.91,
["OnCooldown"] = false,
["Door"] = vector3(150.06, -1045.23, 28.44),
["DoorHeading"] = 159.85,
["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
Interactions = {
["LegionFusebox"] = {
name = "LegionFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(135.64, -1046.56, 29.84), -- Circle Zone Coords
drawtext = vector3(135.41, -1046.76, 29.33),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["LegionFingerprint"] = {
name = "LegionFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(150.41, -1043.21, 29.67), -- Circle Zone Coords
drawtext = vector3(150.58, -1042.87, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionKeypadOne"] = {
name = "LegionKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(150.41, -1043.21, 29.67), -- Circle Zone Coords
drawtext = vector3(150.58, -1042.87, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionKeypadTwo"] = {
name = "LegionKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(147.6, -1047.21, 29.67), -- Circle Zone Coords
drawtext = vector3(147.73, -1046.72, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionPrinter"] = {
name = "LegionPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(142.51, -1044.06, 29.45), -- Circle Zone Coords
drawtext = vector3(142.78, -1044.17, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionBoard"] = {
name = "LegionBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(149.16, -1045.83, 29.2), -- Circle Zone Coords
drawtext = vector3(148.99, -1046.14, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["LegionShelfOne"] = {
name = "LegionShelfOne",
label = "Search through documents", -- Text that appears when you target
coords = vector3(143.67, -1043.15, 29.50), -- Circle Zone Coords
drawtext = vector3(143.44, -1043.56, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionShelfTwo"] = {
name = "LegionShelfTwo",
label = "Search through documents", -- Text that appears when you target
coords = vector3(145.37, -1043.78, 29.50), -- Circle Zone Coords
drawtext = vector3(145.88, -1044.56, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionShelfThree"] = {
name = "LegionShelfThree",
label = "Search through documents", -- Text that appears when you target
coords = vector3(147.06, -1044.42, 29.50), -- Circle Zone Coords
drawtext = vector3(147.4, -1044.97, 29.38),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionElectricBox"] = {
name = "LegionElectricBox",
label = "Disable vault fuse", -- Text that appears when you target
coords = vector3(147.71, -1051.48, 29.36), -- Circle Zone Coords
drawtext = vector3(147.86, -1051.17, 29.51),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionVault"] = {
name = "LegionVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(147.7, -1048.19, 29.79), -- Circle Zone Coords
drawtext = vector3(148.0, -1048.3, 29.5),
panel = vector4(148.34, -1048.46, 30.47, 67.83),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 51.85, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 159.85, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(146.92, -1050.38, 29.67), -- (Don't touch this) Coords of the vault
},
["LegionCardKeypad"] = {
name = "LegionCardKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(149.87, -1050.42, 29.67), -- Circle Zone Coords
drawtext = vector3(149.35, -1050.27, 29.5),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
},
["Zone"] = {vector3(156.71, -1033.39, 29.26), vector3(149.98, -1052.85, 29.26), vector3(140.06, -1049.24, 29.26), vector3(146.39, -1028.81, 29.26)},
},
["Burton"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(-353.73, -42.97, 52.5),
["KeypadOneCoords"] = vector3(-350.39, -52.37, 49.34),
["KeypadOneHeading"] = 161.53,
["KeypadTwoCoords"] = vector3(-353.15, -56.41, 49.34),
["KeypadTwoHeading"] = 161.53,
["KeypadThreeCoords"] = vector3(-350.78, -59.57, 49.34),
["KeypadThreeHeading"] = 252.21,
["OnCooldown"] = false,
["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
["Door"] = vector3(-350.69, -54.41, 48.11),
["DoorHeading"] = 160.86,
Interactions = {
["BurtonFusebox"] = {
name = "BurtonFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(-365.26, -71.52, 45.69), -- Circle Zone Coords
drawtext = vector3(-365.39, -71.92, 45.66),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["BurtonFingerprint"] = {
name = "BurtonFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(-350.39, -52.37, 49.34), -- Circle Zone Coords
drawtext = vector3(-350.21, -52.01, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonKeypadOne"] = {
name = "BurtonKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(-350.39, -52.37, 49.34), -- Circle Zone Coords
drawtext = vector3(-350.21, -52.01, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonKeypadTwo"] = {
name = "BurtonKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(-353.15, -56.41, 49.34), -- Circle Zone Coords
drawtext = vector3(-353.01, -56.01, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonPrinter"] = {
name = "BurtonPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(-358.26, -53.37, 49.15), -- Circle Zone Coords
drawtext = vector3(-357.91, -53.5, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonBoard"] = {
name = "BurtonBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(-351.6, -54.9, 48.81), -- Circle Zone Coords
drawtext = vector3(-351.69, -55.36, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["BurtonShelfOne"] = {
name = "BurtonShelfOne",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-357.12, -52.44, 49.07), -- Circle Zone Coords
drawtext = vector3(-357.3, -52.8, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonShelfTwo"] = {
name = "BurtonShelfTwo",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-355.42, -53.07, 49.02), -- Circle Zone Coords
drawtext = vector3(-354.88, -53.81, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonShelfThree"] = {
name = "BurtonShelfThree",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-353.71, -53.69, 48.96), -- Circle Zone Coords
drawtext = vector3(-353.35, -54.16, 49.05),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonElectricBox"] = {
name = "BurtonElectricBox",
label = "Disable vault fuse", -- Text that appears when you target
coords = vector3(-352.97, -60.84, 49.17), -- Circle Zone Coords
drawtext = vector3(-352.82, -60.38, 49.18),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonVault"] = {
name = "BurtonVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(-352.86, -57.39, 49.50), -- Circle Zone Coords
drawtext = vector3(-352.45, -57.56, 49.17),
panel = vector4(-354.0, -57.09, 50.35, 71.15),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 52.86, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 160.86, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(-353.74, -59.61, 49.34), -- (Don't touch this) Coords of the vault
},
["BurtonCardKeypad"] = {
name = "BurtonCardKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(-350.78, -59.57, 49.34), -- Circle Zone Coords
drawtext = vector3(-351.17, -59.38, 49.17),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
},
["Zone"] = {vector3(-355.27, -38.79, 49.02), vector3(-343.72, -43.26, 49.02), vector3(-350.61, -62.6, 49.02), vector3(-368.76, -56.43, 49.02)},
},
["Alta"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(318.57, -275.84, 58.7),
["KeypadOneCoords"] = vector3(314.75, -281.58, 54.46),
["KeypadOneHeading"] = 158.7,
["KeypadTwoCoords"] = vector3(311.92, -285.569, 54.46),
["KeypadTwoHeading"] = 158.7,
["KeypadThreeCoords"] = vector3(314.18, -288.84, 54.46),
["KeypadThreeHeading"] = 250.71,
["OnCooldown"] = false,
["Door"] = vector3(314.39, -283.6, 53.24),
["DoorHeading"] = 159.87,
["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
Interactions = {
["AltaFusebox"] = {
name = "AltaFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(258.69, -308.01, 49.76), -- Circle Zone Coords
drawtext = vector3(258.79, -307.66, 49.65),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["AltaFingerprint"] = {
name = "AltaFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(314.75, -281.58, 54.46), -- Circle Zone Coords
drawtext = vector3(314.92, -281.03, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaKeypadOne"] = {
name = "AltaKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(314.75, -281.58, 54.46), -- Circle Zone Coords
drawtext = vector3(314.92, -281.03, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaKeypadTwo"] = {
name = "AltaKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(311.92, -285.569, 54.46), -- Circle Zone Coords
drawtext = vector3(312.1, -285.14, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaPrinter"] = {
name = "AltaPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(306.64, -282.35, 54.28), -- Circle Zone Coords
drawtext = vector3(307.14, -282.6, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaBoard"] = {
name = "AltaBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(313.52, -284.12, 54.48), -- Circle Zone Coords
drawtext = vector3(313.39, -284.6, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["AltaShelfOne"] = {
name = "AltaShelfOne",
label = "Search through documents", -- Text that appears when you target
coords = vector3(308.1, -281.34, 54.30), -- Circle Zone Coords
drawtext = vector3(307.77, -281.93, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaShelfTwo"] = {
name = "AltaShelfTwo",
label = "Search through documents", -- Text that appears when you target
coords = vector3(309.55, -282.07, 54.30), -- Circle Zone Coords
drawtext = vector3(310.21, -282.92, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaShelfThree"] = {
name = "AltaShelfThree",
label = "Search through documents", -- Text that appears when you target
coords = vector3(311.58, -282.88, 54.30), -- Circle Zone Coords
drawtext = vector3(311.73, -283.32, 54.18),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaElectricBox"] = {
name = "AltaKeypadTwoElectricBox",
label = "Disable vault fuse", -- Text that appears when you target
coords = vector3(312.0, -289.86, 54.31), -- Circle Zone Coords
drawtext = vector3(312.21, -289.55, 54.3),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaVault"] = {
name = "AltaVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(312.07, -286.58, 54.8), -- Circle Zone Coords
drawtext = vector3(312.33, -286.73, 54.3),
panel = vector4(311.88, -286.1, 54.65, 70.9),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 51.87, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 159.87, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(311.25, -288.75, 54.47), -- (Don't touch this) Coords of the vault
},
["AltaCardKeypad"] = {
name = "AltaCardKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(314.18, -288.84, 54.46), -- Circle Zone Coords
drawtext = vector3(313.77, -288.64, 54.3),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
},
["Zone"] = {vector3(306.58, -265.0, 53.96), vector3(326.7, -272.52, 53.93), vector3(315.11, -302.47, 53.95), vector3(291.94, -295.0, 53.95)},
},
["GrandSenoraDesert"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(1171.15, 2702.71, 40.67), -- Alarm coords
["KeypadOneCoords"] = vector3(1173.7, 2708.95, 38.39),
["KeypadOneHeading"] = 359.47, -- Heading of the keypad one
["KeypadTwoCoords"] = vector3(1175.0, 2713.68, 38.39),
["KeypadTwoHeading"] = 359.47, -- Heading of the keypad one
["KeypadThreeCoords"] = vector3(1171.73, 2715.95, 38.39),
["KeypadThreeHeading"] = 89.88, -- Heading of the keypad one
["OnCooldown"] = false,
["Door"] = vector3(1173.33, 2710.98, 37.16),
["DoorHeading"] = 0.0,
["DrawTextRotation"] = -90.0, -- Rotation of the drawtext
Interactions = {
["GrandSenoraDesertFusebox"] = {
name = "GrandSenoraDesertFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(1158.14, 2708.95, 37.98), -- Circle Zone Coords
drawtext = vector3(1157.68, 2708.98, 37.98),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["GrandSenoraDesertFingerprint"] = {
name = "GrandSenoraDesertFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(1173.7, 2708.95, 38.39), -- Circle Zone Coords
drawtext = vector3(1173.64, 2708.56, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertKeypadOne"] = {
name = "GrandSenoraDesertKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(1173.7, 2708.95, 38.39), -- Circle Zone Coords
drawtext = vector3(1173.64, 2708.56, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertKeypadTwo"] = {
name = "GrandSenoraDesertKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(1175.0, 2713.68, 38.39), -- Circle Zone Coords
drawtext = vector3(1174.99, 2713.29, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertPrinter"] = {
name = "GrandSenoraDesertPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(1180.71, 2712.52, 38.20), -- Circle Zone Coords
drawtext = vector3(1180.46, 2712.56, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertBoard"] = {
name = "GrandSenoraDesertBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(1173.99, 2711.62, 38.0), -- Circle Zone Coords
drawtext = vector3(1174.01, 2712.25, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["GrandSenoraDesertShelfOne"] = {
name = "GrandSenoraDesertShelfOne",
label = "Search through documents", -- Text that appears when you target
coords = vector3(1180.07, 2711.24, 38.30), -- Circle Zone Coords
drawtext = vector3(1180.13, 2711.69, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertShelfTwo"] = {
name = "GrandSenoraDesertShelfTwo",
label = "Search through documents", -- Text that appears when you target
coords = vector3(1178.01, 2711.24, 38.30), -- Circle Zone Coords
drawtext = vector3(1177.49, 2711.78, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertShelfThree"] = {
name = "GrandSenoraDesertShelfThree",
label = "Search through documents", -- Text that appears when you target
coords = vector3(1176.39, 2711.24, 38.30), -- Circle Zone Coords
drawtext = vector3(1175.93, 2711.62, 38.1),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertElectricBox"] = {
name = "GrandSenoraDesertElectricBox",
label = "Disable vault fuse", -- Text that appears when you target
coords = vector3(1173.41, 2717.8, 38.23), -- Circle Zone Coords
drawtext = vector3(1173.38, 2717.37, 38.23),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertVault"] = {
name = "GrandSenoraDesertVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(1174.34, 2714.49, 38.65), -- Circle Zone Coords
drawtext = vector3(1174.17, 2714.51, 38.22),
panel = vector4(1174.22, 2714.38, 40.0, 265.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 252.0, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 0.0, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(1174.51, 2716.89, 38.39), -- (Don't touch this) Coords of the vault
},
["GrandSenoraDesertCardKeypad"] = {
name = "GrandSenoraDesertCardKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(1171.73, 2715.95, 38.39), -- Circle Zone Coords
drawtext = vector3(1172.14, 2715.85, 38.22),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
},
["Zone"] = {vector3(1181.73, 2698.29, 38.0), vector3(1171.2, 2698.28, 38.0), vector3(1171.17, 2721.76, 38.0), vector3(1181.54, 2721.39, 38.0)},
},
["BanhamCanyon"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(-2966.54, 480.14, 18.35), -- Alarm coords
["KeypadOneCoords"] = vector3(-2960.38, 484.21, 16.0), -- Keypad one coords
["KeypadOneHeading"] = 268.22, -- Heading of the keypad one
["KeypadTwoCoords"] = vector3(-2955.71, 482.74, 16.0), -- Keypad two coords
["KeypadTwoHeading"] = 268.22, -- Heading of the keypad one
["KeypadThreeCoords"] = vector3(-2953.36, 485.78, 16.0), -- Keypad two coords
["KeypadThreeHeading"] = 357.92, -- Heading of the keypad one
["OnCooldown"] = false,
["Door"] = vector3(-2958.34, 484.51, 14.77),
["DoorHeading"] = 267.85,
["DrawTextRotation"] = -90.0, -- Rotation of the drawtext
Interactions = {
["BanhamCanyonFusebox"] = {
name = "BanhamCanyonFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(-2948.08, 481.18, 15.44), -- Circle Zone Coords
drawtext = vector3(-2947.67, 481.29, 15.44),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["BanhamCanyonFingerprint"] = {
name = "BanhamCanyonFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(-2960.38, 484.21, 16.0), -- Circle Zone Coords
drawtext = vector3(-2960.83, 484.3, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonKeypadOne"] = {
name = "BanhamCanyonKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(-2960.38, 484.21, 16.0), -- Circle Zone Coords
drawtext = vector3(-2960.83, 484.3, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonKeypadTwo"] = {
name = "BanhamCanyonKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(-2955.71, 482.74, 16.0), -- Circle Zone Coords
drawtext = vector3(-2956.0, 482.74, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonPrinter"] = {
name = "BanhamCanyonPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(-2957.05, 477.02, 15.74), -- Circle Zone Coords
drawtext = vector3(-2956.98, 477.32, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonBoard"] = {
name = "BanhamCanyonBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(-2957.62, 483.87, 15.7), -- Circle Zone Coords
drawtext = vector3(-2957.16, 483.88, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["BanhamCanyonShelfOne"] = {
name = "BanhamCanyonShelfOne",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-2958.27, 477.8, 15.90), -- Circle Zone Coords
drawtext = vector3(-2957.89, 477.69, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonShelfTwo"] = {
name = "BanhamCanyonShelfTwo",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-2958.26, 479.49, 15.90), -- Circle Zone Coords
drawtext = vector3(-2957.69, 480.33, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonShelfThree"] = {
name = "BanhamCanyonShelfThree",
label = "Search through documents", -- Text that appears when you target
coords = vector3(-2958.15, 481.42, 15.90), -- Circle Zone Coords
drawtext = vector3(-2957.7, 481.89, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonElectricBox"] = {
name = "BanhamCanyonElectricBox",
label = "Disable vault fuse", -- Text that appears when you target
coords = vector3(-2951.71, 484.13, 15.84), -- Circle Zone Coords
drawtext = vector3(-2952.02, 484.16, 15.84),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonVault"] = {
name = "BanhamCanyonVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(-2954.86, 483.3, 16.33), -- Circle Zone Coords
drawtext = vector3(-2954.82, 483.61, 15.83),
panel = vector4(-2954.75, 483.3, 15.82, 173.98),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 159.85, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 267.85, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(-2952.48, 483.11, 16.0), -- (Don't touch this) Coords of the vault
},
["BanhamCanyonCardKeypad"] = {
name = "BanhamCanyonCardKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(-2953.36, 485.78, 16.0), -- Circle Zone Coords
drawtext = vector3(-2953.32, 485.31, 15.83),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
},
["Zone"] = {vector3(-2972.54, 490.35, 15.3), vector3(-2942.93, 488.71, 15.3), vector3(-2944.23, 468.44, 15.3), vector3(-2973.19, 469.75, 15.3)},
},
}
Config.Sounds = {
["DoorUnlockSound"] = 'DoorOpen', -- The sound that is played when unlocking doors
["DoorUnlockSoundVolume"] = 2.0, -- The volume of the sound that is played
["DoorUnlockSoundDistance"] = 3.0, -- The distance that the sound reaches
["LaserDisable"] = 'nv', -- The sound that is played when the disabling lasers
["LaserDisableSoundVolume"] = 3.0, -- The volume of the sound that is played
["LaserDisableSoundDistance"] = 15.0, -- The distance that the sound reaches
["AlarmSound"] = 'security-alarm', -- The sound that is played when the alarm is on
["AlarmSoundVolume"] = 0.05, -- The volume of the sound that is played
["AlarmSoundDistance"] = 35.0, -- The distance that the sound reaches
["AlarmRepeat"] = 75, -- At 75 and Wait at 8000, the alarm will blare every 8 seconds for a total of 10 minutes
["AlarmWait"] = 8000, -- Waits between each alarm blare
}
Config.PuzzleSettings = {
["ShowFirstLetter"] = {
["Status"] = true, -- Show the first letter of the hidden word
["Replace"] = "?" -- If ["Status"] is false, replace the hidden word with the chosen string
},
["ShowLastLetter"] = {
["Status"] = false, -- Show the first letter of the hidden word
["Replace"] = "?" -- If ["Status"] is false, replace the hidden word with the chosen string
},
["HideOneClue"] = {
["Status"] = true, -- Hide one of the clues
["Replace"] = "* **Missing** *" -- If ["Status"] is false, replace the hidden word with the chosen string
}
}
Config.RewardCash = {
["ObtainPerPickup"] = true, -- Obtain the specified items below per cash stack pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
['Cash'] = true, -- Set this to false to use a cash "item", or true to use cash
['CashItem'] = "markedbills", -- Item you want to use for cash (['Cash'] = false)
['StackAmount'] = {min = 45, max = 110}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of cash you recieve at the end of the trolley animation
['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
Config.RewardGold = {
["ObtainPerPickup"] = false, -- Obtain the specified items below per gold bar pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
['Cash'] = false, -- Set this to false to use a cash "item", or true to use cash
['GoldItem'] = "goldbar", -- Item you want to use for cash (['Cash'] = false)
['StackAmount'] = {min = 3, max = 5}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of gold bars you recieve at the end of the trolley animation
['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
Config.RewardDiamond = {
["ObtainPerPickup"] = true, -- Obtain the specified items below per diamond box pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
['Cash'] = false, -- Set this to false to use a cash "item", or true to use cash
['DiamondItem'] = "diamond", -- Item you want to use for cash (['Cash'] = false)
['StackAmount'] = {min = 1, max = 1}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of diamonds you recieve at the end of the trolley animation
['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
Config.Trollys = {
-- For Gold trollys: (Replace the settings below to change the loot type, trollys dont have to be all the same reward)
-- model = 'ch_prop_gold_trolly_01a', -- (Gold by default) Model of the trolley
-- lootmodel = 'ch_prop_gold_bar_01a', -- (Gold by default) Model of the loot
-- loot = "gold", -- (Gold by default) Should be set according to the model
-- label = 'Grab Gold', -- Text that appears when you target
-- For Diamond trollys: (Replace the settings below to change the loot type, trollys dont have to be all the same reward)
-- model = 'ch_prop_diamond_trolly_01a', -- (Diamond by default) Model of the trolley
-- lootmodel = 'ch_prop_vault_dimaondbox_01a', -- (Diamond by default) Model of the loot
-- loot = "diamond", -- (Diamond by default) Should be set according to the model
-- label = 'Grab Diamonds', -- Text that appears when you target
["RockfordHills"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(-1213.97, -341.49, 36.92),
drawtext = vector3(-1213.6, -341.33, 37.92),
heading = 295.58,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(-1213.15, -340.34, 36.92),
drawtext = vector3(-1212.97, -340.68, 37.92),
heading = 210.88,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(-1210.38, -340.88, 36.92),
drawtext = vector3(-1210.5, -340.6, 37.92),
heading = 30.81,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(-1210.36, -338.93, 36.92),
drawtext = vector3(-1210.1, -339.35, 37.92),
heading = 206.8,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["Legion"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(141.02, -1047.09, 28.51),
drawtext = vector3(141.31, -1047.22, 29.51),
heading = 252.27,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(142.48, -1046.9, 28.51),
drawtext = vector3(142.37, -1047.24, 29.51),
heading = 159.79,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(144.12, -1049.4, 28.51),
drawtext = vector3(144.19, -1049.12, 29.51),
heading = 343.78,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(145.27, -1047.93, 28.51),
drawtext = vector3(145.18, -1048.14, 29.51),
heading = 161.54,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["Burton"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(-359.75, -56.56, 48.18),
drawtext = vector3(-359.3, -56.65, 49.18),
heading = 257.47,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(-358.11, -56.16, 48.18),
drawtext = vector3(-358.22, -56.54, 49.18),
heading = 157.54,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(-356.56, -58.72, 48.18),
drawtext = vector3(-356.48, -58.41, 49.18),
heading = 342.09,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(-355.26, -57.24, 48.18),
drawtext = vector3(-355.44, -57.56, 49.18),
heading = 160.06,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["Alta"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(305.23, -285.58, 53.3),
drawtext = vector3(305.52, -285.65, 54.3),
heading = 254.09,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(306.96, -285.28, 53.3),
drawtext = vector3(306.83, -285.64, 54.3),
heading = 157.05,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(308.47, -287.9, 53.3),
drawtext = vector3(308.59, -287.62, 54.3),
heading = 336.35,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(309.73, -286.25, 53.3),
drawtext = vector3(309.61, -286.52, 54.3),
heading = 159.7,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["GrandSenoraDesert"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(1181.35, 2716.05, 37.23),
drawtext = vector3(1181.11, 2716.03, 38.23),
heading = 94.6,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(1179.77, 2715.07, 37.23),
drawtext = vector3(1179.79, 2715.38, 38.23),
heading = 356.05,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(1177.55, 2717.01, 37.23),
drawtext = vector3(1177.55, 2716.73, 38.23),
heading = 177.1,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(1176.72, 2715.07, 37.23),
drawtext = vector3(1176.73, 2715.41, 38.23),
heading = 1.16,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["BanhamCanyon"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(-2953.58, 476.34, 14.84),
drawtext = vector3(-2953.6, 476.7, 15.84),
heading = 1.06,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(-2954.5, 477.92, 14.84),
drawtext = vector3(-2954.23, 477.89, 15.84),
heading = 266.79,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(-2952.48, 480.11, 14.84),
drawtext = vector3(-2952.7, 480.13, 15.84),
heading = 85.57,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(-2954.34, 480.86, 14.84),
drawtext = vector3(-2954.12, 480.85, 15.84),
heading = 266.72,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
}
Config.Employees = {
[1] = {first = "Olivia", last = "Roberts", residence = "Hawaii", age = "27"},
[2] = {first = "Ethan", last = "Parker", residence = "Kentucky", age = "34"},
[3] = {first = "Sophia", last = "Adams", residence = "Mississippi", age = "45"},
[4] = {first = "Benjamin", last = "Taylor", residence = "Montana", age = "19"},
[5] = {first = "Ava", last = "Wright", residence = "SouthDakota", age = "31"},
[6] = {first = "Liam", last = "Davis", residence = "Arizona", age = "40"},
[7] = {first = "Emma", last = "Wilson", residence = "Connecticut", age = "22"},
[8] = {first = "Noah", last = "Martinez", residence = "WestVirginia", age = "29"},
[9] = {first = "Isabella", last = "Anderson", residence = "Delaware", age = "36"},
[10] = {first = "Alexander", last = "Nelson", residence = "Maryland", age = "50"},
[11] = {first = "Mia", last = "Johnson", residence = "Iowa", age = "25"},
[12] = {first = "Elijah", last = "Garcia", residence = "NewMexico", age = "33"},
[13] = {first = "Sofia", last = "Clark", residence = "Vermont", age = "28"},
[14] = {first = "William", last = "Brown", residence = "Minnesota", age = "42"},
[15] = {first = "Charlotte", last = "Harris", residence = "Tennessee", age = "37"},
[16] = {first = "James", last = "Turner", residence = "Wisconsin", age = "30"},
[17] = {first = "Amelia", last = "Smith", residence = "NorthDakota", age = "23"},
[18] = {first = "Liam", last = "Anderson", residence = "Texas", age = "26"},
[19] = {first = "Olivia", last = "Walker", residence = "Virginia", age = "39"},
[20] = {first = "Emma", last = "Roberts", residence = "Louisiana", age = "32"},
[21] = {first = "Ethan", last = "Johnson", residence = "Alabama", age = "33"},
[22] = {first = "Sophia", last = "Garcia", residence = "Alaska", age = "42"},
[23] = {first = "Benjamin", last = "Lee", residence = "Arkansas", age = "19"},
[24] = {first = "Ava", last = "Anderson", residence = "California", age = "30"},
[25] = {first = "Liam", last = "Williams", residence = "Colorado", age = "40"},
[26] = {first = "Emma", last = "Brown", residence = "Florida", age = "24"},
[27] = {first = "Noah", last = "Davis", residence = "Georgia", age = "29"},
[28] = {first = "Isabella", last = "Taylor", residence = "Idaho", age = "35"},
[29] = {first = "Alexander", last = "Harris", residence = "Illinois", age = "47"},
[30] = {first = "Mia", last = "Moore", residence = "Indiana", age = "26"},
[31] = {first = "Elijah", last = "Clark", residence = "Kansas", age = "39"},
[32] = {first = "Sofia", last = "Martinez", residence = "Iowa", age = "28"},
[33] = {first = "William", last = "Turner", residence = "Kentucky", age = "41"},
[34] = {first = "Charlotte", last = "Johnson", residence = "Louisiana", age = "31"},
[35] = {first = "James", last = "Anderson", residence = "Maine", age = "27"},
[36] = {first = "Amelia", last = "Walker", residence = "Maryland", age = "23"},
[37] = {first = "Liam", last = "Smith", residence = "Massachusetts", age = "36"},
[38] = {first = "Olivia", last = "Taylor", residence = "Michigan", age = "44"},
[39] = {first = "Emma", last = "Parker", residence = "Minnesota", age = "32"},
[40] = {first = "Noah", last = "Garcia", residence = "Mississippi", age = "25"},
[41] = {first = "Sophia", last = "Moore", residence = "Missouri", age = "38"},
[42] = {first = "Alexander", last = "Davis", residence = "Nebraska", age = "49"},
[43] = {first = "Ava", last = "Brown", residence = "Nevada", age = "29"},
[44] = {first = "Benjamin", last = "Johnson", residence = "NewHampshire", age = "21"},
[45] = {first = "Ethan", last = "Martinez", residence = "NewJersey", age = "37"},
[46] = {first = "Olivia", last = "Clark", residence = "NewMexico", age = "43"},
[47] = {first = "Sophia", last = "Williams", residence = "NewYork", age = "28"},
[48] = {first = "Liam", last = "Turner", residence = "NorthCarolina", age = "30"},
[49] = {first = "Emma", last = "Walker", residence = "NorthDakota", age = "26"},
[50] = {first = "Oliver", last = "Wilson", residence = "Ohio", age = "33"},
[51] = {first = "Lily", last = "Morris", residence = "Georgia", age = "28"},
[52] = {first = "Carter", last = "Smith", residence = "Florida", age = "32"},
[53] = {first = "Ghazi", last = "Bekker", residence = "NorthCarolina", age = "41"},
[54] = {first = "Henry", last = "Baker", residence = "Texas", age = "41"},
[55] = {first = "Ella", last = "Foster", residence = "California", age = "29"},
[56] = {first = "Aiden", last = "Gomez", residence = "NewYork", age = "27"},
[57] = {first = "Scarlett", last = "Rivera", residence = "Arizona", age = "36"},
[58] = {first = "Logan", last = "Wright", residence = "Montana", age = "33"},
[59] = {first = "Aria", last = "Mitchell", residence = "Kansas", age = "23"},
[60] = {first = "Gabriel", last = "Sanchez", residence = "Colorado", age = "30"},
[61] = {first = "Madison", last = "Lopez", residence = "Alabama", age = "26"},
[62] = {first = "Wyatt", last = "Turner", residence = "Louisiana", age = "35"},
[63] = {first = "Luna", last = "Ward", residence = "Maryland", age = "38"},
[64] = {first = "Owen", last = "Green", residence = "Minnesota", age = "31"},
[65] = {first = "Avery", last = "Coleman", residence = "NorthDakota", age = "29"},
[66] = {first = "Jack", last = "Jenkins", residence = "Michigan", age = "43"},
[67] = {first = "Isabelle", last = "Russell", residence = "NewMexico", age = "22"},
[68] = {first = "Luke", last = "Stewart", residence = "SouthDakota", age = "26"},
[69] = {first = "Emily", last = "White", residence = "Wisconsin", age = "31"},
[70] = {first = "Mason", last = "Robinson", residence = "Tennessee", age = "34"},
[71] = {first = "Zoey", last = "Gonzalez", residence = "Delaware", age = "25"},
[72] = {first = "Sebastian", last = "Lee", residence = "Iowa", age = "39"},
[73] = {first = "Addison", last = "Cooper", residence = "Mississippi", age = "28"},
[74] = {first = "Eli", last = "Hernandez", residence = "NewJersey", age = "30"},
[75] = {first = "Natalie", last = "Phillips", residence = "Ohio", age = "37"},
[76] = {first = "Grayson", last = "Reed", residence = "Indiana", age = "33"},
[77] = {first = "Hannah", last = "Price", residence = "Maine", age = "24"},
[78] = {first = "Caleb", last = "Simmons", residence = "Kentucky", age = "29"},
[79] = {first = "Elizabeth", last = "Barnes", residence = "WestVirginia", age = "39"},
[80] = {first = "Levi", last = "Ross", residence = "Alaska", age = "28"},
[81] = {first = "Chloe", last = "Butler", residence = "Arkansas", age = "36"},
[82] = {first = "Andrew", last = "Fisher", residence = "Connecticut", age = "31"},
[83] = {first = "Eleanor", last = "Griffin", residence = "Hawaii", age = "30"},
[84] = {first = "Lincoln", last = "Hart", residence = "Nebraska", age = "35"},
[85] = {first = "Hazel", last = "Hawkins", residence = "Idaho", age = "27"},
[86] = {first = "Ezra", last = "Washington", residence = "Missouri", age = "32"},
[87] = {first = "Penelope", last = "Morgan", residence = "NewHampshire", age = "26"},
[88] = {first = "Daniel", last = "Hughes", residence = "Illinois", age = "29"},
[89] = {first = "Aubrey", last = "Diaz", residence = "Virginia", age = "33"},
[90] = {first = "Mateo", last = "Bell", residence = "Nevada", age = "31"},
[91] = {first = "Samantha", last = "Hayes", residence = "Wisconsin", age = "26"},
[92] = {first = "Adrian", last = "Kim", residence = "Oregon", age = "38"},
[93] = {first = "Zoe", last = "Harrison", residence = "NorthDakota", age = "30"},
[94] = {first = "Nolan", last = "Peterson", residence = "Kansas", age = "29"},
[95] = {first = "Ariana", last = "Gardner", residence = "Iowa", age = "24"},
[96] = {first = "Dominic", last = "Cole", residence = "SouthCarolina", age = "31"},
[97] = {first = "Riley", last = "Campbell", residence = "Oklahoma", age = "28"},
[98] = {first = "Brooklyn", last = "Sullivan", residence = "RhodeIsland", age = "29"},
[99] = {first = "Elias", last = "Perry", residence = "Louisiana", age = "37"},
[100] = {first = "Layla", last = "Powell", residence = "Utah", age = "26"},
[101] = {first = "Max", last = "Rossi", residence = "Vermont", age = "25"},
[102] = {first = "Bella", last = "Gutierrez", residence = "Michigan", age = "28"},
[103] = {first = "Adam", last = "Ward", residence = "Mississippi", age = "31"},
[104] = {first = "Stella", last = "Chapman", residence = "Connecticut", age = "27"},
[105] = {first = "Ian", last = "Medina", residence = "Arizona", age = "33"},
[106] = {first = "Violet", last = "Meyer", residence = "Montana", age = "29"},
[107] = {first = "Lucas", last = "Zhang", residence = "NorthCarolina", age = "35"},
[108] = {first = "Hannah", last = "Lin", residence = "Texas", age = "32"},
[109] = {first = "Nathan", last = "Molina", residence = "California", age = "30"},
[110] = {first = "Paisley", last = "Reyes", residence = "NewYork", age = "26"},
[111] = {first = "Evan", last = "Ibrahim", residence = "Alabama", age = "29"},
[112] = {first = "Lila", last = "Garcia", residence = "Louisiana", age = "28"},
[113] = {first = "Miles", last = "Larson", residence = "Maryland", age = "31"},
[114] = {first = "Ariana", last = "Khan", residence = "Missouri", age = "27"},
[115] = {first = "Caleb", last = "Nelson", residence = "SouthDakota", age = "33"},
[116] = {first = "Nova", last = "Chen", residence = "NorthDakota", age = "25"},
[117] = {first = "Aaron", last = "Li", residence = "Wisconsin", age = "30"},
[118] = {first = "Brielle", last = "Gomez", residence = "Tennessee", age = "29"},
[119] = {first = "Hudson", last = "Roberts", residence = "Delaware", age = "36"},
[120] = {first = "Ayla", last = "Wright", residence = "Iowa", age = "27"},
[121] = {first = "Jace", last = "Adams", residence = "Mississippi", age = "32"},
[122] = {first = "Sophie", last = "Hall", residence = "Nebraska", age = "31"},
[123] = {first = "Caden", last = "Rivera", residence = "NorthDakota", age = "24"},
[124] = {first = "Nora", last = "Hernandez", residence = "Kansas", age = "29"},
[125] = {first = "Grayson", last = "Gonzalez", residence = "Virginia", age = "30"},
[126] = {first = "Elaina", last = "Bennett", residence = "Nevada", age = "28"},
[127] = {first = "Harrison", last = "Sanchez", residence = "Wisconsin", age = "33"},
[128] = {first = "Skylar", last = "Morris", residence = "Oregon", age = "27"},
[129] = {first = "Theo", last = "Perez", residence = "Washington", age = "31"},
[130] = {first = "Mila", last = "Cook", residence = "Indiana", age = "26"},
[131] = {first = "Beckett", last = "Jackson", residence = "NewHampshire", age = "29"},
[132] = {first = "Savannah", last = "Ward", residence = "Illinois", age = "28"},
[133] = {first = "Ezra", last = "Barnes", residence = "Ohio", age = "33"},
[134] = {first = "Ruby", last = "Wright", residence = "Oklahoma", age = "26"},
[135] = {first = "Oscar", last = "Foster", residence = "RhodeIsland", age = "31"},
[136] = {first = "Luna", last = "Jenkins", residence = "Arkansas", age = "29"},
[137] = {first = "Carter", last = "Cruz", residence = "Minnesota", age = "32"},
[138] = {first = "Clara", last = "Hamilton", residence = "WestVirginia", age = "27"},
[139] = {first = "Micah", last = "Sullivan", residence = "Alaska", age = "30"},
[140] = {first = "Summer", last = "Bell", residence = "Hawaii", age = "28"},
[141] = {first = "Tristan", last = "Kim", residence = "Colorado", age = "33"},
[142] = {first = "Valentina", last = "Peterson", residence = "Kentucky", age = "25"},
[143] = {first = "Easton", last = "Gardner", residence = "Michigan", age = "29"},
[144] = {first = "Maddison", last = "Rossi", residence = "Mississippi", age = "30"},
[145] = {first = "August", last = "Diaz", residence = "Missouri", age = "26"},
[146] = {first = "Remi", last = "Hayes", residence = "NewMexico", age = "32"},
[147] = {first = "Hayden", last = "Washington", residence = "NewYork", age = "27"},
[148] = {first = "Brynlee", last = "Martin", residence = "NorthCarolina", age = "30"},
[149] = {first = "Maximus", last = "Lin", residence = "Texas", age = "28"},
[150] = {first = "Evangeline", last = "Gomez", residence = "California", age = "33"},
[151] = {first = "Roman", last = "Sanchez", residence = "Louisiana", age = "29"},
[152] = {first = "Emery", last = "Young", residence = "Iowa", age = "28"},
[153] = {first = "Sawyer", last = "Allen", residence = "NorthDakota", age = "33"},
[154] = {first = "Jordyn", last = "Fisher", residence = "NewYork", age = "26"},
[155] = {first = "Ryder", last = "Gomez", residence = "Florida", age = "31"},
[156] = {first = "Emerson", last = "Harris", residence = "Arizona", age = "29"},
[157] = {first = "Elliot", last = "Williams", residence = "Montana", age = "32"},
[158] = {first = "Harmony", last = "Rivera", residence = "NorthCarolina", age = "27"},
[159] = {first = "Phoenix", last = "Sullivan", residence = "Colorado", age = "30"},
[160] = {first = "Lennon", last = "Martinez", residence = "California", age = "28"},
[161] = {first = "Kieran", last = "Lee", residence = "NewJersey", age = "33"},
[162] = {first = "Cameron", last = "Clark", residence = "Missouri", age = "26"},
[163] = {first = "Rowan", last = "Davis", residence = "Ohio", age = "31"},
[164] = {first = "Skyler", last = "Morris", residence = "Illinois", age = "29"},
[165] = {first = "Zion", last = "Perry", residence = "Florida", age = "32"},
[166] = {first = "Sage", last = "Parker", residence = "Georgia", age = "27"},
[167] = {first = "Marley", last = "Turner", residence = "Indiana", age = "30"},
[168] = {first = "Archer", last = "Nelson", residence = "Kentucky", age = "28"},
[169] = {first = "Lyric", last = "Smith", residence = "Louisiana", age = "33"},
[170] = {first = "Elliott", last = "Allen", residence = "Maine", age = "26"},
[171] = {first = "Olivia", last = "Roberts", residence = "Hawaii", age = "27"},
[172] = {first = "Ethan", last = "Parker", residence = "Kentucky", age = "34"},
[173] = {first = "Sophia", last = "Adams", residence = "Mississippi", age = "45"},
[174] = {first = "Benjamin", last = "Taylor", residence = "Montana", age = "19"},
[175] = {first = "Ava", last = "Wright", residence = "SouthDakota", age = "31"},
[176] = {first = "Liam", last = "Davis", residence = "Arizona", age = "40"},
[177] = {first = "Emma", last = "Wilson", residence = "Connecticut", age = "22"},
[178] = {first = "Noah", last = "Martinez", residence = "WestVirginia", age = "29"},
[179] = {first = "Isabella", last = "Anderson", residence = "Delaware", age = "36"},
[180] = {first = "Alexander", last = "Nelson", residence = "Maryland", age = "50"},
[181] = {first = "Mia", last = "Johnson", residence = "Iowa", age = "25"},
[182] = {first = "Elijah", last = "Garcia", residence = "NewMexico", age = "33"},
[183] = {first = "Sofia", last = "Clark", residence = "Vermont", age = "28"},
[184] = {first = "William", last = "Brown", residence = "Minnesota", age = "42"},
[185] = {first = "Charlotte", last = "Harris", residence = "Tennessee", age = "37"},
[186] = {first = "James", last = "Turner", residence = "Wisconsin", age = "30"},
[187] = {first = "Amelia", last = "Smith", residence = "NorthDakota", age = "23"},
[188] = {first = "Liam", last = "Anderson", residence = "Texas", age = "26"},
[189] = {first = "Olivia", last = "Walker", residence = "Virginia", age = "39"},
[190] = {first = "Emma", last = "Roberts", residence = "Louisiana", age = "32"},
[191] = {first = "Ethan", last = "Johnson", residence = "Alabama", age = "33"},
[192] = {first = "Sophia", last = "Garcia", residence = "Alaska", age = "42"},
[193] = {first = "Benjamin", last = "Lee", residence = "Arkansas", age = "19"},
[194] = {first = "Ava", last = "Anderson", residence = "California", age = "30"},
[195] = {first = "Liam", last = "Williams", residence = "Colorado", age = "40"},
[196] = {first = "Emma", last = "Brown", residence = "Florida", age = "24"},
[197] = {first = "Noah", last = "Davis", residence = "Georgia", age = "29"},
[198] = {first = "Isabella", last = "Taylor", residence = "Idaho", age = "35"},
[199] = {first = "Alexander", last = "Harris", residence = "Illinois", age = "47"},
[200] = {first = "Mia", last = "Moore", residence = "Indiana", age = "26"},
[201] = {first = "Elijah", last = "Clark", residence = "Kansas", age = "39"},
[202] = {first = "Sofia", last = "Martinez", residence = "Iowa", age = "28"},
[203] = {first = "William", last = "Turner", residence = "Kentucky", age = "41"},
[204] = {first = "Charlotte", last = "Johnson", residence = "Louisiana", age = "31"},
[205] = {first = "James", last = "Anderson", residence = "Maine", age = "27"},
[206] = {first = "Amelia", last = "Walker", residence = "Maryland", age = "23"},
[207] = {first = "Liam", last = "Smith", residence = "Massachusetts", age = "36"},
[208] = {first = "Olivia", last = "Taylor", residence = "Michigan", age = "44"},
[209] = {first = "Emma", last = "Parker", residence = "Minnesota", age = "32"},
[210] = {first = "Noah", last = "Garcia", residence = "Mississippi", age = "25"},
[211] = {first = "Sophia", last = "Moore", residence = "Missouri", age = "38"},
[212] = {first = "Alexander", last = "Davis", residence = "Nebraska", age = "49"},
[213] = {first = "Ava", last = "Brown", residence = "Nevada", age = "29"},
[214] = {first = "Benjamin", last = "Johnson", residence = "NewHampshire", age = "21"},
[215] = {first = "Ethan", last = "Martinez", residence = "NewJersey", age = "37"},
[216] = {first = "Olivia", last = "Clark", residence = "NewMexico", age = "43"},
[217] = {first = "Sophia", last = "Williams", residence = "NewYork", age = "28"},
[218] = {first = "Liam", last = "Turner", residence = "NorthCarolina", age = "30"},
[219] = {first = "Emma", last = "Walker", residence = "NorthDakota", age = "26"},
[220] = {first = "Oliver", last = "Wilson", residence = "Ohio", age = "33"},
[221] = {first = "Lily", last = "Morris", residence = "Georgia", age = "28"},
[222] = {first = "Carter", last = "Smith", residence = "Florida", age = "32"},
[223] = {first = "Grace", last = "Allen", residence = "NorthCarolina", age = "24"},
[224] = {first = "Sophia", last = "Nguyen", residence = "Florida", age = "28"},
[225] = {first = "Ella", last = "Foster", residence = "California", age = "29"},
[226] = {first = "Aiden", last = "Gomez", residence = "NewYork", age = "27"},
[227] = {first = "Scarlett", last = "Rivera", residence = "Arizona", age = "36"},
[228] = {first = "Logan", last = "Wright", residence = "Montana", age = "33"},
[229] = {first = "Aria", last = "Mitchell", residence = "Kansas", age = "23"},
[230] = {first = "Gabriel", last = "Sanchez", residence = "Colorado", age = "30"},
[231] = {first = "Madison", last = "Lopez", residence = "Alabama", age = "26"},
[232] = {first = "Wyatt", last = "Turner", residence = "Louisiana", age = "35"},
[233] = {first = "Luna", last = "Ward", residence = "Maryland", age = "38"},
[234] = {first = "Owen", last = "Green", residence = "Minnesota", age = "31"},
[235] = {first = "Avery", last = "Coleman", residence = "NorthDakota", age = "29"},
[236] = {first = "Jack", last = "Jenkins", residence = "Michigan", age = "43"},
[237] = {first = "Isabelle", last = "Russell", residence = "NewMexico", age = "22"},
[238] = {first = "Luke", last = "Stewart", residence = "SouthDakota", age = "26"},
[239] = {first = "Emily", last = "White", residence = "Wisconsin", age = "31"},
[240] = {first = "Mason", last = "Robinson", residence = "Tennessee", age = "34"},
[241] = {first = "Zoey", last = "Gonzalez", residence = "Delaware", age = "25"},
[242] = {first = "Sebastian", last = "Lee", residence = "Iowa", age = "39"},
[243] = {first = "Addison", last = "Cooper", residence = "Mississippi", age = "28"},
[244] = {first = "Eli", last = "Hernandez", residence = "NewJersey", age = "30"},
[245] = {first = "Natalie", last = "Phillips", residence = "Ohio", age = "37"},
[246] = {first = "Grayson", last = "Reed", residence = "Indiana", age = "33"},
[247] = {first = "Hannah", last = "Price", residence = "Maine", age = "24"},
[248] = {first = "Caleb", last = "Simmons", residence = "Kentucky", age = "29"},
[249] = {first = "Elizabeth", last = "Barnes", residence = "WestVirginia", age = "39"},
[250] = {first = "Levi", last = "Ross", residence = "Alaska", age = "28"},
[251] = {first = "Chloe", last = "Butler", residence = "Arkansas", age = "36"},
[252] = {first = "Andrew", last = "Fisher", residence = "Connecticut", age = "31"},
[253] = {first = "Eleanor", last = "Griffin", residence = "Hawaii", age = "30"},
[254] = {first = "Lincoln", last = "Hart", residence = "Nebraska", age = "35"},
[255] = {first = "Hazel", last = "Hawkins", residence = "Idaho", age = "27"},
[256] = {first = "Ezra", last = "Washington", residence = "Missouri", age = "32"},
[257] = {first = "Penelope", last = "Morgan", residence = "NewHampshire", age = "26"},
[258] = {first = "Daniel", last = "Hughes", residence = "Illinois", age = "29"},
[259] = {first = "Aubrey", last = "Diaz", residence = "Virginia", age = "33"},
[260] = {first = "Mateo", last = "Bell", residence = "Nevada", age = "31"},
[261] = {first = "Samantha", last = "Hayes", residence = "Wisconsin", age = "26"},
[262] = {first = "Adrian", last = "Kim", residence = "Oregon", age = "38"},
[263] = {first = "Zoe", last = "Harrison", residence = "NorthDakota", age = "30"},
[264] = {first = "Nolan", last = "Peterson", residence = "Kansas", age = "29"},
[265] = {first = "Ariana", last = "Gardner", residence = "Iowa", age = "24"},
[266] = {first = "Dominic", last = "Cole", residence = "SouthCarolina", age = "31"},
[267] = {first = "Riley", last = "Campbell", residence = "Oklahoma", age = "28"},
[268] = {first = "Brooklyn", last = "Sullivan", residence = "RhodeIsland", age = "29"},
[269] = {first = "Elias", last = "Perry", residence = "Louisiana", age = "37"},
[270] = {first = "Layla", last = "Powell", residence = "Utah", age = "26"},
[271] = {first = "Max", last = "Rossi", residence = "Vermont", age = "25"},
[272] = {first = "Bella", last = "Gutierrez", residence = "Michigan", age = "28"},
[273] = {first = "Adam", last = "Ward", residence = "Mississippi", age = "31"},
[274] = {first = "Stella", last = "Chapman", residence = "Connecticut", age = "27"},
[275] = {first = "Ian", last = "Medina", residence = "Arizona", age = "33"},
[276] = {first = "Violet", last = "Meyer", residence = "Montana", age = "29"},
[277] = {first = "Evan", last = "Woods", residence = "NewYork", age = "36"},
[278] = {first = "Lucy", last = "Ferguson", residence = "California", age = "27"},
[279] = {first = "Axel", last = "Porter", residence = "Alabama", age = "31"},
[280] = {first = "Brianna", last = "Hunt", residence = "WestVirginia", age = "30"},
[281] = {first = "Miles", last = "Lawrence", residence = "Kansas", age = "25"},
[282] = {first = "Nora", last = "Shaw", residence = "Maine", age = "34"},
[283] = {first = "Hudson", last = "Sims", residence = "Florida", age = "28"},
[284] = {first = "Caroline", last = "Ortega", residence = "NorthCarolina", age = "26"},
[285] = {first = "Micah", last = "Jennings", residence = "Nebraska", age = "29"},
[286] = {first = "Savannah", last = "Ross", residence = "Nevada", age = "31"},
[287] = {first = "Jace", last = "Wheeler", residence = "Louisiana", age = "27"},
[288] = {first = "Aaliyah", last = "Holt", residence = "Utah", age = "32"},
[289] = {first = "Blake", last = "Douglas", residence = "Vermont", age = "24"},
[290] = {first = "Everly", last = "Barton", residence = "Michigan", age = "30"},
[291] = {first = "Kai", last = "Yu", residence = "Mississippi", age = "25"},
[292] = {first = "Genesis", last = "Morrison", residence = "Connecticut", age = "28"},
[293] = {first = "Tristan", last = "Newton", residence = "Arizona", age = "35"},
[294] = {first = "Valentina", last = "Francis", residence = "Montana", age = "31"},
[295] = {first = "Maddox", last = "Sherman", residence = "NewYork", age = "29"},
[296] = {first = "Isla", last = "Silva", residence = "California", age = "34"},
[297] = {first = "Emmett", last = "Hanson", residence = "Alabama", age = "27"},
[298] = {first = "Delilah", last = "Patterson", residence = "WestVirginia", age = "30"},
[299] = {first = "Cole", last = "Banks", residence = "Kansas", age = "26"},
[300] = {first = "Kate", last = "Fitzgerald", residence = "Maine", age = "31"},
}
Config.MaleNoGloves = { -- None gloves in men hand clothing (Change depending on your hand clothing numbers)
[0] = true,
[1] = true,
[2] = true,
[3] = true,
[4] = true,
[5] = true,
[6] = true,
[7] = true,
[8] = true,
[9] = true,
[10] = true,
[11] = true,
[12] = true,
[13] = true,
[14] = true,
[15] = true,
[16] = true,
[18] = true,
[26] = true,
[52] = true,
[53] = true,
[54] = true,
[55] = true,
[56] = true,
[57] = true,
[58] = true,
[59] = true,
[60] = true,
[61] = true,
[62] = true,
[112] = true,
[113] = true,
[114] = true,
[118] = true,
[125] = true,
[132] = true,
}
Config.FemaleNoGloves = { -- None gloves in women hand clothing (Change depending on your hand clothing numbers)
[0] = true,
[1] = true,
[2] = true,
[3] = true,
[4] = true,
[5] = true,
[6] = true,
[7] = true,
[8] = true,
[9] = true,
[10] = true,
[11] = true,
[12] = true,
[13] = true,
[14] = true,
[15] = true,
[19] = true,
[59] = true,
[60] = true,
[61] = true,
[62] = true,
[63] = true,
[64] = true,
[65] = true,
[66] = true,
[67] = true,
[68] = true,
[69] = true,
[70] = true,
[71] = true,
[129] = true,
[130] = true,
[131] = true,
[135] = true,
[142] = true,
[149] = true,
[153] = true,
[157] = true,
[161] = true,
[165] = true,
}
-------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
-- | | | | | | | | | | | DO NOT TOUCH ANYTHING UNDER THIS LINE | | | | | | | | | | | |
-------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
Config.Steps = {
["RockfordHills"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Legion"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Burton"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Alta"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["GrandSenoraDesert"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["BanhamCanyon"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
}
}
Config.ExtraSteps = {
["RockfordHills"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraVault"] = false,
["ExtraElectricBox"] = false,
["ExtraCardKeypad"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["Legion"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraVault"] = false,
["ExtraElectricBox"] = false,
["ExtraCardKeypad"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["Burton"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraVault"] = false,
["ExtraElectricBox"] = false,
["ExtraCardKeypad"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["Alta"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraVault"] = false,
["ExtraElectricBox"] = false,
["ExtraCardKeypad"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["GrandSenoraDesert"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraVault"] = false,
["ExtraElectricBox"] = false,
["ExtraCardKeypad"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["BanhamCanyon"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraVault"] = false,
["ExtraElectricBox"] = false,
["ExtraCardKeypad"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
}
}
Config.Tasks = {
["RockfordHills"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ExtraElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Legion"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ExtraElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Burton"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ExtraElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Alta"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ExtraElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["GrandSenoraDesert"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ExtraElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["BanhamCanyon"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Vault"] = false,
["ExtraElectricBox"] = false,
["CardKeypad"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
}
}