refactor(skill&hero): 清理冗余技能配置并调整英雄参数

1.  移除了SkillSet中多个未使用的技能配置项
2.  调整了部分英雄的职业类型与默认技能
3.  修改了英雄节点的显示状态与位置偏移
4.  更新了技能预制件的参数配置
This commit is contained in:
panFD
2026-08-15 16:05:46 +08:00
parent 812cc3ee9f
commit 753563186a
4 changed files with 33 additions and 61 deletions

View File

@@ -250,11 +250,12 @@
},
"atk_x": 10,
"atk_y": 15,
"_id": "",
"runType": 1,
"runType": 0,
"endType": 2,
"speed": 720,
"time": 0
"time": 0,
"distance": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -340,4 +341,4 @@
"instance": null,
"targetOverrides": null
}
]
]