<?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>008</number>
    <imageRB>rbspr008.gif</imageRB>
    <imageY>gby008.gif</imageY>
	  <englishName>Wartortle</englishName>
	  <japaneseName>カメール Kamêru</japaneseName>
	  <species>Turtle Pokémon</species>
	  <elementalTypes>Water</elementalTypes>
	  <pronunciation>WAR-tor-tuhl</pronunciation>
	  <height>3'03"</height>
	  <weight>49 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
        Often hides in water to stalk unwary prey. For swimming fast, it moves its ears to maintain balance.
        </entry>
      </rb_version>
      <y_version>
        <entry>
        When tapped, this Pokémon will pull in its head, but its tail will still stick out a little bit.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby007.gif</image>
        <name>Squirtle</name>
        <type>Wartortle (Level 16)</type>
		</form>
	    <form>
        <image>gby008.gif</image>
        <name>Wartortle</name>
        <type>Blastoise (Level 36)</type>
      </form>
	    <form>
        <image>gby009.gif</image>
        <name>Blastoise</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>59</hp>
    <attack>63</attack>
    <defense>80</defense>
    <speed>58</speed>
    <special>65</special>
    <total>325</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Grass (2x), and Electric (2x)</weak>
	<normal>Normal (1x), Fighting (1x), Flying (1x), Poison (1x), Ground (1x), Rock (1x), Bug (1x), Ghost (1x), Psychic (1x), and Dragon (1x)</normal>
	<resistant>Fire (½x), Water (½x), and Ice (½x)</resistant>
	<immune>None</immune>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>None</rarity>
        <area>
        Evolve from Squirtle
        </area>
      </red>
      <blue>
        <rarity>None</rarity>
        <area>
        Evolve from Squirtle
        </area>
      </blue>
      <yellow>
        <rarity>None</rarity>
        <area>
        Evolve from Squirtle
        </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>Tail Whip</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
      The user wags its tail cutely, making the foe less wary. The target's Defense stat is lowered.
      </description>
    </move>
    <move>
      <name>Bubble</name>
      <levelRB>Start/8</levelRB>
      <levelY>Start/8</levelY>
      <elementalType>Water</elementalType>
      <power>20</power>
      <accuracy>100%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
      A spray of countless bubbles is jetted at the foe. It may also lower the target's Speed stat.
      </description>
    </move>
    <move>
      <name>Water Gun</name>
      <levelRB>Start/15</levelRB>
      <levelY>Start/15</levelY>
      <elementalType>Water</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>25 (max. 40)</powerPoints>
      <description>
      The foe is blasted with a forceful shot of water.
      </description>
    </move>
    <move>
      <name>Bite</name>
      <levelRB>24</levelRB>
      <levelY>24</levelY>
      <elementalType>Normal</elementalType>
      <power>60</power>
      <accuracy>100%</accuracy>
      <powerPoints>25 (max. 40)</powerPoints>
      <description>
      The foe is bitten with viciously sharp fangs. It may make the target flinch.
      </description>
    </move>
    <move>
      <name>Withdraw</name>
      <levelRB>31</levelRB>
      <levelY>31</levelY>
      <elementalType>Water</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
      The user withdraws its body into its hard shell, raising its Defense stat.
      </description>
    </move>
    <move>
      <name>Skull Bash</name>
      <levelRB>39</levelRB>
      <levelY>39</levelY>
      <elementalType>Normal</elementalType>
      <power>100</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      The user tucks in its head to raise its Defense in the first turn, then rams the foe on the next turn.
      </description>
    </move>
    <move>
      <name>Hydro Pump</name>
      <levelRB>47</levelRB>
      <levelY>47</levelY>
      <elementalType>Water</elementalType>
      <power>120</power>
      <accuracy>80%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
      The foe is blasted by a huge volume of water launched under great pressure.
      </description>
    </move>
  </levelUpMoves>
  <technicalMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Mega Punch</name>
      <noRB>TM01</noRB>
      <noY>TM01</noY>
      <elementalType>Normal</elementalType>
      <power>80</power>
      <accuracy>85%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
      The foe is slugged by a punch thrown with muscle-packed power.
      </description>
    </move>
    <move>
      <name>Mega Kick</name>
      <noRB>TM05</noRB>
      <noY>TM05</noY>
      <elementalType>Normal</elementalType>
      <power>120 (max. 32)</power>
      <accuracy>75%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
      The foe is attacked by a kick launched with muscle-packed power.
      </description>
    </move>
    <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>Body Slam</name>
      <noRB>TM08</noRB>
      <noY>TM08</noY>
      <elementalType>Normal</elementalType>
      <power>85</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      The user drops onto the foe with its full body weight. It may leave the foe paralyzed.
      </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>Double-Edge</name>
      <noRB>TM10</noRB>
      <noY>TM10</noY>
      <elementalType>Normal</elementalType>
      <power>120</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      A reckless, life-risking tackle. It also damages the user by a fairly large amount, however.
      </description>
    </move>
    <move>
      <name>Bubblebeam</name>
      <noRB>TM11</noRB>
      <noY>TM11</noY>
      <elementalType>Water</elementalType>
      <power>65</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
      A spray of bubbles is forcefully ejected at the foe. It may also lower the target's Speed stat.
      </description>
    </move>
    <move>
      <name>Water Gun</name>
      <noRB>TM12</noRB>
      <noY>TM12</noY>
      <elementalType>Water</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>25 (max. 40)</powerPoints>
      <description>
      The foe is blasted with a forceful shot of water.
      </description>
    </move>
    <move>
      <name>Ice Beam</name>
      <noRB>TM13</noRB>
      <noY>TM13</noY>
      <elementalType>Ice</elementalType>
      <power>95</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
      The foe is struck with an icy-cold beam of energy. It may also freeze the target solid.
      </description>
    </move>
    <move>
      <name>Blizzard</name>
      <noRB>TM14</noRB>
      <noY>TM14</noY>
      <elementalType>Ice</elementalType>
      <power>120</power>
      <accuracy>70%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
      A howling blizzard is summoned to strike the foe. It may also freeze the target solid.
      </description>
    </move>
    <move>
      <name>Submission</name>
      <noRB>TM17</noRB>
      <noY>TM17</noY>
      <elementalType>Fighting</elementalType>
      <power>80</power>
      <accuracy>80%</accuracy>
      <powerPoints>25 (max. 40)</powerPoints>
      <description>
      The user grabs the foe, and recklessly dives for the ground. It also hurts the user slightly.
      </description>
    </move>
    <move>
      <name>Counter</name>
      <noRB>TM18</noRB>
      <noY>TM18</noY>
      <elementalType>Fighting</elementalType>
      <power>Varies</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
      A retaliation move that counters any physical attack, inflicting double the damage taken.
      </description>
    </move>
    <move>
      <name>Seismic Toss</name>
      <noRB>TM19</noRB>
      <noY>TM19</noY>
      <elementalType>Fighting</elementalType>
      <power>Varies</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
      The foe is thrown using the power of gravity. It inflicts damage equal to the user's level.
      </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>Dig</name>
      <noRB>TM28</noRB>
      <noY>TM28</noY>
      <elementalType>Ground</elementalType>
      <power>80</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
      The user burrows, then attacks on the second turn. It can also be used to exit dungeons.
      </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>Skull Bash</name>
      <noRB>TM40</noRB>
      <noY>TM40</noY>
      <elementalType>Normal</elementalType>
      <power>100</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      The user tucks in its head to raise its Defense in the first turn, then rams the foe on the next turn.
      </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>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>Surf</name>
      <noRB>HM03</noRB>
      <noY>HM03</noY>
      <elementalType>Water</elementalType>
      <power>95</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      It swamps the entire battlefield with a giant wave. It can also be used for crossing water.
      </description>
    </move>
    <move>
      <name>Strength</name>
      <noRB>HM04</noRB>
      <noY>HM04</noY>
      <elementalType>Normal</elementalType>
      <power>80</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      The foe is slugged with a punch thrown at maximum power. It can also be used to move boulders.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	Wartortle is a bipedal, indigo-blue turtle with a brown shell, and a long, furry tail, and ears. It is more aggressive than Squirtle. It hides in water while hunting, and emerges to surprise its prey, and is a tough Pokémon that often has scratches on its shell which serve as reminders of past battles. To maintain balance while swimming at high speeds, Wartortle moves its unusual furry ears, and its tail. This tail, covered in rich, thick fur, is so long that it sticks out a bit even when Wartortle withdraws into its shell. It uses the fur to store air for extended underwater diving. It is a popular pet, as it is long-lived. Wartortle, and in particular its tail, is considered a symbol of longevity. As a Wartortle ages, algae may grow on its shell, and the color of its tail fur deepens. It is said that this Pokémon can live for up to 10,000 years.
	</physiology>
	<abilities>
	Wartortle can spit water out of its mouth at higher speeds than Squirtle. It can swim faster, as well.
	</abilities>
	<behavior>
	Wartortle are loyal to their trainers.
	</behavior>
	<habitat>
	Wartortle can be found living on island beaches near the ocean, but their preferred habitat seems to be freshwater ponds, and lakes.
	</habitat>
	<diet>
	(Unconfirmed!)
	</diet>
  </biology>
  <franchising>
    <design>
	Its design appears to be a stylized turtle.
	</design>
	<origin>
	Wartortle's name is a combination of "war," "tortoise,", and "turtle."
	</origin>
  </franchising>
</pokedex>
