feat(drop): 新增天命之子宠物蛋掉落配置

- 在 dropgroup.config 中添加天命之子宠物蛋的掉落项
- 在 droptable.config 中新增天命之子宠物蛋的掉落表格配置
This commit is contained in:
aixianling
2025-01-21 15:57:47 +08:00
parent 86ec0ff4fb
commit d35bd3c40d
2 changed files with 9 additions and 1 deletions

View File

@@ -8737,6 +8737,7 @@ DropGroupConfig = {
{ rate = 2, id = 2100168 },
{ rate = 2, id = 2100169 },
{ rate = 2, id = 2100170 },
{ rate = 2, id = 2100186 },
},
},
}

View File

@@ -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 = {},
},
}