<?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>050</number>
    <imageRB>rbspr050.gif</imageRB>
    <imageY>gby050.gif</imageY>
	  <englishName>Diglett</englishName>
	  <japaneseName>ディグダ (Diguda)</japaneseName>
	  <species>Mole Pokémon</species>
	  <elementalTypes>Ground</elementalTypes>
	  <pronunciation>DIG-lit</pronunciation>
	  <height>0'08"</height>
	  <weight>1 lb.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
          Lives about one yard underground where it feeds on plant roots. It sometimes appears aboveground.
        </entry>
      </rb_version>
      <y_version>
        <entry>
          It prefers dark places. It spends most of its time underground, though it may pop up in caves.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby050.gif</image>
        <name>Diglett</name>
        <type>Dugtrio (Level 26)</type>
		  </form>
	    <form>
        <image>gby051.gif</image>
        <name>Dugtrio</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>10</hp>
    <attack>55</attack>
    <defense>25</defense>
    <speed>95</speed>
    <special>45</special>
    <total>230</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Water (2x), Grass (2x), and Ice (2x)</weak>
	<normal>Normal (1x), Fighting (1x), Flying (1x), Ground (1x), Bug (1x), Ghost (1x), Fire (1x), Psychic (1x), and Dragon (1x)</normal>
	<resistant>Poison (½x), and Rock (½x)</resistant>
	<immune>Electric (0x)</immune>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>Many</rarity>
        <area>
          Diglett's Cave
        </area>
      </red>
      <blue>
        <rarity>Many</rarity>
        <area>
          Diglett's Cave
        </area>
      </blue>
      <yellow>
        <rarity>Many</rarity>
        <area>
          Diglett's Cave
        </area>
      </yellow>
    </games>
  </locations>
  <levelUpMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Scratch</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
        Hard, pointed, and sharp claws rake the foe to inflict damage.
      </description>
    </move>
    <move>
      <name>Growl</name>
      <levelRB>15</levelRB>
      <levelY>15</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        The user growls in an endearing way, making the foe less wary. The target's Attack stat is lowered.
      </description>
    </move>
    <move>
      <name>Dig</name>
      <levelRB>19</levelRB>
      <levelY>19</levelY>
      <elementalType>Ground</elementalType>
      <power>80</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user burrows, then attacks on the second turn. It can also be used to exit dungeons.
      </description>
    </move>
    <move>
      <name>Sand Attack</name>
      <levelRB>24</levelRB>
      <levelY>24</levelY>
      <elementalType>Ground</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        Sand is hurled in the foe's face, reducing its accuracy.
      </description>
    </move>
    <move>
      <name>Slash</name>
      <levelRB>31</levelRB>
      <levelY>31</levelY>
      <elementalType>Nomrmal</elementalType>
      <power>70</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The foe is attacked with a slash of claws, etc. It has a high critical-hit ratio.
      </description>
    </move>
    <move>
      <name>Earthquake</name>
      <levelRB>40</levelRB>
      <levelY>40</levelY>
      <elementalType>Ground</elementalType>
      <power>100</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user sets off an earthquake that hits all the Pokémon in the battle.
      </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>Take Down</name>
      <noRB>TM09</noRB>
      <noY>TM09</noY>
      <elementalType>Normal</elementalType>
      <power>90</power>
      <accuracy>85%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        A reckless, full-body charge attack for slamming into the foe. It also damages the user a little.
      </description>
    </move>
    <move>
      <name>Double-Edge</name>
      <noRB>TM10</noRB>
      <noY>TM10</noY>
      <elementalType>Normal</elementalType>
      <power>120</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        A reckless, life-risking tackle. It also damages the user by a fairly large amount, however.
      </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>Earthquake</name>
      <noRB>TM26</noRB>
      <noY>TM26</noY>
      <elementalType>Ground</elementalType>
      <power>100</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user sets off an earthquake that hits all the Pokémon in the battle.
      </description>
    </move>
    <move>
      <name>Fissure</name>
      <noRB>TM27</noRB>
      <noY>TM27</noY>
      <elementalType>Ground</elementalType>
      <power>Varies</power>
      <accuracy>30%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user opens up a fissure in the ground, and drops the foe in. The target instantly faints if it hits.
      </description>
    </move>
    <move>
      <name>Dig</name>
      <noRB>TM28</noRB>
      <noY>TM28</noY>
      <elementalType>Ground</elementalType>
      <power>80</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user burrows, then attacks on the second turn. It can also be used to exit dungeons.
      </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>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>Rock Slide</name>
      <noRB>TM48</noRB>
      <noY>TM48</noY>
      <elementalType>Rock</elementalType>
      <power>75</power>
      <accuracy>90%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        Large boulders are hurled at the foe to inflict damage. It may also make the target flinch.
      </description>
    </move>
    <move>
      <name>Cut</name>
      <noRB>(Not Used)</noRB>
      <noY>HM01</noY>
      <elementalType>Normal</elementalType>
      <power>50</power>
      <accuracy>95%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The foe is cut with a scythe or a claw. It can also be used to cut down thin trees.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	This tiny brown Pokémon's most famous feature is that it seems to be perpetually buried within the earth, usually having only its head visible. Another one of its most distinguishing characteristics is its big red nose.
What Diglett looks like underground is a mystery, a fact that has sparked many fan interpretations over the years.
	</physiology>
	<abilities>
	They dig underground quickly, and can cause small tremors.
	</abilities>
	<behavior>
	(Unconfirmed!)
	</behavior>
	<habitat>
	Diglett live in tunnels, and caves under the earth. They also sometimes live in burrows near forests where they maintain the soil. Diglett are frequently kept on farms to till the land.
	</habitat>
	<diet>
	Diglett may also eat dirt, as some ground-dwelling creatures do.
	</diet>
  </biology>
  <franchising>
    <design>
	Diglett appears to be very similar to the artificial moles used in Whac-A-Mole arcade games, as referenced by its full health phrase. There is also some similarity to worms.
	</design>
	<origin>
	Diglett's name seems to combine "dig", and "piglet."
	</origin>
  </franchising>
</pokedex>
