Hi
I started a new random character today -> Bionic Police Officer
By default the officer gets a L39B Gun and a LW-21 magazine for the 9x19mm +P
My problem is this: Is is possible to load 21 rounds into the magazine. If I try to reload the L39B then I end up with a single round in the Gun. There is no way to load the magazine.
I searched a little bit inside the json. At the moment I don’t have a clue about the mod system, but I think the L39B is a vanilla gun?
Here is the json code
{
"id": "l_mp_9mm",
"copy-from": "l_sp_9mm",
"type": "GUN",
"name": "L39B",
"description": "A selective-firing 9mm handgun introduced in 2039, Leadworks LLC's L39B provides accurate single-shot placement as well as controllable short-range firepower with its three-round burst mode. Users praised its accuracy and fearsome appearance.",
"price": 95000,
"ammo": "9mm",
"relative": {
"weight": 130,
"recoil": 15,
"durability": -1
},
"burst": 3, "//": "The M93R can go through up to 110 rounds in six seconds, FWIW.",
"flags": [ "MODE_BURST" ]
},
As far as I can see the entry for magazine is missing. Is this a messed up file on my pc or a general issue?
Code Sniplets to fix that are very welcome ^^