From a608f1ab3af6bff575b00c1a05a5d12cc70ad435 Mon Sep 17 00:00:00 2001 From: Von Hresvelg Date: Wed, 16 Nov 2022 09:18:38 +0000 Subject: [PATCH] Reworked Chicken drop table Reworked Knight of Ardougne drop table Reworked Hellhound drop table --- Server/data/configs/drop_tables.json | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 7858e05a7..1d7d1eddb 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -1939,14 +1939,14 @@ "main": [ { "minAmount": "1", - "weight": "1.0", - "id": "1", + "weight": "127.0", + "id": "0", "maxAmount": "1" }, { "minAmount": "1", - "weight": "99.0", - "id": "0", + "weight": "1.0", + "id": "1", "maxAmount": "1" } ] @@ -1993,25 +1993,19 @@ "main": [ { "minAmount": "1", - "weight": "25.0", + "weight": "32.0", "id": "0", "maxAmount": "1" }, { "minAmount": "5", - "weight": "25.0", + "weight": "64.0", "id": "314", "maxAmount": "5" }, - { - "minAmount": "10", - "weight": "25.0", - "id": "314", - "maxAmount": "10" - }, { "minAmount": "15", - "weight": "25.0", + "weight": "32.0", "id": "314", "maxAmount": "15" } @@ -2063,14 +2057,14 @@ "main": [ { "minAmount": "1", - "weight": "1.0", - "id": "12070", + "weight": "126.0", + "id": "0", "maxAmount": "1" }, { "minAmount": "1", - "weight": "63.0", - "id": "0", + "weight": "2.0", + "id": "12070", "maxAmount": "1" } ]