From f9075782327f88e16e4a0c8c82646b832f7855b9 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Wed, 12 Feb 2025 22:49:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(item):=20=E6=B7=BB=E5=8A=A0=E4=B8=89?= =?UTF-8?q?=E9=98=B6=E9=AD=94=E5=99=A8=E5=AE=9D=E7=AE=B1=E5=8F=8A=E5=85=B6?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 dropgroup.config 中添加了新的掉落组配置(ID 100881) - 在 droptable.config 中添加了新的掉落表配置(ID 2100188) - 在 StdItems.config 中添加了三阶魔器宝箱的物品配置(ID 1394) --- LogicServer/data/config/drop/dropgroup.config | 5 +++ LogicServer/data/config/drop/droptable.config | 15 +++++++++ LogicServer/data/config/item/StdItems.config | 32 +++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/LogicServer/data/config/drop/dropgroup.config b/LogicServer/data/config/drop/dropgroup.config index d17a4c8..6154d2c 100755 --- a/LogicServer/data/config/drop/dropgroup.config +++ b/LogicServer/data/config/drop/dropgroup.config @@ -2215,6 +2215,11 @@ DropGroupConfig = { type = 2, group = { { rate = 100, id = 2100183 } }, }, + [100881] = { + id = 100881, + type = 2, + group = { { rate = 100, id = 2100188 } }, + }, [110001] = { id = 110001, type = 2, diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index 7c32920..ea00b9f 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -10347,4 +10347,19 @@ DropTableConfig = { }, weeklimit = {}, }, + [2100188] = { + id = 2100188, + type = 2, + table = { + { rate = 100, type = 0, id = 965, count = 1 }, + { rate = 100, type = 0, id = 966, count = 1 }, + { rate = 100, type = 0, id = 967, count = 1 }, + { rate = 100, type = 0, id = 968, count = 1 }, + { rate = 100, type = 0, id = 969, count = 1 }, + { rate = 100, type = 0, id = 988, count = 1 }, + { rate = 100, type = 0, id = 981, count = 1 }, + { rate = 100, type = 0, id = 980, count = 1 }, + }, + weeklimit = {}, + }, } diff --git a/LogicServer/data/config/item/StdItems.config b/LogicServer/data/config/item/StdItems.config index aad98cb..49f1d7d 100755 --- a/LogicServer/data/config/item/StdItems.config +++ b/LogicServer/data/config/item/StdItems.config @@ -46508,4 +46508,36 @@ StdItems = { trade = 1, type = 8, }, + [1394] = { + cdTime = 0, + colGroup = 0, + conds = {}, + dealPrice = 10, + dealType = 0, + denyDeal = 1, + denyDestroy = 1, + denySell = 1, + desc = "打开后随机获得三阶魔器中的任意一件,获得随机奖励", + dropBroadcast = 0, + dropGroupid = 100881, + dup = 9999, + existScenes = { -1 }, + icon = 13509, + id = 1394, + isShowUseBtn = 1, + iseffect = 127, + itemlvl = 3, + name = "三阶魔器宝箱", + packageType = 2, + recordLog = 1, + recoverid = 0, + shape = 0, + showQuality = 5, + staitcAttrs = {}, + suggVocation = 0, + suitId = 0, + time = 0, + trade = 3, + type = 131, + }, }