conf: 调整怪兽技能和范围配置
- 将怪兽的第二个技能从 67 变更为 79 - 更新技能范围配置: - rangeType 从 0 改为 3 - rangeCenter 从 0 改为 2 - resultType 2 的 ID 从 10000 改为 50000
This commit is contained in:
@@ -2529,7 +2529,7 @@ Monster={
|
||||
attackInterval = 500,
|
||||
skills = {
|
||||
{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,
|
||||
attackMusicRate = 100,
|
||||
|
||||
@@ -6882,13 +6882,13 @@ SkillRangesConf={
|
||||
xEnd = 0,
|
||||
yStart = 0,
|
||||
yEnd = 0,
|
||||
rangeType = 0,
|
||||
rangeCenter = 0,
|
||||
rangeType = 3,
|
||||
rangeCenter = 2,
|
||||
conds = {
|
||||
{cond=1,value=1},
|
||||
},
|
||||
results = {
|
||||
{resultType=2,id=10000},
|
||||
{resultType=2,id=50000},
|
||||
},
|
||||
},
|
||||
[451] = {
|
||||
|
||||
Reference in New Issue
Block a user