Inventory Setup

Item Images

file-archive
2MB

Item Configs

tgiann-inventory items

fiveous_drone = {
    name = 'fiveous_drone',
    label = 'DV-Phantom X4 Pro',
    weight = 500,
    type = 'item',
    image = 'drone.png',
    useable = true,
    shouldClose = true,
    description = 'Photography Drone, warranty not included. USE to place drone on the ground. Pairable with the Aero App'
},
fiveous_police_drone = {
    name = 'fiveous_drone',
    label = 'Police Phantom X4 Pro',
    rareName = "itemPolice",
    weight = 500,
    type = 'item',
    image = 'drone.png',
    useable = true,
    shouldClose = true,
    description = 'Recon police drone. Good for collecting evidence and tracking suspects.'
},
fiveous_controller = {
    name = 'fiveous_controller',
    label = 'Drone Controller',
    weight = 500,
    type = 'item',
    image = 'drone_controller.png',
    useable = true,
    shouldClose = true,
    description = 'USE to connect to a drone'
},
fiveous_battery = {
    name = 'fiveous_battery',
    label = 'Drone Battery',
    weight = 250,
    type = 'item',
    image = 'drone_battery.png',
    useable = false,
    shouldClose = false,
    description = 'Rechargeable replacement drone battery'
},
fiveous_drone_parts = {
    name = 'fiveous_drone_parts',
    label = 'Crashed Drone Parts',
    weight = 500,
    type = 'item',
    image = 'drone_parts.png',
    useable = false,
    shouldClose = false,
    description = 'A crashed drone, broken into multiple peices. Might be salvageable?'
},

ox_inventory items

Last updated