fix(drop): 修复小龍靈相关配置
- 移除未使用的 DropGroupConfig[121083] - 更新 DropTableConfig[1210034] 中的物品 ID - 移除 DropTableConfig[1210083](小龍靈) - 在 DropTableConfig[2100039] 中添加新物品 - 更新 StdItems.config 中黄金宸龙的名称
This commit is contained in:
@@ -4149,7 +4149,7 @@ DropTableConfig = {
|
||||
[1210034] = {
|
||||
id = 1210034,
|
||||
type = 2,
|
||||
table = { { rate = 100, type = 23, id = 5, count = 1 } },
|
||||
table = { { rate = 100, type = 23, id = 21, count = 1 } },
|
||||
weeklimit = {},
|
||||
},
|
||||
[1210035] = {
|
||||
@@ -4440,13 +4440,6 @@ 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,
|
||||
@@ -5921,7 +5914,10 @@ DropTableConfig = {
|
||||
[2100039] = {
|
||||
id = 2100039,
|
||||
type = 1,
|
||||
table = { { rate = 100, type = 0, id = 832, count = 1 } },
|
||||
table = {
|
||||
{ rate = 100, type = 0, id = 832, count = 1 },
|
||||
{ rate = 100, type = 0, id = 1129, count = 1 },
|
||||
},
|
||||
weeklimit = {},
|
||||
},
|
||||
[2100040] = {
|
||||
|
||||
Reference in New Issue
Block a user