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

Audit guns in .30-06 for width, volume, and longest_side #42466

Merged
merged 5 commits into from
Jul 28, 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
19 changes: 12 additions & 7 deletions data/json/items/gun/3006.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"reload_noise_volume": 10,
"name": { "str_sp": "Browning BLR" },
"description": "A highly accurate lever-action hunting rifle chambered for the powerful .30-06 round. Notable for using a detachable magazine instead of a traditional tube.",
"weight": "3300 g",
"volume": "3 L",
"weight": "3290 g",
"volume": "3610 ml",
"longest_side": "1106 mm",
"price": 85000,
"price_postapoc": 3000,
"to_hit": -1,
Expand Down Expand Up @@ -55,7 +56,8 @@
"name": { "str": "M1 Garand" },
"description": "A semi-automatic .30-06 battle rifle, developed to replace the M1903 Springfield. It didn't completely supplant the older bolt-action until after World War II.",
"weight": "4280 g",
"volume": "2500 ml",
"volume": "3160 ml",
"longest_side": "1107 mm",
"price": 90000,
"price_postapoc": 3500,
"to_hit": -1,
Expand Down Expand Up @@ -101,7 +103,8 @@
"name": { "str": "M1903 Springfield" },
"description": "A powerful military rifle chambered in .30-06, developed to replace the US Army's older Krag rifle. Served as the main American rifle in World War I, was used alongside the M1 Garand in World War II, and was used as a sniper rifle as late as the Vietnam War.",
"weight": "3910 g",
"volume": "3 L",
"volume": "2840 ml",
"longest_side": "1102 mm",
"price": 80000,
"price_postapoc": 3250,
"to_hit": -1,
Expand Down Expand Up @@ -148,7 +151,8 @@
"name": { "str": "Browning Automatic Rifle" },
"description": "Designed near the end of World War I, the BAR provided fire support for the US Army from World War II all the way to the Vietnam War. Too much firepower to serve as a battle rifle, but not enough to be an ideal light machine gun, it still found a niche on the battlefield.",
"weight": "8820 g",
"volume": "2500 ml",
"volume": "4450 ml",
"longest_side": "1216 mm",
"price": 350000,
"price_postapoc": 4000,
"to_hit": -1,
Expand Down Expand Up @@ -195,8 +199,9 @@
"type": "GUN",
"name": { "str_sp": "Remington 700 .30-06" },
"description": "A very popular and durable hunting or sniping rifle. Popular among SWAT and US Marine snipers. Highly damaging, but perhaps not as accurate as the competing Browning BLR.",
"weight": "3410 g",
"volume": "3 L",
"weight": "3350 g",
"volume": "3190 ml",
"longest_side": "1141 mm",
"price": 87000,
"price_postapoc": 3500,
"to_hit": -1,
Expand Down