From 0b57ffa684947f4572c205ed9e55166c558f30f1 Mon Sep 17 00:00:00 2001 From: panw Date: Thu, 24 Jul 2025 11:03:24 +0800 Subject: [PATCH] =?UTF-8?q?+2=E4=B8=AA=E6=8A=80=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resources/game/skills/anm/atk1.anim | 162 ++- assets/resources/game/skills/anm/atk2.anim | 438 +++++++- .../resources/game/skills/anm/max_yunshi.anim | 387 +++++++ .../game/skills/anm/max_yunshi.anim.meta | 13 + assets/resources/game/skills/base6.prefab | 298 +++++- assets/resources/game/skills/base7.prefab | 944 ++++++++++++++++++ .../resources/game/skills/base7.prefab.meta | 13 + .../resources/game/skills/max_yunshi.prefab | 944 ++++++++++++++++++ .../game/skills/max_yunshi.prefab.meta | 13 + 9 files changed, 3163 insertions(+), 49 deletions(-) create mode 100644 assets/resources/game/skills/anm/max_yunshi.anim create mode 100644 assets/resources/game/skills/anm/max_yunshi.anim.meta create mode 100644 assets/resources/game/skills/base7.prefab create mode 100644 assets/resources/game/skills/base7.prefab.meta create mode 100644 assets/resources/game/skills/max_yunshi.prefab create mode 100644 assets/resources/game/skills/max_yunshi.prefab.meta diff --git a/assets/resources/game/skills/anm/atk1.anim b/assets/resources/game/skills/anm/atk1.anim index 0c5406ad..4d56b4ce 100644 --- a/assets/resources/game/skills/anm/atk1.anim +++ b/assets/resources/game/skills/anm/atk1.anim @@ -9,20 +9,26 @@ "_native": "", "sample": 24, "speed": 1, - "wrapMode": 1, + "wrapMode": 2, "enableTrsBlending": false, - "_duration": 0.2916666666666667, + "_duration": 0.625, "_hash": 500763545, "_tracks": [ { "__id__": 1 + }, + { + "__id__": 7 + }, + { + "__id__": 13 } ], "_exoticAnimation": null, "_events": [], "_embeddedPlayers": [], "_additiveSettings": { - "__id__": 7 + "__id__": 19 }, "_auxiliaryCurveEntries": [] }, @@ -104,6 +110,156 @@ null ] }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 8 + }, + "proxy": null + }, + "_channel": { + "__id__": 11 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 9 + }, + { + "__id__": 10 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX4" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 12 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0.16666666666666666, + 0.20833333333333334, + 0.25, + 0.2916666666666667, + 0.3333333333333333, + 0.375, + 0.4166666666666667 + ], + "_values": [ + null, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@50d44", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@fc3f4", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1bf03", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@c09bc", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@01cc3", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 14 + }, + "proxy": null + }, + "_channel": { + "__id__": 17 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 15 + }, + { + "__id__": 16 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX5" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 18 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0.3333333333333333, + 0.375, + 0.4166666666666667, + 0.4583333333333333, + 0.5, + 0.5416666666666666, + 0.5833333333333334 + ], + "_values": [ + null, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@50d44", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@fc3f4", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1bf03", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@c09bc", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@01cc3", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, { "__type__": "cc.AnimationClipAdditiveSettings", "enabled": false, diff --git a/assets/resources/game/skills/anm/atk2.anim b/assets/resources/game/skills/anm/atk2.anim index 0a99584c..56ff3590 100644 --- a/assets/resources/game/skills/anm/atk2.anim +++ b/assets/resources/game/skills/anm/atk2.anim @@ -1,28 +1,40 @@ [ { "__type__": "cc.AnimationClip", - "_name": "light", + "_name": "atk2", "_objFlags": 0, "__editorExtras__": { "embeddedPlayerGroups": [] }, "_native": "", - "sample": 18, + "sample": 24, "speed": 1, "wrapMode": 2, "enableTrsBlending": false, - "_duration": 0.8333333333333334, + "_duration": 1.0833333333333333, "_hash": 500763545, "_tracks": [ { "__id__": 1 + }, + { + "__id__": 7 + }, + { + "__id__": 13 + }, + { + "__id__": 19 + }, + { + "__id__": 25 } ], "_exoticAnimation": null, "_events": [], "_embeddedPlayers": [], "_additiveSettings": { - "__id__": 7 + "__id__": 31 }, "_auxiliaryCurveEntries": [] }, @@ -53,7 +65,7 @@ }, { "__type__": "cc.animation.HierarchyPath", - "path": "Node" + "path": "SlashFX3" }, { "__type__": "cc.animation.ComponentPath", @@ -68,83 +80,443 @@ { "__type__": "cc.ObjectCurve", "_times": [ - 0, - 0.05555555555555555, - 0.1111111111111111, - 0.16666666666666666, - 0.2222222222222222, - 0.2777777777777778, 0.3333333333333333, - 0.3888888888888889, - 0.4444444444444444, + 0.375, + 0.4166666666666667, + 0.4583333333333333, 0.5, - 0.5555555555555556, - 0.6111111111111112, + 0.5416666666666666, + 0.5833333333333334, + 0.625, 0.6666666666666666, - 0.7222222222222222, - 0.7777777777777778 + 0.7083333333333334, + 0.75, + 0.7916666666666666 + ], + "_values": [ + null, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1009c", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@de62b", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@5b01f", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@254e1", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b42a1", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@4ba4a", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b9773", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@70740", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8a2ee", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@04fca", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 8 + }, + "proxy": null + }, + "_channel": { + "__id__": 11 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 9 + }, + { + "__id__": 10 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX4" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 12 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0.125, + 0.16666666666666666, + 0.20833333333333334, + 0.25, + 0.2916666666666667, + 0.3333333333333333, + 0.375, + 0.4166666666666667, + 0.4583333333333333, + 0.5, + 0.5416666666666666, + 0.5833333333333334, + 0.625 + ], + "_values": [ + null, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@30608", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b0b10", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76298", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76bd7", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d4058", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@9197a", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@22801", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76161", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@a8392", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e2de4", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d96ab", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 14 + }, + "proxy": null + }, + "_channel": { + "__id__": 17 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 15 + }, + { + "__id__": 16 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX5" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 18 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0, + 0.041666666666666664, + 0.08333333333333333, + 0.125, + 0.16666666666666666, + 0.20833333333333334, + 0.25, + 0.2916666666666667, + 0.3333333333333333, + 0.375, + 0.4166666666666667, + 0.4583333333333333 ], "_values": [ { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@813c5", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@30608", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@821e0", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b0b10", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@33a20", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76298", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1f6a0", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76bd7", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@0d15e", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d4058", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@585d7", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@9197a", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e54e2", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@22801", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@06857", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76161", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@bf8fe", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@a8392", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@53534", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e2de4", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1b0bb", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d96ab", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 20 + }, + "proxy": null + }, + "_channel": { + "__id__": 23 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 21 + }, + { + "__id__": 22 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX6" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 24 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0.5833333333333334, + 0.625, + 0.6666666666666666, + 0.7083333333333334, + 0.75, + 0.7916666666666666, + 0.8333333333333334, + 0.875, + 0.9166666666666666, + 0.9583333333333334, + 1, + 1.0416666666666667 + ], + "_values": [ + null, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1009c", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8d306", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@de62b", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b44d9", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@5b01f", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8364b", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@254e1", "__expectedType__": "cc.SpriteFrame" }, { - "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b1f2c", + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b42a1", "__expectedType__": "cc.SpriteFrame" - } + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@4ba4a", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b9773", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@70740", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8a2ee", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@04fca", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 26 + }, + "proxy": null + }, + "_channel": { + "__id__": 29 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 27 + }, + { + "__id__": 28 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX7" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 30 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0, + 0.041666666666666664, + 0.08333333333333333, + 0.125, + 0.16666666666666666, + 0.25 + ], + "_values": [ + { + "__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@07243", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@55d08", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@36291", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4052b", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@e928b", + "__expectedType__": "cc.SpriteFrame" + }, + null ] }, { diff --git a/assets/resources/game/skills/anm/max_yunshi.anim b/assets/resources/game/skills/anm/max_yunshi.anim new file mode 100644 index 00000000..5fa44469 --- /dev/null +++ b/assets/resources/game/skills/anm/max_yunshi.anim @@ -0,0 +1,387 @@ +[ + { + "__type__": "cc.AnimationClip", + "_name": "max_yunshi", + "_objFlags": 0, + "__editorExtras__": { + "embeddedPlayerGroups": [] + }, + "_native": "", + "sample": 24, + "speed": 1, + "wrapMode": 2, + "enableTrsBlending": false, + "_duration": 0.9166666666666666, + "_hash": 500763545, + "_tracks": [ + { + "__id__": 1 + }, + { + "__id__": 7 + }, + { + "__id__": 18 + } + ], + "_exoticAnimation": null, + "_events": [], + "_embeddedPlayers": [], + "_additiveSettings": { + "__id__": 24 + }, + "_auxiliaryCurveEntries": [] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 2 + }, + "proxy": null + }, + "_channel": { + "__id__": 5 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 3 + }, + { + "__id__": 4 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX3" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 6 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0, + 0.08333333333333333, + 0.16666666666666666, + 0.25, + 0.3333333333333333, + 0.4166666666666667, + 0.5, + 0.5833333333333334 + ], + "_values": [ + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3a170", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@482b5", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3a170", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@482b5", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, + { + "__type__": "cc.animation.VectorTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 8 + }, + "proxy": null + }, + "_channels": [ + { + "__id__": 10 + }, + { + "__id__": 12 + }, + { + "__id__": 14 + }, + { + "__id__": 16 + } + ], + "_nComponents": 3 + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 9 + }, + "position" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX3" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 11 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.5 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": -200, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 13 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.5 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 400, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 15 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [ + 0, + 0.5 + ], + "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 0, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + } + ], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 17 + } + }, + { + "__type__": "cc.RealCurve", + "_times": [], + "_values": [], + "preExtrapolation": 1, + "postExtrapolation": 1 + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 19 + }, + "proxy": null + }, + "_channel": { + "__id__": 22 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 20 + }, + { + "__id__": 21 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "SlashFX4" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 23 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [ + 0.5, + 0.5416666666666666, + 0.5833333333333334, + 0.625, + 0.6666666666666666, + 0.7083333333333334, + 0.75, + 0.7916666666666666, + 0.8333333333333334, + 0.875 + ], + "_values": [ + null, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@efc4f", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@fdba9", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@11f7a", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3f33e", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@9bd71", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@03e27", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@8dffc", + "__expectedType__": "cc.SpriteFrame" + }, + { + "__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@a083d", + "__expectedType__": "cc.SpriteFrame" + }, + null + ] + }, + { + "__type__": "cc.AnimationClipAdditiveSettings", + "enabled": false, + "refClip": null + } +] \ No newline at end of file diff --git a/assets/resources/game/skills/anm/max_yunshi.anim.meta b/assets/resources/game/skills/anm/max_yunshi.anim.meta new file mode 100644 index 00000000..7fbafe8b --- /dev/null +++ b/assets/resources/game/skills/anm/max_yunshi.anim.meta @@ -0,0 +1,13 @@ +{ + "ver": "2.0.3", + "importer": "animation-clip", + "imported": true, + "uuid": "82f73a9b-34a6-4060-aecc-a6c81f2d2104", + "files": [ + ".cconb" + ], + "subMetas": {}, + "userData": { + "name": "max_yunshi" + } +} diff --git a/assets/resources/game/skills/base6.prefab b/assets/resources/game/skills/base6.prefab index 6cc4caf1..72bd25cb 100644 --- a/assets/resources/game/skills/base6.prefab +++ b/assets/resources/game/skills/base6.prefab @@ -20,31 +20,37 @@ "_children": [ { "__id__": 2 + }, + { + "__id__": 8 + }, + { + "__id__": 14 } ], "_active": true, "_components": [ { - "__id__": 8 + "__id__": 20 }, { - "__id__": 10 + "__id__": 22 }, { - "__id__": 12 + "__id__": 24 }, { - "__id__": 14 + "__id__": 26 }, { - "__id__": 16 + "__id__": 28 }, { - "__id__": 18 + "__id__": 30 } ], "_prefab": { - "__id__": 20 + "__id__": 32 }, "_lpos": { "__type__": "cc.Vec3", @@ -208,6 +214,272 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "SlashFX4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 9 + }, + { + "__id__": 11 + } + ], + "_prefab": { + "__id__": 13 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.9, + "y": 1.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 10 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b8rCQjIHdPp6c6TcbLUQMg" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 12 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1aIoH7cJZGfoJ/f6oF2UJ+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8cXiLw08ZMurq9huszv5jW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 15 + }, + { + "__id__": 17 + } + ], + "_prefab": { + "__id__": 19 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 2.3, + "y": 1.4, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 16 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fcV98k/MhD3anxnuMRTwxW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dcL+blpt9Igqa+fj3E1Laa" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "75eMr0zVJBxIdJKIHop8ta", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.UITransform", "_name": "", @@ -218,7 +490,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 9 + "__id__": 21 }, "_contentSize": { "__type__": "cc.Size", @@ -246,7 +518,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 11 + "__id__": 23 }, "_id": "" }, @@ -264,7 +536,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 13 + "__id__": 25 }, "enabledContactListener": true, "bullet": false, @@ -298,7 +570,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 15 + "__id__": 27 }, "tag": 0, "_group": 4, @@ -332,7 +604,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 17 + "__id__": 29 }, "speed": 600, "controlPointSide": 1, @@ -366,7 +638,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 31 }, "playOnLoad": true, "_clips": [ diff --git a/assets/resources/game/skills/base7.prefab b/assets/resources/game/skills/base7.prefab new file mode 100644 index 00000000..61b73442 --- /dev/null +++ b/assets/resources/game/skills/base7.prefab @@ -0,0 +1,944 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "base7", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "base7", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 8 + }, + { + "__id__": 14 + }, + { + "__id__": 20 + }, + { + "__id__": 26 + } + ], + "_active": true, + "_components": [ + { + "__id__": 32 + }, + { + "__id__": 34 + }, + { + "__id__": 36 + }, + { + "__id__": 38 + }, + { + "__id__": 40 + }, + { + "__id__": 42 + } + ], + "_prefab": { + "__id__": 44 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.2, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "SlashFX3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + } + ], + "_prefab": { + "__id__": 7 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.5, + "y": 1.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6478ffM1ZOYrFlvcvwtMHD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 6 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a16rQ6fSVGTKOR1fkzJ3Uu" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "baafZffQBCfJGufCL/UdN6", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 9 + }, + { + "__id__": 11 + } + ], + "_prefab": { + "__id__": 13 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 20, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": -0.25881904510252074, + "w": 0.9659258262890683 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.9, + "y": 1.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": -30 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 10 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b8rCQjIHdPp6c6TcbLUQMg" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 12 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1aIoH7cJZGfoJ/f6oF2UJ+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8cXiLw08ZMurq9huszv5jW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 15 + }, + { + "__id__": 17 + } + ], + "_prefab": { + "__id__": 19 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 20, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0.25881904510252074, + "w": 0.9659258262890683 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.9, + "y": -1.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 30 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 16 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f7GrTe0x5Mo7ITuijh8Ksp" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "49++EbufRIUbmB6V/kNIDI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4fsuUdb7lCv5dbiYtmzrI8", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX6", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 21 + }, + { + "__id__": 23 + } + ], + "_prefab": { + "__id__": 25 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.5, + "y": -1.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 20 + }, + "_enabled": true, + "__prefab": { + "__id__": 22 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "84N8o50nJLrbPERSmBvtOZ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 20 + }, + "_enabled": true, + "__prefab": { + "__id__": 24 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a6FBru22xMB4HAvPLndpFW" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fb9LD4Qx1Kd6Fv4uutSHYU", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX7", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 27 + }, + { + "__id__": 29 + } + ], + "_prefab": { + "__id__": 31 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -40.059, + "y": -5.905, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": { + "__id__": 28 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 238 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c1HEWmjBlD7L2xkHYeKvc2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": { + "__id__": 30 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23/y/qyH5KJYHraSDr4mIa" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "73Sa7dmRJNl4LbS8w7C1ap", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 33 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.49664333316829656, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "63NP9yq3hEUKD/OZZZ5t7x" + }, + { + "__type__": "45646oIyIdA24W+0c5rdELD", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 35 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8ahZv91itPcYJm8S0veHYl" + }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 37 + }, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 1, + "_allowSleep": false, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "59HK6AcrdOhbxkRsbxWQ3l" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 39 + }, + "tag": 0, + "_group": 4, + "_density": 1, + "_sensor": true, + "_friction": 0.2, + "_restitution": 0, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_size": { + "__type__": "cc.Size", + "width": 180, + "height": 80 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e4gDUfAyNDN6GrEPB169Le" + }, + { + "__type__": "f680dkagx9PmbfqtF463/Ua", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 41 + }, + "speed": 600, + "controlPointSide": 1, + "controlPointOffset": 0, + "controlPointRandomness": 0, + "autoRotate": true, + "showTrajectory": false, + "trajectoryColor": { + "__type__": "cc.Color", + "r": 0, + "g": 255, + "b": 0, + "a": 255 + }, + "trajectoryWidth": 3, + "easing": "linear", + "rotationSmoothness": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e2YMe3B/1NxaropG7G9Ijp" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 43 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "37647271-97cd-475c-a0b9-0f0603dde7ae", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "37647271-97cd-475c-a0b9-0f0603dde7ae", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b2FPQXFCNH7alJWxanESql" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c46/YsCPVOJYA4mWEpNYRx", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/assets/resources/game/skills/base7.prefab.meta b/assets/resources/game/skills/base7.prefab.meta new file mode 100644 index 00000000..9eddbf94 --- /dev/null +++ b/assets/resources/game/skills/base7.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "9834fe34-1ba2-47d6-87f1-fef76e2386cb", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "base7" + } +} diff --git a/assets/resources/game/skills/max_yunshi.prefab b/assets/resources/game/skills/max_yunshi.prefab new file mode 100644 index 00000000..392143a7 --- /dev/null +++ b/assets/resources/game/skills/max_yunshi.prefab @@ -0,0 +1,944 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "max_yunshi", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "max_yunshi", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 8 + }, + { + "__id__": 14 + }, + { + "__id__": 20 + }, + { + "__id__": 26 + } + ], + "_active": true, + "_components": [ + { + "__id__": 32 + }, + { + "__id__": 34 + }, + { + "__id__": 36 + }, + { + "__id__": 38 + }, + { + "__id__": 40 + }, + { + "__id__": 42 + } + ], + "_prefab": { + "__id__": 44 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.2, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "SlashFX3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + } + ], + "_prefab": { + "__id__": 7 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -200, + "y": 400, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0.25881904510252074, + "w": 0.9659258262890683 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 30 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6478ffM1ZOYrFlvcvwtMHD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 6 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a16rQ6fSVGTKOR1fkzJ3Uu" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "baafZffQBCfJGufCL/UdN6", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 9 + }, + { + "__id__": 11 + } + ], + "_prefab": { + "__id__": 13 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 10 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b8rCQjIHdPp6c6TcbLUQMg" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 12 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1aIoH7cJZGfoJ/f6oF2UJ+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8cXiLw08ZMurq9huszv5jW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 15 + }, + { + "__id__": 17 + } + ], + "_prefab": { + "__id__": 19 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 20, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0.25881904510252074, + "w": 0.9659258262890683 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.9, + "y": -1.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 30 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 16 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f7GrTe0x5Mo7ITuijh8Ksp" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "49++EbufRIUbmB6V/kNIDI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4fsuUdb7lCv5dbiYtmzrI8", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX6", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 21 + }, + { + "__id__": 23 + } + ], + "_prefab": { + "__id__": 25 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.5, + "y": -1.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 20 + }, + "_enabled": true, + "__prefab": { + "__id__": 22 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 87, + "height": 97 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "84N8o50nJLrbPERSmBvtOZ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 20 + }, + "_enabled": true, + "__prefab": { + "__id__": 24 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a6FBru22xMB4HAvPLndpFW" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fb9LD4Qx1Kd6Fv4uutSHYU", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "SlashFX7", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 27 + }, + { + "__id__": 29 + } + ], + "_prefab": { + "__id__": 31 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -40.059, + "y": -5.905, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": { + "__id__": 28 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 170, + "height": 238 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c1HEWmjBlD7L2xkHYeKvc2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": { + "__id__": 30 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23/y/qyH5KJYHraSDr4mIa" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "73Sa7dmRJNl4LbS8w7C1ap", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 33 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.49664333316829656, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "63NP9yq3hEUKD/OZZZ5t7x" + }, + { + "__type__": "45646oIyIdA24W+0c5rdELD", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 35 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8ahZv91itPcYJm8S0veHYl" + }, + { + "__type__": "cc.RigidBody2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 37 + }, + "enabledContactListener": true, + "bullet": false, + "awakeOnLoad": true, + "_group": 1, + "_type": 1, + "_allowSleep": false, + "_gravityScale": 1, + "_linearDamping": 0, + "_angularDamping": 0, + "_linearVelocity": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_angularVelocity": 0, + "_fixedRotation": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "59HK6AcrdOhbxkRsbxWQ3l" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 39 + }, + "tag": 0, + "_group": 4, + "_density": 1, + "_sensor": true, + "_friction": 0.2, + "_restitution": 0, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_size": { + "__type__": "cc.Size", + "width": 180, + "height": 80 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e4gDUfAyNDN6GrEPB169Le" + }, + { + "__type__": "f680dkagx9PmbfqtF463/Ua", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 41 + }, + "speed": 600, + "controlPointSide": 1, + "controlPointOffset": 0, + "controlPointRandomness": 0, + "autoRotate": true, + "showTrajectory": false, + "trajectoryColor": { + "__type__": "cc.Color", + "r": 0, + "g": 255, + "b": 0, + "a": 255 + }, + "trajectoryWidth": 3, + "easing": "linear", + "rotationSmoothness": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e2YMe3B/1NxaropG7G9Ijp" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 43 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "82f73a9b-34a6-4060-aecc-a6c81f2d2104", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "82f73a9b-34a6-4060-aecc-a6c81f2d2104", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b2FPQXFCNH7alJWxanESql" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c46/YsCPVOJYA4mWEpNYRx", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/assets/resources/game/skills/max_yunshi.prefab.meta b/assets/resources/game/skills/max_yunshi.prefab.meta new file mode 100644 index 00000000..82447f80 --- /dev/null +++ b/assets/resources/game/skills/max_yunshi.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "96a0d111-2058-41da-9c89-46952baa0748", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "max_yunshi" + } +}