From 4a47ee66750ee3f73f3057fa931234c6010ded96 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 13:57:21 -0800 Subject: Rebalance to hit values. --- melee.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/melee.json b/melee.json index e1f9a6f..8c88686 100644 --- a/melee.json +++ b/melee.json @@ -33,7 +33,7 @@ "volume": "1 L", "price": 5500, "price_postapoc": 20, - "to_hit": 2, + "to_hit": -2, "bashing": 18, "material": [ "steel", "wood" ], "symbol": ")", @@ -55,6 +55,7 @@ "volume": "1500 ml", "price": 9000, "price_postapoc": 1000, + "to_hit": 2, "bashing": 4, "cutting": 20, "material": [ "steel", "wood" ], @@ -75,6 +76,7 @@ "volume": "1750 ml", "price": 9000, "price_postapoc": 1000, + "to_hit": 2, "bashing": 9, "cutting": 4, "material": [ "steel", "leather" ], @@ -117,7 +119,7 @@ "weight": "1000 g", "volume": "1500 ml", "price": 17800, - "to_hit": 1, + "to_hit": 3, "bashing": 3, "cutting": 24, "material": [ "aluminum", "plastic", "steel" ], @@ -141,7 +143,7 @@ "weight": "1350 g", "volume": "2 L", "price": 17800, - "to_hit": 1, + "to_hit": 3, "bashing": 14, "cutting": 1, "material": [ "wood", "steel" ], @@ -165,7 +167,7 @@ "weight": "1350 g", "volume": "2 L", "price": 17800, - "to_hit": 1, + "to_hit": 2, "bashing": 5, "cutting": 34, "material": [ "wood", "steel" ], @@ -192,6 +194,7 @@ "volume": "500 ml", "price": 50000, "price_postapoc": 1000, + "to_hit": 0, "bashing": 4, "cutting": 15, "material": [ "steel", "leather" ], @@ -213,7 +216,7 @@ "volume": "1750 ml", "price": 4000, "price_postapoc": 1000, - "to_hit": 2, + "to_hit": -1, "bashing": 22, "material": [ "wood", "iron" ], "color": "light_gray", @@ -233,7 +236,7 @@ "weight": "2000 g", "volume": "1000 ml", "price": 9000, - "to_hit": 2, + "to_hit": 0, "bashing": 24, "material": [ "steel", "wood" ], "color": "light_gray", -- cgit v1.2.1