From f884e7712cfe6d40c02c6efc10febd031569cc0c Mon Sep 17 00:00:00 2001 From: Von Hresvelg Date: Wed, 16 Nov 2022 08:35:19 +0000 Subject: [PATCH] Reworked Wizard drop table --- Server/data/configs/drop_tables.json | 105 +++++++++++++++++---------- 1 file changed, 68 insertions(+), 37 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 5406e33dc..363defdb7 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -1185,7 +1185,14 @@ ] }, { - "default": [], + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], "charm": [ { "minAmount": "1", @@ -1223,153 +1230,177 @@ "main": [ { "minAmount": "5", - "weight": "50.0", + "weight": "3.0", "id": "556", "maxAmount": "5" }, { "minAmount": "12", - "weight": "50.0", + "weight": "2.0", "id": "556", "maxAmount": "12" }, { "minAmount": "5", - "weight": "50.0", + "weight": "3.0", "id": "554", "maxAmount": "5" }, { "minAmount": "12", - "weight": "50.0", + "weight": "2.0", "id": "554", "maxAmount": "12" }, { "minAmount": "5", - "weight": "50.0", + "weight": "3.0", "id": "555", "maxAmount": "5" }, { "minAmount": "12", - "weight": "50.0", + "weight": "2.0", "id": "555", "maxAmount": "12" }, { "minAmount": "5", - "weight": "50.0", + "weight": "3.0", "id": "557", "maxAmount": "5" }, { "minAmount": "12", - "weight": "50.0", + "weight": "2.0", "id": "557", "maxAmount": "12" }, { "minAmount": "5", - "weight": "50.0", + "weight": "3.0", "id": "559", "maxAmount": "5" }, { "minAmount": "12", - "weight": "50.0", + "weight": "2.0", "id": "559", "maxAmount": "12" }, { "minAmount": "5", - "weight": "50.0", + "weight": "3.0", "id": "558", "maxAmount": "5" }, { "minAmount": "12", - "weight": "50.0", + "weight": "2.0", "id": "558", "maxAmount": "12" }, { "minAmount": "2", - "weight": "5.0", + "weight": "8.0", "id": "562", "maxAmount": "2" }, { "minAmount": "10", - "weight": "5.0", + "weight": "1.0", "id": "562", "maxAmount": "10" }, { "minAmount": "2", - "weight": "5.0", + "weight": "8.0", "id": "561", "maxAmount": "2" }, { "minAmount": "2", - "weight": "5.0", + "weight": "1.0", "id": "563", "maxAmount": "2" }, { "minAmount": "2", - "weight": "5.0", + "weight": "1.0", "id": "565", "maxAmount": "2" }, { "minAmount": "1", - "weight": "50.0", + "weight": "8.0", "id": "1379", "maxAmount": "1" }, { "minAmount": "1", - "weight": "50.0", - "id": "995", - "maxAmount": "30" - }, - { - "minAmount": "1", - "weight": "50.0", + "weight": "3.0", "id": "1448", "maxAmount": "1" }, { "minAmount": "1", - "weight": "25.0", + "weight": "3.0", "id": "1444", "maxAmount": "1" }, { "minAmount": "1", - "weight": "25.0", - "id": "579", + "weight": "3.0", + "id": "1440", "maxAmount": "1" }, { "minAmount": "1", - "weight": "25.0", + "weight": "3.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "9.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "18", + "weight": "7.0", + "id": "995", + "maxAmount": "18" + }, + { + "minAmount": "30", + "weight": "1.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", "id": "577", "maxAmount": "1" }, { "minAmount": "1", - "weight": "25.0", + "weight": "3.0", "id": "579", "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "100.0", - "id": "0", - "maxAmount": "1" } ] },