refactor(skill): 重构技能预制件与动画资源

This commit is contained in:
panFD
2026-07-03 09:25:43 +08:00
parent 6c2f1defa9
commit 204f0f5cd9
37 changed files with 5653 additions and 4831 deletions

View File

@@ -210,7 +210,7 @@ export const SkillSet: Record<number, SkillConfig> = {
* 6010 箭矢黄 击晕取向
**/
6001: {
uuid: 6001, name: "火球", sp_name: "atk_1", icon: "Stat_Attack_01", TGroup: TGroup.Enemy, readyAnm: "", endAnm: "", act: "atk",
uuid: 6001, name: "火球", sp_name: "a1", icon: "Stat_Attack_01", TGroup: TGroup.Enemy, readyAnm: "", endAnm: "", act: "atk",
DTType: DTType.single, ap: 100, hit_count: 1, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.Melee,is_accel:true,
RType: RType.linear, EType: EType.collision, info: "造成攻击力100%的伤害",
},