feat(monster): 更新牛魔副本怪物属性和掉落配置

- 新增掉落组配置 200139 和 200140
- 更新怪物 468、469、470 的掉落ID和属性
- 为多个怪物添加 ascriptionopen 属性
This commit is contained in:
aixianling
2025-01-21 16:26:14 +08:00
parent d35bd3c40d
commit e47e95e0fb
3 changed files with 12171 additions and 11974 deletions

View File

@@ -8740,4 +8740,111 @@ DropGroupConfig = {
{ rate = 2, id = 2100186 },
},
},
[200139] = {
id = 200139,
type = 1,
group = {
{ rate = 5, id = 2100176 },
{ rate = 5, id = 2100177 },
{ rate = 100, id = 1030005 },
{ rate = 35, id = 1030006 },
{ rate = 100, id = 2100044 },
{ rate = 7, id = 2100107 },
{ rate = 1, id = 2100073 },
{ rate = 8, id = 2100049 },
{ rate = 8, id = 2100051 },
{ rate = 8, id = 2100052 },
{ rate = 8, id = 2100050 },
{ rate = 1, id = 2100053 },
{ rate = 3, id = 2100048 },
{ rate = 5, id = 2100056 },
{ rate = 25, id = 2100094 },
{ rate = 25, id = 2100098 },
{ rate = 25, id = 2100102 },
{ rate = 1, id = 2100129 },
{ rate = 8, id = 2010035 },
{ rate = 1, id = 2100135 },
{ rate = 1, id = 2100066 },
{ rate = 1, id = 2100068 },
{ rate = 20, id = 2010006 },
{ rate = 20, id = 2010008 },
{ rate = 20, id = 2010010 },
{ rate = 20, id = 2010012 },
{ rate = 10, id = 2010014 },
{ rate = 10, id = 2010016 },
{ rate = 10, id = 2010018 },
{ rate = 10, id = 2010020 },
{ rate = 5, id = 2010022 },
{ rate = 1, id = 2010023 },
{ rate = 1, id = 2010025 },
{ rate = 0.1, id = 2010027 },
{ rate = 0.1, id = 2010031 },
{ rate = 0.1, id = 2010051 },
{ rate = 0.1, id = 2010053 },
{ rate = 8, id = 2010037 },
{ rate = 8, id = 2010041 },
{ rate = 8, id = 2010046 },
{ rate = 3, id = 2010047 },
{ rate = 1, id = 2010048 },
{ rate = 0.1, id = 2010049 },
{ rate = 20, id = 2100063 },
{ rate = 100, id = 2100039 },
},
},
[200140] = {
id = 200140,
type = 1,
group = {
{ rate = 10, id = 2100176 },
{ rate = 10, id = 2100177 },
{ rate = 100, id = 1030005 },
{ rate = 35, id = 1030006 },
{ rate = 100, id = 2100044 },
{ rate = 3, id = 2100040 },
{ rate = 7, id = 2100107 },
{ rate = 1, id = 2100073 },
{ rate = 10, id = 2100049 },
{ rate = 10, id = 2100051 },
{ rate = 10, id = 2100052 },
{ rate = 10, id = 2100050 },
{ rate = 1, id = 2100053 },
{ rate = 3, id = 2100048 },
{ rate = 5, id = 2100056 },
{ rate = 30, id = 2100094 },
{ rate = 30, id = 2100098 },
{ rate = 30, id = 2100102 },
{ rate = 1, id = 2100129 },
{ rate = 10, id = 2010035 },
{ rate = 1, id = 2100135 },
{ rate = 1, id = 2100066 },
{ rate = 1, id = 2100068 },
{ rate = 10, id = 2100016 },
{ rate = 10, id = 2100018 },
{ rate = 1, id = 2100019 },
{ rate = 20, id = 2010006 },
{ rate = 20, id = 2010008 },
{ rate = 20, id = 2010010 },
{ rate = 20, id = 2010012 },
{ rate = 10, id = 2010014 },
{ rate = 10, id = 2010016 },
{ rate = 10, id = 2010018 },
{ rate = 10, id = 2010020 },
{ rate = 5, id = 2010022 },
{ rate = 100, id = 2010023 },
{ rate = 1, id = 2010025 },
{ rate = 0.1, id = 2010027 },
{ rate = 0.1, id = 2010031 },
{ rate = 0.1, id = 2010051 },
{ rate = 0.1, id = 2010053 },
{ rate = 10, id = 2010037 },
{ rate = 10, id = 2010041 },
{ rate = 8, id = 2010046 },
{ rate = 3, id = 2010047 },
{ rate = 1, id = 2010048 },
{ rate = 0.1, id = 2010049 },
{ rate = 30, id = 2100063 },
{ rate = 5, id = 2100069 },
{ rate = 100, id = 2100039 },
},
},
}

View File

@@ -4077,6 +4077,7 @@ Monster = {
},
[171] = {
aiConfigId = 26,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "bosstongyong-2",
attackMusicRate = 100,
@@ -11450,6 +11451,7 @@ Monster = {
},
[456] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,
@@ -11744,6 +11746,7 @@ Monster = {
},
[467] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,
@@ -11784,7 +11787,7 @@ Monster = {
damageMusicRate = 100,
dieMusicId = "pttongyong-5",
dieMusicRate = 100,
dropid = 200117,
dropid = 200139,
entityType = 1,
entityid = 468,
exp = 72000,
@@ -11794,7 +11797,7 @@ Monster = {
monsterType = 1,
name = "[牛魔]守卫骑士",
nameQuality = 2,
propid = 412,
propid = 446,
scale = 50,
skills = {},
targetMusicId = "pttongyong-1",
@@ -11810,7 +11813,7 @@ Monster = {
damageMusicRate = 100,
dieMusicId = "pttongyong-5",
dieMusicRate = 100,
dropid = 200117,
dropid = 200139,
entityType = 1,
entityid = 469,
exp = 72000,
@@ -11820,7 +11823,7 @@ Monster = {
monsterType = 1,
name = "[牛魔]骷髅卫士",
nameQuality = 2,
propid = 413,
propid = 447,
scale = 80,
skills = {},
targetMusicId = "pttongyong-1",
@@ -11837,7 +11840,7 @@ Monster = {
damageMusicRate = 100,
dieMusicId = "pttongyong-5",
dieMusicRate = 100,
dropid = 200118,
dropid = 200140,
entityType = 1,
entityid = 470,
exp = 90000,
@@ -11847,7 +11850,7 @@ Monster = {
monsterType = 1,
name = "[牛魔]镇守者",
nameQuality = 4,
propid = 414,
propid = 448,
scale = 70,
skills = { { autoCD = false, event = 0, id = 45, level = 1 } },
targetMusicId = "pttongyong-1",
@@ -11855,6 +11858,7 @@ Monster = {
},
[471] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,
@@ -11887,6 +11891,7 @@ Monster = {
},
[472] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,
@@ -11915,6 +11920,7 @@ Monster = {
},
[473] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,
@@ -11947,6 +11953,7 @@ Monster = {
},
[474] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,
@@ -11979,6 +11986,7 @@ Monster = {
},
[475] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,
@@ -12011,6 +12019,7 @@ Monster = {
},
[476] = {
aiConfigId = 29,
ascriptionopen = 1,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,

File diff suppressed because it is too large Load Diff