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(and one magazine) volume audit for 9x18 and 7.62x25 #39337

Merged
merged 4 commits into from Apr 8, 2020
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions data/json/items/gun/762x25.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"reload_noise_volume": 10,
"name": { "str": "PPSh-41" },
"description": "The Soviet-made PPSh-41 is a mass-produced selective-fire submachine gun. It has a relatively high rate of fire.",
"weight": "3630 g",
"volume": "1750 ml",
"weight": "3640 g",
"volume": "2873 ml",
"price": 280000,
"to_hit": -2,
"bashing": 10,
Expand Down Expand Up @@ -48,7 +48,7 @@
"//": "And it's therefore expensive.",
"description": "The Tokarev TT-33 is an antique Russian semiautomatic pistol, famous for its durability, accuracy, and uncomfortable grip angle. It was chambered for the 7.62x25mm due to the popularity of the C96 pistol among Russian revolutionaries.",
"weight": "870 g",
"volume": "500 ml",
"volume": "251 ml",
"price": 100000,
"to_hit": -2,
"bashing": 10,
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/9x18.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"//": "10 and 12-round magazines exist, but were made for the newer PMM, and are not compatible with the old PM.",
"description": "The Pistolet Makarova was developed by the Soviet Union to replace the WWII-era TT-33 pistol. It uses the 9x18mm cartridge, which remains in use among various former Soviet countries.",
"weight": "730 g",
"volume": "250 ml",
"volume": "346 ml",
"price": 25000,
"to_hit": -2,
"bashing": 9,
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/magazine/762x25.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"name": { "str": "PPSh 71-round drum magazine" },
"//": "Provisional.",
"description": "A high-capacity drum magazine for the PPSh-41.",
"weight": "1387 g",
"volume": "750 ml",
"weight": "1760 g",
"volume": "911 ml",
"price": 7000,
"material": "steel",
"symbol": "#",
Expand Down