Skip to content

Commit

Permalink
fix: Remove ammo types from Taurus Raging Bull revolver (#5593)
Browse files Browse the repository at this point in the history
* remove 410shot and 45colt from allowed ammo of taurus raging bull revolver and 5-round speedloader

* fix typo in .454 6-round speedloader description
  • Loading branch information
Soadreqm authored Oct 21, 2024
1 parent ee91baf commit 1acd5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion data/json/items/gun/454.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bashing": 12,
"material": [ "steel", "plastic" ],
"color": "light_gray",
"ammo": [ "454", "410shot", "45colt" ],
"ammo": "454",
"dispersion": 280,
"blackpowder_tolerance": 56,
"clip_size": 5,
Expand All @@ -36,6 +36,7 @@
"description": "The Taurus Raging Judge Magnum is a 6-shot revolver chambered in .454 Casull. It can fire .410 shotshells and .45 Colt cartridges as well.",
"weight": "2070 g",
"volume": "1175 ml",
"ammo": [ "454", "410shot", "45colt" ],
"clip_size": 6,
"magazines": [ [ "454", [ "454_speedloader6" ] ] ]
}
Expand Down
7 changes: 4 additions & 3 deletions data/json/items/magazine/454.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"looks_like": "38_speedloader",
"type": "MAGAZINE",
"name": { "str": ".454 5-round speedloader" },
"description": "This speedloader can hold 5 rounds of .454, .45 Colt or .410 bore and quickly reload a compatible revolver.",
"description": "This speedloader can hold 5 rounds of .454 and quickly reload a compatible revolver.",
"weight": "108 g",
"volume": "250 ml",
"price": "22 USD",
"price_postapoc": "1 USD",
"material": "steel",
"symbol": "#",
"color": "light_gray",
"ammo_type": [ "454", "45colt", "410shot" ],
"ammo_type": "454",
"capacity": 5,
"flags": [ "SPEEDLOADER" ]
},
Expand All @@ -21,7 +21,8 @@
"copy-from": "454_speedloader5",
"type": "MAGAZINE",
"name": { "str": ".454 6-round speedloader" },
"description": "This speedloader can hold 5 rounds of .454, .45 Colt or .410 bore and quickly reload a compatible revolver.",
"description": "This speedloader can hold 6 rounds of .454, .45 Colt or .410 bore and quickly reload a compatible revolver.",
"ammo_type": [ "454", "45colt", "410shot" ],
"capacity": 6
}
]

0 comments on commit 1acd5e9

Please sign in to comment.