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

@@ -3060,6 +3060,11 @@ DropGroupConfig = {
type = 1,
group = {{rate=100,id=1210082}},
},
[121083] = {
id = 121083,
type = 1,
group = {{rate=100,id=1210083}},
},
[125000] = {
id = 125000,
type = 2,
@@ -3215,6 +3220,11 @@ DropGroupConfig = {
type = 2,
group = {{rate=92,id=1215022},{rate=8,id=1215021}},
},
[125031] = {
id = 125031,
type = 2,
group = {{rate=100,id=1210083}},
},
[150001] = {
id = 150001,
type = 1,
@@ -4148,7 +4158,9 @@ DropGroupConfig = {
[200055] = {
id = 200055,
type = 1,
group = {{rate=0,id=2100154},{rate=1,id=2020080},{rate=1,id=2020017},{rate=1,id=2100137},{rate=1,id=2100159},{rate=1,id=2100073},{rate=1,id=2100160},{rate=1,id=2100161},{rate=1,id=2100162},{rate=1,id=2100163},{rate=1,id=2100082},{rate=1,id=2100020},{rate=1,id=2100083},{rate=1,id=2100164},{rate=1,id=2100113},{rate=1,id=2100134},{rate=1,id=2100066},{rate=100,id=2100039},{rate=100,id=2100039}},
group = {
{rate=100,id=1210083},
{rate=0,id=2100154},{rate=1,id=2020080},{rate=1,id=2020017},{rate=1,id=2100137},{rate=1,id=2100159},{rate=1,id=2100073},{rate=1,id=2100160},{rate=1,id=2100161},{rate=1,id=2100162},{rate=1,id=2100163},{rate=1,id=2100082},{rate=1,id=2100020},{rate=1,id=2100083},{rate=1,id=2100164},{rate=1,id=2100113},{rate=1,id=2100134},{rate=1,id=2100066},{rate=100,id=2100039},{rate=100,id=2100039}},
},
[200056] = {
id = 200056,

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,
},
}