<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="/D20Rules.xslt"?>
<D20Rules game-system="D&amp;D4E">
  <UpdateInfo>
    <Version>1.11</Version>
    <Filename>99-remove-grab.part</Filename>
    <PartAddress>https://cbloader.org/Homebrew/99-remove-grab.part</PartAddress>
    <VersionAddress>https://cbloader.org/Homebrew/99-remove-grab.txt</VersionAddress>
  <V2Address>https://cbloader.org/versions2.txt</V2Address>
  <Description>Removes the default 'Grab', 'Bull Rush', and 'Opportunity Attack' pseudo-power entries&lt;br /&gt;
    Intended for use with tools that add their own versions of these, such as iPlay4e.</Description>
</UpdateInfo>

<!-- Disable Grab, Bull Rush and Opportunity Attacks -->
<!-- 99-remove-grab.part, version 1.1 -->
<!-- Original release: 31-July-2011; Last modified: 3-November-2020 -->
<!-- Test compiled with CBLoader build V1.4.5.1 -->

<!-- Updated 31-July-2011 File released -->
<!-- Updated 3-November-2020 Fixed RemoveNodes error -->

<AppendNodes name="Level1Rules" type="Level1Rules" internal-id="ID_INTERNAL_LEVEL1RULES_LEVEL1RULES" source="Core">
    <rules>
      <drop name="ID_INTERNAL_POWER_BULL_RUSH_ATTACK" type="Power"/>
      <drop name="ID_INTERNAL_POWER_GRAB_ATTACK" type="Power"/>
      <drop name="ID_INTERNAL_POWER_OPPORTUNITY_ATTACK" type="Power"/>
    </rules>
</AppendNodes>

</D20Rules>
