{ //击杀敌人后,有10%的概率刷新持续时间 "AbilityName":"Affix_ShieldDurationRefresh_ByKill", "AbilityStacking":"Unique", "DefaultModifier": { "OnAdded": [ { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "ShieldDurationRefresh_ByKill", "Target" : "TeamAvatars" } ] }, "Modifiers": { "ShieldDurationRefresh_ByKill": { "ModifierStacking":"Unique", "ModifierMixins": [ { "$type" : "MoleMole.KillTargetMixin", "Actions" : [ { "$type" : "MoleMole.RandomOperator", "Target" : "Target", "Odds" : "%ByOdds", "OnSuccess" : [ { "$type" : "MoleMole.ModifyArcanaCommonPropertyAction", "Target" : "Buddy", "ArcanaProperty" :"ShieldDuration", "Delta" : 60 } ] } ] } ] } }, "AbilitySpecials" : { "ByOdds" : { "Value" : 0.1 } } }