<?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>052</number>
    <imageRB>rbspr052.gif</imageRB>
    <imageY>gby052.gif</imageY>
	  <englishName>Meowth</englishName>
	  <japaneseName>ニャース (Nyāsu)</japaneseName>
	  <species>Scratch Cat Pokémon</species>
	  <elementalTypes>Normal</elementalTypes>
	  <pronunciation>me-OUTH</pronunciation>
	  <height>1'04"</height>
	  <weight>9 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
          Adores circular objects. Wanders the street on a nightly basis to look for dropped loose change.
        </entry>
      </rb_version>
      <y_version>
        <entry>
          Appears to be more active at night. It loves round, and shiny things. It can't stop from picking them up.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby052.gif</image>
        <name>Meowth</name>
        <type>Persian (Level 28)</type>
		  </form>
	    <form>
        <image>gby053.gif</image>
        <name>Persian</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>40</hp>
    <attack>45</attack>
    <defense>35</defense>
    <speed>90</speed>
    <special>40</special>
    <total>250</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Fighting (2x)</weak>
	<normal>Normal (1x), Flying (1x), Poison (1x), Ground (1x), Rock (1x), Bug (1x), Fire (1x), Water (1x), Grass (1x), Electric (1x), Psychic (1x), Ice (1x), and Dragon (1x)</normal>
	<resistant>None</resistant>
	<immune>Ghost (0x)</immune>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>None</rarity>
        <area>
          Must Trade
        </area>
      </red>
      <blue>
        <rarity>Common</rarity>
        <area>
          Routes 5, 6, 7,&#38; 8
        </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>Scratch</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Normal</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
        Hard, pointed, and sharp claws rake the foe to inflict damage.
      </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>Bite</name>
      <levelRB>12</levelRB>
      <levelY>12</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>Pay Day</name>
      <levelRB>17</levelRB>
      <levelY>17</levelY>
      <elementalType>Normal</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        Numerous coins are hurled at the foe to inflict damage. Money is earned after battle.
      </description>
    </move>
    <move>
      <name>Screech</name>
      <levelRB>24</levelRB>
      <levelY>24</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>Fury Swipes</name>
      <levelRB>33</levelRB>
      <levelY>33</levelY>
      <elementalType>Normal</elementalType>
      <power>18</power>
      <accuracy>80%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The foe is raked with sharp claws or scythes for two to five times in quick succession.
      </description>
    </move>
    <move>
      <name>Slash</name>
      <levelRB>44</levelRB>
      <levelY>44</levelY>
      <elementalType>Nomrmal</elementalType>
      <power>70</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The foe is attacked with a slash of claws, etc. It has a high critical-hit ratio.
      </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>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>Pay Day</name>
      <noRB>TM16</noRB>
      <noY>TM16</noY>
      <elementalType>Normal</elementalType>
      <power>40</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        Numerous coins are hurled at the foe to inflict damage. Money is earned after battle.
      </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>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>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>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>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>
  </technicalMoves>
  <biology>
    <physiology>
	Meowth has a distinctly feline appearance, resembling a small house cat. It has cream-colored fur, which turns brown at its paws, and tail tip. Its oval-shaped head features prominent whiskers, no nose, black-and-brown ears, and a gold oval coin (also known as "charm") embedded in its forehead.
	</physiology>
	<abilities>
	Meowth are valued for their ability to collect coins using Pay Day, as it is the only Pokémon that learns it.
	</abilities>
	<behavior>
	Meowth are very fond of anything round, and shiny. As such, they have been known to wander about city streets, and pick up anything that is round, and shiny—coins in particular. Although they are apparently not nocturnal, they spend most of the daytime napping. 
	</behavior>
	<habitat>
	Meowth usually live in towns, and cities. They can also occasionally be found in vibrant forests or near beaches.
	</habitat>
	<diet>
	(Unconfirmed!)
	</diet>
  </biology>
  <franchising>
    <design>
	Meowth seems to be based upon the Japanese legend of the 招き猫 Maneki Neko, also known as the lucky cat or beckoning cat. According to one legend, a cat raised its paw to welcome a lord, and saved his life when a lightning bolt hit the spot where he had been standing. Maneki Neko are often used as charms in restaurants, and shops to bring customers or fortune, and good luck. Statues of the cat are usually depicted holding a koban, an ancient coin used in Japan, like the one on Meowth's head. Junichi Masuda states that Meowth is based on Satoshi Tajiri's own pet cat.
	</design>
	<origin>
	Meowth's name appears to be a combination of "meow," the sound a cat makes, as well as "mouth."
	</origin>
  </franchising>
</pokedex>
