Pug Development
  • ๐Ÿ‘‹Welcome To Pug Development
    • ๐Ÿ“ŒInformation
  • ๐Ÿ““Scripts
    • ๐Ÿ’ŽRobbery Creator
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • Mini Games
      • ๐Ÿ’กThings to know
        • ๐ŸŽจHow To Use
        • ๐ŸŽฎCustom Mini Games
        • ๐Ÿ’ฃCreate Explosion
        • ๐Ÿ“‘Tab Settings
        • ๐Ÿ“ฃBank Truck & ATM Alert
        • ๐Ÿ“ฑCustom Keypad
        • ๐Ÿ’ฑMove Steps Around
        • ๐Ÿ‘ปMake Props Disappear When Looted
        • ๐ŸคนRemove Kill Screen Effect
        • ๐ŸŽPreset Heist Progression
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’ผBusiness Creator
      • ๐Ÿ“Installation
      • ๐Ÿ’กThings to know
        • ๐Ÿ”—Linking Jobs To The Menu
        • ๐Ÿ“ƒOpen Menu
        • ๐Ÿ”›Criminal crafting
        • ๐Ÿ›ฐ๏ธCreated Items
      • โ“FAQ
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ”ซPaint Ball
      • ๐Ÿ“Installation
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • ๐Ÿ—บ๏ธMap Making Tutorial
        • ๐Ÿ‘šSet Team Outfits
        • ๐Ÿ“…Scoreboard
        • ๐Ÿ”Surrender
    • ๐Ÿ› ๏ธRepo Job
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’‰Coke Business
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐ŸŽฃFishing
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • ๐ŸŸFishing Lure
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • โ†—๏ธProgression
        • ๐Ÿ’ฏReputation
    • ๐Ÿ”ซWeapon Sling
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ†Battle Royale
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • โ˜๏ธWeather Sync
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
    • ๐Ÿš˜Car Chopping
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
      • ๐Ÿ“œDependency & Support
Powered by GitBook
On this page
  1. Scripts
  2. Battle Royale
  3. Installation
  4. Inventory Items

QB items

Follow The File Path to Setup Items.

qb-core/shared/items.lua

Copy All items and Paste Directly Into file.

-- ROYALE ITEMS
["uav_royale"] 		 	 	 = {["name"] = "uav_royale",           		["label"] = "UAV",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "spyplane.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["armor1_royale"] 		 	 	 = {["name"] = "armor1_royale",           		["label"] = "Light armor",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "armor1.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["armor2_royale"] 		 	 	 = {["name"] = "armor2_royale",           		["label"] = "Medium armor",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "armor2.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["armor3_royale"] 		 	 	 = {["name"] = "armor3_royale",           		["label"] = "Heavy armor",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "armor3.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["bandage_royale"] 		 	 	 = {["name"] = "bandage_royale",           		["label"] = "Bandage",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "bandage.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["jump_royale"] 		 	 	 = {["name"] = "jump_royale",           		["label"] = "Super Jump",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "jump.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["juice_royale"] 		 	 	 = {["name"] = "juice_royale",           		["label"] = "Juice",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "bs_softdrink.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["pug_vr"] 		 	 	 		= {["name"] = "pug_vr",           		["label"] = "Vr Headset",	 		["weight"] = 2000, 		["type"] = "item", 		["image"] = "pug_vr.png", 		["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 30.0,  ["description"] = "A simulation inside of a simulation."},
["rifle_ammo_royale"] 		 	 	 = {["name"] = "rifle_ammo_royale",           		["label"] = "Rifle ammo",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "rifle_ammo.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["smg_ammo_royale"] 		 	 	 = {["name"] = "smg_ammo_royale",           		["label"] = "SMG ammo",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "smg_ammo.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["pistol_ammo_royale"] 		 	 	 = {["name"] = "pistol_ammo_royale",           		["label"] = "Pistol ammo",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "pistol_ammo.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["shotgun_ammo_royale"] 		 	 	 = {["name"] = "shotgun_ammo_royale",           		["label"] = "Shotgun ammo",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "shotgun_ammo.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["mg_ammo_royale"] 		 	 	 = {["name"] = "mg_ammo_royale",           		["label"] = "MG ammo",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "mg_ammo.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["snp_ammo_royale"] 		 	 	 = {["name"] = "snp_ammo_royale",           		["label"] = "Sniper ammo",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "snp_ammo.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["armorroyale_royale"] 		 	 	 = {["name"] = "armorroyale_royale",           		["label"] = "Armor",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "armor.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},
["healthroyale_royale"] 		 	 	 = {["name"] = "healthroyale_royale",           		["label"] = "Health Kit",	 		["weight"] = 1000, 		["type"] = "item", 		["image"] = "firstaid.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil, ["created"] = nil, ["decay"] = 1.0,  ["description"] = "USED IN ROYALE ONLY."},

PreviousInventory ItemsNextOx Items

Last updated 4 months ago

๐Ÿ““
๐Ÿ†
๐Ÿ“