feat(pet): 添加小龍靈宠物配置

- 在 dropgroup.config 中添加小龍靈相关的掉落配置
- 在 droptable.config 中添加小龍靈的掉落表格
- 在 lootPet.config 中添加小龍靈的宠物配置
This commit is contained in:
2024-12-28 16:03:20 +08:00
parent 5d78c8c928
commit b9cd956b51
3 changed files with 326 additions and 172 deletions

View File

@@ -4440,6 +4440,13 @@ DropTableConfig = {
table = { { rate = 100, type = 16, id = 72, count = 1 } },
weeklimit = {},
},
--小龍靈
[1210083] = {
id = 1210083,
type = 1,
table = { { rate = 100, type = 23, id = 21, count = 1 } },
weeklimit = {},
},
[1215000] = {
id = 1215000,
type = 2,
@@ -6775,4 +6782,6 @@ DropTableConfig = {
weeklimit = {},
limitopenserverDay = 1,
},
}