<?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>100</number>
    <imageRB>rbspr100.gif</imageRB>
    <imageY>gby100.gif</imageY>
	  <englishName>Voltorb</englishName>
	  <japaneseName>ビリリダマ (Biriridama)</japaneseName>
	  <species>Ball Pokémon</species>
	  <elementalTypes>Electric</elementalTypes>
	  <pronunciation>VOL-torb</pronunciation>
	  <height>1'08"</height>
	  <weight>23 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
          Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.
        </entry>
      </rb_version>
      <y_version>
        <entry>
          It is said to camouflage itself as a Poké Ball. It will self-destruct with very little stimulus.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby100.gif</image>
        <name>Voltorb</name>
        <type>Electrode (Level  30)</type>
		  </form>
	    <form>
        <image>gby101.gif</image>
        <name>Electrode</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>40</hp>
    <attack>30</attack>
    <defense>50</defense>
    <speed>100</speed>
    <special>55</special>
    <total>275</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Ground (2x)</weak>
	<normal>Normal (1x), Fighting, (1x), Poison (1x), Rock (1x), Bug (1x), Ghost (1x), Grass (1x), Fire (1x), Water (1x), Psychic (1x), Ice (1x), and Dragon (1x)</normal>
	<resistant>Flying (½x), and Electric (½x)</resistant>
	<immune>None</immune>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>Common</rarity>
        <area>
          Route 10, Power Plant
        </area>
      </red>
      <blue>
        <rarity>Common</rarity>
        <area>
          Route 10, Power Plant
        </area>
      </blue>
      <yellow>
        <rarity>Common</rarity>
        <area>
          Power Plant
        </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>Screech</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>85%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
        An earsplitting screech is emitted to sharply reduce the foe's Defense stat.
      </description>
    </move>
    <move>
      <name>Sonic Boom</name>
      <levelRB>17</levelRB>
      <levelY>17</levelY>
      <elementalType>Normal</elementalType>
      <power>Varies</power>
      <accuracy>90%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The foe is hit with a destructive shock wave that always inflicts 20 HP damage.
      </description>
    </move>
    <move>
      <name>Self Destruct</name>
      <levelRB>22</levelRB>
      <levelY>22</levelY>
      <elementalType>Normal</elementalType>
      <power>200</power>
      <accuracy>100%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user blows up to inflict damage on all Pokémon in battle. The user faints upon using this move.
      </description>
    </move>
    <move>
      <name>Light Screen</name>
      <levelRB>29</levelRB>
      <levelY>29</levelY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        A wondrous wall of light is put up to suppress damage from special attacks for five turns.
      </description>
    </move>
    <move>
      <name>Swift</name>
      <levelRB>36</levelRB>
      <levelY>36</levelY>
      <elementalType>Normal</elementalType>
      <power>60</power>
      <accuracy>-%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        Star-shaped rays are shot at the foe. This attack never misses.
      </description>
    </move>
    <move>
      <name>Explosion</name>
      <levelRB>43</levelRB>
      <levelY>43</levelY>
      <elementalType>Normal</elementalType>
      <power>250</power>
      <accuracy>100%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user explodes to inflict damage on all Pokémon in battle. The user faints upon using this move.
      </description>
    </move>
  </levelUpMoves>
  <technicalMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Toxic</name>
      <noRB>TM06</noRB>
      <noY>TM06</noY>
      <elementalType>Poison</elementalType>
      <power>-</power>
      <accuracy>85%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A move that leaves the target badly poisoned. Its poison damage worsens every turn.
      </description>
    </move>
    <move>
      <name>Take Down</name>
      <noRB>TM09</noRB>
      <noY>TM09</noY>
      <elementalType>Normal</elementalType>
      <power>90</power>
      <accuracy>85%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        A reckless, full-body charge attack for slamming into the foe. It also damages the user a little.
      </description>
    </move>
    <move>
      <name>Rage</name>
      <noRB>TM20</noRB>
      <noY>TM20</noY>
      <elementalType>Normal</elementalType>
      <power>20</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        While this move is in use, it gains attack power each time the user is hit in battle.
      </description>
    </move>
    <move>
      <name>Thunderbolt</name>
      <noRB>TM24</noRB>
      <noY>TM24</noY>
      <elementalType>Electric</elementalType>
      <power>95</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        A strong electric blast is loosed at the foe. It may also leave the foe paralyzed.
      </description>
    </move>
    <move>
      <name>Thunder</name>
      <noRB>TM25</noRB>
      <noY>TM25</noY>
      <elementalType>Electric</elementalType>
      <power>120</power>
      <accuracy>70%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A wicked thunderbolt is dropped on the foe to inflict damage. It may also leave the target paralyzed.
      </description>
    </move>
    <move>
      <name>Teleport</name>
      <noRB>TM30</noRB>
      <noY>TM30</noY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        Use it to flee from any wild Pokémon. It may also be used to warp to the last Poké Center visited.
      </description>
    </move>
    <move>
      <name>Mimic</name>
      <noRB>TM31</noRB>
      <noY>TM31</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user copies the move last used by the foe. The move can be used for the rest of the battle.
      </description>
    </move>
    <move>
      <name>Double Team</name>
      <noRB>TM32</noRB>
      <noY>TM32</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        By moving rapidly, the user makes illusory copies of itself to raise its evasiveness.
      </description>
    </move>
    <move>
      <name>Reflect</name>
      <noRB>TM33</noRB>
      <noY>TM33</noY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        A wondrous wall of light is put up to suppress damage from physical attacks for five turns.
      </description>
    </move>
    <move>
      <name>Bide</name>
      <noRB>TM34</noRB>
      <noY>TM34</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user endures attacks for two turns, then strikes back to cause double the damage taken.
      </description>
    </move>
    <move>
      <name>Self Destruct</name>
      <noRB>TM36</noRB>
      <noY>TM36</noY>
      <elementalType>Normal</elementalType>
      <power>200</power>
      <accuracy>100%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user blows up to inflict damage on all Pokémon in battle. The user faints upon using this move.
      </description>
    </move>
    <move>
      <name>Swift</name>
      <noRB>TM39</noRB>
      <noY>TM39</noY>
      <elementalType>Normal</elementalType>
      <power>60</power>
      <accuracy>-</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        Star-shaped rays are shot at the foe. This attack never misses.
      </description>
    </move>
    <move>
      <name>Rest</name>
      <noRB>TM44</noRB>
      <noY>TM44</noY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user goes to sleep for two turns. It fully restores the user's HP, and heals any status problem.
      </description>
    </move>
    <move>
      <name>Thunder Wave</name>
      <noRB>TM45</noRB>
      <noY>TM45</noY>
      <elementalType>Electric</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>5 (max. 20)</powerPoints>
      <description>
        A weak electric charge is launched at the foe. It causes paralysis if it hits.
      </description>
    </move>
    <move>
      <name>Explosion</name>
      <noRB>TM47</noRB>
      <noY>TM47</noY>
      <elementalType>Normal</elementalType>
      <power>250</power>
      <accuracy>100%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The user explodes to inflict damage on all Pokémon in battle. The user faints upon using this move.
      </description>
    </move>
    <move>
      <name>Substitute</name>
      <noRB>TM50</noRB>
      <noY>TM50</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        The user makes a copy of itself using some of its HP. The copy serves as the user's decoy.
      </description>
    </move>
    <move>
      <name>Flash</name>
      <noRB>HM05</noRB>
      <noY>HM05</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The user flashes a light that cuts the foe's accuracy. It can also be used to illuminate caves.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	Voltorb is a Pokémon that looks like a Poké Ball with a face, minus the button. It was first seen in the plant that modern Poké Balls were invented. Voltorb, and its evolution, Electrode, could be forms of energy, but it is unknown where that energy came from or how it created them.
	</physiology>
	<abilities>
	If agitated, Voltorb may explode.
	</abilities>
	<behavior>
	Voltorb is easily agitated, and is known to self-destruct due to anger.
	</behavior>
	<habitat>
	(Unconfirmed!)
	</habitat>
	<diet>
	(Unconfirmed!)
	</diet>
  </biology>
  <franchising>
    <design>
	It seems to be based upon the concept of a living Poké Ball.
	</design>
	<origin>
	Voltorb's name seems to be a combination of "volt", and "orb."
	</origin>
  </franchising>
</pokedex>
