Workbench
Config New Workbench
burgershotKitchen = { -- Workbench name
coords = vector4(-1201.03, -898.73, 14.0, 126.02), -- Crafting station coordinates
blip = { -- Optional blips
sprite = 384,
color = 26,
name = "burgershot Kitchen",
},
jobs = {'burgershot'}, -- Accessible jobs or empty for everyone
jobsXP = {'burgershot'}, -- Jobs that grant XP to the job instead of the player, exclusive to this workbench
recipes = {'burgershot_bleeder', 'burgershot_patatos'}, -- Crafting recipes available to this workbench
gif = "img/food.gif", -- Central image or GIF
FailedRecipeResult = { --Result if crafting fails on this workbench and the quantity
name = 'dubious_food',
qty = 1,
},
},Last updated