I’m attempting to change the recipe of the revolver shotgun to actually include a revolver, so the revolver mechanism doesn’t just appear out of nowhere when you craft it. It isn’t working, can anyone tell me what’s wrong in the code?
[code] {
“result”: “revolver_shotgun”,
“category”: “CC_WEAPON”,
“skill_pri”: “gun”,
“skill_sec”: “mechanics”,
“difficulty”: 2,
“time”: 6000,
“reversible”: false,
“autolearn”: true,
“tools”: [
[
[“hacksaw”, -1],
[“toolset”, -1]
],
[
[“goggles_welding”, -1]
],
[
[“welder”, 30],
[“toolset”, 3]
]
],
“components”: [
[
[“shotgun_s”, 1]
],
[
[“sig_40”, 1],
[“taurus_38”, 1],
[“sw_619”, 1]
]
]
},[/code]