refactor(monster): 调整超级圣兽等级至 200 级

- 将超级圣兽的等级从 70 级修改为 200 级
- 此修改可能影响游戏平衡和玩家挑战难度
This commit is contained in:
aixianling
2024-12-25 16:45:58 +08:00
parent d2e4656055
commit 44b5083044

View File

@@ -2519,7 +2519,7 @@ Monster={
entityType = 4, entityType = 4,
monsterType = 1, monsterType = 1,
name = "超级圣兽", name = "超级圣兽",
level = 70, level = 200,
circle = 0, circle = 0,
aiConfigId = 5, aiConfigId = 5,
propid = 124, propid = 124,