From 2e3ade5426bae991a5583b5597d01378e8781d73 Mon Sep 17 00:00:00 2001 From: Holli Date: Sat, 30 Mar 2024 15:51:12 -0600 Subject: [PATCH 1/2] Remove unneeded bullet damages Removes ranged damage bonus/maluses and changes the Bren 2 barrel length from 9" to 11", as that better matches the listed weight. --- data/json/items/gun/38.json | 2 -- data/json/items/gun/762.json | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/data/json/items/gun/38.json b/data/json/items/gun/38.json index 20df29b7cb60c..ab6ac296808d7 100644 --- a/data/json/items/gun/38.json +++ b/data/json/items/gun/38.json @@ -160,7 +160,6 @@ "color": "brown", "ammo": [ "38" ], "skill": "rifle", - "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "dispersion": 550, "durability": 6, "blackpowder_tolerance": 60, @@ -202,7 +201,6 @@ "symbol": "(", "color": "dark_gray", "ammo": [ "38" ], - "ranged_damage": { "damage_type": "bullet", "amount": -2 }, "dispersion": 480, "durability": 10, "blackpowder_tolerance": 56, diff --git a/data/json/items/gun/762.json b/data/json/items/gun/762.json index 920faa8a98016..dc07b1ca27a20 100644 --- a/data/json/items/gun/762.json +++ b/data/json/items/gun/762.json @@ -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, @@ -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": [ @@ -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": "280 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", From 987b582feda448c7bcf1cc18eab6bf8a4d5b366a Mon Sep 17 00:00:00 2001 From: Holli Date: Tue, 9 Apr 2024 17:42:59 -0600 Subject: [PATCH 2/2] Update 762.json --- data/json/items/gun/762.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/gun/762.json b/data/json/items/gun/762.json index dc07b1ca27a20..d8092f6eb32db 100644 --- a/data/json/items/gun/762.json +++ b/data/json/items/gun/762.json @@ -331,7 +331,7 @@ "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": "280 mm", + "barrel_length": "279 mm", "price": 215500, "price_postapoc": 3000, "to_hit": -1,