refactor(skill&hero): 清理冗余技能配置并调整英雄参数
1. 移除了SkillSet中多个未使用的技能配置项 2. 调整了部分英雄的职业类型与默认技能 3. 修改了英雄节点的显示状态与位置偏移 4. 更新了技能预制件的参数配置
This commit is contained in:
@@ -2467,7 +2467,7 @@
|
||||
"__id__": 104
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 106
|
||||
@@ -2603,7 +2603,7 @@
|
||||
"__id__": 104
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 112
|
||||
@@ -2739,7 +2739,7 @@
|
||||
"__id__": 104
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 118
|
||||
@@ -2875,7 +2875,7 @@
|
||||
"__id__": 104
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 124
|
||||
@@ -2890,7 +2890,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -15,
|
||||
"y": 7.5,
|
||||
"y": 22.5,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -3011,7 +3011,7 @@
|
||||
"__id__": 104
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 130
|
||||
@@ -3026,7 +3026,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 7.5,
|
||||
"y": 22.5,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -3147,7 +3147,7 @@
|
||||
"__id__": 104
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 136
|
||||
@@ -3162,7 +3162,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 15,
|
||||
"y": 7.5,
|
||||
"y": 22.5,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -3283,7 +3283,7 @@
|
||||
"__id__": 104
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 142
|
||||
@@ -3298,7 +3298,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -15,
|
||||
"y": 22.5,
|
||||
"y": 37.5,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -3521,6 +3521,8 @@
|
||||
"__id__": 0
|
||||
},
|
||||
"fileId": "5cqmSlUWRE1odvmHyq77SB",
|
||||
"instance": null,
|
||||
"targetOverrides": null,
|
||||
"nestedPrefabInstanceRoots": null
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user