conf: 调整怪兽技能和范围配置

- 将怪兽的第二个技能从 67 变更为 79
- 更新技能范围配置:
  - rangeType 从 0 改为 3
  - rangeCenter 从 0 改为 2
  - resultType 2 的 ID 从 10000 改为 50000
This commit is contained in:
aixianling
2024-12-26 14:35:28 +08:00
parent 7687a77d1c
commit 10210a7063
2 changed files with 4 additions and 4 deletions

View File

@@ -2529,7 +2529,7 @@ Monster={
attackInterval = 500, attackInterval = 500,
skills = { skills = {
{id=44,level=1,event=0,autoCD=false}, {id=44,level=1,event=0,autoCD=false},
{id=67,level=1,event=0,autoCD=false}, {id=79,level=1,event=0,autoCD=false},
}, },
modelid = 30191, modelid = 30191,
attackMusicRate = 100, attackMusicRate = 100,

View File

@@ -6882,13 +6882,13 @@ SkillRangesConf={
xEnd = 0, xEnd = 0,
yStart = 0, yStart = 0,
yEnd = 0, yEnd = 0,
rangeType = 0, rangeType = 3,
rangeCenter = 0, rangeCenter = 2,
conds = { conds = {
{cond=1,value=1}, {cond=1,value=1},
}, },
results = { results = {
{resultType=2,id=10000}, {resultType=2,id=50000},
}, },
}, },
[451] = { [451] = {