{ //以太剑盾身体特效 "AbilityName" : "Durahan_Body_Weapon_SFX", "AbilityStacking": "Unique", "OnAbilityStart" : [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "SpecialEffectModifier", "Target": "Self", }, ], "Modifiers" : { //部位特效挂载 "SpecialEffectModifier": { "ModifierStacking" : "Unique", "Duration": -1, "IgnoreTimeScale" : false, "OnAdded": [ { "$type": "MoleMole.AttachEffect", "EffectPattern": "Eff_Monster_Durahan_Body_Shield", "Target": "Self", "AttachEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "Bip001 Prop1", "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, } }, }, { "$type": "MoleMole.AttachEffect", "EffectPattern": "Eff_Monster_Durahan_Body_Sword", "Target": "Self", "AttachEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "Weapon_03", "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, } }, }, ], }, //部位特效淡出 "FadeOutModifier": { "ModifierStacking" : "MultipleRefresh", "Duration": -1, "IgnoreTimeScale" : false, "OnAdded": [ { "$type" : "MoleMole.SpecialEffectFadeAction", "EffectNames" : ["Eff_Monster_Durahan_Body_Head"], //"OverrideFadeOutTime" : 0.0, //"OverrideFadeOutCurve" : "QuintEaseInReverse", "Target" : "Self", }, { "$type": "MoleMole.RemoveModifier", "ModifierName" : "SpecialEffectModifier", "Target" : "Self", }, ], }, }, }