From c7fd4a218fe6a9fda8bdad8a8a807658d59d595a Mon Sep 17 00:00:00 2001 From: Von Hresvelg Date: Wed, 16 Nov 2022 09:01:21 +0000 Subject: [PATCH] Reworked Hero drop table --- Server/data/configs/drop_tables.json | 30 +++++++++++----------------- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index e91fc52cc..7858e05a7 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -1882,51 +1882,45 @@ "main": [ { "minAmount": "200", - "weight": "50.0", - "id": "995", - "maxAmount": "200" - }, - { - "minAmount": "300", - "weight": "50.0", + "weight": "105.0", "id": "995", "maxAmount": "300" }, { "minAmount": "2", - "weight": "25.0", + "weight": "8.0", "id": "560", "maxAmount": "2" }, { "minAmount": "1", - "weight": "25.0", + "weight": "6.0", "id": "565", "maxAmount": "1" }, { "minAmount": "1", - "weight": "50.0", - "id": "444", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "50.0", + "weight": "5.0", "id": "1993", "maxAmount": "1" }, { "minAmount": "1", - "weight": "50.0", + "weight": "2.0", "id": "569", "maxAmount": "1" }, { "minAmount": "1", - "weight": "50.0", + "weight": "1.0", "id": "1601", "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "444", + "maxAmount": "1" } ] },