From 0be89d88e1589b8826a7604bb73f08bcf41e7953 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 25 Dec 2024 14:42:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(monster):=20=E8=B0=83=E6=95=B4=E8=B6=85?= =?UTF-8?q?=E7=BA=A7=E5=9C=A3=E5=85=BD=E5=B1=9E=E6=80=A7=E5=B9=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8A=80=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将超级圣兽的等级从 131 调整到 70 - 添加技能:以眼还眼、全体复活 - 更新模型 ID 为 30191 - 为怪物 9295 增加新技能:以眼还眼、全体复活 --- LogicServer/data/config/monster/Monster.config | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/LogicServer/data/config/monster/Monster.config b/LogicServer/data/config/monster/Monster.config index fc1d92f..4c4cc3c 100755 --- a/LogicServer/data/config/monster/Monster.config +++ b/LogicServer/data/config/monster/Monster.config @@ -2519,7 +2519,7 @@ Monster={ entityType = 4, monsterType = 1, name = "超级圣兽", - level = 131, + level = 70, circle = 0, aiConfigId = 5, propid = 124, @@ -2528,9 +2528,10 @@ Monster={ attackLevel = 120, attackInterval = 500, skills = { -{id=67,level=1,event=0,autoCD=false}, -}, - modelid = 30151, + {id=44,level=1,event=0,autoCD=false}, + {id=67,level=1,event=0,autoCD=false}, + }, + modelid = 30191, attackMusicRate = 100, dieMusicRate = 100, targetMusicTate = 100, @@ -9294,6 +9295,8 @@ Monster={ attackInterval = 100, skills = { {id=44,level=1,event=0,autoCD=false}, +{id=69,level=1,event=0,autoCD=false}, +{id=79,level=1,event=0,autoCD=false}, }, modelid = 30191, attackMusicRate = 100,