<?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>083</number>
    <imageRB>rbspr083.gif</imageRB>
    <imageY>gby083.gif</imageY>
	  <englishName>Farfetch'd</englishName>
	  <japaneseName>カモネギ (Kamonegi)</japaneseName>
	  <species>Wild Duck Pokémon</species>
	  <elementalTypes>Normal/Flying</elementalTypes>
	  <pronunciation>FAR-fetcht</pronunciation>
	  <height>2'07"</height>
	  <weight>33 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
          The sprig of green onions it holds is its weapon. It is used much like a metal sword.
        </entry>
      </rb_version>
      <y_version>
        <entry>
          Lives where reedy plants grow. They are rarely seen, so it's thought their numbers are decreasing.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby083.gif</image>
        <name>Farfetch'd</name>
        <type>None</type>
		  </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>52</hp>
    <attack>65</attack>
    <defense>55</defense>
    <speed>60</speed>
    <special>58</special>
    <total>290</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Rock (2x), Electric (2x), and Ice (2x)</weak>
	<normal>Normal (1x), Fighting (1x), Flying (1x), Poison (1x), Fire (1x), Water (1x), Psychic (1x), and Dragon (1x)</normal>
	<resistant>Bug (½x), and Grass (½x)</resistant>
	<immune>Ground (0x), and Ghost (0x)</immune>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>One</rarity>
        <area>
          Trade for Spearow in Vermilion City
        </area>
      </red>
      <blue>
        <rarity>One</rarity>
        <area>
          Trade for Spearow in Vermilion City
        </area>
      </blue>
      <yellow>
        <rarity>Rare</rarity>
        <area>
          Routes 12, 13
        </area>
      </yellow>
    </games>
  </locations>
  <levelUpMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Peck</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Flying</elementalType>
      <power>35</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
        The foe is jabbed with a sharply pointed beak or horn.
      </description>
    </move>
    <move>
      <name>Sand Attack</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Ground</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        Sand is hurled in the foe's face, reducing its accuracy.
      </description>
    </move>
    <move>
      <name>Leer</name>
      <levelRB>7</levelRB>
      <levelY>7</levelY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The foe is given an intimidating leer with sharp eyes. The target's Defense stat is reduced.
      </description>
    </move>
    <move>
      <name>Fury Attack</name>
      <levelRB>15</levelRB>
      <levelY>15</levelY>
      <elementalType>Normal</elementalType>
      <power>15</power>
      <accuracy>85%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The foe is jabbed repeatedly with a horn or beak two to five times in a row.
      </description>
    </move>
    <move>
      <name>Swords Dance</name>
      <levelRB>23</levelRB>
      <levelY>23</levelY>
      <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>Agility</name>
      <levelRB>31</levelRB>
      <levelY>31</levelY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
        The user relaxes, and lightens its body to move faster. It sharply boosts the Speed stat.
      </description>
    </move>
    <move>
      <name>Slash</name>
      <levelRB>39</levelRB>
      <levelY>39</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>Razor Wind</name>
      <noRB>TM02</noRB>
      <noY>TM02</noY>
      <elementalType>Normal</elementalType>
      <power>80</power>
      <accuracy>100%</accuracy>
      <powerPoints>10 (max. 16)</powerPoints>
      <description>
        A two-turn attack. Blades of wind hit the foe on the second turn. It has a high critical-hit ratio.
      </description>
    </move>
    <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>Whirlwind</name>
      <noRB>TM04</noRB>
      <noY>TM04</noY>
      <elementalType>Normal</elementalType>
      <power>-</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
        The foe is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.
      </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>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>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>Sky Attack</name>
      <noRB>TM43</noRB>
      <noY>TM43</noY>
      <elementalType>Flying</elementalType>
      <power>140</power>
      <accuracy>90%</accuracy>
      <powerPoints>5 (max. 8)</powerPoints>
      <description>
        A second-turn attack move with a high critical-hit ratio. It may also make the target flinch.
      </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>Flying</name>
      <noRB>HM02</noRB>
      <noY>HM02</noY>
      <elementalType>Flying</elementalType>
      <power>90</power>
      <accuracy>95%</accuracy>
      <powerPoints>15 (max. 24)</powerPoints>
      <description>
        The user soars, then strikes on the second turn. It can also be used for flying to any familiar town.
      </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	Farfetch'd resemble ducks. They have glossy brown plumage with a small crest. It also bears black plumage on its forehead that resembles eyebrows.
	</physiology>
	<abilities>
	Its wings are a bit more versatile than most birds' as their feathers can be used as "fingers", allowing it to carry a leek, or spring onion.
	</abilities>
	<behavior>
	Farfetch'd are always seen carrying a leek stalk, or spring onion. They carry it in their wings, and sometimes choose to hold it in their beaks instead. Farfetch'd cannot live without its stick for unknown reasons, and will defend their stick with their life. The stick is also known to be used as nesting material, and as a weapon. In case of an emergency situation where the Farfetch'd is starving, it will eat its own stick, and hurry off to find a new one. They are known to be picky in the kinds of sticks they accept. Farfetch'd have been known to fight each other over one 'good' stalk.
	</behavior>
	<habitat>
	Farfetch'd are found in grasslands, but it always has to be near water. Farfetch'd are also very good swimmers, and are often found swimming in ponds.
	</habitat>
	<diet>
	Farfetch'd are an omnivorous species, and will usually eat weeds, and water plants.
	</diet>
  </biology>
  <franchising>
    <design>
	Farfetch'd's origin might come from legends of a duck that carries a leek coming to lost, and starving travelers in forests, offering itself to be eaten.
	</design>
	<origin>
	Farfetch'd's name comes from the word "farfetched," which means unbelievable. It could also refer to the game of "fetch," which animals play using sticks.
	</origin>
  </franchising>
</pokedex>
