{
  "AbilityMixins": [
    {
      "$type": "ActionsOnPropertyChangeMixin",
      "PropertyActions": [
        {
          "IsUsePercentage": true,
          "PropertyType": "CurHP",
          "ReferMaxPropertyType": "MaxHP",
          "ValueRangeActions": [
            {
              "HighToValueActions": [
                {
                  "$type": "ApplyModifier",
                  "ModifierName": "DamageTakeDown"
                }
              ],
              "Val": "%HpPercentage"
            },
            {
              "LowToValueActions": [
                {
                  "$type": "RemoveModifier",
                  "ModifierName": "DamageTakeDown"
                }
              ],
              "Val": "%HpPercentage"
            }
          ]
        }
      ]
    }
  ],
  "AbilityName": "AbyssS2_TalentTree_10",
  "AbilitySpecials": {
    "AS_DamageTakeRatio": {
      "Value": 0.1
    },
    "HpPercentage": {
      "Value": 0.3
    }
  },
  "AbilityStacking": "Unique",
  "Modifiers": {
    "DamageTakeDown": {
      "Duration": -1,
      "IgnoreTimeScale": false,
      "ModifierStacking": "Unique",
      "Properties": {
        "Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
      }
    }
  }
}