Skip to content

Commit

Permalink
Merge pull request CleverRaven#21358 from BorkBorkGoesTheCode/patch-116
Browse files Browse the repository at this point in the history
Rebalanced .500 S&W and .454 Casull cartridges
  • Loading branch information
Rivet-the-Zombie authored Jul 6, 2017
2 parents 465bbd6 + 20f6cbe commit 91108bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions data/json/items/ammo/454.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"material": [ "steel", "powder" ],
"symbol": "=",
"color": "light_gray",
"count": 10,
"stack_size": 10,
"count": 20,
"stack_size": 15,
"ammo_type": "454",
"casing": "454_casing",
"range": 16,
"damage": 56,
"damage": 48,
"pierce": 8,
"dispersion": 30,
"recoil": 2500,
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/ammo/500.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"material": [ "steel", "powder" ],
"symbol": "=",
"color": "light_gray",
"count": 15,
"stack_size": 15,
"count": 20,
"stack_size": 10,
"ammo_type": "500",
"casing": "500_casing",
"range": 16,
"damage": 48,
"damage": 55,
"pierce": 8,
"dispersion": 30,
"recoil": 3000,
Expand Down

0 comments on commit 91108bf

Please sign in to comment.