feat(drop): 新增大额充值活动的掉落配置

- 在 dropgroup.config 中添加新的掉落组配置,ID 为 200138
- 在 droptable.config 中添加新的掉落表配置,ID 为 2100185
- 调整 2100184 的掉落表,增加稀有物品掉落概率
This commit is contained in:
aixianling
2025-01-21 15:39:39 +08:00
parent 520adb086b
commit ada2e0e8e0
2 changed files with 47 additions and 4 deletions

View File

@@ -10309,11 +10309,23 @@ DropTableConfig = {
id = 2100184,
type = 2,
table = {
{ rate = 10, type = 0, id = 1384, count = 1 },
{ rate = 10, type = 0, id = 1385, count = 1 },
{ rate = 10, type = 0, id = 1386, count = 1 },
{ rate = 10, type = 0, id = 1387, count = 1 },
{ rate = 2, type = 0, id = 1384, count = 1 },
{ 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 = 50, type = 0, id = 1382, count = 1 },
},
weeklimit = {},
},
-- 真充大额元宝
[2100185] = {
id = 2100185,
type = 2,
table = {
{ rate = 100, type = 0, id = 1245, count = 1 },
{ rate = 50, type = 0, id = 1246, count = 1 },
{ rate = 10, type = 0, id = 1247, count = 1},
{ rate = 1, type = 0, id = 1250, count = 1},
}
}
}