Config = {}

Config.Job = 'burgershot'
Config.ProgressbarTime = 5000
Config.Dirt = 10
Config.SmallBagSellPrice = 2500
Config.BigBagSellPrice = 5000
Config.CarSpawnCoord = vector4(-1164.57, -891.6, 14.1, 121.93)
Config.Car = "nspeedo"
Config.SmallBagItem = 'burgershot_bagsmall' 
Config.BigBagItem = 'burgershot_bagbig' 
Config.GoatBagItem = 'burgershot_baggoat' 
Config.CoffeeBagItem = 'burgershot_bagcoffe'

Config.SmallBag = { 'burgershot_bleeder', 'burgershot_colas', 'burgershot_patatos' }
Config.BigBag = { 'burgershot_bigking', 'burgershot_colab', 'burgershot_patatob' } 
Config.GoatBag = { 'burgershot_goatwrap', 'burgershot_shotnuggets', 'burgershot_shotrings', 'burgershot_colab' } 
Config.CoffeeBag = { 'burgershot_coffee', 'burgershot_macaroon' } 

---------Burger Shot Job Coords---------

Config.Blip = vector3(-1183.37, -884.14, 13.86)
Config.Duty = vector3(-1194.72, -900.11, 14.50)
Config.Tray =  vector3(-1193.90, -894.37, 14.0) 
Config.Tray2 =  vector3(-1195.26, -892.42, 14.0)
Config.Storge = vector3(-1197.58, -893.87, 14.0) 
Config.Fridge = vector3(-1203.42, -895.9, 14.0)
Config.BurgerStation = vector3(-1199.55, -902.28, 14.0)
Config.Fries = vector3(-1201.52, -899.06, 14.0)
Config.Drink =  vector3(-1199.57, -895.55, 14.0)
Config.Garage = vector3(-1165.66, -887.96, 14.13) 
Config.MeatStation = vector3(-1202.69, -897.46, 14.0)
Config.PackageStation = vector3(-1196.64, -895.82, 14.0)
Config.Clean = vector3(-1197.02, -902.17, 14.0)
Config.SellItem = vector3(-1178.66, -891.76, 13.75)
Config.Finish = vector3(-1164.57, -891.6, 14.1)

---------Burger Shot Job Small Sell Cord---------

Config.SmallCoords = {
    [1] = {['x'] = 1061.04, ['y'] = -378.61, ['z'] = 68.24,['h'] = 245.45, ['info'] = 'West Mirror Drive 1'},
    [2] = {['x'] = 1029.42, ['y'] = -408.96, ['z'] = 65.95,['h'] = 230.45, ['info'] = 'West Mirror Drive 2'},
    [3] = {['x'] = 1011.27, ['y'] = -422.89, ['z'] = 64.96,['h'] = 230.45, ['info'] = 'West Mirror Drive 3'},
    [4] = {['x'] = 988.2, ['y'] = -433.74, ['z'] = 63.9,['h'] = 230.45, ['info'] = 'West Mirror Drive 4'},
    [5] = {['x'] = 967.9, ['y'] = -452.62, ['z'] = 62.41,['h'] = 230.45, ['info'] = 'West Mirror Drive 5'},
    [6] = {['x'] = 943.26, ['y'] = -463.9, ['z'] = 61.4,['h'] = 123.45, ['info'] = 'West Mirror Drive 6'},
    [7] = {['x'] = 922.18, ['y'] = -478.69, ['z'] = 61.09,['h'] = 194.45, ['info'] = 'West Mirror Drive 7'},
    [8] = {['x'] = 906.58, ['y'] = -489.69, ['z'] = 59.44,['h'] = 194.45, ['info'] = 'West Mirror Drive 8'},
    [9] = {['x'] = 878.99, ['y'] = -498.51, ['z'] = 57.88,['h'] = 232.45, ['info'] = 'West Mirror Drive 9'},
    [10] = {['x'] = 862.28, ['y'] = -509.58, ['z'] = 57.33,['h'] = 232.45, ['info'] = 'West Mirror Drive 10'},
}

---------Burger Shot Job Big Sell Cord---------

Config.BigCoords = {
    [1] = {['x'] = 224.15, ['y'] = 513.55, ['z'] = 140.92,['h'] = 245.45, ['info'] = 'Vinewood 1'},
    [2] = {['x'] = 43.02, ['y'] = 468.85, ['z'] = 148.1,['h'] = 230.45, ['info'] = 'Vinewood 2'}, 
    [3] = {['x'] = 119.33, ['y'] = 564.1, ['z'] = 183.96,['h'] = 230.45, ['info'] = 'Vinewood 3'},
    [4] = {['x'] = -60.82, ['y'] = 360.56, ['z'] = 113.06,['h'] = 230.45, ['info'] = 'Vinewood 4'},
    [5] = {['x'] = -622.87, ['y'] = 488.81, ['z'] = 108.88,['h'] = 230.45, ['info'] = 'Vinewood 5'}, 
    [6] = {['x'] = -1040.67, ['y'] = 508.11, ['z'] = 84.38,['h'] = 123.45, ['info'] = 'Vinewood 6'}, 
    [7] = {['x'] = -1308.13, ['y'] = 448.9, ['z'] = 100.97,['h'] = 194.45, ['info'] = 'Vinewood 7'}, 
    [8] = {['x'] = -1733.21, ['y'] = 378.99, ['z'] = 89.73,['h'] = 194.45, ['info'] = 'Vinewood 8'},
    [9] = {['x'] = -2009.15, ['y'] = 367.42, ['z'] = 94.81,['h'] = 232.45, ['info'] = 'Vinewood 9'},
    [10] = {['x'] = -1996.29, ['y'] = 591.25, ['z'] = 118.1,['h'] = 232.45, ['info'] = 'Vinewood 10'},
}

