refactor(monster): 调整超级圣兽的等级和攻击等级
- 将超级圣兽的等级从 200 提升到 400 - 将超级圣兽的攻击等级从 120 提升到 400
This commit is contained in:
@@ -2519,13 +2519,13 @@ Monster={
|
|||||||
entityType = 4,
|
entityType = 4,
|
||||||
monsterType = 1,
|
monsterType = 1,
|
||||||
name = "超级圣兽",
|
name = "超级圣兽",
|
||||||
level = 200,
|
level = 400,
|
||||||
circle = 0,
|
circle = 0,
|
||||||
aiConfigId = 5,
|
aiConfigId = 5,
|
||||||
propid = 124,
|
propid = 124,
|
||||||
flagid = 9,
|
flagid = 9,
|
||||||
exp = 0,
|
exp = 0,
|
||||||
attackLevel = 120,
|
attackLevel = 400,
|
||||||
attackInterval = 500,
|
attackInterval = 500,
|
||||||
skills = {
|
skills = {
|
||||||
{id=44,level=1,event=0,autoCD=false},
|
{id=44,level=1,event=0,autoCD=false},
|
||||||
|
|||||||
Reference in New Issue
Block a user