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 762R guns for volume, and longest_side #42817

Merged
merged 5 commits into from
Aug 9, 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
10 changes: 8 additions & 2 deletions data/json/items/gun/762R.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"name": { "str_sp": "Mosin-Nagant M44" },
"description": "The Model 44 is the carbine sized variant of the standard 1891/30. It has a shorter barrel, therefore it is weaker than the 1891/30, but easier to carry.",
"weight": "4100 g",
"volume": "2720 ml",
"longest_side": "1015 mm",
"price": 23000,
"price_postapoc": 3000,
"relative": {
"volume": "-500 ml",
"range": -6,
"ranged_damage": { "damage_type": "bullet", "amount": -3 },
"dispersion": 60,
Expand All @@ -23,6 +24,8 @@
"name": { "str_sp": "Mosin-Nagant M44-EBR" },
"description": "This carbine packs the classic Mosin-Nagant model 44 action in a modern-day stock capable of accepting modifications.",
"weight": "4330 g",
"volume": "2870 ml",
"longest_side": "1015 mm",
"price_postapoc": 3500,
"material": [ "steel", "plastic" ],
"color": "light_gray",
Expand All @@ -49,7 +52,8 @@
"name": { "str_sp": "Mosin-Nagant 1891/30" },
"description": "The Mosin-Nagant 1891/30 is a bolt action, internal magazine-fed, military rifle, developed by the Russian Empire, and later used and perfected by the Soviet Union.",
"weight": "4000 g",
"volume": "3 L",
"volume": "3120 ml",
"longest_side": "1241 mm",
"price": 19000,
"price_postapoc": 3000,
"to_hit": -1,
Expand Down Expand Up @@ -90,6 +94,8 @@
"name": { "str_sp": "Mosin-Nagant 1891/30-EBR" },
"description": "This Mosin-Nagant has exchanged the classic wooden stock for a modern synthetic model, carefully balanced to the same weight and handling yet offering support for modern accessories.",
"weight": "4230 g",
"volume": "3300 ml",
"longest_side": "1241 mm",
"material": [ "steel", "plastic" ],
"color": "light_gray",
"price_postapoc": 3500,
Expand Down