From 1e3e43ab2dbc60c88d3fbd49a1e9e84802df05f5 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Sun, 18 Dec 2022 07:26:15 +0000 Subject: [PATCH] Halved the chance of zombie's nothing drop from 8/128 to 4/128 Added a Bronze axe drop to zombie drop table with a 1/32 (4/128) chance --- Server/data/configs/drop_tables.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 517d086ed..a51052747 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -3476,7 +3476,7 @@ }, { "minAmount": "1", - "weight": "8.0", + "weight": "4.0", "id": "0", "maxAmount": "1" }, @@ -3509,6 +3509,12 @@ "weight": "1.0", "id": "14426", "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1351", + "maxAmount": "1" } ] },