<?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>014</number>
    <imageRB>rbspr014.gif</imageRB>
    <imageY>gby014.gif</imageY>
	  <englishName>Kakuna</englishName>
	  <japaneseName>コクーン Kokûn</japaneseName>
	  <species>Cocoon Pokémon</species>
	  <elementalTypes>Bug/Poison</elementalTypes>
	  <pronunciation>ka-KOO-nuh</pronunciation>
	  <height>2'00"</height>
	  <weight>22 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
        Almost incapable of moving, this Pokémon can only harden its shell to protect itself from predators.
        </entry>
      </rb_version>
      <y_version>
        <entry>
        Able to move only slightly. When endangered, it may stick out its stinger, and poison its enemy.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby013.gif</image>
        <name>Weedle</name>
        <type>Kakuna (Level 7)</type>
		</form>
	    <form>
        <image>gby014.gif</image>
        <name>Kakuna</name>
        <type>Beedrill (Level 10)</type>
      </form>
	    <form>
        <image>gby015.gif</image>
        <name>Beedrill</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>45</hp>
    <attack>25</attack>
    <defense>50</defense>
    <speed>35</speed>
    <special>25</special>
    <total>180</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Bug (2x), Flying (2x), Rock (2x), Fire (2x), and Psychic (2x)</weak>
	<normal>Normal (1x), Poison (1x), Ground (1x), Ghost (1x), Water (1x), Electric (1x), Ice (1x), and Dragon (1x)</normal>
	<resistant>Fighting (¼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>
        Viridian Forest, 24, and 25
        </area>
      </red>
      <blue>
        <rarity>Uncommon</rarity>
        <area>
        Viridian Forest, Route 25
        </area>
      </blue>
      <yellow>
        <rarity>None</rarity>
        <area>
        Trade
        </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>
      Kakuna cannot learn any Techicnal nor Hidden Machine moves until it evolved into a Beedrill.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	Kakuna is a yellow, cone-shaped cocoon Pokémon. Kakuna has a dome-shaped head, and black, triangular eyes. When a Kakuna comes close to evolving, its body gives off heat that makes it warm to the touch.
	</physiology>
	<abilities>
	Kakuna is usually only able to harden its shell in order to defend itself. However, Kakuna is capable of moving its poisonous barb if a situation calls for it.
	</abilities>
	<behavior>
	Kakuna mostly stay still, and wait for evolution often hanging from tree branches by long strands of silk.
	</behavior>
	<habitat>
	Kakuna nest in forests, and misty wooded areas. Occasionally they will also nest at the mouths of tunnels, and caves.
	</habitat>
	<diet>
	Kakuna normally doesn't eat anything. It endures hunger until it is time for Kakuna to evolve.
	</diet>
  </biology>
  <franchising>
    <design>
	Its design appears to be based a chrysalis or the larval stage of a bee.
	</design>
	<origin>
	Its name is just a corruption of the word "cocoon", and in the case of its Japanese name, it is the word itself.
	</origin>
  </franchising>
</pokedex>
