{
  "AbilityName": "Bangboo_Boollseye_EffectManager_Bookemon",
  "AbilityStacking": "Unique",
  "DefaultModifier": {
    "ModifierStacking": "Unique",
    "OnHitOther": [
      {
        "$type": "DamageByAttackPropertyAction",
        "AnimEventID": "Bangboo_Boollseye_Attackproperty_Attack01_Bookemon_Landed",
        "Attacker": "Caster",
        "Predicates": [
          {
            "$type": "ByAnimEventIDs",
            "AnimEventIDs": [
              "Bangboo_Boollseye_Attackproperty_Attack01_Bookemon"
            ]
          },
          {
            "$type": "ByIsSelfAttackTarget",
            "IsSelfAttackTarget": true,
            "Target": "Target"
          }
        ],
        "Target": "Target"
      }
    ]
  },
  "Modifiers": {
    "ZoneTagsModifier": {
      "Duration": 0.2,
      "ModifierStacking": "Unique",
      "OnAdded": [
        {
          "$type": "HandleAnimatorZoneTagsAction",
          "AnimatorStateTags": [
            "Boollseye_Shot"
          ],
          "IsAdd": true
        }
      ],
      "OnRemoved": [
        {
          "$type": "HandleAnimatorZoneTagsAction",
          "AnimatorStateTags": [
            "Boollseye_Shot"
          ],
          "IsAdd": false
        }
      ]
    }
  },
  "OnAbilityStart": [
    {
      "$type": "ApplyModifier",
      "ModifierName": "ZoneTagsModifier",
      "Target": "Self"
    }
  ]
}