{
  "AbilityName": "GamePlay_ListenMinionDie",
  "AbilityStacking": "Unique",
  "DefaultModifier": {
    "ModifierStacking": "Unique",
    "OnAdded": [
      {
        "$type": "ApplyModifier",
        "ModifierName": "MonsterCountModifier",
        "Target": "Self"
      }
    ]
  },
  "Modifiers": {
    "MonsterCountModifier": {
      "Duration": -1,
      "ModifierMixins": [
        {
          "$type": "MonsterCountMonitorMixin",
          "DoInitialCheck": false,
          "OnlyCheckStrengthType": true,
          "StrengthTypeList": [
            "Normal"
          ],
          "ValueRangeActions": [
            {
              "HighToValueActions": [
                {
                  "$type": "LDListenEntityAction",
                  "TargetKey": "MinionDie"
                }
              ],
              "Val": 0
            }
          ]
        }
      ],
      "ModifierStacking": "Unique"
    }
  }
}