I am trying to make a weapon pack to fill some niches i have found during my travels and adventures,due to ease of modularity i based my weapons jsons on the ones from artyom and his mod,but i have issues regarding a compact homemade revolver.
here is the json of it but im unsure what causes it to not work.
“id”: “32revolver”,
“type”: “GUN”,
“symbol”: “(”,
“color”: “dark_gray”,
“name”: “survivor pocket revolver”,
“name_plural”: “survivor pocket revolver”,
“description”: “a top-break homemade revolver,custom made for ease of carry due to its tiny use and rather decent perfomance,its long barrel offers some help at giving it some punch over other .32 pistols.”,
“price”: 65000,
“material”: [“iron”, “wood”],
“flags”: [“RELOAD_ONE”, “NEVER_JAMS”, “RELOAD_EJECT”],
“skill”: “pistol”,
“ammo”: “32”,
“weight”: 650,
“volume”: 1,
“bashing”: 6,
“cutting”: 0,
“to_hit”: -2,
“ranged_damage”: 2,
“dispersion”: 140,
“sight_dispersion”: 70,
“aim_speed” : 3,
“recoil”: 10,
“durability”: 8,
“clip_size”: 6,
“reload”: 80,
“loudness” : 90,
“valid_mod_locations”: [[ “accessories”, 2 ],[ “barrel”, 1 ],[ “bore”, 1 ],[ “conversion”, 1 ],[ “grip”, 1 ],[ “mechanism”, 4 ],[ “rail”, 1 ],[ “sights”, 1 ],[ “stock”, 1 ],[ “underbarrel”, 1 ]]
thing is that i dont know what went wrong with this one,as my other ones seem to work just fine.