<abilities>
  <ability>
    <name>Triple Nock</name>
    <key>triple_nock</key>
    <skill>archery</skill>
    <icon>archery_4</icon>
    <tagline>"Thanks for lining up for me fellas"</tagline>
    <description>
      Fire arrows at up to 3 targets with a -15% damage penalty.
      [p]Targets struck by Triple Nock have their movement speed reduced by 40 for ⮃3 turns⮃.
    </description>
    <type>Target</type>
    <subType>2_Abilities</subType>
    <cost>35.0</cost>
    <cooldown>8</cooldown>
    <targetInfo>
      <type>RotationSelection</type>
      <rotationTargeting>
        <allowTargets>
          <allowCreature>true</allowCreature>
          <allowEmpty>true</allowEmpty>
          <allowPlayer>false</allowPlayer>
        </allowTargets>
        <shape>3line</shape>
        <params>
          <params type="stopAtFirstTarget">true</params>
          <params type="length">6</params>
          <params type="calculatedLength">triple_nock_range_calculator</params>
        </params>
      </rotationTargeting>
      <usesAmmo>true</usesAmmo>
      <abilityUseTime>
        <type>weapon</type>
      </abilityUseTime>
    </targetInfo>
    <unlockInfo>
      <autoDiscover>0</autoDiscover>
      <unlockRequirements>
        <requiredLevel>6</requiredLevel>
        <requiredPoints>3</requiredPoints>
      </unlockRequirements>
    </unlockInfo>
    <requirements>
      <requirements>
        <type>Weapon</type>
        <params>
          <params type="weapon">Bow</params>
        </params>
      </requirements>
    </requirements>
    <attacks>
      <attacks>
        <count>0</count>
        <modifiers>
          <modifiers>
            <type>Damage</type>
            <amount>-0.15</amount>
          </modifiers>
        </modifiers>
        <debuffs>
          <debuffs>
            <turns>3</turns>
            <name>Slowed</name>
            <key>slowed_1</key>
            <resistedBy>PhysicalWarding</resistedBy>
            <modifiers>
              <modifiers>
                <type>MoveSpeedBonus</type>
                <amount>-40.0</amount>
              </modifiers>
            </modifiers>
          </debuffs>
        </debuffs>
      </attacks>
    </attacks>
  </ability>
</abilities>
