<?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>073</number>
    <imageRB>rbspr073.gif</imageRB>
    <imageY>gby073.gif</imageY>
	  <englishName>Tentacruel</englishName>
	  <japaneseName>ドククラゲ (Dokukurage)</japaneseName>
	  <species>Large Jellyfish Pokémon</species>
	  <elementalTypes>Water/Poison</elementalTypes>
	  <pronunciation>TENT-uh-crool</pronunciation>
	  <height>5'03"</height>
	  <weight>121 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
          The tentacles are normally kept short. On hunts, they are extended to ensnare, and immobilize prey.
        </entry>
      </rb_version>
      <y_version>
        <entry>
          Its 80 tentacles can stretch, and contract freely. They wrap around prey, and weaken it with poison.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby072.gif</image>
        <name>Tentacool</name>
        <type>Tentacruel (Level 30)</type>
		  </form>
	    <form>
        <image>gby073.gif</image>
        <name>Tentacruel</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>40</hp>
    <attack>40</attack>
    <defense>35</defense>
    <speed>70</speed>
    <special>100</special>
    <total>285</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Ground (2x), Bug (2x), Electric (2x), and Psychic (2x)</weak>
	<normal>Normal (1x), Flying (1x), Rock (1x), Ghost (1x), and Dragon (1x)</normal>
	<resistant>Fighting (½x), Poison (½x), Fire (½x), Water (½x), Grass (½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 Tentacool
        </area>
      </red>
      <blue>
        <rarity>None</rarity>
        <area>
          Evolve from Tentacool
        </area>
      </blue>
      <yellow>
        <rarity>Rare</rarity>
        <area>
          Routes 19, 20, and 21
        </area>
      </yellow>
    </games>
  </locations>
  <levelUpMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Acid</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>40</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The foe is attacked with a spray of harsh acid. It may also lower the target's Sp. Def stat.
      </description>
    </move>
    <move>
      <name>Supersonic</name>
      <levelRB>Start/7</levelRB>
      <levelY>Start/7</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>55%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The user generates odd sound waves from its body. It may confuse the target.
      </description>
    </move>
    <move>
      <name>Wrap</name>
      <levelRB>Start/13</levelRB>
      <levelY>Start/13</levelY>
      <elementalType>Normal</elementalType>
      <power>15</power>
      <accuracy>85%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        A long body or vines are used to wrap, and squeeze the foe for two to five turns.
      </description>
    </move>
    <move>
      <name>Poison Sting</name>
      <levelRB>Start/18</levelRB>
      <levelY>Start/18</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>Water Gun</name>
      <levelRB>22</levelRB>
      <levelY>22</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>Constrict</name>
      <levelRB>27</levelRB>
      <levelY>27</levelY>
      <elementalType>Normal</elementalType>
      <power>10</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
        The foe is attacked with long, creeping tentacles or vines. It may also lower the target's Speed.
      </description>
    </move>
    <move>
      <name>Barrier</name>
      <levelRB>35</levelRB>
      <levelY>35</levelY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The user throws up a sturdy wall that sharply raises its Defense stat.
      </description>
    </move>
    <move>
      <name>Screech</name>
      <levelRB>43</levelRB>
      <levelY>43</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>Hydro Pump</name>
      <levelRB>50</levelRB>
      <levelY>50</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>Swords Dance</name>
      <noRB>TM03</noRB>
      <noY>TM03</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        A frenetic dance to uplift the fighting spirit. It sharply raises the user's Attack stat.
      </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>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>Hyper Beam</name>
      <noRB>TM15</noRB>
      <noY>TM15</noY>
      <elementalType>Normal</elementalType>
      <power>150</power>
      <accuracy>90%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        The foe is attacked with a powerful beam. The user must rest on the next turn to regain its energy.
      </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>Mega Drain</name>
      <noRB>TM21</noRB>
      <noY>TM21</noY>
      <elementalType>Grass</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        A nutrient-draining attack. The user's HP is restored by half the damage taken by the target.
      </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>Cut</name>
      <noRB>HM01</noRB>
      <noY>HM01</noY>
      <elementalType>Normal</elementalType>
      <power>50</power>
      <accuracy>90%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The foe is cut with a scythe or a claw. It can also be used to cut down thin trees.
      </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>
  </technicalMoves>
  <biology>
    <physiology>
	Tentacruel are large blue jellyfish with two big red crystal spheres which refract sunlight, and can use to store energy. It can extend up to 80 tentacles out of its body, most of which are hidden, leaving up to 14 exposed. It has two beak-like appendages, used mostly to leech caught prey.
	</physiology>
	<abilities>
	Tentacruel wraps its prey in its long tentacles, and stings it. Its stings are known to cause excruciating pain.
	</abilities>
	<behavior>
	(Unconfirmed!)
	</behavior>
	<habitat>
	Tentacruel can be found throughout the ocean, usually congregating in places where warm currents, and cold currents come together, and where minerals are plentiful.
	</habitat>
	<diet>
	(Unconfirmed!)
	</diet>
  </biology>
  <franchising>
    <design>
	Tentacruel is similar to the Portuguese man o' war, which is not a jellyfish but a cluster of polyps.
	</design>
	<origin>
	Tentacruel's name is a combination of "tentacle", and "cruel."
	</origin>
  </franchising>
</pokedex>
