From 56013fb5fa16fa6085ed8a0c6eb29712293b9c25 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 18 Feb 2025 18:00:58 +0800 Subject: [PATCH] =?UTF-8?q?adjust(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=E5=92=8C=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E9=83=A8=E5=88=86=E9=81=93=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 2100184 号道具的掉落概率从 2% 提升到 3% - 在 2010050 号道具的掉落列表中添加多个新道具 - 将 10317 号道具的掉落概率从 100% 降低到 92% --- LogicServer/data/config/drop/dropgroup.config | 2 +- LogicServer/data/config/drop/droptable.config | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LogicServer/data/config/drop/dropgroup.config b/LogicServer/data/config/drop/dropgroup.config index 6154d2c..5c79abb 100755 --- a/LogicServer/data/config/drop/dropgroup.config +++ b/LogicServer/data/config/drop/dropgroup.config @@ -8725,7 +8725,7 @@ DropGroupConfig = { { rate = 100, id = 2100161 }, { rate = 100, id = 2100162 }, { rate = 100, id = 2100163 }, - { rate = 2, id = 2100184 }, + { rate = 3, id = 2100184 }, { rate = 10, id = 2010054 }, { rate = 100, id = 2100159 }, { rate = 3, id = 2010050 }, diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index ea00b9f..526f2e2 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -7889,9 +7889,13 @@ DropTableConfig = { id = 2010050, type = 2, table = { + { rate = 50, type = 0, id = 1170, count = 1 }, { rate = 5, type = 0, id = 1171, count = 1 }, + { rate = 50, type = 0, id = 1175, count = 1 }, { rate = 5, type = 0, id = 1176, count = 1 }, + { rate = 50, type = 0, id = 1180, count = 1 }, { rate = 5, type = 0, id = 1181, count = 1 }, + { rate = 50, type = 0, id = 1185, count = 1 }, { rate = 5, type = 0, id = 1186, count = 1 }, }, weeklimit = {}, @@ -10313,7 +10317,7 @@ DropTableConfig = { { rate = 2, type = 0, id = 1385, count = 1 }, { rate = 2, type = 0, id = 1386, count = 1 }, { rate = 2, type = 0, id = 1387, count = 1 }, - { rate = 100, type = 0, id = 1382, count = 1 }, + { rate = 92, type = 0, id = 1383, count = 1 }, }, weeklimit = {}, },