From 6f092d17d84e002a985da8136742ecc8c5ef2317 Mon Sep 17 00:00:00 2001 From: PlateGlassArmour Date: Sat, 14 May 2022 06:46:09 +0000 Subject: [PATCH] moved the decimal place on the "nothing" drop for Rockslugs from 5600 to 5.6, thus correcting rates for the whole drop table --- Server/data/configs/drop_tables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 8ca587463..3c1a53643 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -29001,7 +29001,7 @@ }, { "minAmount": "1", - "weight": "5600.0", + "weight": "5.6", "id": "0", "maxAmount": "1" }