Skip to content

Commit

Permalink
Merge pull request CleverRaven#66999 from anoobindisguise/patch-33
Browse files Browse the repository at this point in the history
adjust 9mm gun range bonus
  • Loading branch information
Rivet-the-Zombie authored Jul 21, 2023
2 parents 0b7deee + 83f32d1 commit 2c4c7ee
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions data/json/items/gun/9mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"color": "dark_gray",
"ammo": [ "9mm" ],
"skill": "rifle",
"range": 20,
"range": 12,
"ranged_damage": { "damage_type": "bullet", "amount": 2 },
"dispersion": 180,
"durability": 10,
Expand Down Expand Up @@ -168,7 +168,7 @@
"ammo": [ "9mm" ],
"skill": "smg",
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"range": 14,
"range": 7,
"dispersion": 240,
"durability": 8,
"min_cycle_recoil": 450,
Expand Down Expand Up @@ -204,6 +204,7 @@
"name": { "str": "H&K MP5SD" },
"description": "The H&K MP5SD offers subsonic performance in almost the same footprint as the H&K MP5, retaining its handiness. The large suppressor cuts down on muzzle flash greatly, aiding in night operations. It has also seen some popularity with SWAT teams, as it lowers the risk of fire and explosions in illegal laboratories. With body armor in more common use, the MP5SD has waned in popularity among special forces due to its decreased terminal performance.",
"ascii_picture": "hk_mp5sd",
"range": 0,
"weight": "3230 g",
"volume": "3499 ml",
"longest_side": "666 mm",
Expand All @@ -224,6 +225,7 @@
"longest_side": "377 mm",
"price_postapoc": 3500,
"dispersion": 270,
"range": 0,
"ranged_damage": { "damage_type": "bullet", "amount": 0 },
"built_in_mods": [ "folding_stock", "grip" ],
"valid_mod_locations": [
Expand Down Expand Up @@ -251,6 +253,7 @@
"volume": "2110 ml",
"longest_side": "377 mm",
"skill": "pistol",
"range": 1,
"modes": [ [ "DEFAULT", "semi-auto", 1 ] ],
"dispersion": 270,
"valid_mod_locations": [
Expand Down Expand Up @@ -372,7 +375,7 @@
"color": "dark_gray",
"ammo": [ "9mm" ],
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"range": 8,
"range": 6,
"dispersion": 360,
"durability": 6,
"min_cycle_recoil": 450,
Expand Down Expand Up @@ -496,7 +499,7 @@
"color": "dark_gray",
"ammo": [ "9mm" ],
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"range": 12,
"range": 7,
"dispersion": 360,
"durability": 6,
"min_cycle_recoil": 450,
Expand Down Expand Up @@ -561,7 +564,7 @@
"color": "dark_gray",
"ammo": [ "9mm" ],
"skill": "rifle",
"range": 18,
"range": 12,
"ranged_damage": { "damage_type": "bullet", "amount": 3 },
"dispersion": 180,
"durability": 7,
Expand Down Expand Up @@ -766,7 +769,7 @@
"ammo": [ "9mm" ],
"skill": "smg",
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"range": 8,
"range": 5,
"dispersion": 360,
"durability": 5,
"blackpowder_tolerance": 24,
Expand Down Expand Up @@ -880,7 +883,7 @@
"color": "dark_gray",
"ammo": [ "9mm" ],
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"range": 14,
"range": 7,
"dispersion": 360,
"durability": 7,
"min_cycle_recoil": 450,
Expand Down Expand Up @@ -1298,7 +1301,7 @@
"color": "dark_gray",
"ammo": [ "9mm" ],
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"range": 8,
"range": 4,
"dispersion": 240,
"durability": 8,
"min_cycle_recoil": 450,
Expand Down Expand Up @@ -1340,7 +1343,7 @@
"price_postapoc": 6000,
"to_hit": -2,
"material": [ "steel", "plastic" ],
"range": 6,
"range": 5,
"color": "dark_gray",
"ammo": [ "9mm" ],
"dispersion": 300,
Expand Down

0 comments on commit 2c4c7ee

Please sign in to comment.