From 363bcd97d9a8222f370be03674e1070210b15789 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 17 Dec 2024 15:57:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(drop):=20=E8=B0=83=E6=95=B4=E9=81=93?= =?UTF-8?q?=E5=85=B7=E6=8E=89=E8=90=BD=E6=A6=82=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 2100032 的掉落概率从 100% 降低到 10% - 将 2100033 的主要掉落概率从 100% 降低到 10% - 调整 2100034 的掉落概率分布,使各种物品的掉落更加均衡 --- LogicServer/data/config/drop/droptable.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index c273c2c..954b73d 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -5862,13 +5862,13 @@ DropTableConfig = { [2100032] = { id = 2100032, type = 1, - table = {{rate=100,type=0,id=396,count=1}}, + table = {{rate=10,type=0,id=396,count=1}}, weeklimit = {}, }, [2100033] = { id = 2100033, type = 1, - table = {{rate=100,type=0,id=397,count=1}, + table = {{rate=10,type=0,id=397,count=1}, {rate=5,type=0,id=761,count=1},{rate=5,type=0,id=762,count=1},{rate=5,type=0,id=763,count=1}, {rate=5,type=0,id=758,count=1},{rate=5,type=0,id=759,count=1},{rate=5,type=0,id=760,count=1}}, weeklimit = {}, @@ -5876,10 +5876,10 @@ DropTableConfig = { [2100034] = { id = 2100034, type = 1, - table = {{rate=100,type=0,id=398,count=1}, - {rate=50,type=0,id=761,count=1},{rate=50,type=0,id=762,count=1},{rate=50,type=0,id=763,count=1}, - {rate=50,type=0,id=758,count=1},{rate=50,type=0,id=759,count=1},{rate=50,type=0,id=760,count=1}, - {rate=5,type=0,id=1032,count=1}}, + table = {{rate=30,type=0,id=398,count=1}, + {rate=15,type=0,id=761,count=1},{rate=15,type=0,id=762,count=1},{rate=15,type=0,id=763,count=1}, + {rate=15,type=0,id=758,count=1},{rate=15,type=0,id=759,count=1},{rate=15,type=0,id=760,count=1}, + {rate=15,type=0,id=1032,count=1}}, weeklimit = {}, }, [2100035] = {