Skip to content

A mechanic job with actions & items script for Ybox & (for now) Qbox

Notifications You must be signed in to change notification settings

Ybox-Project/y_mechanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

y_mechanic

Items

    ['advancedrepairkit'] = {
        label = 'Advanced Repair Kit',
        weight = 4000,
        stack = true,
        close = true,
        description = "A nice toolbox with stuff to repair your vehicle",
        client = {
            image = 'advancedkit.png',
        },
        server = {
            export = "y_mechanic.advancedrepairkit"
        },
        consume = 0.5
    },

    ['repairkit'] = {
        label = 'Repair kit',
        weight = 2500,
        stack = true,
        close = true,
        description = "A nice toolbox with stuff to repair your vehicle",
        server = {
            export = "y_mechanic.repairkit"
        },
        consume = 0.25
    },

    ['bodykit'] = {
        label = 'Body kit',
        weight = 1000,
        stack = true,
        close = true,
        description = "A nice toolbox with stuff to repair your vehicle",
        server = {
            export = "y_mechanic.bodykit"
        },
        consume = 0.5
    },

    ['cleaningkit'] = {
        label = 'Cleaning kit',
        weight = 250,
        stack = true,
        close = true,
        description = "Grandpa's cleaning kit",
        server = {
            export = "y_mechanic.cleaningkit"
        },
        consume = 0.25
    },

    ['wheelkit'] = {
        label = 'Spare Wheels',
        weight = 1000,
        stack = true,
        close = true,
        description = "Spare wheels'
        server = {
            export = "y_mechanic.wheelkit"
        },
        consume = 1
    },

About

A mechanic job with actions & items script for Ybox & (for now) Qbox

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Languages