feat(技能): 添加治疗和魔法盾基础技能配置
- 新增治疗(6100)和魔法盾(6101)基础技能配置 - 删除旧的heath技能资源文件 - 添加新的heathed动画和预制体资源 - 调整水球技能(6005)的ap和map参数
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
"ver": "2.0.3",
|
||||
"importer": "animation-clip",
|
||||
"imported": true,
|
||||
"uuid": "3ab84ff4-c98b-4abd-9c40-79200c3443ca",
|
||||
"uuid": "43b4ca23-ea22-49e4-8faf-473edc7bb374",
|
||||
"files": [
|
||||
".cconb"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"name": "heath"
|
||||
"name": "heathed"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"__type__": "cc.Prefab",
|
||||
"_name": "heath",
|
||||
"_name": "heathed",
|
||||
"_objFlags": 0,
|
||||
"__editorExtras__": {},
|
||||
"_native": "",
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"__type__": "cc.Node",
|
||||
"_name": "heath",
|
||||
"_name": "heathed",
|
||||
"_objFlags": 0,
|
||||
"__editorExtras__": {},
|
||||
"_parent": null,
|
||||
@@ -245,12 +245,12 @@
|
||||
"playOnLoad": true,
|
||||
"_clips": [
|
||||
{
|
||||
"__uuid__": "3ab84ff4-c98b-4abd-9c40-79200c3443ca",
|
||||
"__uuid__": "43b4ca23-ea22-49e4-8faf-473edc7bb374",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
}
|
||||
],
|
||||
"_defaultClip": {
|
||||
"__uuid__": "3ab84ff4-c98b-4abd-9c40-79200c3443ca",
|
||||
"__uuid__": "43b4ca23-ea22-49e4-8faf-473edc7bb374",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
"_id": ""
|
||||
@@ -8,6 +8,6 @@
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"syncNodeName": "heath"
|
||||
"syncNodeName": "heathed"
|
||||
}
|
||||
}
|
||||
@@ -244,10 +244,6 @@
|
||||
},
|
||||
"playOnLoad": true,
|
||||
"_clips": [
|
||||
{
|
||||
"__uuid__": "715eb15a-a76e-4c36-a990-29112449fcb8",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "b01ee4bf-1c59-4158-806f-488e00ed7b5a",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
|
||||
Reference in New Issue
Block a user