{ "AbilityName": "Card_DailyUse_1005002", "AbilitySpecials": { "NewAS_AccumulationRatio_Elite": { "Value": 2 }, "NewAS_AccumulationRatio_Normal": { "Value": 3 }, "NewAS_RecoverSp": { "Value": 20 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnBuffAddToOther": [ { "$type": "RecoverSPAction", "Amount": "%NewAS_RecoverSp", "IgnoreRatio": false, "Percentage": 0, "Predicates": [ { "$type": "ByHandlingBuffGroup", "BuffGroupList": [ "Disorder" ] } ], "Target": "TeamAvatars" } ], "OnHitOther": [ { "$type": "ModifyAttackDataAction", "Predicates": [ { "$type": "ByMonsterStrengthType", "CompareType": "Equal", "StrengthType": "Normal", "Target": "Target" } ], "PropertyKey": "Actor_AddedElementAccumulationRatio", "PropertyValue": "%NewAS_AccumulationRatio_Normal", "Target": "Self" }, { "$type": "ModifyAttackDataAction", "Predicates": [ { "$type": "ByMonsterStrengthType", "CompareType": "Equal", "StrengthType": "Elite", "Target": "Target" } ], "PropertyKey": "Actor_AddedElementAccumulationRatio", "PropertyValue": "%NewAS_AccumulationRatio_Elite", "Target": "Self" } ] } }