Electrician job

Tools required for each job

This file can be located in peuren_electricianjob/shared/sh_locations.lua.

Config.Toolbox = {
    ['tools'] = {
        title = "Repair tools",
        icon = 'fas fa-toolbox',
        description = "All tools you need to fix electrical problems",
        carrying = {
            propPlacement = { 0.3900, -0.0600, -0.0000, -100.00, -180.00, -78.00 },
            dict = "move_weapon@jerrycan@generic",
            model = "ch_prop_toolbox_01a",
            propBone = 57005,
            anim = "idle",
        }
    },
    ['cables'] = {
        title = "Cable repair kit",
        icon = 'fas fa-ethernet',
        description = "Useful when you need to fix defected cables",
        carrying = {
            propPlacement = { 0.3900, -0.0600, -0.0000, -100.00, -180.00, -78.00 },
            dict = "move_weapon@jerrycan@generic",
            model = "ch_prop_toolbox_01a",
            propBone = 57005,
            anim = "idle",
        }
    },
    ['fuzepattern'] = {
        title = "Fuze kit",
        icon = 'fas fa-car-battery',
        description = "Useful when you need to replace broken fuzes",
        carrying = {
            propPlacement = { 0.3900, -0.0600, -0.0600, -100.00, -180.00, -78.00 },
            dict = "move_weapon@jerrycan@generic",
            model = "xm3_prop_xm3_tool_box_01a",
            propBone = 57005,
            anim = "idle",
        }
    },
    ['distributor'] = {
        title = "Voltage meter",
        icon = 'fas fa-mobile-retro',
        description = "Useful when you need to measure voltage to distribute it correctly",
        carrying = {
            propPlacement = { 0.3900, -0.0600, -0.0600, -100.00, -180.00, -78.00 },
            dict = "move_weapon@jerrycan@generic",
            model = "xm3_prop_xm3_tool_box_01a",
            propBone = 57005,
            anim = "idle",
        }
    }
}

Job data, payouts and blackout

This file can be located in peuren_electricianjob/shared/sh_locations.lua.

NPC mechanic locations

This file can be located in peuren_towjob/shared/sh_locations.lua.

Grid zones and problem locations

This file can be located in peuren_electricianjob/shared/sh_locations.lua. Use this website to create new grid zones on the map: https://skyrossm.github.io/PolyZoneCreator/arrow-up-right

Last updated