{
  "AbilityName": "AbyssS2_GlobalBuff_11",
  "AbilitySpecials": {
    "AS_AddedBreakStunRatio_NormalAtk": {
      "Value": 0.25
    },
    "AS_AddedDamageRatio_IsQTE": {
      "Value": 0.5
    }
  },
  "AbilityStacking": "Unique",
  "DefaultModifier": {
    "ModifierStacking": "Unique",
    "OnHitOther": [
      {
        "$type": "ModifyAttackDataAction",
        "Predicates": [
          {
            "$type": "ByAnimTagList",
            "TagList": [
              "AttackNormal",
              "Normal"
            ]
          }
        ],
        "PropertyKey": "Actor_AddedBreakStunRatio",
        "PropertyValue": "%AS_AddedBreakStunRatio_NormalAtk",
        "Target": "Self"
      },
      {
        "$type": "ModifyAttackDataAction",
        "Predicates": [
          {
            "$type": "ByAnimTagList",
            "TagList": [
              "AttackQTE",
              "NormalQTE"
            ]
          }
        ],
        "PropertyKey": "Actor_AddedDamageRatio",
        "PropertyValue": "%AS_AddedDamageRatio_IsQTE",
        "Target": "Self"
      }
    ]
  }
}