ground_throw.xml

<abilities>
  <ability>
    <name>Ground Throw</name>
    <key>ground_throw</key>
    <skill>Unarmed</skill>
    <icon>unarmed_16</icon>
    <tagline>"The earth awaits its chance to rage."</tagline>
    <description>
      Throw adjacent enemy to the ground.
      [p]Targets loses 50 dodge, is immobilized, and receives ⮃+25% damage⮃ for 5 turns.
      [n]This ability cannot miss.
    </description>
    <type>Target</type>
    <subType>2_Abilities</subType>
    <abilitySoundPack>ground_throw</abilitySoundPack>
    <cost>25.0</cost>
    <cooldown>20</cooldown>
    <targetInfo>
      <type>TileSelection</type>
      <aoeTargeting>
        <selectionArea>
          <type>square</type>
          <allowTargets>
            <allowCreature>true</allowCreature>
            <allowEmpty>false</allowEmpty>
            <allowPlayer>false</allowPlayer>
          </allowTargets>
          <params>
            <params type="width">1</params>
            <params type="height">1</params>
          </params>
        </selectionArea>
        <targetArea>
          <type>square</type>
          <params>
            <params type="width">0</params>
            <params type="height">0</params>
          </params>
        </targetArea>
      </aoeTargeting>
      <abilityUseTime>
        <type>standard</type>
      </abilityUseTime>
    </targetInfo>
    <unlockInfo>
      <autoDiscover>0</autoDiscover>
      <unlockRequirements>
        <requiredLevel>8</requiredLevel>
        <requiredPoints>2</requiredPoints>
      </unlockRequirements>
    </unlockInfo>
    <requirements>
      <requirements>
        <type>Weapon</type>
        <params>
          <params type="weapon">Unarmed</params>
        </params>
      </requirements>
    </requirements>
    <attacks>
      <attacks>
        <count>0</count>
        <animation>spell_markprey</animation>
        <debuffs>
          <debuffs>
            <turns>5</turns>
            <name>Ground Throw</name>
            <key>ground_throw_1</key>
            <resistedBy>PhysicalWarding</resistedBy>
            <modifiers>
              <modifiers>
                <type>MovementDisabled</type>
                <amount>1.0</amount>
              </modifiers>
              <modifiers>
                <type>MobilityDisabled</type>
                <amount>1.0</amount>
              </modifiers>
              <modifiers>
                <type>Dodge</type>
                <amount>-50.0</amount>
              </modifiers>
              <modifiers>
                <type>DamageReceived</type>
                <amount>0.25</amount>
              </modifiers>
            </modifiers>
          </debuffs>
        </debuffs>
        <specialModifiers>
          <specialModifiers>
            <type>EffectsOnly</type>
            <amount>0</amount>
          </specialModifiers>
        </specialModifiers>
      </attacks>
    </attacks>
  </ability>
</abilities>