feat: 调整技能配置与英雄技能组,修复技能分类约束

1.  重构技能分类,将6013~6019标记为仅可作大招
2.  修改紫电魔女普攻为6010紫魔球,添加麻痹效果
3.  更新技能prefab参数与技能配置表
4.  调整英雄UI配置过滤规则
This commit is contained in:
panFD
2026-08-20 13:31:00 +08:00
parent 1523aab402
commit 1739e2324c
16 changed files with 120 additions and 53 deletions

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "0f38817f-a8df-4547-8b37-e7ed29de8216",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -250,11 +253,16 @@
},
"atk_x": 10,
"atk_y": 15,
"_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",
@@ -340,4 +348,4 @@
"instance": null,
"targetOverrides": null
}
]
]

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "acf230af-e9ae-42f8-80a1-552d7d10390f",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "2b8a37ee-732c-4c5b-b6a4-136f3e581cde",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -250,11 +253,16 @@
},
"atk_x": 10,
"atk_y": 15,
"_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",
@@ -340,4 +348,4 @@
"instance": null,
"targetOverrides": null
}
]
]

View File

@@ -160,7 +160,7 @@
"__id__": 6
},
"_customMaterial": {
"__uuid__": "0f38817f-a8df-4547-8b37-e7ed29de8216",
"__uuid__": "2fcd55a9-38ca-45aa-9164-68e48aaf51ce",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
@@ -258,6 +258,10 @@
"speed": 720,
"time": 0,
"distance": 0,
"forceStartX": -1,
"forceStartY": -1,
"summon_count": 1,
"height_offset": 0,
"_id": ""
},
{

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "ded728b9-6dd0-4c37-9970-9745c62aa8bf",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -250,11 +253,16 @@
},
"atk_x": 10,
"atk_y": 15,
"_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",
@@ -340,4 +348,4 @@
"instance": null,
"targetOverrides": null
}
]
]

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "ded728b9-6dd0-4c37-9970-9745c62aa8bf",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -250,11 +253,16 @@
},
"atk_x": 10,
"atk_y": 15,
"_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",
@@ -340,4 +348,4 @@
"instance": null,
"targetOverrides": null
}
]
]

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "ded728b9-6dd0-4c37-9970-9745c62aa8bf",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -250,6 +253,15 @@
},
"atk_x": 10,
"atk_y": 15,
"runType": 0,
"endType": 2,
"speed": 0,
"time": 0,
"distance": 0,
"forceStartX": -1,
"forceStartY": -1,
"summon_count": 1,
"height_offset": 0,
"_id": ""
},
{

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "2b8a37ee-732c-4c5b-b6a4-136f3e581cde",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -255,6 +258,10 @@
"speed": 720,
"time": 0,
"distance": 0,
"forceStartX": -1,
"forceStartY": -1,
"summon_count": 1,
"height_offset": 0,
"_id": ""
},
{

View File

@@ -159,7 +159,10 @@
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_customMaterial": {
"__uuid__": "2b8a37ee-732c-4c5b-b6a4-136f3e581cde",
"__expectedType__": "cc.Material"
},
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -255,6 +258,10 @@
"speed": 720,
"time": 0,
"distance": 0,
"forceStartX": -1,
"forceStartY": -1,
"summon_count": 1,
"height_offset": 0,
"_id": ""
},
{