From 806f503494f505ab2fc6c1dfe1c7f3a62dd2e189 Mon Sep 17 00:00:00 2001 From: KJeff01 Date: Tue, 26 Sep 2023 11:33:43 -0500 Subject: [PATCH] Bump VTOL bomb weapon HP up by 10% These weapons must take lots of damage before having a chance to damage something. --- data/mp/stats/weapons.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/mp/stats/weapons.json b/data/mp/stats/weapons.json index 4037a645c2c..44a9441c4fd 100644 --- a/data/mp/stats/weapons.json +++ b/data/mp/stats/weapons.json @@ -430,7 +430,7 @@ "flightGfx": "Fxlbmbx1.PIE", "flightSpeed": 475, "hitGfx": "FXMNExp.PIE", - "hitpoints": 420, + "hitpoints": 462, "id": "Bomb1-VTOL-LtHE", "lightWorld": 1, "longRange": 384, @@ -472,7 +472,7 @@ "flightGfx": "Fxmbmbx2.PIE", "flightSpeed": 475, "hitGfx": "FXMNExp.PIE", - "hitpoints": 480, + "hitpoints": 528, "id": "Bomb2-VTOL-HvHE", "lightWorld": 1, "longRange": 384, @@ -514,7 +514,7 @@ "flightGfx": "Fxlbmbi1.PIE", "flightSpeed": 475, "hitGfx": "FXLExp.PIE", - "hitpoints": 440, + "hitpoints": 484, "id": "Bomb3-VTOL-LtINC", "lightWorld": 1, "longRange": 384, @@ -559,7 +559,7 @@ "flightGfx": "Fxmbmbi2.PIE", "flightSpeed": 475, "hitGfx": "FXLExp.PIE", - "hitpoints": 500, + "hitpoints": 550, "id": "Bomb4-VTOL-HvyINC", "lightWorld": 1, "longRange": 384, @@ -604,7 +604,7 @@ "flightGfx": "FXLBMBP2.PIE", "flightSpeed": 475, "hitGfx": "FXLExp.PIE", - "hitpoints": 500, + "hitpoints": 550, "id": "Bomb5-VTOL-Plasmite", "lightWorld": 1, "longRange": 384, @@ -650,7 +650,7 @@ "flightGfx": "FXLBMBE2.PIE", "flightSpeed": 475, "hitGfx": "FXLExp.PIE", - "hitpoints": 600, + "hitpoints": 660, "id": "Bomb6-VTOL-EMP", "lightWorld": 1, "longRange": 384,