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

Remove bonus damages from .38/7.62x39 guns #72941

Merged
merged 2 commits into from
Apr 10, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions data/json/items/gun/38.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
"color": "brown",
"ammo": [ "38" ],
"skill": "rifle",
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"dispersion": 550,
"durability": 6,
"blackpowder_tolerance": 60,
Expand Down Expand Up @@ -202,7 +201,6 @@
"symbol": "(",
"color": "dark_gray",
"ammo": [ "38" ],
"ranged_damage": { "damage_type": "bullet", "amount": -2 },
"dispersion": 480,
"durability": 10,
"blackpowder_tolerance": 56,
Expand Down
5 changes: 1 addition & 4 deletions data/json/items/gun/762.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"material": [ "steel", "wood" ],
"color": "brown",
"ammo": [ "762" ],
"ranged_damage": { "damage_type": "bullet", "amount": 3 },
"dispersion": 90,
"durability": 8,
"min_cycle_recoil": 1832,
Expand Down Expand Up @@ -183,7 +182,6 @@
"color": "brown",
"ammo": [ "762" ],
"dispersion": 240,
"ranged_damage": { "damage_type": "bullet", "amount": -10 },
"durability": 7,
"min_cycle_recoil": 1832,
"valid_mod_locations": [
Expand Down Expand Up @@ -333,14 +331,13 @@
"volume": "4200 ml",
"//": "There's currently only pistol versions of this gun for sale in the US. This would be a good candidate for a pistol brace item that the survivor can replace with a real stock.",
"longest_side": "76 cm",
"barrel_length": "230 mm",
"barrel_length": "279 mm",
"price": 215500,
"price_postapoc": 3000,
"to_hit": -1,
"material": [ "steel", "aluminum", "plastic" ],
"color": "black",
"ammo": [ "762" ],
"ranged_damage": { "damage_type": "bullet", "amount": -5 },
"dispersion": 140,
"durability": 8,
"barrel_volume": "175 ml",
Expand Down
Loading