lua Copy['mechanic_tablet' ] = {
['name' ] = 'mechanic_tablet' ,
['label' ] = 'Mechanic Tablet' ,
['weight' ] = 1000 ,
['type' ] = 'item' ,
['image' ] = 'mechanic_tablet.png' ,
['unique' ] = false ,
['useable' ] = true ,
['shouldClose' ] = true ,
['combinable' ] = nil ,
['description' ] = 'Digital tablet for managing your mechanic shop' ,
['client' ] = {
['export' ] = 'qs-mechanic-creator.mechanic_tablet'
}
},
['repairkit' ] = {
['name' ] = 'repairkit' ,
['label' ] = 'Repair Kit' ,
['weight' ] = 500 ,
['type' ] = 'item' ,
['image' ] = 'repairkit.png' ,
['unique' ] = false ,
['useable' ] = true ,
['shouldClose' ] = true ,
['combinable' ] = nil ,
['description' ] = 'A kit containing tools to repair vehicle body damage' ,
['client' ] = {
['export' ] = 'qs-mechanic-creator.repairkit'
}
},
['rope' ] = {
['name' ] = 'rope' ,
['label' ] = 'Rope' ,
['weight' ] = 300 ,
['type' ] = 'item' ,
['image' ] = 'rope.png' ,
['unique' ] = false ,
['useable' ] = true ,
['shouldClose' ] = true ,
['combinable' ] = nil ,
['description' ] = 'A sturdy rope for flipping vehicles' ,
['client' ] = {
['export' ] = 'qs-mechanic-creator.rope'
}
},
['sponge' ] = {
['name' ] = 'sponge' ,
['label' ] = 'Sponge' ,
['weight' ] = 100 ,
['type' ] = 'item' ,
['image' ] = 'sponge.png' ,
['unique' ] = false ,
['useable' ] = true ,
['shouldClose' ] = true ,
['combinable' ] = nil ,
['description' ] = 'A sponge for washing vehicles' ,
['client' ] = {
['export' ] = 'qs-mechanic-creator.sponge'
}
}