<?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>010</number>
    <imageRB>rbspr010.gif</imageRB>
    <imageY>gby010.gif</imageY>
	  <englishName>Caterpie</englishName>
	  <japaneseName>キャタピー Kyatapî</japaneseName>
	  <species>Worm Pokémon</species>
	  <elementalTypes>Bug</elementalTypes>
	  <pronunciation>CAT-er-pee</pronunciation>
	  <height>1'00"</height>
	  <weight>6 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
        Its short feet are tipped with suction pads that enable it to tirelessly climb slopes, and walls.
        </entry>
      </rb_version>
      <y_version>
        <entry>
        If you touch the feeler on top of its head, it will release a horrible stink to protect itself.
        </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>45</hp>
    <attack>30</attack>
    <defense>35</defense>
    <speed>45</speed>
    <special>20</special>
    <total>175</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, Routes 2, 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>Tackle</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>35</power>
      <accuracy>95%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
      A physical attack in which the user charges, and slams into the foe with its whole body.
      </description>
    </move>
    <move>
      <name>String Shot</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Bug</elementalType>
      <power>-</power>
      <accuracy>95%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
      The foe is bound with silk blown from the user's mouth. It reduces the target's Speed 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>
      Caterpie cannot learn any Techicnal nor Hidden Machine moves until it evolved into a Butterfree.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	Caterpie resembles a green caterpillar with yellow ring-shaped markings down its body. Its most notable characteristic is the bright orange antennae on its head. These, and the large eye-shaped markings help to startle predators.
	</physiology>
	<abilities>
	The antennae on its head will omit a terrible stench from it if the Caterpie is frightened or if the antennae are touched. This serves as an effective protective mechanism against most predators. Its feet are tipped with suction cups, permitting this Pokémon to scale most surfaces with minimal effort. It can also spit a string from its mouth in order to entangle foes.
	</abilities>
	<behavior>
	Caterpie grow very quickly, and need to eat voraciously in order to meet their energy requirements. They have various adaptations which permit them to safely devour plant material, including an antennae that releases a horrible smell. It will shed its skin many times before finally cocooning itself in thick silk. While some Trainers are disgusted by the idea of Bug-type Pokémon, they are ideal targets for new Trainers as they are fairly weak in the wild, and evolve into their final forms at a low level.
	</behavior>
	<habitat>
	Caterpie can often be found in wooded areas, such as Viridian Forest.
	</habitat>
	<diet>
	Caterpie primarily feed on vegetation, such as tree leaves. Its favorite food is the Vermilion flower.
	</diet>
  </biology>
  <franchising>
    <design>
	Caterpie is a stylized caterpillar, most likely resembling a Spicebush Swallowtail caterpillar.
	</design>
	<origin>
	Caterpie's name is a corruption of "caterpillar."
	</origin>
  </franchising>
</pokedex>
