conf(drop): 更新龙套装备相关配置

- 将龙套装备的掉落类型从 1 修改为 2
- 移除了龙套装备的开服当天限制
This commit is contained in:
aixianling
2025-01-14 17:00:19 +08:00
parent 85b76ceb6e
commit 011184853a
2 changed files with 5 additions and 10 deletions

View File

@@ -2192,27 +2192,27 @@ DropGroupConfig = {
}, },
[100876] = { [100876] = {
id = 100876, id = 100876,
type = 1, type = 2,
group = { { rate = 100, id = 2100179 } }, group = { { rate = 100, id = 2100179 } },
}, },
[100877] = { [100877] = {
id = 100877, id = 100877,
type = 1, type = 2,
group = { { rate = 100, id = 2100180 } }, group = { { rate = 100, id = 2100180 } },
}, },
[100878] = { [100878] = {
id = 100878, id = 100878,
type = 1, type = 2,
group = { { rate = 100, id = 2100181 } }, group = { { rate = 100, id = 2100181 } },
}, },
[100879] = { [100879] = {
id = 100879, id = 100879,
type = 1, type = 2,
group = { { rate = 100, id = 2100182 } }, group = { { rate = 100, id = 2100182 } },
}, },
[100880] = { [100880] = {
id = 100880, id = 100880,
type = 1, type = 2,
group = { { rate = 100, id = 2100183 } }, group = { { rate = 100, id = 2100183 } },
}, },
[110001] = { [110001] = {

View File

@@ -10219,7 +10219,6 @@ DropTableConfig = {
{ rate = 100, type = 0, id = 778, count = 1 }, { rate = 100, type = 0, id = 778, count = 1 },
}, },
weeklimit = {}, weeklimit = {},
limitopenserverDay = 1,
}, },
-- 天龙套装 -- 天龙套装
[2100180] = { [2100180] = {
@@ -10238,7 +10237,6 @@ DropTableConfig = {
{ rate = 100, type = 0, id = 812, count = 1 }, { rate = 100, type = 0, id = 812, count = 1 },
}, },
weeklimit = {}, weeklimit = {},
limitopenserverDay = 1,
}, },
--天之天龙套 --天之天龙套
[2100181] = { [2100181] = {
@@ -10257,7 +10255,6 @@ DropTableConfig = {
{ rate = 100, type = 0, id = 822, count = 1 }, { rate = 100, type = 0, id = 822, count = 1 },
}, },
weeklimit = {}, weeklimit = {},
limitopenserverDay = 1,
}, },
--金牛套 --金牛套
[2100182] = { [2100182] = {
@@ -10282,7 +10279,6 @@ DropTableConfig = {
{ rate = 10, type = 0, id = 1267, count = 1 }, { rate = 10, type = 0, id = 1267, count = 1 },
}, },
weeklimit = {}, weeklimit = {},
limitopenserverDay = 1,
}, },
--金牛炎套 --金牛炎套
[2100183] = { [2100183] = {
@@ -10307,6 +10303,5 @@ DropTableConfig = {
{ rate = 10, type = 0, id = 1375, count = 1 }, { rate = 10, type = 0, id = 1375, count = 1 },
}, },
weeklimit = {}, weeklimit = {},
limitopenserverDay = 1,
}, },
} }