{
  "AbilityName": "AbyssS2_SwitchBuild_Card_A03",
  "AbilitySpecials": {
    "AS_AddedDamageRatio": {
      "Value": 0.3
    },
    "AS_AddedElementAccumulationRatio": {
      "Value": 0.3
    },
    "AS_AddedStunRatio": {
      "Value": 0.3
    }
  },
  "AbilityStacking": "Unique",
  "DefaultModifier": {
    "OnHitOther": [
      {
        "$type": "BranchOperator",
        "Conditions": [
          {
            "$type": "ByAnimTagList",
            "TagList": [
              "ChainAttack"
            ]
          }
        ],
        "SuccessActions": [
          {
            "$type": "ModifyAttackDataAction",
            "PropertyKey": "Actor_AddedDamageRatio",
            "PropertyValue": "%AS_AddedDamageRatio",
            "Target": "Self"
          },
          {
            "$type": "ModifyAttackDataAction",
            "PropertyKey": "Actor_AddedBreakStunRatio",
            "PropertyValue": "%AS_AddedStunRatio",
            "Target": "Self"
          },
          {
            "$type": "ModifyAttackDataAction",
            "PropertyKey": "Actor_AddedElementAccumulationRatio",
            "PropertyValue": "%AS_AddedElementAccumulationRatio",
            "Target": "Self"
          }
        ]
      }
    ]
  }
}