From d35bd3c40d562b6f37700a97a1647ba3e260dffa Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 15:57:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(drop):=20=E6=96=B0=E5=A2=9E=E5=A4=A9?= =?UTF-8?q?=E5=91=BD=E4=B9=8B=E5=AD=90=E5=AE=A0=E7=89=A9=E8=9B=8B=E6=8E=89?= =?UTF-8?q?=E8=90=BD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 dropgroup.config 中添加天命之子宠物蛋的掉落项 - 在 droptable.config 中新增天命之子宠物蛋的掉落表格配置 --- LogicServer/data/config/drop/dropgroup.config | 1 + LogicServer/data/config/drop/droptable.config | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/LogicServer/data/config/drop/dropgroup.config b/LogicServer/data/config/drop/dropgroup.config index 2937ac8..b52345d 100755 --- a/LogicServer/data/config/drop/dropgroup.config +++ b/LogicServer/data/config/drop/dropgroup.config @@ -8737,6 +8737,7 @@ DropGroupConfig = { { rate = 2, id = 2100168 }, { rate = 2, id = 2100169 }, { rate = 2, id = 2100170 }, + { rate = 2, id = 2100186 }, }, }, } diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index f6fb37b..908756f 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -10327,5 +10327,12 @@ DropTableConfig = { { rate = 10, type = 0, id = 1247, count = 1}, { rate = 1, type = 0, id = 1250, count = 1}, } - } + }, + -- 天命之子 + [2100186] = { + id = 2100186, + type = 1, + table = { { rate = 10, type = 0, id = 1297, count = 1 } }, + weeklimit = {}, + }, }