{ // Anbi_天赋_02 // 对眩晕值低于50%的敌人,造成的破晕提升20% "AbilityName" : "Anbi_Electric_Talent_02", "AbilityStacking": "Unique", "DefaultModifier" : { //破晕提升 "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "BreakStun_Ratio", "PropertyValue": "%AS_BreakStun_Ratio", "Predicates" : [ { "$type": "MoleMole.ByPlayerPropertyValue", "IsUsePercent" : true, "Numerator":"CurStun", "Denominator":"MaxStun", "CompareType": "Less", "Val1" : "%AS_TargetStunPercent", "Val2" : 0, "Target" : "Target" } ] } ], }, "AbilitySpecials" : { //表格参数 "AS_BreakStun_Ratio" : { "Value" : 0.2 }, "AS_TargetStunPercent" : { "Value" : 0.5 } } }