From 65d585a0260e7c53ff5f368ae11b7d01a39cf347 Mon Sep 17 00:00:00 2001 From: Von Hresvelg Date: Thu, 1 Sep 2022 14:08:13 +0000 Subject: [PATCH] Adjusted Steel, Iron, and Black Dragon Visage Drops to 1/10k (had rounding errors) Rebalanced Black Guard Clue Scroll Drop Rate Rebalanced Knight of Ardy Clue Scroll Drop Rate --- Server/data/configs/drop_tables.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index cf8855ce9..7fe384380 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -2130,9 +2130,15 @@ "main": [ { "minAmount": "1", - "weight": "5.0", + "weight": "1.0", "id": "1", "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "99.0", + "id": "0", + "maxAmount": "1" } ] }, @@ -2444,7 +2450,7 @@ }, { "minAmount": "1", - "weight": "0.154", + "weight": "0.20404", "id": "11286", "maxAmount": "1" }, @@ -2892,7 +2898,7 @@ }, { "minAmount": "1", - "weight": "0.0562", + "weight": "0.050365", "id": "11286", "maxAmount": "1" }, @@ -25337,7 +25343,7 @@ }, { "minAmount": "1", - "weight": "0.07994", + "weight": "0.075957", "id": "11286", "maxAmount": "1" }, @@ -25569,7 +25575,7 @@ }, { "minAmount": "1", - "weight": "0.0728", + "weight": "0.0693868", "id": "11286", "maxAmount": "1" }, @@ -33215,7 +33221,7 @@ }, { "minAmount": "1", - "weight": "25.0", + "weight": "6.11111", "id": "5733", "maxAmount": "1" },