feat(pet): 添加小龍靈宠物配置
- 在 dropgroup.config 中添加小龍靈相关的掉落配置 - 在 droptable.config 中添加小龍靈的掉落表格 - 在 lootPet.config 中添加小龍靈的宠物配置
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user