feat(LogServer): 新增神话年兽 monster 及相关配置

- 新增神话年兽 monster 配置,包括属性、技能、掉落等
- 添加新武器随机组配置
- 调整场景配置,增加年兽刷新点和相关 NPC
- 修改部分掉落表概率
This commit is contained in:
aixianling
2025-01-23 16:02:59 +08:00
parent 7f2070b30a
commit f74700fb23
4 changed files with 74 additions and 7 deletions

View File

@@ -8847,4 +8847,14 @@ DropGroupConfig = {
{ rate = 100, id = 2100039 },
},
},
[200141] = {
id = 200141,
type = 1,
group = {
{ rate = 100, id = 2100187, count = 1 },
{ rate = 10, id = 2100178, count = 1 },
{ rate = 2, id = 2100186, count = 1 },
{ rate = 100, id = 2100185, count = 8 },
},
},
}

View File

@@ -10313,7 +10313,7 @@ DropTableConfig = {
{ rate = 2, type = 0, id = 1385, count = 1 },
{ rate = 2, type = 0, id = 1386, count = 1 },
{ rate = 2, type = 0, id = 1387, count = 1 },
{ rate = 50, type = 0, id = 1382, count = 1 },
{ rate = 100, type = 0, id = 1382, count = 1 },
},
weeklimit = {},
},
@@ -10324,9 +10324,9 @@ DropTableConfig = {
table = {
{ rate = 100, type = 0, id = 1245, count = 1 },
{ rate = 50, type = 0, id = 1246, count = 1 },
{ rate = 10, type = 0, id = 1247, count = 1},
{ rate = 1, type = 0, id = 1250, count = 1},
}
{ rate = 10, type = 0, id = 1247, count = 1 },
{ rate = 1, type = 0, id = 1250, count = 1 },
},
},
-- 天命之子
[2100186] = {
@@ -10335,4 +10335,16 @@ DropTableConfig = {
table = { { rate = 10, type = 0, id = 1297, count = 1 } },
weeklimit = {},
},
--新武器随机组
[2100187] = {
id = 2100187,
type = 2,
table = {
{ rate = 100, type = 0, id = 1384, count = 1 },
{ rate = 100, type = 0, id = 1385, count = 1 },
{ rate = 100, type = 0, id = 1386, count = 1 },
{ rate = 100, type = 0, id = 1387, count = 1 },
},
weeklimit = {},
},
}