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

Gun volume audit for .410 shot & .454 Casull #39250

Merged
merged 4 commits into from Apr 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions data/json/items/gun/410shot.json
Expand Up @@ -7,7 +7,7 @@
"name": { "str": "Saiga-410" },
"description": "The Saiga-410 is a semi-automatic shotgun designed on the same Kalashnikov pattern as the AK47 rifle. It reloads with a magazine, rather than one shell at a time like most shotguns.",
"weight": "3400 g",
"volume": "2750 ml",
"volume": "5762 ml",
"price": 189000,
"to_hit": -1,
"bashing": 12,
Expand All @@ -27,7 +27,8 @@
"type": "GUN",
"name": { "str": "Winchester M37 .410" },
"description": "A single-shot break-action shotgun, chambered in .410 bore. Designed as a lower-recoil alternative to 12 gauge shotguns, it is light and easy to manufacture.",
"weight": "2721 g",
"weight": "2948 g",
"volume": "1748 ml",
"blackpowder_tolerance": 80,
"ammo": "410shot"
}
Expand Down
8 changes: 5 additions & 3 deletions data/json/items/gun/454.json
Expand Up @@ -6,8 +6,8 @@
"type": "GUN",
"name": { "str": "Taurus Raging Bull", "str_pl": "Taurus Raging Bull" },
"description": "The Taurus Raging Bull is a 5-shot revolver chambered in .454 Casull. It has impressive stopping power.",
"weight": "1790 g",
"volume": "750 ml",
"weight": "1502 g",
"volume": "565 ml",
"price": 64100,
"to_hit": -2,
"bashing": 12,
Expand Down Expand Up @@ -37,6 +37,8 @@
"type": "GUN",
"name": { "str": "Taurus Raging Judge Magnum", "str_pl": "Taurus Raging Judge Magnum" },
"description": "The Taurus Raging Judge Magnum is a 5-shot revolver chambered in .454 Casull. It can fire .410 shotshells and .45 Colt cartridges as well.",
"weight": "2041 g"
"weight": "2070 g",
"volume": "1175 ml",
"clip_size": 6
}
]