{ //战斗中每6s强化下3次伤害,使其伤害提高100% "AbilityName":"Suit_Ability_50233100", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking" : "Unique", "Duration" : -1, "OnAdded": [ { "$type":"MoleMole.ApplyModifier", "ModifierName":"AddDamage", "Target":"Self", } ], }, "Modifiers": { "AddDamage": { "ModifierStacking": "MultipleRefresh", "Duration" : "%CDTime", "OnAdded": [ { "$type": "MoleMole.SetAbilitySpecialAction", "ParamName": "MaxEnhanceNum", "ParamType": "float", "ModifyFunction": "Replace", "Param": 3, }, ], "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedDamageRatio", "Predicates": [ { "$type" : "MoleMole.ByAbilitySpecial", "Target" : "Self", "ParamName": "MaxEnhanceNum", "ParamType": "float", "CompareType": "GreaterEqual", "Param" : 1, }, ] }, ], "OnPatternAttackLanded": [ { "$type": "MoleMole.SetAbilitySpecialAction", "ParamName": "MaxEnhanceNum", "ParamType": "float", "ModifyFunction": "Add", "Param": -1, }, ], "OnRemoved": [ { "$type":"MoleMole.ApplyModifier", "ModifierName":"AddDamage", "Target":"Self", } ] }, "AddBuff": { "ModifierStacking": "Unique", "Duration" : "%CDTime", "OnAdded": [ { "$type":"MoleMole.ApplyModifier", "ModifierName":"AddDamage", "Target":"Self", } ] }, }, "AbilitySpecials" : { "AddedDamageRatio": { "Value": 10 }, "MaxEnhanceNum": { "Value": 3 }, "CDTime": { "Value": 6 } } }