From 34367a7f7eb97c0042207fc28a7976d9ce535865 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Dec 2024 20:08:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(droptable):=20=E6=8F=90=E9=AB=98=E7=89=B9?= =?UTF-8?q?=E5=AE=9A=E7=89=A9=E5=93=81=E6=8E=89=E8=90=BD=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将物品 ID 为 397 的掉落率从 10% 提高到 25% - 将物品 ID 为 398 的掉落率从 30% 提高到 50% --- LogicServer/data/config/drop/droptable.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index 954b73d..8a233e9 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -5868,7 +5868,7 @@ DropTableConfig = { [2100033] = { id = 2100033, type = 1, - table = {{rate=10,type=0,id=397,count=1}, + table = {{rate=25,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,7 +5876,7 @@ DropTableConfig = { [2100034] = { id = 2100034, type = 1, - table = {{rate=30,type=0,id=398,count=1}, + table = {{rate=50,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}},