# QB items

Follow The File Path to Setup Items.

```
qb-core/shared/items.lua
```

Copy All items and Paste Directly Into file.

```lua
-- Pug Robbery Creator
gasmask                     = { name = 'gasmask', label = 'Gas Mask', weight = 100, type = 'item', image = 'gas_mask.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Useful to avoid dying in gas' },
paintingart                     = { name = 'paintingart', label = 'Art Painting', weight = 500, type = 'item', image = 'painting-art.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A stunning piece of modern art.' },
paintingcity                    = { name = 'paintingcity', label = 'City Painting', weight = 500, type = 'item', image = 'painting-city.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A depiction of a bustling city square.' },
paintingclown                   = { name = 'paintingclown', label = 'Clown Painting', weight = 500, type = 'item', image = 'painting-clown.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A colorful and eerie clown portrait.' },
paintingfamily                  = { name = 'paintingfamily', label = 'Family Painting', weight = 500, type = 'item', image = 'painting-family.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A nostalgic painting of a family gathering.' },
paintingguys                    = { name = 'paintingguys', label = 'Guys Painting', weight = 500, type = 'item', image = 'painting-guys.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A painting of two gentlemen in conversation.' },
paintinglady                    = { name = 'paintinglady', label = 'Lady Painting', weight = 500, type = 'item', image = 'painting-lady.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An elegant portrait of a lady.' },
paintingnative                  = { name = 'paintingnative', label = 'Native Painting', weight = 500, type = 'item', image = 'painting-native.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A painting of a native figure holding a mask.' },
paintingpaddle                  = { name = 'paintingpaddle', label = 'Paddle Painting', weight = 500, type = 'item', image = 'painting-paddle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A playful painting featuring balloons and paddles.' },
paintingpig                     = { name = 'paintingpig', label = 'Pig Painting', weight = 500, type = 'item', image = 'painting-pig.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Looks like an expensive pig?' },
paintingrocket                  = { name = 'paintingrocket', label = 'Rocket Painting', weight = 500, type = 'item', image = 'painting-rocket.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An abstract painting of a rocket.' },
ropehook                  = { name = 'ropehook', label = 'Rope Hook', weight = 500, type = 'item', image = 'rope-hook.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A long rope with a hook on it.' },
diamondnecklace = { name = 'diamondnecklace', label = 'Diamond Necklace', weight = 50, type = 'item', image = 'diamondnecklace.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A beautiful diamond necklace' },
diamondring = { name = 'diamondring', label = 'Diamond Ring', weight = 20, type = 'item', image = 'diamondring.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A shiny diamond ring' },
goldbarstack = { name = 'goldbarstack', label = 'Gold Bar Stack', weight = 200, type = 'item', image = 'goldbarstack.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A stack of gold bars' },
goldbracelet = { name = 'goldbracelet', label = 'Gold Bracelet', weight = 30, type = 'item', image = 'goldbracelet.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A heavy gold bracelet' },
goldwatch = { name = 'goldwatch', label = 'Gold Watch', weight = 40, type = 'item', image = 'goldwatch.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'An expensive gold watch' },
purpleusb = { name = 'purpleusb', label = 'Purple USB', weight = 10, type = 'item', image = 'purpleusb.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A mysterious purple USB drive' },
salvagedlockpick = { name = 'salvagedlockpick', label = 'Salvaged Lockpick', weight = 5, type = 'item', image = 'salvagedlockpick.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A worn-out salvaged lockpick' },
silverring = { name = 'silverring', label = 'Silver Ring', weight = 15, type = 'item', image = 'silverring.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A delicate silver ring' },
unmarkedsimcard = { name = 'unmarkedsimcard', label = 'Unmarked SIM Card', weight = 5, type = 'item', image = 'unmarkedsimcard.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An unmarked SIM card, could be useful for something' },
bandsofnotes = { name = 'bandsofnotes', label = 'Bands of Notes', weight = 10, type = 'item', image = 'bandsofnotes.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A bundle of high-value notes, could be valuable.' }, 
bankcard = { name = 'bankcard', label = 'Bank Card', weight = 5, type = 'item', image = 'bankcard.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A standard bank card for transactions.' }, 
group6card = { name = 'group6card', label = 'Group 6 Security Card', weight = 5, type = 'item', image = 'group6card.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Group 6 security card granting access to restricted areas.' }, 
humaneco2 = { name = 'humaneco2', label = 'Compound X2', weight = 5, type = 'item', image = 'humaneco2.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Compound X2, potentially useful for specific tasks.' }, 
paletobankcard = { name = 'paletobankcard', label = 'Paleto Bank Card', weight = 5, type = 'item', image = 'paletobankcard.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An ID card for Paleto Bank employees.' }, 
rubynecklace = { name = 'rubynecklace', label = 'Ruby Necklace', weight = 3, type = 'item', image = 'rubynecklace.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A valuable ruby necklace.' }, 
stacksofcash = { name = 'stacksofcash', label = 'Stacks of Cash', weight = 15, type = 'item', image = 'stacksofcash.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A large stack of cash.' }, 
thermite = { name = 'thermite', label = 'Thermite', weight = 5, type = 'item', image = 'thermite.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An explosive thermite device, useful for breaking through strong barriers.' },  
handsaw = { name = 'handsaw', label = 'Hand Saw', weight = 3, type = 'item', image = 'handsaw.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A basic hand saw, useful for cutting wood and other materials.' },
harddrive = { name = 'harddrive', label = 'Hard Drive', weight = 1, type = 'item', image = 'harddrive.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'An internal hard drive, useful for storing data.' },
silverbar = { name = 'silverbar', label = 'Silver Bar', weight = 5, type = 'item', image = 'silverbar.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'A bar of pure silver, valuable for trading and crafting.' },
wirecutters = { name = 'wirecutters', label = 'Wire Cutters', weight = 2, type = 'item', image = 'wirecutters.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A tool for cutting wires, essential for various tasks.' },
pincracker = { name = 'pincracker', label = 'Pin Cracker', weight = 1, type = 'item', image = 'pincracker.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A tool used for cracking pin-based locks, essential for skilled lockpickers.' },
bigbankcard = { name = 'bigbankcard', label = 'Big Bank Card', weight = 5, type = 'item', image = 'bigbankcard.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A bank card that provides access to bank services.' },
c4 = { name = 'c4', label = 'C4 Explosive', weight = 10, type = 'item', image = 'c4.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A powerful explosive device, useful for breaching strong barriers.' },
humaneusb = { name = 'humaneusb', label = 'Humane Labs USB', weight = 1, type = 'item', image = 'humaneusb.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A USB stick containing sensitive data, property of Humane Labs.' },
bankidcard = { name = 'bankidcard', label = 'Bank ID Card', weight = 1, type = 'item', image = 'bankidcard.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An ID card for bank employees, granting access to certain areas.' },
```


---

# 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://pugdocuments.gitbook.io/pug-development/scripts/robbery-creator/installation/inventory-items/qb-items.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.
