{ // 以太剑ATK03拖刀火花特效管控 "AbilityName" : "Claymore_WeaponSpark_Control", "AbilityStacking": "Unique", "AbilityMixins" : [ { "$type" : "MoleMole.AttachStateWithModifierMixin", "ConfigList": [ { "LayerIndex": 0, "AnimatorStateName": "Attack_3", "NormalizedTimeLow": 0.182, "NormalizedTimeHigh": 0.39, "IsLoop": false, "ModifierNameList": [ "Claymore_WeaponSpark", ] }, { "LayerIndex": 0, "AnimatorStateName": "Run_Start", "NormalizedTimeLow": 0.4, "NormalizedTimeHigh": 1.0, "IsLoop": false, "ModifierNameList": [ "Claymore_WeaponSpark", ] }, { "LayerIndex": 0, "AnimatorStateName": "Run_Loop", "NormalizedTimeLow": 0.0, "NormalizedTimeHigh": 1.0, "IsLoop": true, "ModifierNameList": [ "Claymore_WeaponSpark", ] } ] } ], "Modifiers" : { //出现拖刀火花 "Claymore_WeaponSpark": { "ModifierStacking" : "Unique", "Duration": -1, "OnAdded": [ { "$type": "MoleMole.AttachEffect", "EffectPattern": "Eff_Monster_Claymore_Attack_03_Spark_01", "Target": "Self", "AttachEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "WeaponPoint", "IsUseAttachPointPos" : true, "IsUseAttachPointRotation" : true, }, "Offset" : { "PositionOffset" : {"x":0.0, "y":0.0, "z":0.0}, "AngleOffset" : {"x":0.0, "y":0.0, "z":0.0}, "IsUseRotationY" : true, "IsUseRotationXZ" : true, } }, }, ], }, }, }