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

<!-- This is a comment in the file -->
<pokedex>
  <general>
    <number>089</number>
    <imageRB>rbspr089.gif</imageRB>
    <imageY>gby089.gif</imageY>
	  <englishName>Muk</englishName>
	  <japaneseName>ベトベトン (Betobeton)</japaneseName>
	  <species>Sludge Pokémon</species>
	  <elementalTypes>Poison</elementalTypes>
	  <pronunciation>MUCK</pronunciation>
	  <height>3'11"</height>
	  <weight>66 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
          Appears in filthy areas. Thrives by sucking up polluted sludge that is pumped out of factories.
        </entry>
      </rb_version>
      <y_version>
        <entry>
          Made of hardened sludge. It smells too putrid to touch. Even weeds won't grow in its path.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby088.gif</image>
        <name>Grimer</name>
        <type>Muk (Level  38)</type>
		  </form>
	    <form>
        <image>gby089.gif</image>
        <name>Muk</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>80</hp>
    <attack>80</attack>
    <defense>50</defense>
    <speed>25</speed>
    <special>40</special>
    <total>275</total>
  </vitalStatistics>
  <effectiveness>
  	<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>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>Common</rarity>
        <area>
          Pokémon Mansion
        </area>
      </red>
      <blue>
        <rarity>Common</rarity>
        <area>
          Pokémon Mansion
        </area>
      </blue>
      <yellow>
        <rarity>Common</rarity>
        <area>
          Pokémon Mansion, and Power Plant
        </area>
      </yellow>
    </games>
  </locations>
  <levelUpMoves>
    <!-- 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>
  </levelUpMoves>
  <technicalMoves>
    <!-- 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>
  </technicalMoves>
  <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.
	</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 get flu. 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>
	(Unconfirmed!)
	</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.
	</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>
