{ // 以太巡兽身体特效触发 "AbilityName" : "Hati_Body_SFX", "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "Hati_Demote_SFX", "Target": "Self", "Predicates": [ { "$type": "MoleMole.ByTags", "Target": "Self", "TagList": ["Demote"] }, ] }, { "$type": "MoleMole.ApplyModifier", "ModifierName": "Hati_Promote_SFX", "Target": "Self", "Predicates": [ { "$type": "MoleMole.ByTags", "Target": "Self", "TagList": ["Promote"] }, ] }, ], "OnKilled": [ { "$type" : "MoleMole.SpecialEffectFadeAction", "EffectNames" : ["Eff_Monster_Common_Ether_HeadPoint"], //"OverrideFadeOutTime" : 0.15, //"OverrideFadeOutCurve" : "QuintEaseInReverse", "Target" : "Self", }, { "$type" : "MoleMole.SpecialEffectFadeAction", "EffectNames" : ["Eff_Monster_Common_Ether_HeadPoint_02"], //"OverrideFadeOutTime" : 0.15, //"OverrideFadeOutCurve" : "QuintEaseInReverse", "Target" : "Self", }, ], }, "Modifiers" : { "Hati_Demote_SFX": { "ModifierStacking" : "Unique", "Duration": -1, "OnAdded": [ //绿球_常规版 { "$type": "MoleMole.AttachEffect", "EffectPattern": "Eff_Monster_Common_Ether_HeadPoint", "Target": "Self", "AttachEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "Bn_Hati_HEad", "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, } }, }, ], }, "Hati_Promote_SFX": { "ModifierStacking" : "Unique", "Duration": -1, "OnAdded": [ //绿球_升阶版 { "$type": "MoleMole.AttachEffect", "EffectPattern": "Eff_Monster_Common_Ether_HeadPoint_02", "Target": "Self", "AttachEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "Bn_Hati_HEad", "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_Hati_Body_01", "Target": "Self", "AttachEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "Bone001", "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_Hati_Body_02", "Target": "Self", "AttachEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "Bone014", "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, } }, }, ], }, }, }