<?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>011</number>
    <imageRB>rbspr011.gif</imageRB>
    <imageY>gby011.gif</imageY>
    <imageGN>poke11g.png</imageGN>
    <imageGS>poke11gs.png</imageGS>
    <imageSN>poke11s.png</imageSN>
    <imageSS>poke11ss.png</imageSS>
    <imageCN>poke11c.gif</imageCN>
    <imageCS>poke11cs.gif</imageCS>
    <englishName>Metapod</englishName>
	  <japaneseName>トランセル (Toranseru)</japaneseName>
	  <species>Cocoon Pokémon</species>
	  <elementalTypes>Bug</elementalTypes>
	  <height>2'04"</height>
    <weight>21.8 lbs.</weight>
    <genderRatio>50% ♀/50% ♂</genderRatio>
    <pronunciation>MET-uh-pod</pronunciation>
    <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>
          Hardens its shell to protect itself. However, a large impact may cause it to pop out of its shell.
        </entry>
      </y_version>
      <g_version>
        <entry>
          Inside the shell, it is soft, and weak as it prepares to evolve. It stays motionless in the shell.
        </entry>
      </g_version>
      <s_version>
        <entry>
          It prepares for evolution by hardening its shell as much as possible to protect its soft body.
        </entry>
      </s_version>
      <c_version>
        <entry>
          This is its preevolved form. At this stage, it can only harden, so it remains motionless to avoid attack.
        </entry>
      </c_version>
    </pokedexEntries>
  </general>
  <vitalStatisticsRBY>
    <hp>50</hp>
    <attack>20</attack>
    <defense>55</defense>
    <speed>30</speed>
    <special>25</special>
    <total>180</total>
  </vitalStatisticsRBY>
  <vitalStatisticsGSC>
    <hp>50</hp>
    <attack>20</attack>
    <defense>55</defense>
    <speed>30</speed>
    <specialAttack>25</specialAttack>
    <specialDefense>25</specialDefense>
    <total>205</total>
  </vitalStatisticsGSC>
  <evolutionFamily>
    <!-- Make as many copies of the <form> section as necessary -->
    <form>
      <image>poke10g.png</image>
      <name>Caterpie</name>
      <type>Metapod (Level 7)</type>
    </form>
    <form>
      <image>poke11g.png</image>
      <name>Metapod</name>
      <type>Butterfree (Level 10)</type>
    </form>
    <form>
      <image>poke12g.png</image>
      <name>Butterfree</name>
      <type>None</type>
    </form>
  </evolutionFamily>
  <typeEffectivenessRBY>
    <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>
  </typeEffectivenessRBY>
  <typeEffectivenessGSC>
    <weak>Flying (2x), Rock (2x), and Bug (2x)</weak>
	<normal>Normal (1x), Poison (1x), Bug (1x), Ghost (1x), Water (1x), Electric (1x), Psychic (1x), Ice (1x), Dragon (1x), and Dark (1x)</normal>
	<resistant>Fighting (½x), Ground (½x), and Grass (½x)</resistant>
	<immune>None</immune>
  </typeEffectivenessGSC>
  <location>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <r_version>
        <rarity>Uncommon</rarity>
        <area>
          Route 25, Viridian Forest
        </area>
      </r_version>
      <b_version>
        <rarity>Common</rarity>
        <area>
          Routes 24, and 25, Viridian Forest
        </area>
      </b_version>
      <y_version>
        <rarity>Common</rarity>
        <area>
          Viridian Forest
        </area>
      </y_version>
      <g_version>
        <rarity>Common</rarity>
        <area>
          Routes 2, 30, and 31 Ilex Forest, National Park
        </area>
      </g_version>
      <s_version>
        <rarity>Uncommon</rarity>
        <area>
          National Park during the Bug-Catching Contest
        </area>
      </s_version>
      <c_version>
        <rarity>Common</rarity>
        <area>
          Routes 2, 24, 25, 30, and 31, Ilex Forest, National Park
        </area>
      </c_version>
    </games>
  </location>
  <heldItems>
    <rby_version>
      Berry (100%) (Trade from Pokémon Red, Blue, and Yellow Versions)
    </rby_version>
    <gsc_version>
      None
    </gsc_version>
  </heldItems>
  <eggGroups>
    <group>
      <groupName>Bug</groupName>
      <breedingCompatibility>Caterpie, Metapod, Butterfree, Weedle, Kakuna, Beedrill, Paras, Parasect, Venonat, Venomoth, Scyther, and Pinsir, Ledyba, Ledian, Spinarak, Ariados, Yanma, Pineco, Forretress, Gligar, Scizor, Shuckle, and Heracross</breedingCompatibility>
    </group>
  </eggGroups>
  <levelUpMovesRBY>
    <!-- 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>
  </levelUpMovesRBY>
  <levelUpMovesGSC>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Harden</name>
      <levelGS>7</levelGS>
      <levelCrystal>7</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>
  </levelUpMovesGSC>
  <technicalMovesRBY>
    <!-- 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 Technical nor Hidden Machine moves until it evolved into a Butterfree.
      </description>
    </move>
  </technicalMovesRBY>
  <technicalMovesGSC>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name></name>
      <no></no>
      <elementalType></elementalType>
      <power></power>
      <accuracy></accuracy>
      <powerPoints></powerPoints>
      <description>
        Metapod cannot learn any Technical nor Hidden Machine moves until it evolved into a Butterfree.
      </description>
    </move>
  </technicalMovesGSC>
  <eggMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name></name>
      <availableGS></availableGS>
      <availableCrystal></availableCrystal>
      <father></father>
      <elementalType></elementalType>
      <power></power>
      <accuracy></accuracy>
      <powerPoints></powerPoints>
      <description>
        Metapod cannot inherit any fathers' moves.
      </description>
    </move>
  </eggMoves>
  <tutorMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name></name>
      <elementalType></elementalType>
      <power></power>
      <accuracy></accuracy>
      <powerPoints></powerPoints>
      <description>
        Metapod cannot learn tutor moves.
      </description>
    </move>
  </tutorMoves>
  <!-- Biology -->
  <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 possess 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 Metapod 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>
