Skip to content

MasterManwah/dnp_serialscratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNP_SerialScratch

  • Easy Config for multiple locations
  • Requires items of choice
  • Skill checks based on item
    • AdvancedTool = if successful fully scratches serial
    • ScratchTool = if successful leaves a partial serial
    • Failing any causes damage to player

Item

qb-core/shared/items.lua

	["handfile"]   	= {["name"] = "handfile", 		["label"] = "Hand File Set", 	["weight"] = 150, 		["type"] = "item", 		["image"] = "handfile.png", 			["unique"] = false,   	["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "Essentially a hand saw with a very wide blade."},
	
	["dremel"]   	= {["name"] = "dremel", 		["label"] = "Dremel Cordless Rotary Tool", 	["weight"] = 150, 		["type"] = "item", 		["image"] = "dremel.png", 			["unique"] = false,   	["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "Dremel Tool suitable for carving, engraving, routing, grinding, sharpening, cleaning, polishing, cutting and sanding."},

Dependencies

Available Options

Credits

About

Edit of kevin-weaponscratch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%