Skip to content

Commit

Permalink
Merge pull request #37576 from LaVeyanFiend/AuditPistols1
Browse files Browse the repository at this point in the history
Gun volume auditing for .38/.357 handguns
  • Loading branch information
Rivet-the-Zombie authored Feb 5, 2020
2 parents a63aaad + f059ff1 commit 67ccc91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/items/gun/38.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"//": "It's hard to say just how big this is, although it's (very large) pistol sized. But it is a handmade weapon.",
"description": "A crudely made double barrel pistol firing 38 special ammo. Unfortunately, the name is less about the double barrels and more about the number of shots you'll get before it breaks down on you.",
"weight": "750 g",
"volume": "1 L",
"volume": "700 ml",
"price": 2000,
"to_hit": -1,
"bashing": 3,
Expand Down Expand Up @@ -42,7 +42,7 @@
"name": "COP .357 Derringer",
"description": "A small, chubby derringer pistol bearing a slight resemblance to the Mossberg Brownie. It uses a rotating firing pin to fire the individual hammers of the four barrels arranged in a square formation.",
"weight": "800 g",
"volume": "399ml",
"volume": "399 ml",
"price": 120000,
"to_hit": -1,
"bashing": 3,
Expand Down Expand Up @@ -74,8 +74,8 @@
"name": "S&W Model 10",
"name_plural": "S&W Model 10",
"description": "A six-shot revolver, produced since 1899 and known as the most popular handgun of the 20th century. It has a swing-out cylinder for ease of reloading.",
"weight": "907 g",
"volume": "500 ml",
"weight": "975 g",
"volume": "402 ml",
"price": 42400,
"to_hit": -2,
"bashing": 9,
Expand Down Expand Up @@ -135,7 +135,7 @@
"name_plural": "Ruger LCR .38",
"description": "A compact, double-action-only revolver designed for easy concealment, with a stainless steel cylinder and aluminum frame.",
"weight": "382 g",
"volume": "250 ml",
"volume": "321 ml",
"price": 54500,
"to_hit": -2,
"bashing": 8,
Expand Down Expand Up @@ -169,7 +169,7 @@
"name": { "str": "S&W 619", "str_pl": "S&W 619" },
"description": "A seven-round .38 revolver sold by Smith & Wesson. It features a fixed rear sight and a reinforced frame.",
"weight": "1074 g",
"volume": "500 ml",
"volume": "608 ml",
"price": 62000,
"to_hit": -2,
"bashing": 9,
Expand Down

0 comments on commit 67ccc91

Please sign in to comment.