feat(monster): 更新牛魔副本怪物属性和掉落配置
- 新增掉落组配置 200139 和 200140 - 更新怪物 468、469、470 的掉落ID和属性 - 为多个怪物添加 ascriptionopen 属性
This commit is contained in:
@@ -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
Reference in New Issue
Block a user