<?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>013</number>
    <imageRB>rbspr013.gif</imageRB>
    <imageY>gby013.gif</imageY>
	  <englishName>Weedle</englishName>
	  <japaneseName>ビードル Bîdoru</japaneseName>
	  <species>Hairy Bug Pokémon</species>
	  <elementalTypes>Bug/Poison</elementalTypes>
	  <pronunciation>WEE-dull</pronunciation>
	  <height>1'00"</height>
	  <weight>7 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
        Often found in forests, eating leaves. It has a sharp, venomous stinger on its head.
        </entry>
      </rb_version>
      <y_version>
        <entry>
        Beware of the sharp stinger on its head. It hides in grass, and bushes where it eats leaves.
        </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>40</hp>
    <attack>35</attack>
    <defense>30</defense>
    <speed>50</speed>
    <special>20</special>
    <total>175</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, and Routes 24, and 25
        </area>
      </red>
      <blue>
        <rarity>Uncommon</rarity>
        <area>
        Viridian Forest, and Routes 24, and 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>Poison Sting</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Poison</elementalType>
      <power>15</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
      The foe is stabbed with a poisonous barb of some sort. It may also poison the target.
      </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>
      Weedle cannot learn any Techicnal nor Hidden Machine moves until it evolved into a Beedrill.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	Weedle is a small, yellow Larva Pokémon with a segmented body. Weedle has little pink feet, and a pink, round nose. Weedle has a stinger on both its tail, and head.
	</physiology>
	<abilities>
	Weedle isn't very powerful, but it can spit a sticky thread to entangle its foes with String Shot. It can also use one of its stingers to poison a foe with Poison Sting.
	</abilities>
	<behavior>
	(Unconfirmed!)
	</behavior>
	<habitat>
	Weedle can be found in forests, and misty wooded areas.
	</habitat>
	<diet>
	Weedle primarily eat leaves. They appear to prefer some leaves over others, and they can distinguish between them by smelling them with their big red proboscis, or nose.
	</diet>
  </biology>
  <franchising>
    <design>
	Weedle appears to be based on a larva, the baby form of a bee.
	</design>
	<origin>
	Weedle's name appears to be a misspelling of "weevil," but this is not likely, considering the difference between the two. Its name is more likely a combination of "worm", and "needle", which refers to the stingers on its body.
	</origin>
  </franchising>
</pokedex>
