feat(skill): 新增多个技能prefab并更新技能配置

新增fb-6、maxa1、maxa2、maxm1、maxm2共5个技能prefab,优化aw1/aw2/aw3的节点缩放、尺寸和碰撞参数,新增技能属性字段,并在SkillSet中添加6019、6101、6109、6110四个技能配置,修复原有技能名称错误。
This commit is contained in:
panFD
2026-08-16 19:44:27 +08:00
parent a64873c65d
commit c3ddc16d40
14 changed files with 1396 additions and 38 deletions

View File

@@ -108,8 +108,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.5,
"y": 0.5,
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -136,8 +136,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 80,
"height": 28
"width": 20,
"height": 7
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -178,7 +178,7 @@
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
@@ -225,8 +225,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 10
"width": 20,
"height": 20
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -282,11 +282,16 @@
},
"atk_x": 10,
"atk_y": 25,
"_id": "",
"runType": 1,
"endType": 2,
"speed": 720,
"time": 0
"time": 0,
"distance": 0,
"forceStartX": -1,
"forceStartY": -1,
"summon_count": 1,
"height_offset": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -351,8 +356,8 @@
},
"_size": {
"__type__": "cc.Size",
"width": 30,
"height": 10
"width": 20,
"height": 100
},
"_id": ""
},
@@ -372,4 +377,4 @@
"instance": null,
"targetOverrides": null
}
]
]