📄Config

Config = {}


-- ██╗░░░██╗████████╗██╗██╗░░░░░██╗████████╗██╗░░░██╗
-- ██║░░░██║╚══██╔══╝██║██║░░░░░██║╚══██╔══╝╚██╗░██╔╝
-- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░╚████╔╝░
-- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░░╚██╔╝░░
-- ╚██████╔╝░░░██║░░░██║███████╗██║░░░██║░░░░░░██║░░░
-- ░╚═════╝░░░░╚═╝░░░╚═╝╚══════╝╚═╝░░░╚═╝░░░░░░╚═╝░░░

Config.CoreName = "qb-core" -- Core name
Config.Job = "pearls" -- Job
Config.Menu = "qb-menu" -- Name of your resource qb-menu
Config.Input = "qb-input" -- Name of your resource qb-input
Config.BillingType = "qb" -- "qb" | "jim" | "okok"
Config.Notify = "qb" -- "qb" | "okok" | "ox"
Config.Inventory = "qb" -- "qb" | "ox"
Config.Target = "qb" -- "qb" or "ox"
Config.InvLink = "lj-inventory/html/images/" -- Your directory images inventory
Config.Bossmenu = "qb-bossmenu:client:OpenMenu" -- Your trigger to open boss menu

-- ██████╗░██╗░░░░░██╗██████╗░
-- ██╔══██╗██║░░░░░██║██╔══██╗
-- ██████â•Ļ╝██║░░░░░██║██████╔╝
-- ██╔══██╗██║░░░░░██║██╔═══╝░
-- ██████â•Ļ╝███████╗██║██║░░░░░
-- ╚═════╝░╚══════╝╚═╝╚═╝░░░░░

Config.Blip = {
	Enable = true,
	Location = vector3(-1202.41, -1132.75, 7.83),
	Sprite = 266, -- https://docs.fivem.net/docs/game-references/blips/
	Display = 2,
	Scale = 0.8,
	Colour = 14,
	Name = "Pearls Restaurant",
}


-- ███████╗██╗░██████╗██╗░░██╗██╗███╗░░██╗░██████╗░
-- ██╔════╝██║██╔════╝██║░░██║██║████╗░██║██╔════╝░
-- █████╗░░██║╚█████╗░███████║██║██╔██╗██║██║░░██╗░
-- ██╔══╝░░██║░╚═══██╗██╔══██║██║██║╚████║██║░░╚██╗
-- ██║░░░░░██║██████╔╝██║░░██║██║██║░╚███║╚██████╔╝
-- ╚═╝░░░░░╚═╝╚═════╝░╚═╝░░╚═╝╚═╝╚═╝░░╚══╝░╚═════╝░

Config.Fishing = {
    WaitingTime = { -- Waiting time with fishingrod to catch the fish
        min = 5000,
        max = 7500,
    },
    Qty = { -- Quantity of drop of list #Drops
        min = 1,
        max = 3,
    },
    Drops = { -- List of possible drops
        "catfish",
        "fish",
        "lobster",
        "salmon",
        "sardine",
        "seabass",
        "tuna"
    }
}


-- ░██████╗██╗░░██╗░█████╗░██████╗░
-- ██╔════╝██║░░██║██╔══██╗██╔══██╗
-- ╚█████╗░███████║██║░░██║██████╔╝
-- ░╚═══██╗██╔══██║██║░░██║██╔═══╝░
-- ██████╔ ██║░░██║╚█████╔╝██║░░░░░
-- ╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░░░░
-- This shop code only valid for qb-inventory or other. If you use ox_inventory, read the ReadMe how-to setup
Config.FridgeItems = {
    [1] = { name = "eggs",      price = 0, amount = 10, info = {}, type = "item", slot = 1 },
    [2] = { name = "lettuce",   price = 0, amount = 10, info = {}, type = "item", slot = 2 },
    [3] = { name = "mushrooms", price = 0, amount = 10, info = {}, type = "item", slot = 3 },
    [4] = { name = "salad",     price = 0, amount = 10, info = {}, type = "item", slot = 4 },
    [5] = { name = "onion",     price = 0, amount = 10, info = {}, type = "item", slot = 5 },
    [6] = { name = "tomato",    price = 0, amount = 10, info = {}, type = "item", slot = 6 },
    [7] = { name = "ice",       price = 0, amount = 10, info = {}, type = "item", slot = 7 },
    [8] = { name = "lemon",     price = 0, amount = 10, info = {}, type = "item", slot = 8 },
    [9] = { name = "fries",     price = 0, amount = 10, info = {}, type = "item", slot = 9 },
}

-- ░██╗░░░░░░░██╗██╗███╗░░██╗███████╗░██████╗
-- ░██║░░██╗░░██║██║████╗░██║██╔════╝██╔════╝
-- ░╚██╗████╗██╔╝██║██╔██╗██║█████╗░░╚█████╗░
-- ░░████╔═████║░██║██║╚████║██╔══╝░░░╚═══██╗
-- ░░╚██╔╝░╚██╔╝░██║██║░╚███║███████╗██████╔╝
-- ░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚══╝╚══════╝╚═════╝░

Config.ShopDrinks = {
    [1] = { name = "amarone",       price = 15, amount = 10, info = {}, type = "item", slot = 1 },
    [2] = { name = "beer",          price = 15, amount = 10, info = {}, type = "item", slot = 2 },
    [3] = { name = "housered",      price = 15, amount = 10, info = {}, type = "item", slot = 3 },
    [4] = { name = "housewhite",    price = 15, amount = 10, info = {}, type = "item", slot = 4 },
    [5] = { name = "rosso",         price = 15, amount = 10, info = {}, type = "item", slot = 5 },
    [6] = { name = "cocacola",      price = 15, amount = 10, info = {}, type = "item", slot = 6 },
    [7] = { name = "fanta",         price = 15, amount = 10, info = {}, type = "item", slot = 7 },
    [8] = { name = "pepsi",         price = 15, amount = 10, info = {}, type = "item", slot = 8 },
    [9] = { name = "sprunk",        price = 15, amount = 10, info = {}, type = "item", slot = 9 },
}

Last updated