Skip to content

Commit

Permalink
Merge pull request #40263 from LaVeyanFiend/GunVolumes762x39
Browse files Browse the repository at this point in the history
Gun volume audit for 7.62x39
  • Loading branch information
kevingranade authored May 11, 2020
2 parents 841bb50 + f53c972 commit a0cc190
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
17 changes: 11 additions & 6 deletions data/json/items/gun/762.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"name": { "str": "AKM" },
"description": "One of the most recognizable assault rifles ever made, the AKM is renowned for its durability even under the worst conditions.",
"weight": "3402 g",
"volume": "4414 ml",
"volume": "2167 ml",
"longest_side": "87 cm",
"price": 290000,
"price_postapoc": 4000,
"to_hit": -1,
Expand Down Expand Up @@ -44,8 +45,9 @@
"name": { "str_sp": "Beretta ARX-160" },
"//": "Total unloaded weight of gun 3000 grams. Current weight of folding stock 200 grams.",
"description": "The Beretta ARX-160 was a Phase II contender in the United States Army Individual Carbine competition to replace the M4 carbine. It failed to replace it, but it is widely used by military all around the world. This version is chambered for 7.62x39mm.",
"weight": "3450 g",
"volume": "1750 ml",
"weight": "3080 g",
"volume": "6323 ml",
"longest_side": "91 cm",
"price": 450000,
"price_postapoc": 4500,
"to_hit": -1,
Expand Down Expand Up @@ -84,7 +86,8 @@
"name": { "str": "SKS" },
"description": "Developed by the Soviets in 1945, this rifle was quickly replaced by the full-auto AK47. However, due to its superb accuracy, low recoil and deployable integrated bayonet, this gun maintains immense popularity.",
"weight": "3850 g",
"volume": "2500 ml",
"volume": "2838 ml",
"longest_side": "103 cm",
"price": 38000,
"price_postapoc": 3500,
"to_hit": -1,
Expand Down Expand Up @@ -125,7 +128,8 @@
"name": { "str": "AK-47" },
"description": "Civilian-legal clones of the iconic Kalashnikov, like this one, were manufactured and imported by many different firms. Even without full-auto function, their solid firepower and reliability in harsh conditions make them valuable weapons in this new world.",
"weight": "3402 g",
"volume": "4414 ml",
"volume": "2167 ml",
"longest_side": "87 cm",
"price": 79500,
"to_hit": -1,
"bashing": 12,
Expand Down Expand Up @@ -161,7 +165,8 @@
"name": { "str": "Mini Draco" },
"description": "Essentially a semi-auto AK with a short barrel and no stock, this unwieldy \"pistol\" has seen some popularity with civilian shooters and gangbangers alike.",
"weight": "2563 g",
"volume": "2167 ml",
"volume": "1286 ml",
"longest_side": "46 cm",
"price": 72500,
"to_hit": -5,
"bashing": 8,
Expand Down
3 changes: 2 additions & 1 deletion data/json/items/gunmod/underbarrel.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"name": { "str": "integrated bayonet" },
"description": "This is the bayonet integrated in the firearm.",
"weight": "1 g",
"volume": "250 ml",
"volume": "92 ml",
"longest_side": "22 cm",
"price": 4000,
"price_postapoc": 500,
"to_hit": -1,
Expand Down

0 comments on commit a0cc190

Please sign in to comment.