Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gun volume audit for .357 SIG + adjust SIG Sauer weights #37670

Merged
merged 3 commits into from Feb 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions data/json/items/gun/357sig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"type": "GUN",
"name": "SIG P226",
"description": "A SIG Sauer P226 chambered for .357 SIG. The P226 is a DA/SA, short-recoil operated semi-automatic pistol.",
"weight": "960 g",
"volume": "500 ml",
"weight": "964 g",
"volume": "549 ml",
"price": 50000,
"to_hit": -1,
"bashing": 8,
Expand All @@ -27,6 +27,7 @@
"name": { "str": "Glock 31" },
"description": "A full size .357 SIG Glock pistol. It is extremely similar to the Glock 22, and could be converted to fire .40 S&W by switching the barrel.",
"weight": "660 g",
"volume": "443 ml",
"ammo": [ "357sig" ],
"magazines": [ [ "357sig", [ "glock40mag", "glock40bigmag" ] ] ]
},
Expand All @@ -37,8 +38,8 @@
"type": "GUN",
"name": "SIG P320",
"description": "The P320 is a semi automatic, short recoil operated pistol. This one is chambered for .357 SIG.",
"weight": "751 g",
"volume": "500 ml",
"weight": "731 g",
"volume": "462 ml",
"price": 69000,
"to_hit": -2,
"bashing": 8,
Expand Down