---------Burger Shot Job Create Item List---------

Config.BleederBurger = "burgershot_bleeder"
Config.BigKingBurger = "burgershot_bigking"
Config.Wrap = "burgershot_goatwrap"
Config.Macaroon = "burgershot_macaroon"

Config.Tomato = 'burgershot_tomato' 
Config.Cheddar = 'burgershot_cheddar'
Config.VegetableCurly = 'burgershot_curly'
Config.Sauce = 'burgershot_sauce' 
Config.Bread = 'burgershot_bread' 
Config.Lavash = 'burgershot_lavash' 

Config.SmallColaItem = 'burgershot_colas' 
Config.BigColaItem = 'burgershot_colab' 
Config.CoffeeItem = 'burgershot_coffee'

Config.BigEmptyCardboard = 'burgershot_bigcardboard' 
Config.SmallEmptyCardboard = 'burgershot_smallcardboard' 
Config.SmallEmptyGlass = 'burgershot_smallemptyglass' 
Config.BigEmptyGlass = 'burgershot_bigemptyglass' 
Config.CoffeeEmptyGlass = 'burgershot_coffeeemptyglass' 

Config.FrozenMeat = 'burgershot_frozenmeat' 
Config.FrozenRings = 'burgershot_frozenrings' 
Config.FrozenNuggets = 'burgershot_frozennuggets' 
Config.SmallFrozenPotato = 'burgershot_smallfrozenpotato' 
Config.BigFrozenPotato = 'burgershot_bigfrozenpotato'

Config.Meat = 'burgershot_meat' 
Config.Rings = 'burgershot_shotrings' 
Config.Nuggets = 'burgershot_shotnuggets' 
Config.SmallPotato = 'burgershot_patatos' 
Config.BigPotato = 'burgershot_patatob' 

Config.Cone = "burgershot_icecreamcone"
Config.ChocolateIceCream = "burgershot_chocolateicecream"
Config.VanillaIceCream = "burgershot_vanillaicecream"
Config.ThesmurfsIceCream = "burgershot_thesmurfsicecream"
Config.StrawberryIceCream = "burgershot_strawberryicecream"
Config.MatchaIceCream = "burgershot_matchaicecream"
Config.UbeIceCream = "burgershot_ubeicecream"
Config.SmurfetteIceCream = "burgershot_smurfetteicecream"
Config.UnicornIceCream = "burgershot_unicornicecream"

---------Burger Shot Job Shop---------

Config.Shop = {
    label = "Burger Shot",
    slots = 20,
    items = {
        {
            name = "burgershot_tomato",
            amount = 10,
            type = "item",
            price = 200,
            slot = 1,
        },
        {
            name = "burgershot_cheddar",
            amount = 10,
            type = "item",
            price = 200,
            slot = 2,
        },
        {
            name = "burgershot_curly",
            amount = 10,
            type = "item",
            price = 200,
            slot = 3,
        },
        {
            name = "burgershot_sauce",
            amount = 10,
            type = "item",
            price = 200,
            slot = 4,
        },
        {
            name = "burgershot_bread",
            amount = 10,
            type = "item",
            price = 200,
            slot = 5,
        },
        {
            name = "burgershot_lavash",
            amount = 10,
            type = "item",
            price = 200,
            slot = 6,
        },
        {
            name = "burgershot_bigcardboard",-----
            amount = 10,
            type = "item",
            price = 200,
            slot = 7,
        },
        {
            name = "burgershot_smallcardboard",
            amount = 10,
            type = "item",
            price = 200,
            slot = 8,
        },
        {
            name = "burgershot_bigemptyglass",
            amount = 10,
            type = "item",
            price = 200,
            slot = 9,
        },
        {
            name = "burgershot_smallemptyglass",
            amount = 10,
            type = "item",
            price = 200,
            slot = 10,
        },
        {
            name = "burgershot_coffeeemptyglass",
            amount = 10,
            type = "item",
            price = 200,
            slot = 11,
        },
        {
            name = "burgershot_frozenmeat",
            amount = 10,
            type = "item",
            price = 200,
            slot = 12,
        },
        {
            name = "burgershot_frozenrings",
            amount = 10,
            type = "item",
            price = 200,
            slot = 13,
        },
        {
            name = "burgershot_frozennuggets",
            amount = 10,
            type = "item",
            price = 200,
            slot = 14,
        },
        {
            name = "burgershot_smallfrozenpotato",
            amount = 10,
            type = "item",
            price = 200,
            slot = 15,
        },
        {
            name = "burgershot_bigfrozenpotato",
            amount = 10,
            type = "item",
            price = 200,
            slot = 16,
        },
        {
            name = "burgershot_icecreamcone",
            amount = 10,
            type = "item",
            price = 200,
            slot = 17,
        },
    }
}