feat(skill): 优化技能描述与UI显示
1. 调整技能商店卡牌描述,添加"召唤"动作描述,适配多召唤数量逻辑 2. 更新技能描述模板,支持根据overrides.num动态计算召唤数量 3. 重构部分UI预制体布局与节点激活状态 4. 新增一批单体攻击技能配置模板
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -106,7 +106,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"y": -60,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -221,7 +221,7 @@
|
||||
"value": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"y": 85.71428571428572,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
@@ -267,7 +267,7 @@
|
||||
"value": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 1028.5714285714287,
|
||||
"height": 100
|
||||
"height": 171.42857142857144
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -287,7 +287,7 @@
|
||||
"value": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 1028.5714285714287,
|
||||
"height": 100
|
||||
"height": 171.42857142857144
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -307,7 +307,7 @@
|
||||
"value": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 2057.1428571428573,
|
||||
"height": 200
|
||||
"height": 342.8571428571429
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -327,7 +327,7 @@
|
||||
"value": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 2025.1428571428573,
|
||||
"height": 168
|
||||
"height": 310.8571428571429
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -650,12 +650,12 @@
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 1028.5714285714287,
|
||||
"height": 100
|
||||
"height": 171.42857142857144
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
"x": 0.5,
|
||||
"y": 0.5
|
||||
"y": 0
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
@@ -720,12 +720,12 @@
|
||||
"__prefab": {
|
||||
"__id__": 36
|
||||
},
|
||||
"_alignFlags": 40,
|
||||
"_alignFlags": 45,
|
||||
"_target": null,
|
||||
"_left": 0,
|
||||
"_right": 0,
|
||||
"_top": 605,
|
||||
"_bottom": 605,
|
||||
"_top": 0,
|
||||
"_bottom": 0,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
@@ -901,7 +901,7 @@
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 720,
|
||||
"height": 70
|
||||
"height": 120
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -979,7 +979,7 @@
|
||||
"node": {
|
||||
"__id__": 1
|
||||
},
|
||||
"_enabled": false,
|
||||
"_enabled": true,
|
||||
"__prefab": {
|
||||
"__id__": 51
|
||||
},
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
"__id__": 83
|
||||
}
|
||||
],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 111
|
||||
@@ -2669,7 +2669,7 @@
|
||||
"__id__": 197
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 235
|
||||
|
||||
Reference in New Issue
Block a user