ground_throw_3.xml

<abilities>
  <ability>
    <clone>ground_throw</clone>
    <key>ground_throw_3</key>
    <description>
      Throw adjacent enemy to the ground.
      [p]Targets loses 50 dodge, is immobilized, and receives ⮃+45% damage⮃ for 5 turns.
      [n]This ability cannot miss.
    </description>
    <type>Target</type>
    <subType>2_Abilities</subType>
    <cooldown>16</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>
        <requiredPoints>1</requiredPoints>
      </unlockRequirements>
      <replaces>ground_throw_2</replaces>
    </unlockInfo>
    <attacks>
      <attacks>
        <count>0</count>
        <animation>spell_markprey</animation>
        <debuffs>
          <debuffs>
            <turns>5</turns>
            <name>Ground Throw</name>
            <key>ground_throw_3</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.45</amount>
              </modifiers>
            </modifiers>
          </debuffs>
        </debuffs>
        <specialModifiers>
          <specialModifiers>
            <type>EffectsOnly</type>
            <amount>0</amount>
          </specialModifiers>
        </specialModifiers>
      </attacks>
    </attacks>
  </ability>
</abilities>