{ "AbilityName": "Evelyn_Card_A_01", "AbilitySpecials": { "AS_AddedDamageRatio": { "Value": 0 }, "AS_Duration": { "Value": 0 }, "AS_StackCount": { "Value": 0 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnSkillStart": [ { "$type": "ApplyModifier", "ModifierName": "QTEDamageModifier", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "QTE", "Target": "Self" } ], "Target": "Self" } ] }, "Modifiers": { "QTEDamageModifier": { "Duration": "%AS_Duration", "MaxStackingNumber": "%AS_StackCount", "ModifierStacking": "MultipleAllRefresh", "OnHitOther": [ { "$type": "ModifyAttackDataAction", "Predicates": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByAnimTagList", "TagList": [ "AttackQTE", "NormalQTE" ] } ] } ], "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AS_AddedDamageRatio", "Target": "Self" } ] } } }