mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 02:01:33 +00:00
Mech job v3 prep
This commit is contained in:
@@ -338,6 +338,21 @@ QBShared.Items = {
|
||||
['harness'] = {['name'] = 'harness', ['label'] = 'Race Harness', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'harness.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Racing Harness so no matter what you stay in the car'},
|
||||
['jerry_can'] = {['name'] = 'jerry_can', ['label'] = 'Jerrycan 20L', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'jerry_can.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A can full of Fuel'},
|
||||
|
||||
-- Mechanic Parts
|
||||
['veh_armor'] = {['name'] = 'veh_armor', ['label'] = 'Armor', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_armor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle armor'},
|
||||
['veh_brakes'] = {['name'] = 'veh_brakes', ['label'] = 'Brakes', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_brakes.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle brakes'},
|
||||
['veh_engine'] = {['name'] = 'veh_engine', ['label'] = 'Engine', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_engine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle engine'},
|
||||
['veh_suspension'] = {['name'] = 'veh_suspension', ['label'] = 'Suspension', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_suspension.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle suspension'},
|
||||
['veh_transmission'] = {['name'] = 'veh_transmission', ['label'] = 'Transmission', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_transmission.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle transmission'},
|
||||
['veh_turbo'] = {['name'] = 'veh_turbo', ['label'] = 'Turbo', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_turbo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Install vehicle turbo'},
|
||||
['veh_interior'] = {['name'] = 'veh_interior', ['label'] = 'Interior', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_interior.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle interior'},
|
||||
['veh_exterior'] = {['name'] = 'veh_exterior', ['label'] = 'Exterior', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_exterior.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle exterior'},
|
||||
['veh_wheels'] = {['name'] = 'veh_wheels', ['label'] = 'Wheels', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_wheels.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle wheels'},
|
||||
['veh_neons'] = {['name'] = 'veh_neons', ['label'] = 'Neons', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_neons.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle neons'},
|
||||
['veh_xenons'] = {['name'] = 'veh_xenons', ['label'] = 'Xenons', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_xenons.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Upgrade vehicle xenons'},
|
||||
['veh_tint'] = {['name'] = 'veh_tint', ['label'] = 'Tints', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_tint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Install vehicle tint'},
|
||||
['veh_plates'] = {['name'] = 'veh_plates', ['label'] = 'Plates', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'veh_plates.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Install vehicle plates'},
|
||||
|
||||
-- Medication
|
||||
['firstaid'] = {['name'] = 'firstaid', ['label'] = 'First Aid', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'firstaid.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'You can use this First Aid kit to get people back on their feet'},
|
||||
['bandage'] = {['name'] = 'bandage', ['label'] = 'Bandage', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bandage.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A bandage works every time'},
|
||||
|
||||
Reference in New Issue
Block a user