# Config

```lua
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 },
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mscripts.gitbook.io/docs/qbcore/jobs/qb-pearls/config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
