I have lockpicks that can craft , config file looks similar to this. I changed the custom skill gain but still only receiving 1 and its only showing 1 per craft as skill gain when previewing recipe and or crafting it in the UI. How would I give each item a different value of XP or skill/rep gain ? Or is the custom skill gain for QB metadata and it doesnt work that way with CW-rep. Thanks for any help and dope script
Config.Recipes = {
['lockpick'] = {
category = "Tools",
toItems = {
lockpick = 2,
},
materials = { metalscrap = 12, plastic = 12 },
craftingTime= 3000,
craftingSkill= 10,
customSkillGain = 5,
keepMaterials = { plastic = true }
