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

Update to firearms 45/70 caliber volume and length #40466

Merged
merged 2 commits into from
May 12, 2020
Merged
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion data/json/items/gun/4570.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"description": "A handy but powerful lever-action rifle chambered for .45-70 Government. Designed for wilderness guides for defense against large predators such as grizzly bears, moose, and dinosaurs.",
"weight": "3629 g",
"volume": "1829 ml",
"longest_side": "943 mm",
"price": 100000,
"price_postapoc": 2500,
"to_hit": 1,
Expand Down Expand Up @@ -43,6 +44,7 @@
"description": "A massive single-action revolver. While the .45-70 rifle round loses significant velocity in its short pistol barrel, it still competes with other large magnum handguns in terms of power.",
"weight": "1950 g",
"volume": "734 ml",
"longest_side": "405 mm",
grimmspector marked this conversation as resolved.
Show resolved Hide resolved
"price": 105000,
"price_postapoc": 2750,
"to_hit": -2,
Expand Down Expand Up @@ -75,7 +77,8 @@
"//": "Specs from Uberti 32in barrel Special",
"description": "A reproduction of an antique single-shot .45-70 rifle once used to hunt buffalo and other large game in the late 19th Century. Highly accurate and powerful for the time, this one is made to handle modern smokeless ammunition.",
"weight": "4819 g",
"volume": "3053 ml",
"volume": "2936 ml",
"longest_side": "1278 mm",
"price": 210000,
"price_postapoc": 2750,
"to_hit": 1,
Expand Down