From 99669f3f973b56a908e209e50488871391fe6df8 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 5 Nov 2024 15:15:09 +0000 Subject: [PATCH] Updated item buff capitalization to match live --- project/assets/configs/repair.json | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/project/assets/configs/repair.json b/project/assets/configs/repair.json index cff2d136..19cc8ec5 100644 --- a/project/assets/configs/repair.json +++ b/project/assets/configs/repair.json @@ -21,13 +21,13 @@ "repairKit": { "armor": { "rarityWeight": { - "common": 5, - "rare": 1 + "Common": 5, + "Rare": 1 }, "bonusTypeWeight": { "DamageReduction": 1 }, - "common": { + "Common": { "DamageReduction": { "valuesMinMax": { "min": 0.9, @@ -39,7 +39,7 @@ } } }, - "rare": { + "Rare": { "DamageReduction": { "valuesMinMax": { "min": 0.8, @@ -54,13 +54,13 @@ }, "vest": { "rarityWeight": { - "common": 5, - "rare": 1 + "Common": 5, + "Rare": 1 }, "bonusTypeWeight": { "DamageReduction": 1 }, - "common": { + "Common": { "DamageReduction": { "valuesMinMax": { "min": 0.9, @@ -72,7 +72,7 @@ } } }, - "rare": { + "Rare": { "DamageReduction": { "valuesMinMax": { "min": 0.8, @@ -87,13 +87,13 @@ }, "headwear": { "rarityWeight": { - "common": 5, - "rare": 1 + "Common": 5, + "Rare": 1 }, "bonusTypeWeight": { "DamageReduction": 1 }, - "common": { + "Common": { "DamageReduction": { "valuesMinMax": { "min": 0.9, @@ -105,7 +105,7 @@ } } }, - "rare": { + "Rare": { "DamageReduction": { "valuesMinMax": { "min": 0.8, @@ -120,14 +120,14 @@ }, "weapon": { "rarityWeight": { - "common": 5, - "rare": 1 + "Common": 5, + "Rare": 1 }, "bonusTypeWeight": { "WeaponSpread": 1, "MalfunctionProtections": 1 }, - "common": { + "Common": { "WeaponSpread": { "valuesMinMax": { "min": 0.9, @@ -149,7 +149,7 @@ } } }, - "rare": { + "Rare": { "WeaponSpread": { "valuesMinMax": { "min": 0.8,