From 3181ea6824bd11ce645b56fa1275c7e07b4a9112 Mon Sep 17 00:00:00 2001 From: Tipchik <50970280+Tipchik87@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:46:18 +0300 Subject: [PATCH] Body cost fix Leopard "buildPoints": 170->190 Retaliation "buildPower": 45-> 49 --- data/mp/stats/body.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mp/stats/body.json b/data/mp/stats/body.json index 7190c6d1ca2..7eb204ecdc6 100644 --- a/data/mp/stats/body.json +++ b/data/mp/stats/body.json @@ -598,7 +598,7 @@ "Body2SUP": { "armourHeat": 6, "armourKinetic": 14, - "buildPoints": 170, + "buildPoints": 190, "buildPower": 37, "class": "Droids", "designable": 1, @@ -641,7 +641,7 @@ "armourHeat": 15, "armourKinetic": 20, "buildPoints": 170, - "buildPower": 45, + "buildPower": 49, "class": "Droids", "designable": 1, "hitpoints": 150,