{ //魔女时间 "AbilityName" : "Player_BulletTime", "AbilityStacking": "Unique", "DefaultModifier" : { //完美闪避成功时 "OnDodgeSuccess" : [ { "$type":"MoleMole.ApplyModifier", "ModifierName":"WitchSlowDownModifier", "Target":"Self", } ], }, "Modifiers" : { "WitchSlowDownModifier": { "ModifierStacking": "Unique", "Duration": 0.7, "IgnoreTimeScale" : false, "NotIgnoreList" : ["World"], "OnAdded": [ { "$type" : "MoleMole.AttachModifier", "ModifierName" : "InvincibleBuffModifier", "Target" : "Self", }, ], "ModifierMixins": [ //魔女时间Mixin { "$type" : "MoleMole.WitchSlowDownMixin", "TotalDuration" : 99999, "SlowDownKey" : "HoldEvade_TimeSlow_01", "ExcludeTargets" : "TeamAvatars", "OnStart": [ { "$type" : "MoleMole.FireEffect", "EffectPattern" : "Eff_Common_Evade_Front", "Target" : "Self" }, { "$type" : "MoleMole.ProcessScreenEffectAction", "EffectType" : "Vignette", "EffectKey" : "HoldEvade_Vignette_01", }, { "$type" : "MoleMole.ProcessScreenEffectAction", "EffectType" : "RadialBlur", "EffectKey" : "HoldEvade_RadialBlur_01", }, ], "OnEnd": [ { "$type" : "MoleMole.InterruptScreenEffectAction", "EffectType" : "Vignette", "TargetKey" : "HoldEvade_Vignette_01", }, { "$type" : "MoleMole.InterruptScreenEffectAction", "EffectType" : "RadialBlur", "TargetKey" : "HoldEvade_RadialBlur_01", }, ], } ] }, "InvincibleBuffModifier": { "ModifierStacking": "MultipleRefresh", "Duration": -1, "IgnoreTimeScale" : false, "Buff": { "BuffID" : 121001, "IsOverrideDuration" : true }, } } }