feat(monster): 更新幸运宝箱为幸运女神
- 修改怪物配置,将模型ID从30117变更为30179 - 更新怪物名称从"[神话]幸运宝箱"为"[神话]幸运女神" - 调整场景配置,修改幸运女神的出现位置
This commit is contained in:
@@ -11890,9 +11890,9 @@ Monster = {
|
||||
exp = 2500000,
|
||||
flagid = 5,
|
||||
level = 300,
|
||||
modelid = 30117,
|
||||
modelid = 30179,
|
||||
monsterType = 4,
|
||||
name = "[神话]幸运宝箱",
|
||||
name = "[神话]幸运女神",
|
||||
nameQuality = 6,
|
||||
propid = 439,
|
||||
scale = 100,
|
||||
|
||||
@@ -8189,8 +8189,8 @@ Scenes = {
|
||||
{ count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 },
|
||||
{ count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 },
|
||||
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 78, y = 20, range = 5, entityid = 471, progress = 0 },
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 78, y = 20, range = 5, entityid = 472, progress = 0 },
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 5, entityid = 471, progress = 0 },
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 5, entityid = 472, progress = 0 },
|
||||
},
|
||||
npc = {},
|
||||
teleport = {
|
||||
|
||||
Reference in New Issue
Block a user