<?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>003</number>
    <imageRB>rbspr003.gif</imageRB>
    <imageY>gby003.gif</imageY>
	  <englishName>Venusaur</englishName>
	  <japaneseName>フシギバナ Fushigibana</japaneseName>
	  <species>Seed Pokémon</species>
	  <elementalTypes>Grass/Poison</elementalTypes>
	  <pronunciation>VEE-nuh-sore</pronunciation>
	  <height>6'07"</height>
	  <weight>220 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
        The plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.
        </entry>
      </rb_version>
      <y_version>
        <entry>
        The flower on its back catches the sun's rays. The sunlight is then absorbed, and used for energy.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby001.gif</image>
        <name>Bulbasaur</name>
        <type>Ivysaur (Level 16)</type>
      </form>
	  <form>
        <image>gby002.gif</image>
        <name>Ivysaur</name>
        <type>Venusaur (Level 32)</type>
      </form>
	  <form>
        <image>gby003.gif</image>
        <name>Venusaur</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>80</hp>
    <attack>82</attack>
    <defense>83</defense>
    <speed>80</speed>
    <special>100</special>
	<total>425</total>
  </vitalStatistics>
  <effectiveness>
    <weak>Flying (2x), Fire (2x) Psychic (2x), Ice (2x), and Bug (4x)</weak>
	<normal>Normal (1x), Poison (1x), Ground (1x), Rock (1x), Ghost (1x), and Dragon (1x)</normal>
	<resistant>Fighting (½x), Water (½x), Grass (½x), and Electric (½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 Ivysaur
        </area>
      </red>
      <blue>
        <rarity>None</rarity>
        <area>
        Evolve from Ivysaur
        </area>
      </blue>
      <yellow>
        <rarity>None</rarity>
        <area>
        Evolve from Ivysaur
        </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>Growl</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
      The user growls in an endearing way, making the foe less wary. The target's Attack stat is lowered.
      </description>
    </move>
    <move>
      <name>Leech Seed</name>
      <levelRB>Start/7</levelRB>
      <levelY>Start/7</levelY>
      <elementalType>Grass</elementalType>
      <power>-</power>
      <accuracy>90%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
      A seed is planted on the foe. It steals some HP from the foe to heal the user on every turn.
      </description>
    </move>
    <move>
      <name>Vine Whip</name>
      <levelRB>Start/13</levelRB>
      <levelY>Start/13</levelY>
      <elementalType>Grass</elementalType>
      <power>35</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      The foe is struck with slender, whiplike vines to inflict damage.
      </description>
    </move>
    <move>
      <name>Poison Powder</name>
      <levelRB>22</levelRB>
      <levelY>22</levelY>
      <elementalType>Poison</elementalType>
      <power>-</power>
      <accuracy>75%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
      A cloud of poisonous dust is scattered on the foe. It may poison the target.
      </description>
    </move>
    <move>
      <name>Razor Leaf</name>
      <levelRB>30</levelRB>
      <levelY>30</levelY>
      <elementalType>Grass</elementalType>
      <power>55</power>
      <accuracy>95%</accuracy>
      <powerPoints>25 (max. 40)</powerPoints>
      <description>
      A sharp-edged leaf is launched to slash at the foe. It has a high critical-hit ratio.
      </description>
    </move>
    <move>
      <name>Growth</name>
      <levelRB>43</levelRB>
      <levelY>43</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>40 (max. 64)</powerPoints>
      <description>
      The user's body is forced to grow all at once. It raises the Sp. Atk stat.
      </description>
    </move>
    <move>
      <name>Sleep Powder</name>
      <levelRB>55</levelRB>
      <levelY>55</levelY>
      <elementalType>Grass</elementalType>
      <power>-</power>
      <accuracy>75%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
      The user scatters a big cloud of sleep-inducing dust around the foe.
      </description>
    </move>
    <move>
      <name>Solar Beam</name>
      <levelRB>65</levelRB>
      <levelY>65</levelY>
      <elementalType>Grass</elementalType>
      <power>120</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
      A two-turn attack. The user gathers light, then blasts a bundled beam on the second turn.
      </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>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>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>Solar Beam</name>
      <noRB>TM22</noRB>
      <noY>TM22</noY>
      <elementalType>Grass</elementalType>
      <power>120</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
      A two-turn attack. The user gathers light, then blasts a bundled beam on the second turn.
      </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>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>
  </technicalMoves>
  <biology>
    <physiology>
	Venusaur is considerably larger, and heavier than both of its pre-evolution cousins, and as such it moves slower than the two. However, its special attacks are faster than ever, as the plant on its back has now reached its final stage, and flowered. It is also able to charge at its enemies to gain speed, then perform moves such as Skull Bash, and Body Slam with a force more powerful than a speeding armored truck. It also has an incredible leap for such a heavy Pokémon, and it's able to dodge attacks, and jump across close rock formations. Its only downside is that its weight causes a small quake as it lands, which can break the platform its trying to land on, or cause it to get buried in mud or sand.
	</physiology>
	<abilities>
	As with its pre-evolutions, most of Venusaur's attacks are involved with the plant on its back; but the attacks are clearly stronger than those from Bulbasaur, and Ivysaur. Venusaur is also capable of causing Earthquakes. Since Venusaur is a fully evolved Pokémon (and the final evolution of a Grass-typed Starter Pokémon for that matter), it can use Hyper Beam, Giga Impact, and Frenzy Plant.
	</abilities>
	<behavior>
	Rarely in the wild, Venusaur usually lead the evolution rituals every year, away from human eyes. A trainer needs to be well-experienced when around Venusaur.
They still have a loyalty streak, though this isn't much seen, since most Venusaur act as the trainer's bodyguard, and are rarely abandoned, if ever.
	</behavior>
	<habitat>
	Venusaur's natural habitat seems to consist of plains with access to large amounts of sunshine, and fresh water, and can be found in forest, and jungles.
	</habitat>
	<diet>
	Venusaur gets most, if not all, of its energy from the flower on its back. The flower engages in photosynthesis, which provides energy for the Venusaur. Due to this, it prefers sunny areas. It is unknown if Venusaur have to eat at all.
	</diet>
  </biology>
  <franchising>
    <design>
	Venusaur resembles the mammal-like reptile from the Triassic Period Kannemeyeria, and toads, as do its pre-evolutions Bulbasaur, and Ivysaur. The flowering plant's origin is unknown but it appears to be a palm tree. The flower itself resembles the parasitic Raflessia.
	</design>
	<origin>
	Venusaur's name is a combination of the words "venus", and "saur", which is Greek for lizard.
	</origin>
  </franchising>
</pokedex>
