From c061eb07e11d780a250cb67820fee68abfff44d1 Mon Sep 17 00:00:00 2001 From: Von Hresvelg <Shoyle95@hotmail.com> Date: Sun, 1 Oct 2023 03:09:40 -0400 Subject: [PATCH] Corrected TzHaar-Ket DT --- Server/data/configs/drop_tables.json | 54 +++++++++++----------------- 1 file changed, 21 insertions(+), 33 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index a31615a097..406b8f76c0 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -31086,13 +31086,13 @@ "charm": [ { "minAmount": "1", - "weight": "30.0", + "weight": "40.0", "id": "0", "maxAmount": "1" }, { "minAmount": "2", - "weight": "70.0", + "weight": "88.0", "id": "12168", "maxAmount": "2" } @@ -31102,74 +31102,62 @@ "main": [ { "minAmount": "1", - "weight": "0.7151277", + "weight": "1.0", "id": "6528", "maxAmount": "1" }, { "minAmount": "1", - "weight": "0.7151277", + "weight": "1.0", "id": "6524", "maxAmount": "1" }, { "minAmount": "1", - "weight": "0.7151277", + "weight": "1.0", "id": "6568", "maxAmount": "1" }, - { - "minAmount": "12", - "weight": "7.0", - "id": "562", - "maxAmount": "12" - }, { "minAmount": "1", - "weight": "25.0", - "id": "149", + "weight": "1.0", + "id": "1617", "maxAmount": "1" }, { "minAmount": "1", - "weight": "25.0", - "id": "161", + "weight": "4.0", + "id": "1619", "maxAmount": "1" }, { "minAmount": "1", - "weight": "25.0", - "id": "167", + "weight": "8.0", + "id": "1621", "maxAmount": "1" }, - { - "minAmount": "100", - "weight": "200.0", - "id": "6529", - "maxAmount": "2000" - }, { "minAmount": "1", - "weight": "25.0", - "id": "7054", + "weight": "16.0", + "id": "1623", "maxAmount": "1" }, { "minAmount": "1", - "weight": "25.0", - "id": "379", + "weight": "20.0", + "id": "9194", "maxAmount": "1" }, { - "minAmount": "1", - "weight": "25.0", - "id": "9194", - "maxAmount": "3" + "minAmount": "100", + "weight": "160.0", + "id": "6529", + "maxAmount": "2000" }, { "minAmount": "1", - "weight": "7.0", - "id": "31", + "weight": "300.0", + "id": "0", "maxAmount": "1" } ] -- GitLab