{ // 以太双斧受击特效触发 "AbilityName" : "Goblin_Body_Spark", "AbilityStacking": "Unique", "OnAbilityStart": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "SpecialEffectModifier", "Target": "Self", } ], "Modifiers" : { //添加信号灯特效(内置1秒触发冷却时间) "SpecialEffectModifier": { "ModifierStacking" : "Unique", "Duration": 2.0, "OnAdded": [ { "$type": "MoleMole.FireEffect", "EffectPattern": "Eff_Monster_GoblinMetro_Hit_Spark_01", "Target": "Self", "FireEffectPosRot" : { "CoordsOption" : "ReferTarget", "TargetOption" : { "$type" : "MoleMole.ConfigPosRotReferTarget", "OffsetReferTarget" : "Self", "AttachPoint" : "G_bone01", "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, } } } ] } } }