fix(skill): 修改技能 232 的范围配置

- 将技能 232 的 SkillRanges.config 文件中的一个配置项从 120 修改为 130
- 具体修改了 results 数组中的一个元素,从 { resultType = 9, id = 120, value = 1, param1 = 5, param2 = 70 }
  修改为 { resultType = 9, id = 130, value = 1, param1 = 5, param2 = 70 }
This commit is contained in:
2025-01-04 19:12:23 +08:00
parent 607c7daa0f
commit 1b1fc12ec5

View File

@@ -3541,7 +3541,7 @@ SkillRangesConf = {
delay = 500,
conds = {},
results = {
{ resultType = 9, id = 120, value = 1, param1 = 5, param2 = 70 },
{ resultType = 9, id = 130, value = 1, param1 = 5, param2 = 70 },
},
},
[233] = {