{ //处于后场时,每3秒获得一层【蓄力】,最多6层,每层增加exsp5%晕值;处于前场时,每1秒消退一层【蓄力】 "AbilityName":"Suit_Ability_50236400", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "ThinkInterval" : 3, "OnThinkInterval" : [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "AddBuff_01", "Predicates"://后场判断 [ { "$type" : "MoleMole.ByIsLocalAvatar", "Target" : "Self", "IsLocalAvatar":false } ] } ], "OnAdded" : [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "AddBuff_02", } ] }, "Modifiers" : { "AddBuff_01": { "MaxStackingNumber": 6, "ModifierStacking": "MultipleAllRefresh", "OnHitOther" : [ { "$type" : "MoleMole.ModifyAttackDataAction", "PropertyKey" : "BreakStun_Ratio", "PropertyValue" : "%BreakStunRatio", "Predicates" : [ { "$type" : "MoleMole.ByAnimTagList", "TagList" : [ "AttackSpecial", "ExSp" ] }, ] }, ], }, "AddBuff_02"://前场移除modifier { "ThinkInterval" : 1, "OnThinkInterval" : [ { "$type": "MoleMole.RemoveModifier", "ModifierName": "AddBuff_01", "Predicates"://前场判断 [ { "$type" : "MoleMole.ByIsLocalAvatar", "Target" : "Self", "IsLocalAvatar":true } ] } ], } }, "AbilitySpecials" : { "BreakStunRatio": { "Value": 0.05 }, } }