<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../gen_ii_pokedex_1.xslt"?>


<!-- This is a comment in the file -->
<pokedex>
  <general>
  	<number>089</number>
    <imageRB>rbspr089.gif</imageRB>
    <imageY>gby089.gif</imageY>
    <imageGN>poke89g.png</imageGN>
    <imageGS>poke89gs.png</imageGS>
    <imageSN>poke89s.png</imageSN>
    <imageSS>poke89ss.png</imageSS>
    <imageCN>poke89c.gif</imageCN>
    <imageCS>poke89cs.gif</imageCS>
    <englishName>Muk</englishName>
	  <japaneseName>ベトベトン (Betobeton)</japaneseName>
	  <species>Sludge Pokémon</species>
	  <elementalTypes>Poison</elementalTypes>
	  <height>3′11″</height>
    <weight>66.1 lbs.</weight>
    <genderRatio>50% ♀/50% ♂</genderRatio>
    <pronunciation>MUCK</pronunciation>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
          Thickly covered with a filthy, vile sludge. It is so toxic, even its footprints contain poison.
        </entry>
      </rb_version>
      <y_version>
        <entry>
          Smells so awful, it can cause fainting. Through degeneration, it lost its sense of smell.
        </entry>
      </y_version>
      <g_version>
        <entry>
          They love to gather in smelly areas where sludge accumulates, making the stench around them worse.
        </entry>
      </g_version>
      <s_version>
        <entry>
          Its body is made of a powerful poison. Touching it accidentally will cause a fever that requires bed rest.
        </entry>
      </s_version>
      <c_version>
        <entry>
          As it moves, a very strong poison leaks from it, making the ground there barren for three years.
        </entry>
      </c_version>
    </pokedexEntries>
  </general>
  <vitalStatisticsRBY>
    <hp>80</hp>
    <attack>80</attack>
    <defense>50</defense>
    <speed>25</speed>
    <special>40</special>
    <total>275</total>
  </vitalStatisticsRBY>
  <vitalStatisticsGSC>
    <hp>105</hp>
    <attack>105</attack>
    <defense>75</defense>
    <speed>50</speed>
    <specialAttack>65</specialAttack>
    <specialDefense>100</specialDefense>
    <total>500</total>
  </vitalStatisticsGSC>
  <evolutionFamily>
    <!-- Make as many copies of the <form> section as necessary -->
    <form>
      <image>poke88g.png</image>
      <name>Grimer</name>
      <type>Muk (Level 38)</type>
    </form>
    <form>
      <image>poke89g.png</image>
      <name>Muk</name>
      <type>None</type>
    </form>
  </evolutionFamily>
  <typeEffectivenessRBY>
    <weak>Ground (2x), Bug (2x), and Psychic (2x)</weak>
	<normal>Normal (1x), Flying (1x), Rock (1x), Ghost (1x), Fire (1x), Water (1x), Electric (1x), Ice (1x), and Dragon (1x)</normal>
	<resistant>Fighting (½x), Poison (½x), and Grass (½x)</resistant>
	<immune>None</immune>
  </typeEffectivenessRBY>
  <typeEffectivenessGSC>
    <weak>Ground (2x), and Psychic (2x)</weak>
	<normal>Normal (1x), Flying (1x), Rock (1x), Ghost (1x), Steel (1x), Fire (1x), Water (1x), Electric (1x), Ice (1x), Dragon (1x), and Dark (1x)</normal>
	<resistant>Fighting (½x), Poison (½x), Bug (½x), and Grass (½x)</resistant>
	<immune>None</immune>
  </typeEffectivenessGSC>
  <location>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <r_version>
        <rarity>Rare</rarity>
        <area>
          Pokémon Mansion
        </area>
      </r_version>
      <b_version>
        <rarity>Rare</rarity>
        <area>
          Pokémon Mansion
        </area>
      </b_version>
      <y_version>
        <rarity>Rare</rarity>
        <area>
          Pokémon Mansion, Power Plant, trade a Kangaskhan on Cinnabar Island
        </area>
      </y_version>
      <g_version>
        <rarity>Rare</rarity>
        <area>
          Celadon City, Routes 16, 17, and 18
        </area>
      </g_version>
      <s_version>
        <rarity>Rare</rarity>
        <area>
          Celadon City, Routes 16, 17, and 18
        </area>
      </s_version>
      <c_version>
        <rarity>Rare</rarity>
        <area>
          Celadon City, Routes 16, 17, and 18
        </area>
      </c_version>
    </games>
  </location>
  <heldItems>
    <rby_version>
      Gold Leaf (100%) (Trade from Pokémon Red, Blue, and Yellow Versions)
    </rby_version>
    <gsc_version>
      Nugget (8%)
    </gsc_version>
  </heldItems>
  <eggGroups>
    <group>
      <groupName>Amorphous</groupName>
      <breedingCompatibility>Grimer, Muk, Gastly, Haunter, Gengar, Koffing, Weezing, Misdreavus, Wobbuffet, Slugma, and Magcargo</breedingCompatibility>
    </group>
  </eggGroups>
  <levelUpMovesRBY>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Pound</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
        The foe is physically pounded with a long tail or a foreleg, etc.
      </description>
    </move>
    <move>
      <name>Disable</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>80%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        For several turns, this move prevents the foe from using the move it last used.
      </description>
    </move>
    <move>
      <name>Poison Gas</name>
      <levelRB>Start/30</levelRB>
      <levelY>Start/30</levelY>
      <elementalType>Poison Gas</elementalType>
      <power>-</power>
      <accuracy>55%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        A cloud of poison gas is sprayed in the foe's face. It may poison the target.
      </description>
    </move>
    <move>
      <name>Minimize</name>
      <levelRB>33</levelRB>
      <levelY>33</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The user compresses its body to make itself look smaller. The user's evasion stat is boosted.
      </description>
    </move>
    <move>
      <name>Sludge</name>
      <levelRB>37</levelRB>
      <levelY>37</levelY>
      <elementalType>Poison</elementalType>
      <power>65</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        Unsanitary sludge is hurled at the foe. It may also poison the target.
      </description>
    </move>
    <move>
      <name>Harden</name>
      <levelRB>45</levelRB>
      <levelY>45</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30</powerPoints>
      <description>
        The user stiffens all the muscles in its body to raise its Defense stat.
      </description>
    </move>
    <move>
      <name>Screech</name>
      <levelRB>53</levelRB>
      <levelY>53</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>85%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        An earsplitting screech is emitted to sharply reduce the foe's Defense stat.
      </description>
    </move>
    <move>
      <name>Acid Armor</name>
      <levelRB>60</levelRB>
      <levelY>60</levelY>
      <elementalType>Poison</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        The user alters its cellular structure to liquefy itself, sharply raising its Defense stat.
      </description>
    </move>
  </levelUpMovesRBY>
  <levelUpMovesGSC>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Poison Gas</name>
      <levelGS>Start</levelGS>
      <levelCrystal>Start</levelCrystal>
      <category>Phyiscal</category>
      <elementalType>Poison</elementalType>
      <power>-</power>
      <accuracy>55%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        A cloud of poison gas is sprayed in the foe's face. It may poison the target.
      </description>
    </move>
    <move>
      <name>Pound</name>
      <levelGS>Start</levelGS>
      <levelCrystal>Start</levelCrystal>
      <elementalType>Normal</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
        The foe is physically pounded with a long tail or a foreleg, etc.
      </description>
    </move>
    <move>
      <name>Harden</name>
      <levelGS>Start/5</levelGS>
      <levelCrystal>Start/5</levelCrystal>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The user stiffens all the muscles in its body to raise its Defense stat.
      </description>
    </move>
    <move>
      <name>Disable</name>
      <levelGS>10</levelGS>
      <levelCrystal>10</levelCrystal>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>80%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        For several turns, this move prevents the foe from using the move it last used.
      </description>
    </move>
    <move>
      <name>Sludge</name>
      <levelGS>16</levelGS>
      <levelCrystal>16</levelCrystal>
      <elementalType>Poison</elementalType>
      <power>65</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        Unsanitary sludge is hurled at the foe. It may also poison the target.
      </description>
    </move>
    <move>
      <name>Minimize</name>
      <levelGS>23</levelGS>
      <levelCrystal>23</levelCrystal>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The user compresses its body to make itself look smaller. The user's evasion stat is boosted.
      </description>
    </move>
    <move>
      <name>Screech</name>
      <levelGS>31</levelGS>
      <levelCrystal>31</levelCrystal>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>85%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        An earsplitting screech is emitted to sharply reduce the foe's Defense stat.
      </description>
    </move>
    <move>
      <name>Acid Armor</name>
      <levelGS>45</levelGS>
      <levelCrystal>45</levelCrystal>
      <elementalType>Poison</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        The user alters its cellular structure to liquify itself, sharply raising its Defense stat.
      </description>
    </move>
    <move>
      <name>Sludge Bomb</name>
      <levelGS>60</levelGS>
      <levelCrystal>60</levelCrystal>
      <elementalType>Poison</elementalType>
      <power>90</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user attacks by hurling filthy sludge at the foe. It may also poison the target.
      </description>
    </move>
  </levelUpMovesGSC>
  <technicalMovesRBY>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Toxic</name>
      <noRB>TM06</noRB>
      <noY>TM06</noY>
      <elementalType>Poison</elementalType>
      <power>-</power>
      <accuracy>85%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A move that leaves the target badly poisoned. Its poison damage worsens every turn.
      </description>
    </move>
    <move>
      <name>Body Slam</name>
      <noRB>TM08</noRB>
      <noY>TM08</noY>
      <elementalType>Normal</elementalType>
      <power>85</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The user drops onto the foe with its full body weight. It may leave the foe paralyzed.
      </description>
    </move>
    <move>
      <name>Hyper Beam</name>
      <noRB>TM15</noRB>
      <noY>TM15</noY>
      <elementalType>Normal</elementalType>
      <power>150</power>
      <accuracy>90%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The foe is attacked with a powerful beam. The user must rest on the next turn to regain its energy.
      </description>
    </move>
    <move>
      <name>Rage</name>
      <noRB>TM20</noRB>
      <noY>TM20</noY>
      <elementalType>Normal</elementalType>
      <power>20</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        While this move is in use, it gains attack power each time the user is hit in battle.
      </description>
    </move>
    <move>
      <name>Mega Drain</name>
      <noRB>TM21</noRB>
      <noY>TM21</noY>
      <elementalType>Grass</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        A nutrient-draining attack. The user's HP is restored by half the damage taken by the target.
      </description>
    </move>
    <move>
      <name>Thunderbolt</name>
      <noRB>TM24</noRB>
      <noY>TM24</noY>
      <elementalType>Electric</elementalType>
      <power>95</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        A strong electric blast is loosed at the foe. It may also leave the foe paralyzed.
      </description>
    </move>
    <move>
      <name>Thunder</name>
      <noRB>TM25</noRB>
      <noY>TM25</noY>
      <elementalType>Electric</elementalType>
      <power>120</power>
      <accuracy>70%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A wicked thunderbolt is dropped on the foe to inflict damage. It may also leave the target paralyzed.
      </description>
    </move>
    <move>
      <name>Mimic</name>
      <noRB>TM31</noRB>
      <noY>TM31</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user copies the move last used by the foe. The move can be used for the rest of the battle.
      </description>
    </move>
    <move>
      <name>Double Team</name>
      <noRB>TM32</noRB>
      <noY>TM32</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        By moving rapidly, the user makes illusory copies of itself to raise its evasiveness.
      </description>
    </move>
    <move>
      <name>Bide</name>
      <noRB>TM34</noRB>
      <noY>TM34</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user endures attacks for two turns, then strikes back to cause double the damage taken.
      </description>
    </move>
    <move>
      <name>Self Destruct</name>
      <noRB>TM36</noRB>
      <noY>TM36</noY>
      <elementalType>Normal</elementalType>
      <power>200</power>
      <accuracy>100%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user blows up to inflict damage on all Pokémon in battle. The user faints upon using this move.
      </description>
    </move>
    <move>
      <name>Fire Blast</name>
      <noRB>TM38</noRB>
      <noY>TM38</noY>
      <elementalType>Fire</elementalType>
      <power>120</power>
      <accuracy>85%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The foe is attacked with an intense blast of all-consuming fire. It may also leave the target with a burn.
      </description>
    </move>
    <move>
      <name>Rest</name>
      <noRB>TM44</noRB>
      <noY>TM44</noY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user goes to sleep for two turns. It fully restores the user's HP, and heals any status problem.
      </description>
    </move>
    <move>
      <name>Explosion</name>
      <noRB>TM47</noRB>
      <noY>TM47</noY>
      <elementalType>Normal</elementalType>
      <power>250</power>
      <accuracy>100%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user explodes to inflict damage on all Pokémon in battle. The user faints upon using this move.
      </description>
    </move>
    <move>
      <name>Substitute</name>
      <noRB>TM50</noRB>
      <noY>TM50</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user makes a copy of itself using some of its HP. The copy serves as the user's decoy.
      </description>
    </move>
  </technicalMovesRBY>
  <technicalMovesGSC>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Dynamic Punch</name>
      <no>TM01</no>
      <elementalType>Fighting</elementalType>
      <power>100</power>
      <accuracy>50%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The foe is punched with the user's full, concentrated power. It confuses the foe if it hits.
      </description>
    </move>
    <move>
      <name>Curse</name>
      <no>TM03</no>
      <elementalType>???</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A move that works differently for the Ghost type than for all the other types.
      </description>
    </move>
    <move>
      <name>Toxic</name>
      <no>TM06</no>
      <elementalType>Poison</elementalType>
      <power>-</power>
      <accuracy>85%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A move that leaves the target badly poisoned. Its poison damage worsens every turn.
      </description>
    </move>
    <move>
      <name>Zap Cannon</name>
      <no>TM07</no>
      <elementalType>Electric</elementalType>
      <power>120</power>
      <accuracy>50%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user fires an electric blast like a cannon to inflict damage, and cause paralysis.
      </description>
    </move>
    <move>
      <name>Hidden Powder</name>
      <no>TM10</no>
      <elementalType>Normal</elementalType>
      <power>Varies</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        A unique attack that varies in type, and intensity depending on the Pokémon using it.
      </description>
    </move>
    <move>
      <name>Sunny Day</name>
      <no>TM11</no>
      <elementalType>Fire</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user intensifies the sun for five turns, powering up Fire-type moves.
      </description>
    </move>
    <move>
      <name>Snore</name>
      <no>TM13</no>
      <elementalType>Normal</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        An attack that can be used only if the user is asleep. The harsh noise may also make the foe flinch.
      </description>
    </move>
    <move>
      <name>Hyper Beam</name>
      <no>TM15</no>
      <elementalType>Normal</elementalType>
      <power>150</power>
      <accuracy>90%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The foe is attacked with a powerful beam. The user must rest on the next turn to regain its energy.
      </description>
    </move>
    <move>
      <name>Protect</name>
      <no>TM17</no>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        It enables the user to evade all attacks. Its chance of failing rises if it is used in succession.
      </description>
    </move>
    <move>
      <name>Giga Drain</name>
      <no>TM19</no>
      <elementalType>Grass</elementalType>
      <power>60</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A nutrient-draining attack. The user's HP is restored by half the damage taken by the target.
      </description>
    </move>
    <move>
      <name>Endure</name>
      <no>TM20</no>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user endures any attack, leaving 1 HP. Its chance of failing rises if it is used in succession.
      </description>
    </move>
    <move>
      <name>Frustration</name>
      <no>TM21</no>
      <elementalType>Normal</elementalType>
      <power>Varies</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        A full-power attack that grows more powerful the less the user likes its Trainer.
      </description>
    </move>
    <move>
      <name>Thunder</name>
      <no>TM25</no>
      <elementalType>Dark</elementalType>
      <power>120</power>
      <accuracy>70%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A wicked thunderbolt is dropped on the foe to inflict damage. It may also leave the target paralyzed.
      </description>
    </move>
    <move>
      <name>Return</name>
      <no>TM27</no>
      <elementalType>Normal</elementalType>
      <power>Varies</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        A full-power attack that grows more powerful the more the user likes its Trainer.
      </description>
    </move>
    <move>
      <name>Mud-Slap</name>
      <no>TM31</no>
      <elementalType>Ground</elementalType>
      <power>20</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user hurls mud in the foe's face to inflict damage, and lower its accuracy.
      </description>
    </move>
    <move>
      <name>Double Team</name>
      <no>TM32</no>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        By moving rapidly, the user makes illusory copies of itself to raise its evasiveness.
      </description>
    </move>
    <move>
      <name>Ice Punch</name>
      <no>TM33</no>
      <elementalType>Ice</elementalType>
      <power>75</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The foe is punched with an icy fist. It may leave the target frozen.
      </description>
    </move>
    <move>
      <name>Swagger</name>
      <no>TM34</no>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>90%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The user enrages the foe into confusion. However, it also sharply raises the foe's Attack stat.
      </description>
    </move>
    <move>
      <name>Sleep Talk</name>
      <no>TM35</no>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        While it is asleep, the user randomly uses one of the moves it knows.
      </description>
    </move>
    <move>
      <name>Sludge Bomb</name>
      <no>TM36</no>
      <elementalType>Poison</elementalType>
      <power>90</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user attacks by hurling filthy sludge at the foe. It may also poison the target.
      </description>
    </move>
    <move>
      <name>Fire Blast</name>
      <no>TM38</no>
      <elementalType>Fire</elementalType>
      <power>120</power>
      <accuracy>85%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The foe is attacked with an intense blast of all-consuming fire. It may also leave the target with a burn.
      </description>
    </move>
    <move>
      <name>Thunderpunch</name>
      <no>TM41</no>
      <elementalType>Electric</elementalType>
      <power>75</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The foe is punched with an electrified fist. It may leave the target with paralysis.
      </description>
    </move>
    <move>
      <name>Rest</name>
      <no>TM44</no>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user goes to sleep for two turns. It fully restores the user's HP, and heals any status problem.
      </description>
    </move>
    <move>
      <name>Attract</name>
      <no>TM45</no>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        If it is the opposite gender of the user, the foe becomes infatuated, and less likely to attack.
      </description>
    </move>
    <move>
      <name>Thief</name>
      <no>TM46</no>
      <elementalType>Dark</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user attacks, and steals the foe's held item simultaneously. It can't steal if the user holds an item.
      </description>
    </move>
    <move>
      <name>Fire Punch</name>
      <no>TM48</no>
      <elementalType>Fire</elementalType>
      <power>75</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The foe is punched with a fiery fist. It may leave the target with a burn.
      </description>
    </move>
  </technicalMovesGSC>
  <eggMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Haze</name>
      <availableGS>Yes</availableGS>
      <availableCrystal>Yes</availableCrystal>
      <father>Koffing, and Weezing</father>
      <elementalType>Ice</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The user creates a haze that eliminates every stat change among all the Pokémon engaged in battle.
      </description>
    </move>
    <move>
      <name>Lick</name>
      <availableGS>Yes</availableGS>
      <availableCrystal>Yes</availableCrystal>
      <father>Gastly, Haunter, and Gengar</father>
      <elementalType>Ghost</elementalType>
      <power>20</power>
      <accuracy>100%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The foe is licked with a long tongue, causing damage. It may also paralyze the target.
      </description>
    </move>
    <move>
      <name>Mean Look</name>
      <availableGS>Yes</availableGS>
      <availableCrystal>Yes</availableCrystal>
      <father>Gastly, Haunter, Gengar, and Misdreavus</father>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user affixes the foe with a dark, arresting look. The target becomes unable to flee.
      </description>
    </move>
  </eggMoves>
  <tutorMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Flamethrower</name>
      <elementalType>Fire</elementalType>
      <power>95</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The foe is scorched with an intense blast of fire. The target may also be left with a burn.
      </description>
    </move>
    <move>
      <name>Thunderbolt</name>
      <elementalType>Electric</elementalType>
      <power>95</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        A strong electric blast is loosed at the foe. It may also leave the foe paralyzed.
      </description>
    </move>
  </tutorMoves>
  <!-- Biology -->
  <biology>
    <physiology>
      Muk basically look very similar to its previous form, Grimer. The main differences are that Muk is larger than Grimer, and has a wider mouth, and smaller eyes. It is also usually shown with its left arm being much larger then the right one, along with a strand connecting its upper, and lower lip when its mouth is open. The sludge it is made of is apparently less dense than water as it has been shown to float on it in the anime.
    </physiology>
    <abilities>
      The toxicity of Muk's form has reached the point where a single drop of it can make an entire lake stagnant, and rancid. Its footprints are toxic enough for a person to contract influenza if they are touched. Their infamous stench increases in the summertime, due to the toxic substances in its body intensifying. Their ability to exist in the environment without it becoming completely hazardous to other lifeforms may be attributed to their ability to actively control their toxins, as they would likely never want to deliberately pollute a river or spread any harmful diseases.
As a fully evolved Pokémon, Muk is capable of using the moves Hyper Beam.
    </abilities>
    <behavior>
      (None)
    </behavior>
    <habitat>
      This Pokémon likes warm, and moist places. Groups of them accumulate in dirty places, such as garbage dumps or sewers. They sometimes also reside in dirty back alleys of towns. Despite their penchant for thriving in dirty, contaminated places, they do seem to have a limit as to how much pollution they can tolerate, as no Muk lived in the Lake Lucid of fifty years ago until some work was made on purifying it.
    </habitat>
    <diet>
      Muk will eat anything that is already contaminated.
    </diet>
  </biology>
  <franchising>
    <design>
      It appears to be a pile of living sludge. It may be based off of Hedorah, a Godzilla monster who is made out of sludge. Due to his ability to make unlimited amounts of deadly sludge, and air pollution, it quickly became a threat to the entire world.
    </design>
    <origin>
      Muk's name seems to be a corruption of "muck."
    </origin>
  </franchising>
</pokedex>
