<?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>011</number>
    <imageRB>rbspr011.gif</imageRB>
    <imageY>gby011.gif</imageY>
	  <englishName>Metapod</englishName>
	  <japaneseName>トランセル Toranseru</japaneseName>
	  <species>Cocoon Pokémon</species>
	  <elementalTypes>Bug</elementalTypes>
	  <pronunciation>MET-uh-pod</pronunciation>
	  <height>2'04"</height>
	  <weight>21 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
        This Pokémon is vulnerable to attack while its shell is soft, exposing its weak, and tender body.
        </entry>
      </rb_version>
      <y_version>
        <entry>
        It hardens its shell to protect itself. However, a large impact may cause it to pop out of its shell.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby010.gif</image>
        <name>Caterpie</name>
        <type>Metapod (Level 7)</type>
		</form>
	    <form>
        <image>gby011.gif</image>
        <name>Metapod</name>
        <type>Butterfree (Level 10)</type>
      </form>
	    <form>
        <image>gby012.gif</image>
        <name>Butterfree</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>50</hp>
    <attack>20</attack>
    <defense>55</defense>
    <speed>30</speed>
    <special>25</special>
    <total>180</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Poison (2x), Flying (2x), Rock (2x), and Bug (2x)</weak>
	<normal>Normal (1x), Bug (1x), Ghost (1x), Water (1x), Electric (1x), Psychic (1x), Ice (1x), and Dragon (1x)</normal>
	<resistant>Fighting (½x), Ground (½x), and Grass (½x)</resistant>
	<immune>None</immune>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>Uncommon</rarity>
        <area>
        Viridian Forest, Route 25
        </area>
      </red>
      <blue>
        <rarity>Common</rarity>
        <area>
        Viridian Forest, 24, and 25
        </area>
      </blue>
      <yellow>
        <rarity>Common</rarity>
        <area>
        Viridian Forest
        </area>
      </yellow>
    </games>
  </locations>
  <levelUpMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Harden</name>
      <levelRB>Start</levelRB>
      <levelY>7</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>
  </levelUpMoves>
  <technicalMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name></name>
      <noRB></noRB>
      <noY></noY>
      <elementalType></elementalType>
      <power></power>
      <accuracy></accuracy>
      <powerPoints></powerPoints>
      <description>
      Metapod cannot learn any Techicnal nor Hidden Machine moves until it evolved into a Butterfree.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	While Metapod is classified as a cocoon Pokémon, it bears more resemblance to a chrysalis. Its soft body is protected by a hard outer shell while it undergoes metamorphosis. While this shell is said to be as hard as steel, a large sudden impact could cause its vulnerable body to pop out, leaving it completely exposed. It shares many physiological, and behavioral characteristics with Kakuna, suggesting that they may have a distant relationship.
	</physiology>
	<abilities>
	Metapod posses a very limited range of movement. However, by hardening their outer shell, they can protect themselves from most kinds of enemies.
	</abilities>
	<behavior>
	In order to conserve as much energy as possible, Metapod generally remain motionless. They can be very difficult to spot in the wild, because their green coloration helps them blend in with the tree-top canopies. If it is discovered by an enemy it is unable to do anything other than harden its outer shell. While this is enough to deter most predators it does not offer complete protection, as the Metapod's insides still remain soft, and vulnerable. Its second line of defense is to drop out of the trees using String Shot. Because of its vulnerability, Metapod evolve rapidly into their final evolutionary stage.
	</behavior>
	<habitat>
	Metapod can often be found in wooded areas, such as Viridian Forest. They dangle themselves from leafy canopies using String Shot.
	</habitat>
	<diet>
	Metapod does not eat. It relies on the energy it stored as a Caterpie.
	</diet>
  </biology>
  <franchising>
    <design>
	Its design appears to be based upon a generic butterfly chrysalis, most likely a Cabbage White or Swallowtail chrysalis.
	</design>
	<origin>
	Metapod's name is a combination of "metamorphosis", and "pod", referring to its chrysalis state.
	</origin>
  </franchising>
</pokedex>
