Advertisement
WishNite

Untitled

Dec 20th, 2015
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 529.15 KB | None | 0 0
  1.  --YOU HAVE TO UPDATE THE MODULE + LOCAL SCRIPT !
  2.  
  3.  
  4. _G.Pokemon = {
  5.  
  6. ["Bulbasaur"] = {
  7.     ["Pokedex"] = 1,
  8.     ["PokedexDesc"] = "For some time after its birth, it grows by gaining nourishment from the seed on its back.",
  9.     ["Species"] = "Seed Pokemon",
  10.     ["Height"] = "2'04\"",
  11.     ["Weight"] = 15.2,
  12.     ["Type"] = {"Grass","Poison"},
  13.     ["Stats"] = {
  14.         ["HP"] = 45,
  15.         ["Atk"] = 49,
  16.         ["Def"] = 49,
  17.         ["SpA"] = 65,
  18.         ["SpD"] = 65,
  19.         ["Speed"] = 45
  20.         },
  21.     ["Evolution"] = {16,"Ivysaur"},
  22.     ["Gender"] = 88,
  23.     ["Moves"] = {
  24.         ["LevelUp"] = {
  25.             [19] = {"Razor Leaf"},
  26.             [13] = {"Sleep Powder","PoisonPowder"},
  27.             [9] = {"Vine Whip",},
  28.             [7] =  {"Absorb"},
  29.             [1] = {"Growl","Tackle"}
  30.             },
  31.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Energy Ball"}
  32.     },
  33.     ["Sprites"] = {
  34.         ["Front"] = "http://www.roblox.com/asset/?id=124052244",
  35.         ["Back"] = "http://www.roblox.com/asset/?id=124178211",
  36.         ["Mini"] = "http://www.roblox.com/asset/?id=164937218",
  37.         ["SB"] = "http://www.roblox.com/asset/?id=170426607",
  38.         ["SF"] = "http://www.roblox.com/asset/?id=170355157"
  39.     },
  40.     ["ExpType"] = "MedSlow",
  41.     ["EVYield"] = {
  42.         ["Exp"] = 64,
  43.         ["SpA"] = 1
  44.     },
  45.     ["CatchRate"] = 45,
  46. },
  47.  
  48. ["Ivysaur"] = {
  49.     ["Pokedex"] = 2,
  50.     ["PokedexDesc"] = "There is a plant bulb on its back. When it absorbs nutrients, the bulb is said to blossom into a large flower.",
  51.     ["Species"] = "Seed Pokemon",
  52.     ["Height"] = "3'03\"",
  53.     ["Weight"] = 28.7,
  54.     ["Type"] = {"Grass","Poison"},
  55.     ["Stats"] = {
  56.         ["HP"] = 60,
  57.         ["Atk"] = 62,
  58.         ["Def"] = 63,
  59.         ["SpA"] = 80,
  60.         ["SpD"] = 80,
  61.         ["Speed"] = 60
  62.         },
  63.     ["Evolution"] = {32,"Venusaur"},
  64.     ["Gender"] = 88,
  65.     ["Moves"] = {
  66.         ["LevelUp"] = {
  67.             [19] = {"Razor Leaf"},
  68.             [13] = {"Sleep Powder","PoisonPowder"},
  69.             [9] = {"Vine Whip"},
  70.             [7] = {"Absorb"},
  71.             [1] = {"Tackle","Growl"}
  72.             },
  73.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Energy Ball"}
  74.     },
  75.     ["Sprites"] = {
  76.         ["Front"] = "http://www.roblox.com/asset/?id=164935387",
  77.         ["Back"] = "http://www.roblox.com/asset/?id=164935377",
  78.         ["Mini"] = "http://www.roblox.com/asset/?id=164935381",
  79.         ["SB"] = "http://www.roblox.com/asset/?id=170426609",
  80.         ["SF"] = "http://www.roblox.com/asset/?id=170355158"
  81.     },
  82.     ["ExpType"] = "MedSlow",
  83.     ["EVYield"] = {
  84.         ["Exp"] = 141,
  85.         ["SpA"] = 1,
  86.         ["SpD"] = 1
  87.     },
  88.     ["CatchRate"] = 45,
  89. },
  90. ["Venusaur"] = {
  91.     ["Pokedex"] = 3,
  92.     ["PokedexDesc"] = "After a rainy day, the flower on its back smells stronger. The scent attracts other Pokemon. ",
  93.     ["Species"] = "Seed Pokemon",
  94.     ["Height"] = "6'07\"",
  95.     ["Weight"] = 220.5,
  96.     ["Type"] = {"Grass","Poison"},
  97.     ["Stats"] = {
  98.         ["HP"] = 80,
  99.         ["Atk"] = 82,
  100.         ["Def"] = 83,
  101.         ["SpA"] = 100,
  102.         ["SpD"] = 100,
  103.         ["Speed"] = 80
  104.         },
  105.     ["Evolution"] = {},
  106.     ["Gender"] = 88,
  107.     ["Moves"] = {
  108.         ["LevelUp"] = {
  109.             [85] = {"Synthesis"},
  110.             [75]  = {"Leaf Storm"},
  111.             [60] = {"Earthquake"},
  112.             [46] = {"Energy Ball"},
  113.             [43] = {"Giga Drain"},
  114.             [40] = {"Sludge Bomb"},
  115.             [36] = {"Seed Bomb"},
  116.             [16] = {"Razor Leaf"},
  117.             [13] = {"Sleep Powder","PoisonPowder"},
  118.             [9] = {"Vine Whip"},
  119.             [7] = {"Absorb"},
  120.             [1] = {"Tackle","Growl","Absorb","Vine Whip"}
  121.             },
  122.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Energy Ball","Earthquake"}
  123.     },
  124.     ["Sprites"] = {
  125.         ["Front"] = "http://www.roblox.com/asset/?id=167064508",
  126.         ["Back"] = "http://www.roblox.com/asset/?id=167064518",
  127.         ["Mini"] = "http://www.roblox.com/asset/?id=167064526",
  128.         ["SB"] = "http://www.roblox.com/asset/?id=170426610",
  129.         ["SF"] = "http://www.roblox.com/asset/?id=170354832"
  130.     },
  131.     ["ExpType"] = "MedSlow",
  132.     ["EVYield"] = {
  133.         ["Exp"] = 208,
  134.         ["SpA"] = 2,
  135.         ["SpD"] = 1
  136.     },
  137.     ["CatchRate"] = 45,
  138. },
  139.  
  140.  
  141. ["Charmander"] = {
  142.     ["Pokedex"] = 4,
  143.     ["PokedexDesc"] = "The fire on the tip of its tail is a measure of its life. If healthy, its tail burns intensely.",
  144.     ["Species"] = "Lizard Pokemon",
  145.     ["Height"] = "2'00\"",
  146.     ["Weight"] = 18.7,
  147.     ["Type"] = {"Fire"},
  148.     ["Stats"] = {
  149.         ["HP"] = 39,
  150.         ["Atk"] = 52,
  151.         ["Def"] = 43,
  152.         ["SpA"] = 60,
  153.         ["SpD"] = 50,
  154.         ["Speed"] = 65
  155.         },
  156.     ["Evolution"] = {16,"Charmeleon"},
  157.     ["Gender"] = 88,
  158.     ["Moves"] = {
  159.         ["LevelUp"] = {
  160.             [24] = {"Fire Fang"},
  161.             [13] = {"Metal Claw"},
  162.             [10] = {"SmokeScreen"},
  163.             [7] = {"Ember"},
  164.             [1] = {"Growl","Scratch"},
  165.             },
  166.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Flamethrower","Rock Slide"}
  167.         },
  168.     ["Sprites"] = {
  169.         ["Front"] = "http://www.roblox.com/asset/?id=124178224",
  170.         ["Back"] = "http://www.roblox.com/asset/?id=124052169",
  171.         ["Mini"] = "http://www.roblox.com/asset/?id=164937320",
  172.         ["SB"] = "http://www.roblox.com/asset/?id=170426608",
  173.         ["SF"] = "http://www.roblox.com/asset/?id=170354833"
  174.         },
  175.     ["ExpType"] = "MedSlow",
  176.     ["EVYield"] = {
  177.         ["Exp"] = 62,
  178.         ["Speed"] = 1
  179.     },
  180.     ["CatchRate"] = 45
  181. },
  182.  
  183.  
  184. ["Charmeleon"] = {
  185.     ["Pokedex"] = 5,
  186.     ["PokedexDesc"] = "It lashes about with its tail to knock down its foe. It then tears up the fallen opponent with sharp claws.",
  187.     ["Species"] = "Flame Pokemon",
  188.     ["Height"] = "3'07\"",
  189.     ["Weight"] = 41.9,
  190.     ["Type"] = {"Fire"},
  191.     ["Stats"] = {
  192.         ["HP"] = 58,
  193.         ["Atk"] = 64,
  194.         ["Def"] = 58,
  195.         ["SpA"] = 80,
  196.         ["SpD"] = 65,
  197.         ["Speed"] = 80
  198.         },
  199.     ["Evolution"] = {36,"Charizard"},
  200.     ["Gender"] = 88,
  201.     ["Moves"] = {
  202.         ["LevelUp"] = {
  203.             [34] = {"Flamethrower"},
  204.             [27] = {"Scary Face"},
  205.             [24] = {"Fire Fang"},
  206.             [20] = {"SmokeScreen"},
  207.             [13] = {"Metal Claw"},
  208.             [10] = {"SmokeScreen"},
  209.             [7] = {"Ember"},
  210.             [1] = {"Ember","Growl","Scratch"}
  211.             },
  212.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Flamethrower","Rock Slide"}
  213.         },
  214.     ["Sprites"] = {
  215.         ["Front"] = "http://www.roblox.com/asset/?id=164934441",
  216.         ["Back"] = "http://www.roblox.com/asset/?id=165204003",
  217.         ["Mini"] = "http://www.roblox.com/asset/?id=164934427",
  218.         ["SB"] = "http://www.roblox.com/asset/?id=170426616",
  219.         ["SF"] = "http://www.roblox.com/asset/?id=170354835"
  220.         },
  221.     ["ExpType"] = "MedSlow",
  222.     ["EVYield"] = {
  223.         ["Exp"] = 142,
  224.         ["SpA"] = 1,
  225.         ["Speed"] = 1
  226.     },
  227.     ["CatchRate"] = 45
  228. },
  229.  
  230. ["Charizard"] = {
  231.     ["Pokedex"] = 6,
  232.     ["PokedexDesc"] = "It is said that Charizard's fire burns hotter if it has experienced harsh battles.",
  233.     ["Species"] = "Flame Pokemon",
  234.     ["Height"] = "5'07\"",
  235.     ["Weight"] = 199.5,
  236.     ["Type"] = {"Fire","Flying"},
  237.     ["Stats"] = {
  238.         ["HP"] = 78,
  239.         ["Atk"] = 84,
  240.         ["Def"] = 78,
  241.         ["SpA"] = 109,
  242.         ["SpD"] = 85,
  243.         ["Speed"] = 100
  244.         },
  245.     ["Evolution"] = {},
  246.     ["Gender"] = 88,
  247.     ["Moves"] = {
  248.         ["LevelUp"] = {
  249.             [99] = {"Dragon Dance"},
  250.             [90] = {"Crunch"},
  251.             [89 ] = {"Flare Blitz"},
  252.             [83] = {"Dragon Pulse"},
  253.             [80] = {"Thunder Punch"},
  254.             [71] = {"Heat Wave"},
  255.             [50] = {"Air Slash"},
  256.             [44] = {"Slash"},
  257.             [40] = {"Dragon Breath"},
  258.             [36] = {"Wing Attack"},
  259.             [34] = {"Flamethrower"},
  260.             [27] = {"Scary Face"},
  261.             [24] = {"Fire Fang"},
  262.             [20] = {"SmokeScreen"},
  263.             [13] = {"Metal Claw"},
  264.             [10] = {"SmokeScreen"},
  265.             [7] = {"Ember"},
  266.             [1] = {"Ember","Growl","Scratch"}
  267.             },
  268.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Focus Blast","Earthquake","Flamethrower","Rock Slide"}
  269.         },
  270.     ["Sprites"] = {
  271.         ["Front"] = "http://www.roblox.com/asset/?id=167064111",
  272.         ["Back"] = "http://www.roblox.com/asset/?id=167064094",
  273.         ["Mini"] = "http://www.roblox.com/asset/?id=167064123",
  274.         ["SB"] = "http://www.roblox.com/asset/?id=170453386",
  275.         ["SF"] = "http://www.roblox.com/asset/?id=170354841"
  276.         },
  277.     ["ExpType"] = "MedSlow",
  278.     ["EVYield"] = {
  279.         ["Exp"] = 209,
  280.         ["SpA"] = 3,
  281.     },
  282.     ["CatchRate"] = 45
  283. },
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. ["Squirtle"] = {
  291.     ["Pokedex"] = 7,
  292.     ["PokedexDesc"] = "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.",
  293.     ["Species"] = "Tiny Turtle Pokemon",
  294.     ["Height"] = "1'08\"",
  295.     ["Weight"] = 19.8,
  296.     ["Type"] = {"Water"},
  297.     ["Stats"] = {
  298.         ["HP"] = 44,
  299.         ["Atk"] = 48,
  300.         ["Def"] = 65,
  301.         ["SpA"] = 50,
  302.         ["SpD"] = 64,
  303.         ["Speed"] = 43
  304.         },
  305.     ["Evolution"] = {16,"Wartortle"},
  306.     ["Gender"] = 88,
  307.     ["Moves"] = {
  308.         ["LevelUp"] = {
  309.             [45] = {"Hydro Pump"},
  310.             [32] = {"Crunch"},
  311.             [26] = {"Water Pulse"},
  312.             [15] = {"Bite"},
  313.             [13] = {"Water Gun"},
  314.             [10] = {"Withdraw"},
  315.             [7] = {"Bubble"},
  316.             [4] = {"Tail Whip"},
  317.             [1] = {"Tackle"}
  318.             },
  319.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Ice Beam"}
  320.     },
  321.     ["Sprites"] = {
  322.         ["Front"] = "http://www.roblox.com/asset/?id=124438924",
  323.         ["Back"] = "http://www.roblox.com/asset/?id=124438957",
  324.         ["Mini"] = "http://www.roblox.com/asset/?id=164937441",
  325.         ["SB"] = "http://www.roblox.com/asset/?id=170426619",
  326.         ["SF"] = "http://www.roblox.com/asset/?id=170354844"
  327.     },
  328.     ["ExpType"] = "MedSlow",
  329.     ["EVYield"] = {
  330.         ["Exp"] = 63,
  331.         ["Def"] = 1
  332.     },
  333.     ["CatchRate"] = 45,
  334. },
  335.  
  336.  
  337.  
  338. ["Wartortle"] = {
  339.     ["Pokedex"] = 8,
  340.     ["PokedexDesc"] = "It is said to live 10,000 years. Its furry tail is popular as a symbol of longevity.",
  341.     ["Species"] = "Turtle Pokemon",
  342.     ["Height"] = "3'03\"",
  343.     ["Weight"] = 22.5,
  344.     ["Type"] = {"Water"},
  345.     ["Stats"] = {
  346.         ["HP"] = 59,
  347.         ["Atk"] = 63,
  348.         ["Def"] = 80,
  349.         ["SpA"] = 65,
  350.         ["SpD"] = 80,
  351.         ["Speed"] = 58
  352.         },
  353.     ["Evolution"] = {36,"Blastoise"},
  354.     ["Gender"] = 88,
  355.     ["Moves"] = {
  356.         ["LevelUp"] = {
  357.             [45] = {"Hydro Pump"},
  358.             [32] = {"Crunch"},
  359.             [26] = {"Water Pulse"},
  360.             [19] = {"Bite"},
  361.             [13] = {"Water Gun"},
  362.             [10] = {"Withdraw"},
  363.             [7] = {"Bubble"},
  364.             [4] = {"Tail Whip"},
  365.             [1] = {"Bubble","Tail Whip","Tackle"}
  366.             },
  367.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Ice Beam"}
  368.     },
  369.     ["Sprites"] = {
  370.         ["Front"] = "http://www.roblox.com/asset/?id=164933788",
  371.         ["Back"] = "http://www.roblox.com/asset/?id=164933839",
  372.         ["Mini"] = "http://www.roblox.com/asset/?id=164933778",
  373.         ["SB"] = "http://www.roblox.com/asset/?id=170426620",
  374.         ["SF"] = "http://www.roblox.com/asset/?id=170470556"
  375.     },
  376.     ["ExpType"] = "MedSlow",
  377.     ["EVYield"] = {
  378.         ["Exp"] = 143,
  379.         ["Def"] = 1,
  380.         ["SpD"] = 1
  381.     },
  382.     ["CatchRate"] = 45,
  383. },
  384.  
  385.  
  386. ["Blastoise"] = {
  387.     ["Pokedex"] = 9,
  388.     ["PokedexDesc"] = "The jets of water it spouts from the rocket cannons on its shell can punch through thick steel.",
  389.     ["Species"] = "Shellfish Pokemon",
  390.     ["Height"] = "5'03\"",
  391.     ["Weight"] = 188.5,
  392.     ["Type"] = {"Water"},
  393.     ["Stats"] = {
  394.         ["HP"] = 79,
  395.         ["Atk"] = 83,
  396.         ["Def"] = 100,
  397.         ["SpA"] = 85,
  398.         ["SpD"] = 105,
  399.         ["Speed"] = 78
  400.         },
  401.     ["Evolution"] = {},
  402.     ["Gender"] = 88,
  403.     ["Moves"] = {
  404.         ["LevelUp"] = {
  405.             [80] = {"Aura Sphere"},
  406.             [60] = {"Scald"},
  407.             [45] = {"Hydro Pump"},
  408.             [32] = {"Crunch"},
  409.             [26] = {"Water Pulse"},
  410.             [19] = {"Bite"},
  411.             [13] = {"Water Gun"},
  412.             [10] = {"Withdraw"},
  413.             [7] = {"Bubble"},
  414.             [4] = {"Tail Whip"},
  415.             [1] = {"Bubble","Tail Whip","Tackle"}
  416.             },
  417.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Focus Blast","Earthquake","Ice Beam","Rock Slide","Dark Pulse"}
  418.     },
  419.     ["Sprites"] = {
  420.         ["Front"] = "http://www.roblox.com/asset/?id=167064280",
  421.         ["Back"] = "http://www.roblox.com/asset/?id=167064266",
  422.         ["Mini"] = "http://www.roblox.com/asset/?id=167064295",
  423.         ["SB"] = "http://www.roblox.com/asset/?id=170426623",
  424.         ["SF"] = "http://www.roblox.com/asset/?id=170354848"
  425.     },
  426.     ["ExpType"] = "MedSlow",
  427.     ["EVYield"] = {
  428.         ["Exp"] = 210,
  429.         ["SpD"] = 3
  430.     },
  431.     ["CatchRate"] = 45,
  432. },
  433.  
  434.  
  435.  
  436. ["Caterpie"] = {
  437.     ["Pokedex"] = 10,
  438.     ["PokedexDesc"] = "It releases a stench from its red antenna to repel enemies. It grows by molting repeatedly.",
  439.     ["Species"] = "Worm Pokemon",
  440.     ["Height"] = "1'00\"",
  441.     ["Weight"] = 6.4,
  442.     ["Type"] = {"Bug"},
  443.     ["Stats"] = {
  444.         ["HP"] = 45,
  445.         ["Atk"] = 30,
  446.         ["Def"] = 35,
  447.         ["SpA"] = 20,
  448.         ["SpD"] = 20,
  449.         ["Speed"] = 45
  450.         },
  451.     ["Evolution"] = {7,"Metapod"},
  452.     ["Gender"] = 50,
  453.     ["Moves"] = {
  454.         ["LevelUp"] = {
  455.             [1] = {"String Shot","Tackle",}
  456.             },
  457.         ["TM"] = {}
  458.     },
  459.     ["Sprites"] = {
  460.         ["Front"] = "http://www.roblox.com/asset/?id=124936769",
  461.         ["Back"] = "http://www.roblox.com/asset/?id=124936759",
  462.         ["Mini"] = "http://www.roblox.com/asset/?id=164937474",
  463.         ["SB"] = "http://www.roblox.com/asset/?id=170426622",
  464.         ["SF"] = "http://www.roblox.com/asset/?id=170355168"
  465.     },
  466.     ["ExpType"] = "MedFast",
  467.     ["EVYield"] = {
  468.         ["Exp"] = 39,
  469.         ["HP"] = 1
  470.     },
  471.     ["CatchRate"] = 255,
  472. },
  473.  
  474.  
  475.  
  476. ["Metapod"] = {
  477.     ["Pokedex"] = 11,
  478.     ["PokedexDesc"] = "A steel-hard shell protects its tender body. It quietly endures hardships while awaiting evolution.",
  479.     ["Species"] = "Cocoon Pokemon",
  480.     ["Height"] = "2'04\"",
  481.     ["Weight"] = 9.9,
  482.     ["Type"] = {"Bug"},
  483.     ["Stats"] = {
  484.         ["HP"] = 50,
  485.         ["Atk"] = 20,
  486.         ["Def"] = 55,
  487.         ["SpA"] = 25,
  488.         ["SpD"] = 25,
  489.         ["Speed"] = 30
  490.         },
  491.     ["Evolution"] = {10,"Butterfree"},
  492.     ["Gender"] = 50,
  493.     ["Moves"] = {
  494.         ["LevelUp"] = {
  495.             [7] = {"Harden"},
  496.             [1] = {"Harden"}
  497.             },
  498.         ["TM"] = {}
  499.     },
  500.     ["Sprites"] = {
  501.         ["Front"] = "http://www.roblox.com/asset/?id=164919883",
  502.         ["Back"] = "http://www.roblox.com/asset/?id=164919877",
  503.         ["Mini"] = "http://www.roblox.com/asset/?id=164919890",
  504.         ["SB"] = "http://www.roblox.com/asset/?id=170426624",
  505.         ["SF"] = "http://www.roblox.com/asset/?id=170355169"
  506.     },
  507.     ["ExpType"] = "MedFast",
  508.     ["EVYield"] = {
  509.         ["Exp"] = 72,
  510.         ["Def"] = 2
  511.     },
  512.     ["CatchRate"] = 120,
  513. },
  514.  
  515. ["Butterfree"] = {
  516.     ["Pokedex"] = 12,
  517.     ["PokedexDesc"] = "It has 3 poisonous stingers on its forelegs and its tail. They are used to jab its enemy repeatedly.",
  518.     ["Species"] = "Butterfly Pokemon",
  519.     ["Height"] = "3'07\"",
  520.     ["Weight"] = 70.5,
  521.     ["Type"] = {"Bug","Flying"},
  522.     ["Stats"] = {
  523.         ["HP"] = 60,
  524.         ["Atk"] = 45,
  525.         ["Def"] = 50,
  526.         ["SpA"] = 80,
  527.         ["SpD"] = 80,
  528.         ["Speed"] = 70
  529.         },
  530.     ["Evolution"] = {},
  531.     ["Gender"] = 50,
  532.     ["Moves"] = {
  533.         ["LevelUp"] = {
  534.             [46] = {"Quiver Dance"},
  535.             [40] = {"Bug Buzz"},
  536.             [28] = {"Gust"},
  537.             [18] = {"Supersonic"},
  538.             [15] = {"Sleep Powder"},
  539.             [14] = {"Stun Spore"},
  540.             [13] = {"PoisonPowder"},
  541.             [10] = {"Confusion"},
  542.             [1] = {"Confusion"},
  543.             },
  544.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace","Energy Ball","Psychic","Shadow Ball"}
  545.     },
  546.     ["Sprites"] = {
  547.         ["Front"] = "http://www.roblox.com/asset/?id=165446990",
  548.         ["Back"] = "http://www.roblox.com/asset/?id=165447008",
  549.         ["Mini"] = "http://www.roblox.com/asset/?id=165447049",
  550.         ["SB"] = "http://www.roblox.com/asset/?id=170426629",
  551.         ["SF"] = "http://www.roblox.com/asset/?id=170354854"
  552.     },
  553.     ["ExpType"] = "MedFast",
  554.     ["EVYield"] = {
  555.         ["Exp"] = 160,
  556.         ["SpA"] = 2,
  557.         ["SpD"] = 1
  558.     },
  559.     ["CatchRate"] = 45,
  560. },
  561.  
  562.  
  563. ["Weedle"] = {
  564.     ["Pokedex"] = 13,
  565.     ["PokedexDesc"] = "It eats its weight in leaves every day. It fends off attackers with the needle on its head.",
  566.     ["Species"] = "Hairy Bug Pokemon",
  567.     ["Height"] = "1'00\"",
  568.     ["Weight"] = 7.1,
  569.     ["Type"] = {"Bug","Poison"},
  570.     ["Stats"] = {
  571.         ["HP"] = 40,
  572.         ["Atk"] = 35,
  573.         ["Def"] = 30,
  574.         ["SpA"] = 20,
  575.         ["SpD"] = 20,
  576.         ["Speed"] = 50
  577.         },
  578.     ["Evolution"] = {7,"Kakuna"},
  579.     ["Gender"] = 50,
  580.     ["Moves"] = {
  581.         ["LevelUp"] = {
  582.             [1] = {"String Shot","Poison Sting"}
  583.             },
  584.         ["TM"] = {}
  585.     },
  586.     ["Sprites"] = {
  587.         ["Front"] = "http://www.roblox.com/asset/?id=124932062",
  588.         ["Back"] = "http://www.roblox.com/asset/?id=124932082",
  589.         ["Mini"] = "http://www.roblox.com/asset/?id=164937519",
  590.         ["SB"] = "http://www.roblox.com/asset/?id=170426630",
  591.         ["SF"] = "http://www.roblox.com/asset/?id=170354858"
  592.     },
  593.     ["ExpType"] = "MedFast",
  594.     ["EVYield"] = {
  595.         ["Exp"] = 39,
  596.         ["Speed"] = 1
  597.     },
  598.     ["CatchRate"] = 255,
  599. },
  600.  
  601.  
  602.  
  603. ["Kakuna"] = {
  604.     ["Pokedex"] = 14,
  605.     ["PokedexDesc"] = "Almost incapable of moving, this Pokemon can only harden its shell to protect itself when it is in danger.",
  606.     ["Species"] = "Cocoon Pokemon",
  607.     ["Height"] = "2'00\"",
  608.     ["Weight"] = 22,
  609.     ["Type"] = {"Bug","Poison"},
  610.     ["Stats"] = {
  611.         ["HP"] = 45,
  612.         ["Atk"] = 25,
  613.         ["Def"] = 50,
  614.         ["SpA"] = 25,
  615.         ["SpD"] = 25,
  616.         ["Speed"] = 35
  617.         },
  618.     ["Evolution"] = {10,"Beedrill"},
  619.     ["Gender"] = 50,
  620.     ["Moves"] = {
  621.         ["LevelUp"] = {
  622.             [7] = {"Harden"},
  623.             [1] = {"Harden"},
  624.             },
  625.         ["TM"] = {}
  626.     },
  627.     ["Sprites"] = {
  628.         ["Front"] = "http://www.roblox.com/asset/?id=164919995",
  629.         ["Back"] = "http://www.roblox.com/asset/?id=164919978",
  630.         ["Mini"] = "http://www.roblox.com/asset/?id=164920001",
  631.         ["SB"] = "http://www.roblox.com/asset/?id=170578157",
  632.         ["SF"] = "http://www.roblox.com/asset/?id=170355177"
  633.     },
  634.     ["ExpType"] = "MedFast",
  635.     ["EVYield"] = {
  636.         ["Exp"] = 72,
  637.         ["Def"] = 2
  638.     },
  639.     ["CatchRate"] = 120,
  640. },
  641.  
  642. ["Beedrill"] = {
  643.     ["Pokedex"] = 15,
  644.     ["PokedexDesc"] = "It has 3 poisonous stingers on its forelegs and its tail. They are used to jab its enemy repeatedly.",
  645.     ["Species"] = "Poison Bee Pokemon",
  646.     ["Height"] = "3'03\"",
  647.     ["Weight"] = 65,
  648.     ["Type"] = {"Bug","Poison"},
  649.     ["Stats"] = {
  650.         ["HP"] = 65,
  651.         ["Atk"] = 90,
  652.         ["Def"] = 40,
  653.         ["SpA"] = 45,
  654.         ["SpD"] = 80,
  655.         ["Speed"] = 75
  656.         },
  657.     ["Evolution"] = {},
  658.     ["Gender"] = 50,
  659.     ["Moves"] = {
  660.         ["LevelUp"] = {
  661.             [30] = {"Agility"},
  662.             [25] = {"Poison Jab"},
  663.             [20] = {"Twineedle"},
  664.             [15] = {"Focus Slam"},
  665.             [10] = {"Fury Attack"},
  666.             [1] = {"Fury Attack"},
  667.             },
  668.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Brick Break","Aerial Ace","Sludge Bomb"}
  669.     },
  670.     ["Sprites"] = {
  671.         ["Front"] = "http://www.roblox.com/asset/?id=165446671",
  672.         ["Back"] = "http://www.roblox.com/asset/?id=165446743",
  673.         ["Mini"] = "http://www.roblox.com/asset/?id=165446661",
  674.         ["SB"] = "http://www.roblox.com/asset/?id=170578751",
  675.         ["SF"] = "http://www.roblox.com/asset/?id=170355178"
  676.     },
  677.     ["ExpType"] = "MedFast",
  678.     ["EVYield"] = {
  679.         ["Exp"] = 159,
  680.         ["Atk"] = 2,
  681.         ["SpD"] = 1
  682.     },
  683.     ["CatchRate"] = 45,
  684. },
  685.  
  686. ["Pidgey"] = {
  687.     ["Pokedex"] = 16,
  688.     ["PokedexDesc"] = "It is docile and prefers to avoid conflict. If disturbed, however, it can ferociously strike back.",
  689.     ["Species"] = "Tiny Bird Pokemon",
  690.     ["Height"] = "1'00\"",
  691.     ["Weight"] = 4,
  692.     ["Type"] = {"Normal","Flying"},
  693.     ["Stats"] = {
  694.         ["HP"] = 40,
  695.         ["Atk"] = 45,
  696.         ["Def"] = 40,
  697.         ["SpA"] = 35,
  698.         ["SpD"] = 35,
  699.         ["Speed"] = 56
  700.         },
  701.     ["Evolution"] = {18,"Pidgeotto"},
  702.     ["Gender"] = 50,
  703.     ["Moves"] = {
  704.         ["LevelUp"] = {
  705.             [30] = {"Air Slash"},
  706.             [25] = {"Air Cutter"},
  707.             [19] = {"Wing Attack"},
  708.             [17] = {"Twister"},
  709.             [13] = {"Quick Attack"},
  710.             [9] = {"Gust"},
  711.             [5] = {"Sand-Attack"},
  712.             [1] = {"Tackle"},
  713.             },
  714.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace"}
  715.     },
  716.     ["Sprites"] = {
  717.         ["Front"] = "http://www.roblox.com/asset/?id=124919837",
  718.         ["Back"] = "http://www.roblox.com/asset/?id=124919827",
  719.         ["Mini"] = "http://www.roblox.com/asset/?id=164937562",
  720.         ["SB"] = "http://www.roblox.com/asset/?id=170579129",
  721.         ["SF"] = "http://www.roblox.com/asset/?id=170579178"
  722.     },
  723.     ["ExpType"] = "MedSlow",
  724.     ["EVYield"] = {
  725.         ["Exp"] = 50,
  726.         ["Speed"] = 1
  727.     },
  728.     ["CatchRate"] = 255,
  729. },
  730.  
  731. ["Pidgeotto"] = {
  732.     ["Pokedex"] = 17,
  733.     ["PokedexDesc"] = "It flies over its wide territory in search of prey, downing it with its highly developed claws.",
  734.     ["Species"] = "Bird Pokemon",
  735.     ["Height"] = "3'07\"",
  736.     ["Weight"] = 66.1,
  737.     ["Type"] = {"Normal","Flying"},
  738.     ["Stats"] = {
  739.         ["HP"] = 63,
  740.         ["Atk"] = 60,
  741.         ["Def"] = 55,
  742.         ["SpA"] = 50,
  743.         ["SpD"] = 50,
  744.         ["Speed"] = 71
  745.         },
  746.     ["Evolution"] = {36,"Pidgeot"},
  747.     ["Gender"] = 50,
  748.     ["Moves"] = {
  749.         ["LevelUp"] = {
  750.             [37] = {"Air Slash"},
  751.             [27] = {"Air Cutter"},
  752.                     [15] = {"Twister"},
  753.             [20] = {"Wing Attack"},
  754.             [13] = {"Quick Attack"},
  755.             [9] = {"Gust"},
  756.             [5] = {"Sand-Attack"},
  757.             [1] = {"Gust","Sand-Attack","Tackle"}
  758.             },
  759.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace"}
  760.     },
  761.     ["Sprites"] = {
  762.         ["Front"] = "http://www.roblox.com/asset/?id=164936012",
  763.         ["Back"] = "http://www.roblox.com/asset/?id=164936006",
  764.         ["Mini"] = "http://www.roblox.com/asset/?id=164936027",
  765.         ["SB"] = "http://www.roblox.com/asset/?id=170579874",
  766.         ["SF"] = "http://www.roblox.com/asset/?id=170354862"
  767.     },
  768.     ["ExpType"] = "MedSlow",
  769.     ["EVYield"] = {
  770.         ["Exp"] = 113,
  771.         ["Speed"] = 2
  772.     },
  773.     ["CatchRate"] = 120,
  774. },
  775.  
  776. ["Pidgeot"] = {
  777.     ["Pokedex"] = 18,
  778.     ["PokedexDesc"] = "This Pokemon flies at Mach 2 speed, seeking prey. Its large talons are feared as wicked weapons. ",
  779.     ["Species"] = "Bird Pokemon",
  780.     ["Height"] = "4'11\"",
  781.     ["Weight"] = 87.1,
  782.     ["Type"] = {"Normal","Flying"},
  783.     ["Stats"] = {
  784.         ["HP"] = 83,
  785.         ["Atk"] = 70,
  786.         ["Def"] = 75,
  787.         ["SpA"] = 70,
  788.         ["SpD"] = 70,
  789.         ["Speed"] = 101
  790.         },
  791.     ["Evolution"] = {},
  792.     ["Gender"] = 50,
  793.     ["Moves"] = {
  794.         ["LevelUp"] = {
  795.             [48] = {"Agility"},
  796.             [40] = {"Air Slash"},
  797.             [30] = {"Twister"},
  798.             [27] = {"Air Cutter"},
  799.             [20] = {"Wing Attack"},
  800.             [13] = {"Quick Attack"},
  801.             [9] = {"Gust"},
  802.             [5] = {"Sand-Attack"},
  803.             [1] = {"Gust","Sand-Attack","Tackle"}
  804.             },
  805.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace"}
  806.     },
  807.     ["Sprites"] = {
  808.         ["Front"] = "http://www.roblox.com/asset/?id=167476014",
  809.         ["Back"] = "http://www.roblox.com/asset/?id=167476005",
  810.         ["Mini"] = "http://www.roblox.com/asset/?id=167476022",
  811.         ["SB"] = "http://www.roblox.com/asset/?id=170452497",
  812.         ["SF"] = "http://www.roblox.com/asset/?id=170355181"
  813.     },
  814.     ["ExpType"] = "MedSlow",
  815.     ["EVYield"] = {
  816.         ["Exp"] = 172,
  817.         ["Speed"] = 3
  818.     },
  819.     ["CatchRate"] = 45,
  820. },
  821.  
  822.  
  823. ["Rattata"] = {
  824.     ["Pokedex"] = 19,
  825.     ["PokedexDesc"] = "Cautious in the extreme, its hardy vitality lets it live in any kind of environment.",
  826.     ["Species"] = "Rat Pokemon",
  827.     ["Height"] = "1'00\"",
  828.     ["Weight"] = 7.7,
  829.     ["Type"] = {"Normal"},
  830.     ["Stats"] = {
  831.         ["HP"] = 30,
  832.         ["Atk"] = 56,
  833.         ["Def"] = 35,
  834.         ["SpA"] = 25,
  835.         ["SpD"] = 35,
  836.         ["Speed"] = 72
  837.         },
  838.     ["Evolution"] = {20,"Raticate"},
  839.     ["Gender"] = 50,
  840.     ["Moves"] = {
  841.         ["LevelUp"] = {
  842.             [20] = {"Focus Slam"},
  843.             [13] = {"Hyper Fang"},
  844.             [7] = {"Quick Attack"},
  845.             [1] = {"Tail Whip","Tackle",},
  846.             },
  847.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Icy Wind","Ice Beam","Thunderbolt","Shadow Ball"}
  848.     },
  849.     ["Sprites"] = {
  850.         ["Front"] = "http://www.roblox.com/asset/?id=124930980",
  851.         ["Back"] = "http://www.roblox.com/asset/?id=124930988",
  852.         ["Mini"] = "http://www.roblox.com/asset/?id=164937602",
  853.         ["SB"] = "http://www.roblox.com/asset/?id=170452498",
  854.         ["SF"] = "http://www.roblox.com/asset/?id=170355183"
  855.     },
  856.     ["ExpType"] = "MedFast",
  857.     ["EVYield"] = {
  858.         ["Exp"] = 57,
  859.         ["Speed"] = 1
  860.     },
  861.     ["CatchRate"] = 255,
  862. },
  863.  
  864. ["Raticate"] = {
  865.     ["Pokedex"] = 20,
  866.     ["PokedexDesc"] = "It whittles its constantly growing fangs by gnawing on hard things. It can chew apart cinder walls.",
  867.     ["Species"] = "Mouse Pokemon",
  868.     ["Height"] = "2'04\"",
  869.     ["Weight"] = 40.8,
  870.     ["Type"] = {"Normal"},
  871.     ["Stats"] = {
  872.         ["HP"] = 55,
  873.         ["Atk"] = 81,
  874.         ["Def"] = 60,
  875.         ["SpA"] = 50,
  876.         ["SpD"] = 70,
  877.         ["Speed"] = 97
  878.         },
  879.     ["Evolution"] = {},
  880.     ["Gender"] = 50,
  881.     ["Moves"] = {
  882.         ["LevelUp"] = {
  883.             [20] = {"Scary Face"},
  884.             [13] = {"Hyper Fang"},
  885.             [7] = {"Quick Attack"},
  886.             [1] = {"Quick Attack","Tail Whip","Tackle"}
  887.             },
  888.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Icy Wind","Ice Beam","Thunderbolt","Shadow Ball"}
  889.     },
  890.     ["Sprites"] = {
  891.         ["Front"] = "http://www.roblox.com/asset/?id=164936589",
  892.         ["Back"] = "http://www.roblox.com/asset/?id=164936596",
  893.         ["Mini"] = "http://www.roblox.com/asset/?id=164936580",
  894.         ["SB"] = "http://www.roblox.com/asset/?id=170581109",
  895.         ["SF"] = "http://www.roblox.com/asset/?id=170354871"
  896.     },
  897.     ["ExpType"] = "MedFast",
  898.     ["EVYield"] = {
  899.         ["Exp"] = 116,
  900.         ["Speed"] = 2
  901.     },
  902.     ["CatchRate"] = 127,
  903. },
  904.  
  905.  
  906. ["Spearow"] = {
  907.     ["Pokedex"] = 21,
  908.     ["PokedexDesc"] = "It flaps its small wings busily to fly. Using its beak, it searches in grass for prey.",
  909.     ["Species"] = "Tiny Bird Pokemon",
  910.     ["Height"] = "1'00\"",
  911.     ["Weight"] = 4.4,
  912.     ["Type"] = {"Normal","Flying"},
  913.     ["Stats"] = {
  914.         ["HP"] = 40,
  915.         ["Atk"] = 65,
  916.         ["Def"] = 30,
  917.         ["SpA"] = 31,
  918.         ["SpD"] = 31,
  919.         ["Speed"] = 70
  920.         },
  921.     ["Evolution"] = {20,"Fearow"},
  922.     ["Gender"] = 50,
  923.     ["Moves"] = {
  924.         ["LevelUp"] = {
  925.             [36] = {"Drill Peck"},
  926.             [25] = {"Aerial Ace"},
  927.             [19] = {"Wing Attack"},
  928.             [13] = {"Fury Attack"},
  929.             [7] = {"Leer"},
  930.             [1] = {"Growl","Peck",}
  931.             },
  932.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace"}
  933.     },
  934.     ["Sprites"] = {
  935.         ["Front"] = "http://www.roblox.com/asset/?id=124938401",
  936.         ["Back"] = "http://www.roblox.com/asset/?id=124938394",
  937.         ["Mini"] = "http://www.roblox.com/asset/?id=164937367",
  938.         ["SB"] = "http://www.roblox.com/asset/?id=170581478",
  939.         ["SF"] = "http://www.roblox.com/asset/?id=170354872"
  940.     },
  941.     ["ExpType"] = "MedFast",
  942.     ["EVYield"] = {
  943.         ["Exp"] = 58,
  944.         ["Speed"] = 1
  945.     },
  946.     ["CatchRate"] = 255,
  947. },
  948.  
  949. ["Fearow"] = {
  950.     ["Pokedex"] = 22,
  951.     ["PokedexDesc"] = "It cleverly uses its thin, long beak to pluck and eat small insects that hide under the ground.",
  952.     ["Species"] = "Beak Pokemon",
  953.     ["Height"] = "3'11\"",
  954.     ["Weight"] = 83.8,
  955.     ["Type"] = {"Normal","Flying"},
  956.     ["Stats"] = {
  957.         ["HP"] = 65,
  958.         ["Atk"] = 90,
  959.         ["Def"] = 65,
  960.         ["SpA"] = 61,
  961.         ["SpD"] = 61,
  962.         ["Speed"] = 100
  963.         },
  964.     ["Evolution"] = {},
  965.     ["Gender"] = 50,
  966.     ["Moves"] = {
  967.         ["LevelUp"] = {
  968.             [40] = {"Drill Peck"},
  969.             [26] = {"Aerial Ace"},
  970.             [13] = {"Fury Attack"},
  971.             [7] = {"Leer"},
  972.             [1] = {"Growl","Peck",}
  973.             },
  974.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace"}
  975.     },
  976.     ["Sprites"] = {
  977.         ["Front"] = "http://www.roblox.com/asset/?id=166281290",
  978.         ["Back"] = "http://www.roblox.com/asset/?id=166281277",
  979.         ["Mini"] = "http://www.roblox.com/asset/?id=166281298",
  980.         ["SB"] = "http://www.roblox.com/asset/?id=170582098",
  981.         ["SF"] = "http://www.roblox.com/asset/?id=170354873"
  982.     },
  983.     ["ExpType"] = "MedFast",
  984.     ["EVYield"] = {
  985.         ["Exp"] = 162,
  986.         ["Speed"] = 2
  987.     },
  988.     ["CatchRate"] = 90,
  989. },
  990.  
  991. ["Ekans"] = {
  992.     ["Pokedex"] = 23,
  993.     ["PokedexDesc"] = "Slithers silently through grass, searching for its favorite food--Pidgey and Spearow eggs.",
  994.     ["Species"] = "Snake Pokemon",
  995.     ["Height"] = "6'07\"",
  996.     ["Weight"] = 15.2,
  997.     ["Ability"] = "Intimidate",
  998.     ["Type"] = {"Poison"},
  999.     ["Stats"] = {
  1000.         ["HP"] = 35,
  1001.         ["Atk"] = 60,
  1002.         ["Def"] = 44,
  1003.         ["SpA"] = 40,
  1004.         ["SpD"] = 54,
  1005.         ["Speed"] = 55
  1006.         },
  1007.     ["Evolution"] = {22,"Arbok"},
  1008.     ["Gender"] = 50,
  1009.     ["Moves"] = {
  1010.         ["LevelUp"] = {
  1011.             [52] = {"Haze"},
  1012.             [45] = {"Gunk Shot"},
  1013.             [35] = {"Crunch"},
  1014.             [25] = {"Screech"},
  1015.             [20] = {"Glare"},
  1016.             [13] = {"Bite"},
  1017.             [8] = {"Poison Sting"},
  1018.             [1] = {"Tackle","Leer"}
  1019.             },
  1020.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Sludge Bomb","Earthquake","Rock Slide","Dark Pulse"}
  1021.     },
  1022.     ["Sprites"] = {
  1023.         ["Front"] = "http://www.roblox.com/asset/?id=166280760",
  1024.         ["Back"] = "http://www.roblox.com/asset/?id=166280752",
  1025.         ["Mini"] = "http://www.roblox.com/asset/?id=166280767",
  1026.         ["SB"] = "http://www.roblox.com/asset/?id=170582356",
  1027.         ["SF"] = "http://www.roblox.com/asset/?id=170355194"
  1028.     },
  1029.     ["ExpType"] = "MedFast",
  1030.     ["EVYield"] = {
  1031.         ["Exp"] = 62,
  1032.         ["Atl"] = 1
  1033.     },
  1034.     ["CatchRate"] = 255,
  1035. },
  1036.  
  1037. ["Arbok"] = {
  1038.     ["Pokedex"] = 24,
  1039.     ["PokedexDesc"] = "The pattern on its belly appears to be a frightening face. Weak foes will flee just at the sight of the pattern. ",
  1040.     ["Species"] = "Cobra Pokemon",
  1041.     ["Height"] = "11'06\"",
  1042.     ["Weight"] = 143.3,
  1043.     ["Ability"] = "Intimidate",
  1044.     ["Type"] = {"Poison"},
  1045.     ["Stats"] = {
  1046.         ["HP"] = 60,
  1047.         ["Atk"] = 85,
  1048.         ["Def"] = 69,
  1049.         ["SpA"] = 65,
  1050.         ["SpD"] = 79,
  1051.         ["Speed"] = 80
  1052.         },
  1053.     ["Evolution"] = {},
  1054.     ["Gender"] = 50,
  1055.     ["Moves"] = {
  1056.         ["LevelUp"] = {
  1057.             [62] = {"Haze"},
  1058.             [57] = {"Gunk Shot"},
  1059.             [48] = {"Fire Fang"},
  1060.             [45] = {"Ice Fang"},
  1061.             [42] = {"Thunder Fang"},
  1062.             [37] = {"Crunch"},
  1063.             [28] = {"Screech"},
  1064.             [20] = {"Glare"},
  1065.             [13] = {"Bite"},
  1066.             [8] = {"Poison Sting"},
  1067.             [1] = {"Tackle","Leer"}
  1068.             },
  1069.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Sludge Bomb","Earthquake","Rock Slide","Dark Pulse"}
  1070.     },
  1071.     ["Sprites"] = {
  1072.         ["Front"] = "http://www.roblox.com/asset/?id=166453643",
  1073.         ["Back"] = "http://www.roblox.com/asset/?id=166453633",
  1074.         ["Mini"] = "http://www.roblox.com/asset/?id=166453657",
  1075.         ["SB"] = "http://www.roblox.com/asset/?id=170452507",
  1076.         ["SF"] = "http://www.roblox.com/asset/?id=170354880"
  1077.     },
  1078.     ["ExpType"] = "MedFast",
  1079.     ["EVYield"] = {
  1080.         ["Exp"] = 147,
  1081.         ["Atl"] = 2
  1082.     },
  1083.     ["CatchRate"] = 90,
  1084. },
  1085.  
  1086.  
  1087. ["Pikachu"] = {
  1088.     ["Pokedex"] = 25,
  1089.     ["PokedexDesc"] = "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.",
  1090.     ["Species"] = "Mouse Pokemon",
  1091.     ["Height"] = "1'04\"",
  1092.     ["Weight"] = 13.2,
  1093.     ["Type"] = {"Electric"},
  1094.     ["Stats"] = {
  1095.         ["HP"] = 35,
  1096.         ["Atk"] = 55,
  1097.         ["Def"] = 30,
  1098.         ["SpA"] = 50,
  1099.         ["SpD"] = 40,
  1100.         ["Speed"] = 90
  1101.         },
  1102.     ["Evolution"] = {},
  1103.     ["EvolutionStone"] = {["Thunder Stone"] = "Raichu"},
  1104.     ["Gender"] = 50,
  1105.     ["Moves"] = {
  1106.             ["LevelUp"] = {
  1107.             [55] = {"Thunder Punch"},
  1108.             [45] = {"Discharge"},
  1109.             [35] = {"Thunder"},
  1110.             [26] = {"Thunderbolt"},
  1111.             [20] = {"Slam"},
  1112.             [15] = {"Double Team"},
  1113.             [11] = {"Quick Attack"},
  1114.             [8] = {"Thunder Wave"},
  1115.             [6] = {"Tail Whip"},
  1116.             [1] = {"Growl","ThunderShock"}
  1117.             },
  1118.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Brick Break","Thunderbolt"}
  1119.     },
  1120.     ["Sprites"] = {
  1121.         ["Front"] = "http://www.roblox.com/asset/?id=124546827",
  1122.         ["Back"] = "http://www.roblox.com/asset/?id=124546840",
  1123.         ["Mini"] = "http://www.roblox.com/asset/?id=164937646",
  1124.         ["SB"] = "http://www.roblox.com/asset/?id=170452508",
  1125.         ["SF"] = "http://www.roblox.com/asset/?id=170355193"
  1126.     },
  1127.     ["ExpType"] = "MedFast",
  1128.     ["EVYield"] = {
  1129.         ["Exp"] = 82,
  1130.         ["Speed"] = 2
  1131.     },
  1132.     ["CatchRate"] = 190,
  1133. },
  1134. ["Raichu"] = {
  1135.     ["Pokedex"] = 26,
  1136.     ["PokedexDesc"] = "When its electricity builds, its muscles are stimulated, and it becomes more aggressive than usual.",
  1137.     ["Species"] = "Mouse Pokemon",
  1138.     ["Height"] = "2'07\"",
  1139.     ["Weight"] = 66.1,
  1140.     ["Type"] = {"Electric"},
  1141.     ["Stats"] = {
  1142.         ["HP"] = 60,
  1143.         ["Atk"] = 90,
  1144.         ["Def"] = 55,
  1145.         ["SpA"] = 90,
  1146.         ["SpD"] = 80,
  1147.         ["Speed"] = 110
  1148.         },
  1149.     ["Evolution"] = {},
  1150.     ["Gender"] = 50,
  1151.     ["Moves"] = {
  1152.         ["LevelUp"] = {
  1153.             [40] = {"Thunderbolt"},
  1154.                     [1] = {"Tail Whip","ThunderShock","Thunderbolt","Quick Attack"}
  1155.             },
  1156.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Brick Break","Focus Blast","Thunderbolt"}
  1157.     },
  1158.     ["Sprites"] = {
  1159.         ["Front"] = "http://www.roblox.com/asset/?id=166453498",
  1160.         ["Back"] = "http://www.roblox.com/asset/?id=166453506",
  1161.         ["Mini"] = "http://www.roblox.com/asset/?id=166453512",
  1162.         ["SB"] = "http://www.roblox.com/asset/?id=170452509",
  1163.         ["SF"] = "http://www.roblox.com/asset/?id=170355195"
  1164.     },
  1165.     ["ExpType"] = "MedFast",
  1166.     ["EVYield"] = {
  1167.         ["Exp"] = 122,
  1168.         ["Speed"] = 3
  1169.     },
  1170.     ["CatchRate"] = 75,
  1171. },
  1172.  
  1173.  
  1174. ["Sandshrew"] = {
  1175.     ["Pokedex"] = 27,
  1176.     ["PokedexDesc"] = "To protect itself from attackers, it curls up into a ball. It lives in arid regions with minimal rainfall.",
  1177.     ["Species"] = "Mouse Pokemon",
  1178.     ["Height"] = "2'00\"",
  1179.     ["Weight"] = 26.5,
  1180.     ["Type"] = {"Ground"},
  1181.     ["Stats"] = {
  1182.         ["HP"] = 50,
  1183.         ["Atk"] = 75,
  1184.         ["Def"] = 85,
  1185.         ["SpA"] = 20,
  1186.         ["SpD"] = 30,
  1187.         ["Speed"] = 40
  1188.         },
  1189.     ["Evolution"] = {22,"Sandslash"},
  1190.     ["Gender"] = 50,
  1191.     ["Moves"] = {
  1192.         ["LevelUp"] = {
  1193.             [30] = {"Swift"},
  1194.             [23] = {"Slash"},
  1195.             [17] = {"Poison Sting"},
  1196.             [11] = {"Sand-Attack"},
  1197.             [6] = {"Defense Curl"},
  1198.             [1] = {"Scratch"}
  1199.             },
  1200.         ["TM"] = {"Submission","Double Team","Body Slam","Toxic","Rock Tomb","Night Slash","Brick Break","Aerial Ace","Rock Slide","Earthquake"}
  1201.     },
  1202.     ["Sprites"] = {
  1203.         ["Front"] = "http://www.roblox.com/asset/?id=125068258",
  1204.         ["Back"] = "http://www.roblox.com/asset/?id=125068924",
  1205.         ["Mini"] = "http://www.roblox.com/asset/?id=164937681",
  1206.         ["SB"] = "http://www.roblox.com/asset/?id=170452510",
  1207.         ["SF"] = "http://www.roblox.com/asset/?id=170355196"
  1208.     },
  1209.     ["ExpType"] = "MedFast",
  1210.     ["EVYield"] = {
  1211.         ["Exp"] = 93,
  1212.         ["Def"] = 1
  1213.     },
  1214.     ["CatchRate"] = 255,
  1215. },
  1216.  
  1217. ["Sandslash"] = {
  1218.     ["Pokedex"] = 28,
  1219.     ["PokedexDesc"] = "It is skilled at slashing enemies with its claws. If broken, they start to grow back in a day.",
  1220.     ["Species"] = "Mouse Pokemon",
  1221.     ["Height"] = "3'03\"",
  1222.     ["Weight"] = 65,
  1223.     ["Type"] = {"Ground"},
  1224.     ["Stats"] = {
  1225.         ["HP"] = 75,
  1226.         ["Atk"] = 100,
  1227.         ["Def"] = 110,
  1228.         ["SpA"] = 45,
  1229.         ["SpD"] = 55,
  1230.         ["Speed"] = 65
  1231.         },
  1232.     ["Evolution"] = {},
  1233.     ["Gender"] = 50,
  1234.     ["Moves"] = {
  1235.         ["LevelUp"] = {
  1236.             [33] = {"Swift"},
  1237.             [24] = {"Slash"},
  1238.             [17] = {"Poison Sting"},
  1239.             [11] = {"Sand-Attack"},
  1240.             [6] = {"Defense Curl"},
  1241.             [1] = {"Scratch","Defense Curl","Sand-Attack"}
  1242.             },
  1243.         ["TM"] = {"Earthquake","Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Night Slash","Brick Break","Aerial Ace","Focus Blast","Rock Slide"}
  1244.     },
  1245.     ["Sprites"] = {
  1246.         ["Front"] = "http://www.roblox.com/asset/?id=133500386",
  1247.         ["Back"] = "http://www.roblox.com/asset/?id=166453417",
  1248.         ["Mini"] = "http://www.roblox.com/asset/?id=166453422",
  1249.         ["SB"] = "http://www.roblox.com/asset/?id=170452511",
  1250.         ["SF"] = "http://www.roblox.com/asset/?id=170354885"
  1251.     },
  1252.     ["ExpType"] = "MedFast",
  1253.     ["EVYield"] = {
  1254.         ["Exp"] = 163,
  1255.         ["Def"] = 2
  1256.     },
  1257.     ["CatchRate"] = 90,
  1258. },
  1259.  
  1260. ["NidoranF"] = {
  1261.     ["Pokedex"] = 29,
  1262.     ["PokedexDesc"] = "While it does not prefer to fight, even one drop of the poison it secretes from barbs can be fatal.",
  1263.     ["Species"] = "Poison Pin Pokemon",
  1264.     ["Height"] = "1'04\"",
  1265.     ["Weight"] = 15.4,
  1266.     ["Type"] = {"Poison"},
  1267.     ["Stats"] = {
  1268.         ["HP"] = 55,
  1269.         ["Atk"] = 47,
  1270.         ["Def"] = 52,
  1271.         ["SpA"] = 40,
  1272.         ["SpD"] = 40,
  1273.         ["Speed"] = 41
  1274.         },
  1275.     ["Evolution"] = {16,"Nidorina"},
  1276.     ["Gender"] = 0,
  1277.     ["Moves"] = {
  1278.         ["LevelUp"] = {
  1279.             [25] = {"Poison Fang"},
  1280.             [20] = {"Bite"},
  1281.             [12] = {"Double Kick"},
  1282.             [8] = {"Tail Whip"},
  1283.             [1] = {"Growl","Scratch"}
  1284.             },
  1285.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Aerial Ace","Sludge Bomb","Ice Beam","Thunderbolt"}
  1286.     },
  1287.     ["Sprites"] = {
  1288.         ["Front"] = "http://www.roblox.com/asset/?id=165109924",
  1289.         ["Back"] = "http://www.roblox.com/asset/?id=165194715",
  1290.         ["Mini"] = "http://www.roblox.com/asset/?id=165109946",
  1291.         ["SB"] = "http://www.roblox.com/asset/?id=170452517",
  1292.         ["SF"] = "http://www.roblox.com/asset/?id=170355201"
  1293.     },
  1294.     ["ExpType"] = "MedSlow",
  1295.     ["EVYield"] = {
  1296.         ["Exp"] = 60,
  1297.         ["HP"] = 1
  1298.     },
  1299.     ["CatchRate"] = 235,
  1300. },
  1301. ["Nidorina"] = {
  1302.     ["Pokedex"] = 30,
  1303.     ["PokedexDesc"] = "When feeding its young, it first chews the food into a paste, then spits it out for the offspring.",
  1304.     ["Species"] = "Poison Pin Pokemon",
  1305.     ["Height"] = "2'07\"",
  1306.     ["Weight"] = 15.4,
  1307.     ["Type"] = {"Poison"},
  1308.     ["Stats"] = {
  1309.         ["HP"] = 70,
  1310.         ["Atk"] = 62,
  1311.         ["Def"] = 67,
  1312.         ["SpA"] = 55,
  1313.         ["SpD"] = 55,
  1314.         ["Speed"] = 56
  1315.         },
  1316.     ["Evolution"] = {},
  1317.     ["EvolutionStone"] = {["Moon Stone"] = "Nidoqueen"},
  1318.     ["Gender"] = 0,
  1319.     ["Moves"] = {
  1320.         ["LevelUp"] = {
  1321.             [27] = {"Poison Fang"},
  1322.             [22] = {"Bite"},
  1323.             [12] = {"Double Kick"},
  1324.             [8] = {"Tail Whip"},
  1325.             [1] = {"Leer","Scratch"}
  1326.             },
  1327.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Aerial Ace","Sludge Bomb","Ice Beam","Thunderbolt"}
  1328.     },
  1329.     ["Sprites"] = {
  1330.         ["Front"] = "http://www.roblox.com/asset/?id=165257940",
  1331.         ["Back"] = "http://www.roblox.com/asset/?id=165257904",
  1332.         ["Mini"] = "http://www.roblox.com/asset/?id=165257780",
  1333.         ["SB"] = "http://www.roblox.com/asset/?id=170426650",
  1334.         ["SF"] = "http://www.roblox.com/asset/?id=170355203"
  1335.     },
  1336.     ["ExpType"] = "MedSlow",
  1337.     ["EVYield"] = {
  1338.         ["Exp"] = 60,
  1339.         ["HP"] = 2
  1340.     },
  1341.     ["CatchRate"] = 120,
  1342. },
  1343.  
  1344. ["Nidoqueen"] = {
  1345.     ["Pokedex"] = 31,
  1346.     ["PokedexDesc"] = "It uses its scaly, rugged body to seal the entrance of its nest and protect its young from predators. ",
  1347.     ["Species"] = "Drill Pokemon",
  1348.     ["Height"] = "4'03\"",
  1349.     ["Weight"] = 132.6,
  1350.     ["Type"] = {"Poison","Ground"},
  1351.     ["Stats"] = {
  1352.         ["HP"] = 90,
  1353.         ["Atk"] = 92,
  1354.         ["Def"] = 87,
  1355.         ["SpA"] = 75,
  1356.         ["SpD"] = 85,
  1357.         ["Speed"] = 76
  1358.         },
  1359.     ["Evolution"] = {},
  1360.     ["Gender"] = 0,
  1361.     ["Moves"] = {
  1362.         ["LevelUp"] = {
  1363.             [42] = {"Superpower"},
  1364.             [1] = {"Tail Whip","Double Kick","Poison Sting","Scratch"}
  1365.             },
  1366.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Sludge Bomb","Focus Blast","Earthquake","Flamethrower","Ice Beam","Thunderbolt","Rock Slide","Shadow Ball"}
  1367.     },
  1368.     ["Sprites"] = {
  1369.         ["Front"] = "http://www.roblox.com/asset/?id=166452608",
  1370.         ["Back"] = "http://www.roblox.com/asset/?id=166452625",
  1371.         ["Mini"] = "http://www.roblox.com/asset/?id=166452620",
  1372.         ["SB"] = "http://www.roblox.com/asset/?id=170426651",
  1373.         ["SF"] = "http://www.roblox.com/asset/?id=170355204"
  1374.     },
  1375.     ["ExpType"] = "MedSlow",
  1376.     ["EVYield"] = {
  1377.         ["Exp"] = 194,
  1378.         ["HP"] = 3
  1379.     },
  1380.     ["CatchRate"] = 45,
  1381. },
  1382.  
  1383. ["NidoranM"] = {
  1384.     ["Pokedex"] = 32,
  1385.     ["PokedexDesc"] = "It scans its surroundings by raising its ears out of the grass. Its toxic horn is for protection.",
  1386.     ["Species"] = "Poison Pin Pokemon",
  1387.     ["Height"] = "1'08\"",
  1388.     ["Weight"] = 19.8,
  1389.     ["Type"] = {"Poison"},
  1390.     ["Stats"] = {
  1391.         ["HP"] = 46,
  1392.         ["Atk"] = 57,
  1393.         ["Def"] = 40,
  1394.         ["SpA"] = 40,
  1395.         ["SpD"] = 40,
  1396.         ["Speed"] = 50
  1397.         },
  1398.     ["Evolution"] = {16,"Nidorino"},
  1399.     ["Gender"] = 100,
  1400.     ["Moves"] = {
  1401.         ["LevelUp"] = {
  1402.             [30] = {"Fury Attack"},
  1403.             [25] = {"Poison Jab"},
  1404.             [20] = {"Horn Attack"},
  1405.             [17] = {"Poison Sting"},
  1406.             [9] = {"Double Kick"},
  1407.             [7] = {"Focus Slam"},
  1408.             [1] = {"Leer","Peck"}
  1409.             },
  1410.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Ice Beam","Thunderbolt"}
  1411.     },
  1412.     ["Sprites"] = {
  1413.         ["Front"] = "http://www.roblox.com/asset/?id=165109629",
  1414.         ["Back"] = "http://www.roblox.com/asset/?id=165194812",
  1415.         ["Mini"] = "http://www.roblox.com/asset/?id=165109644",
  1416.         ["SB"] = "http://www.roblox.com/asset/?id=170452521",
  1417.         ["SF"] = "http://www.roblox.com/asset/?id=170354896"
  1418.     },
  1419.     ["ExpType"] = "MedSlow",
  1420.     ["EVYield"] = {
  1421.         ["Exp"] = 60,
  1422.         ["Atk"] = 1
  1423.     },
  1424.     ["CatchRate"] = 235,
  1425. },
  1426. ["Nidorino"] = {
  1427.     ["Pokedex"] = 33,
  1428.     ["PokedexDesc"] = "     It is easily agitated and uses its horn for offense as soon as it notices an attacker.",
  1429.     ["Species"] = "Poison Pin Pokemon",
  1430.     ["Height"] = "2'11\"",
  1431.     ["Weight"] = 43,
  1432.     ["Type"] = {"Poison"},
  1433.     ["Stats"] = {
  1434.         ["HP"] = 61,
  1435.         ["Atk"] = 72,
  1436.         ["Def"] = 57,
  1437.         ["SpA"] = 55,
  1438.         ["SpD"] = 55,
  1439.         ["Speed"] = 65
  1440.         },
  1441.     ["Evolution"] = {},
  1442.     ["EvolutionStone"] = {["Moon Stone"] = "Nidoking"},
  1443.     ["Gender"] = 100,
  1444.     ["Moves"] = {
  1445.         ["LevelUp"] = {
  1446.             [34] = {"Fury Attack"},
  1447.             [27] = {"Poison Jab"},
  1448.             [22] = {"Horn Attack"},
  1449.             [18] = {"Poison Sting"},
  1450.             [12] = {"Double Kick"},
  1451.             [8] = {"Focus Slam"},
  1452.             [1] = {"Leer","Peck"}
  1453.             },
  1454.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Ice Beam","Thunderbolt"}
  1455.     },
  1456.     ["Sprites"] = {
  1457.         ["Front"] = "http://www.roblox.com/asset/?id=165313664",
  1458.         ["Back"] = "http://www.roblox.com/asset/?id=165257606",
  1459.         ["Mini"] = "http://www.roblox.com/asset/?id=165257610",
  1460.         ["SB"] = "http://www.roblox.com/asset/?id=170452523",
  1461.         ["SF"] = "http://www.roblox.com/asset/?id=170355206"
  1462.     },
  1463.     ["ExpType"] = "MedSlow",
  1464.     ["EVYield"] = {
  1465.         ["Exp"] = 118,
  1466.         ["Atk"] = 2
  1467.     },
  1468.     ["CatchRate"] = 120,
  1469. },
  1470.  
  1471. ["Nidoking"] = {
  1472.     ["Pokedex"] = 34,
  1473.     ["PokedexDesc"] = "One swing of its mighty tail can snap a telephone pole as if it were a matchstick. ",
  1474.     ["Species"] = "Drill Pokemon",
  1475.     ["Height"] = "4'07\"",
  1476.     ["Weight"] = 136.7,
  1477.     ["Type"] = {"Poison","Ground"},
  1478.     ["Stats"] = {
  1479.         ["HP"] = 81,
  1480.         ["Atk"] = 102,
  1481.         ["Def"] = 77,
  1482.         ["SpA"] = 95,
  1483.         ["SpD"] = 65,
  1484.         ["Speed"] = 85
  1485.         },
  1486.     ["Evolution"] = {},
  1487.     ["Gender"] = 100,
  1488.     ["Moves"] = {
  1489.         ["LevelUp"] = {
  1490.             [42] = {"Megahorn"},
  1491.             [1] = {"Focus Slam","Double Kick","Poison Sting","Peck"}
  1492.             },
  1493.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Sludge Bomb","Focus Blast","Earthquake","Flamethrower","Ice Beam","Thunderbolt","Rock Slide","Shadow Ball"}
  1494.     },
  1495.     ["Sprites"] = {
  1496.         ["Front"] = "http://www.roblox.com/asset/?id=166452546",
  1497.         ["Back"] = "http://www.roblox.com/asset/?id=166452554",
  1498.         ["Mini"] = "http://www.roblox.com/asset/?id=166452560",
  1499.         ["SB"] = "http://www.roblox.com/asset/?id=170452522",
  1500.         ["SF"] = "http://www.roblox.com/asset/?id=170355207"
  1501.     },
  1502.     ["ExpType"] = "MedSlow",
  1503.     ["EVYield"] = {
  1504.         ["Exp"] = 195,
  1505.         ["Atk"] = 3
  1506.     },
  1507.     ["CatchRate"] = 45,
  1508. },
  1509.  
  1510. ["Clefairy"] = {
  1511.     ["Pokedex"] = 35,
  1512.     ["PokedexDesc"] = "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon. ",
  1513.     ["Species"] = "Fairy Pokemon",
  1514.     ["Height"] = "2'00\"",
  1515.     ["Weight"] = 16.5,
  1516.     ["Type"] = {"Fairy"},
  1517.     ["Stats"] = {
  1518.         ["HP"] = 70,
  1519.         ["Atk"] = 45,
  1520.         ["Def"] = 48,
  1521.         ["SpA"] = 60,
  1522.         ["SpD"] = 65,
  1523.         ["Speed"] = 35
  1524.         },
  1525.     ["Evolution"] = {},
  1526.     ["EvolutionStone"] = {["Moon Stone"] = "Clefable"},
  1527.     ["Gender"] = 25,
  1528.     ["Moves"] = {
  1529.         ["LevelUp"] = {
  1530.             [25] = {"Defense Curl"},
  1531.             [21] = {"Minimize"},
  1532.             [13] = {"Double Slap"},
  1533.             [9] = {"Sing"},
  1534.             [1] = {"Pound","Growl"}
  1535.             },
  1536.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Brick Break","Flamethrower","Ice Beam","Thunderbolt","Psychic"}
  1537.     },
  1538.     ["Sprites"] = {
  1539.         ["Front"] = "http://www.roblox.com/asset/?id=166280878",
  1540.         ["Back"] = "http://www.roblox.com/asset/?id=166280884",
  1541.         ["Mini"] = "http://www.roblox.com/asset/?id=166280892",
  1542.         ["SB"] = "http://www.roblox.com/asset/?id=170452530",
  1543.         ["SF"] = "http://www.roblox.com/asset/?id=170621419"
  1544.     },
  1545.     ["ExpType"] = "Fast",
  1546.     ["EVYield"] = {
  1547.         ["Exp"] = 68,
  1548.         ["HP"] = 2
  1549.     },
  1550.     ["CatchRate"] = 150,
  1551. },
  1552.  
  1553. ["Clefable"] = {
  1554.     ["Pokedex"] = 36,
  1555.     ["PokedexDesc"] = "They appear to be very protective of their own world. It is a kind of fairy, rarely seen by people.",
  1556.     ["Species"] = "Fairy Pokemon",
  1557.     ["Height"] = "4'03\"",
  1558.     ["Weight"] = 88.2,
  1559.     ["Type"] = {"Fairy"},
  1560.     ["Stats"] = {
  1561.         ["HP"] = 95,
  1562.         ["Atk"] = 70,
  1563.         ["Def"] = 73,
  1564.         ["SpA"] = 85,
  1565.         ["SpD"] = 90,
  1566.         ["Speed"] = 60
  1567.         },
  1568.     ["Evolution"] = {},
  1569.     ["Gender"] = 25,
  1570.     ["Moves"] = {
  1571.         ["LevelUp"] = {
  1572.             [1] = {"Pound","Double Slap","Sing"}
  1573.             },
  1574.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Brick Break","Focus Blast","Flamethrower","Ice Beam","Thunderbolt","Psychic"}
  1575.     },
  1576.     ["Sprites"] = {
  1577.         ["Front"] = "http://www.roblox.com/asset/?id=166452859",
  1578.         ["Back"] = "http://www.roblox.com/asset/?id=166452851",
  1579.         ["Mini"] = "http://www.roblox.com/asset/?id=166452861",
  1580.         ["SB"] = "http://www.roblox.com/asset/?id=170452532",
  1581.         ["SF"] = "http://www.roblox.com/asset/?id=170621905"
  1582.     },
  1583.     ["ExpType"] = "Fast",
  1584.     ["EVYield"] = {
  1585.         ["Exp"] = 129,
  1586.         ["HP"] = 3
  1587.     },
  1588.     ["CatchRate"] = 25,
  1589. },
  1590.  
  1591. ["Vulpix"] = {
  1592.     ["Pokedex"] = 37,
  1593.     ["PokedexDesc"] = "At the time of birth, it has just one tail. The tail splits from its tip as it grows older.",
  1594.     ["Species"] = "Fox Pokemon",
  1595.     ["Height"] = "2'00\"",
  1596.     ["Weight"] = 21.8,
  1597.     ["Type"] = {"Fire"},
  1598.     ["Stats"] = {
  1599.         ["HP"] = 38,
  1600.         ["Atk"] = 41,
  1601.         ["Def"] = 40,
  1602.         ["SpA"] = 50,
  1603.         ["SpD"] = 65,
  1604.         ["Speed"] = 65
  1605.         },
  1606.     ["Evolution"] = {},
  1607.     ["EvolutionStone"] = {["Fire Stone"] = "Ninetales"},
  1608.     ["Gender"] = 25,
  1609.     ["Moves"] = {
  1610.         ["LevelUp"] = {
  1611.             [43] = {"Fire Blast"},
  1612.             [36] = {"Extrasensory"},
  1613.             [32] = {"Flamethrower"},
  1614.             [26] = {"Faint Attack"},
  1615.             [21] = {"Confuse Ray"},
  1616.             [15] = {"Will-O-Wisp"},
  1617.             [9] = {"Quick Attack"},
  1618.             [5] = {"Tail Whip"},
  1619.             [1] = {"Ember"}
  1620.             },
  1621.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Flamethrower","Dark Pulse"}
  1622.     },
  1623.     ["Sprites"] = {
  1624.         ["Front"] = "http://www.roblox.com/asset/?id=168569257",
  1625.         ["Back"] = "http://www.roblox.com/asset/?id=168569270",
  1626.         ["Mini"] = "http://www.roblox.com/asset/?id=168569278",
  1627.         ["SB"] = "http://www.roblox.com/asset/?id=170426664",
  1628.         ["SF"] = "http://www.roblox.com/asset/?id=170355215"
  1629.     },
  1630.     ["ExpType"] = "MedFast",
  1631.     ["EVYield"] = {
  1632.         ["Exp"] = 63,
  1633.         ["Speed"] = 1
  1634.     },
  1635.     ["CatchRate"] = 190,
  1636. },
  1637.  
  1638. ["Ninetales"] = {
  1639.     ["Pokedex"] = 38,
  1640.     ["PokedexDesc"] = "It is said to live a thousand years, and each of its tails is loaded with supernatural powers.",
  1641.     ["Species"] = "Fox Pokemon",
  1642.     ["Height"] = "3'07\"",
  1643.     ["Weight"] = 43.9,
  1644.     ["Type"] = {"Fire"},
  1645.     ["Stats"] = {
  1646.         ["HP"] = 73,
  1647.         ["Atk"] = 76,
  1648.         ["Def"] = 75,
  1649.         ["SpA"] = 81,
  1650.         ["SpD"] = 100,
  1651.         ["Speed"] = 100
  1652.         },
  1653.     ["Evolution"] = {},
  1654.     ["Gender"] = 25,
  1655.     ["Moves"] = {
  1656.         ["LevelUp"] = {
  1657.             [43] = {"Fire Blast"},
  1658.             [36] = {"Extrasensory"},
  1659.             [32] = {"Flamethrower"},
  1660.             [26] = {"Faint Attack"},
  1661.             [21] = {"Confuse Ray"},
  1662.             [15] = {"Will-O-Wisp"},
  1663.             [9] = {"Quick Attack"},
  1664.             [5] = {"Tail Whip"},
  1665.             [1] = {"Flamethrower","Quick Attack","Confuse Ray"}
  1666.             },
  1667.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Flamethrower","Dark Pulse"}
  1668.     },
  1669.     ["Sprites"] = {
  1670.         ["Front"] = "http://www.roblox.com/asset/?id=168569337",
  1671.         ["Back"] = "http://www.roblox.com/asset/?id=168569353",
  1672.         ["Mini"] = "http://www.roblox.com/asset/?id=168569378",
  1673.         ["SB"] = "http://www.roblox.com/asset/?id=170426666",
  1674.         ["SF"] = "http://www.roblox.com/asset/?id=170355216"
  1675.     },
  1676.     ["ExpType"] = "MedFast",
  1677.     ["EVYield"] = {
  1678.         ["Exp"] = 178,
  1679.         ["SpD"] = 1,
  1680.         ["Speed"] = 1
  1681.     },
  1682.     ["CatchRate"] = 75,
  1683. },
  1684.  
  1685. ["Jigglypuff"] = {
  1686.     ["Pokedex"] = 39,
  1687.     ["PokedexDesc"] = "It captivates foes with its huge, round eyes, then lulls them to sleep by singing a soothing melody.",
  1688.     ["Species"] = "Balloon Pokemon",
  1689.     ["Height"] = "1'08\"",
  1690.     ["Weight"] = 12.1,
  1691.     ["Type"] = {"Normal","Fairy"},
  1692.     ["Stats"] = {
  1693.         ["HP"] = 115,
  1694.         ["Atk"] = 45,
  1695.         ["Def"] = 20,
  1696.         ["SpA"] = 45,
  1697.         ["SpD"] = 25,
  1698.         ["Speed"] = 20
  1699.         },
  1700.     ["Evolution"] = {},
  1701.     ["EvolutionStone"] = {["Moon Stone"] = "Wigglytuff"},
  1702.     ["Gender"] = 25,
  1703.     ["Moves"] = {
  1704.         ["LevelUp"] = {
  1705.             [21] = {"Double Slap"},
  1706.             [15] = {"Take Down"},
  1707.             [9] = {"Pound"},
  1708.             [5] = {"Defense Curl"},
  1709.             [1] = {"Sing"}
  1710.             },
  1711.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Flamethrower","Ice Beam","Thunderbolt","Psychic"}
  1712.     },
  1713.     ["Sprites"] = {
  1714.         ["Front"] = "http://www.roblox.com/asset/?id=166280628",
  1715.         ["Back"] = "http://www.roblox.com/asset/?id=166280621",
  1716.         ["Mini"] = "http://www.roblox.com/asset/?id=166280644",
  1717.         ["SB"] = "http://www.roblox.com/asset/?id=170452536",
  1718.         ["SF"] = "http://www.roblox.com/asset/?id=170355219"
  1719.     },
  1720.     ["ExpType"] = "Fast",
  1721.     ["EVYield"] = {
  1722.         ["Exp"] = 76,
  1723.         ["HP"] = 2
  1724.     },
  1725.     ["CatchRate"] = 170,
  1726. },
  1727.  
  1728. ["Wigglytuff"] = {
  1729.     ["Pokedex"] = 40,
  1730.     ["PokedexDesc"] = "Their fur feels so good that if two of them snuggle together, they won't want to be separated.",
  1731.     ["Species"] = "Balloon Pokemon",
  1732.     ["Height"] = "3'03\"",
  1733.     ["Weight"] = 26.5,
  1734.     ["Type"] = {"Normal","Fairy"},
  1735.     ["Stats"] = {
  1736.         ["HP"] = 140,
  1737.         ["Atk"] = 70,
  1738.         ["Def"] = 45,
  1739.         ["SpA"] = 85,
  1740.         ["SpD"] = 50,
  1741.         ["Speed"] = 45
  1742.         },
  1743.     ["Evolution"] = {},
  1744.     ["Gender"] = 25,
  1745.     ["Moves"] = {
  1746.         ["LevelUp"] = {
  1747.             [1] = {"Sing","Defense Curl","Double Slap","Take Down"}
  1748.             },
  1749.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Focus Blast","Flamethrower","Ice Beam","Thunderbolt","Psychic"}
  1750.     },
  1751.     ["Sprites"] = {
  1752.             ["Front"] = "http://www.roblox.com/asset/?id=166452695",
  1753.         ["Back"] = "http://www.roblox.com/asset/?id=166452688",
  1754.         ["Mini"] = "http://www.roblox.com/asset/?id=166452707",
  1755.         ["SB"] = "http://www.roblox.com/asset/?id=191587958",
  1756.         ["SF"] = "http://www.roblox.com/asset/?id=170622736"
  1757.     },
  1758.     ["ExpType"] = "Fast",
  1759.     ["EVYield"] = {
  1760.         ["Exp"] = 109,
  1761.         ["HP"] = 3
  1762.     },
  1763.     ["CatchRate"] = 50,
  1764. },
  1765.  
  1766. ["Zubat"] = {
  1767.     ["Pokedex"] = 41,
  1768.     ["PokedexDesc"] = "It checks its surroundings and location using reflections of the ultrasonic waves from its mouth.",
  1769.     ["Species"] = "Bat Pokemon",
  1770.     ["Height"] = "2'07\"",
  1771.     ["Weight"] = 16.5,
  1772.     ["Ability"] = "Inner Focus",
  1773.     ["Type"] = {"Poison","Flying"},
  1774.     ["Stats"] = {
  1775.         ["HP"] = 40,
  1776.         ["Atk"] = 45,
  1777.         ["Def"] = 35,
  1778.         ["SpA"] = 30,
  1779.         ["SpD"] = 40,
  1780.         ["Speed"] = 55
  1781.         },
  1782.     ["Evolution"] = {22,"Golbat"},
  1783.     ["Gender"] = 50,
  1784.     ["Moves"] = {
  1785.         ["LevelUp"] = {
  1786.             [56] = {"Haze"},
  1787.             [50] = {"Air Slash"},
  1788.             [41] = {"Poison Fang"},
  1789.             [31] = {"Air Cutter"},
  1790.             [26] = {"Confuse Ray"},
  1791.             [21] = {"Wing Attack"},
  1792.             [16] = {"Bite"},
  1793.             [11] = {"Supersonic"},
  1794.             [6] = {"Astonish"},
  1795.             [1] = {"Leech Life"}
  1796.             },
  1797.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace","Sludge Bomb","Shadow Ball"}
  1798.     },
  1799.     ["Sprites"] = {
  1800.         ["Front"] = "http://www.roblox.com/asset/?id=125077139",
  1801.         ["Back"] = "http://www.roblox.com/asset/?id=125077334",
  1802.         ["Mini"] = "http://www.roblox.com/asset/?id=164937762",
  1803.         ["SB"] = "http://www.roblox.com/asset/?id=170622977",
  1804.         ["SF"] = "http://www.roblox.com/asset/?id=170355220"
  1805.     },
  1806.     ["ExpType"] = "MedFast",
  1807.     ["EVYield"] = {
  1808.         ["Exp"] = 54,
  1809.         ["Speed"] = 1
  1810.     },
  1811.     ["CatchRate"] = 255,
  1812. },
  1813.  
  1814. ["Golbat"] = {
  1815.     ["Pokedex"] = 42,
  1816.     ["PokedexDesc"] = "     When it plunges its fangs into its prey, it instantly draws and gulps down more than ten ounces of blood. ",
  1817.     ["Species"] = "Bat Pokemon",
  1818.     ["Height"] = "5'03\"",
  1819.     ["Weight"] = 121.3,
  1820.     ["Ability"] = "Inner Focus",
  1821.     ["Type"] = {"Poison","Flying"},
  1822.     ["Stats"] = {
  1823.         ["HP"] = 75,
  1824.         ["Atk"] = 80,
  1825.         ["Def"] = 70,
  1826.         ["SpA"] = 65,
  1827.         ["SpD"] = 70,
  1828.         ["Speed"] = 90
  1829.         },
  1830.     ["Evolution"] = {},
  1831.     ["EvolutionStone"] = {["Friendship Ribbon"] = "Crobat"},
  1832.     ["Gender"] = 50,
  1833.     ["Moves"] = {
  1834.         ["LevelUp"] = {
  1835.             [62] = {"Haze"},
  1836.             [55] = {"Air Slash"},
  1837.             [44] = {"Poison Fang"},
  1838.             [31] = {"Air Cutter"},
  1839.             [26] = {"Confuse Ray"},
  1840.             [21] = {"Wing Attack"},
  1841.             [16] = {"Bite"},
  1842.             [11] = {"Supersonic"},
  1843.             [6] = {"Astonish"},
  1844.             [1] = {"Leech Life","Screech","Supersonic","Astonish"}
  1845.             },
  1846.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace","Sludge Bomb","Shadow Ball"}
  1847.     },
  1848.     ["Sprites"] = {
  1849.         ["Front"] = "http://www.roblox.com/asset/?id=166453584",
  1850.         ["Back"] = "http://www.roblox.com/asset/?id=166453571",
  1851.         ["Mini"] = "http://www.roblox.com/asset/?id=166453564",
  1852.         ["SB"] = "http://www.roblox.com/asset/?id=170622976",
  1853.         ["SF"] = "http://www.roblox.com/asset/?id=170355221"
  1854.     },
  1855.     ["ExpType"] = "MedFast",
  1856.     ["EVYield"] = {
  1857.         ["Exp"] = 171,
  1858.         ["Speed"] = 2
  1859.     },
  1860.     ["CatchRate"] = 90,
  1861. },
  1862.  
  1863. ["Oddish"] = {
  1864.     ["Pokedex"] = 43,
  1865.     ["PokedexDesc"] = "During the day, it keeps its face buried in the ground. At night, it wanders around sowing its seeds.",
  1866.     ["Species"] = "Weed Pokemon",
  1867.     ["Height"] = "1'08\"",
  1868.     ["Weight"] = 11.9,
  1869.     ["Type"] = {"Grass","Poison"},
  1870.     ["Stats"] = {
  1871.         ["HP"] = 45,
  1872.         ["Atk"] = 50,
  1873.         ["Def"] = 55,
  1874.         ["SpA"] = 75,
  1875.         ["SpD"] = 65,
  1876.         ["Speed"] = 30
  1877.         },
  1878.     ["Evolution"] = {21,"Gloom"},
  1879.     ["Gender"] = 50,
  1880.     ["Moves"] = {
  1881.         ["LevelUp"] = {
  1882.             [26] = {"Mega Drain"},
  1883.             [23] = {"Acid"},
  1884.             [18] = {"Sleep Powder"},
  1885.             [16] = {"Stun Spore"},
  1886.             [14] = {"PoisonPowder"},
  1887.             [7] =  {"Sweet Scent"},
  1888.             [1] = {"Absorb"}
  1889.             },
  1890.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Sludge Bomb","Energy Ball"}
  1891.     },
  1892.     ["Sprites"] = {
  1893.         ["Front"] = "http://www.roblox.com/asset/?id=167434297",
  1894.         ["Back"] = "http://www.roblox.com/asset/?id=167434314",
  1895.         ["Mini"] = "http://www.roblox.com/asset/?id=167434330",
  1896.         ["SB"] = "http://www.roblox.com/asset/?id=170452542",
  1897.         ["SF"] = "http://www.roblox.com/asset/?id=170355222"
  1898.     },
  1899.     ["ExpType"] = "MedSlow",
  1900.     ["EVYield"] = {
  1901.         ["Exp"] = 78,
  1902.         ["SpA"] = 1
  1903.     },
  1904.     ["CatchRate"] = 255,
  1905. },
  1906.  
  1907. ["Gloom"] = {
  1908.     ["Pokedex"] = 44,
  1909.     ["PokedexDesc"] = "The fluid that oozes from its mouth isn't drool. It is a nectar that is used to attract prey.",
  1910.     ["Species"] = "Weed Pokemon",
  1911.     ["Height"] = "2'07\"",
  1912.     ["Weight"] = 19.0,
  1913.     ["Type"] = {"Grass","Poison"},
  1914.     ["Stats"] = {
  1915.         ["HP"] = 60,
  1916.         ["Atk"] = 65,
  1917.         ["Def"] = 70,
  1918.         ["SpA"] = 85,
  1919.         ["SpD"] = 75,
  1920.         ["Speed"] = 40
  1921.         },
  1922.     ["Evolution"] = {},
  1923.     ["EvolutionStone"] = {["Leaf Stone"] = "Vileplume"},
  1924.     ["Gender"] = 50,
  1925.     ["Moves"] = {
  1926.         ["LevelUp"] = {
  1927.             [29] = {"Mega Drain"},
  1928.             [24] = {"Acid"},
  1929.             [18] = {"Sleep Powder"},
  1930.             [16] = {"Stun Spore"},
  1931.             [14] = {"PoisonPowder"},
  1932.             [7] =  {"Sweet Scent"},
  1933.             [1] = {"Absorb"}
  1934.             },
  1935.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Sludge Bomb","Energy Ball"}
  1936.     },
  1937.     ["Sprites"] = {
  1938.         ["Front"] = "http://www.roblox.com/asset/?id=167434344",
  1939.         ["Back"] = "http://www.roblox.com/asset/?id=167434357",
  1940.         ["Mini"] = "http://www.roblox.com/asset/?id=167434373",
  1941.         ["SB"] = "http://www.roblox.com/asset/?id=170453515",
  1942.         ["SF"] = "http://www.roblox.com/asset/?id=170425935"
  1943.     },
  1944.     ["ExpType"] = "MedSlow",
  1945.     ["EVYield"] = {
  1946.         ["Exp"] = 132,
  1947.         ["SpA"] = 2
  1948.     },
  1949.     ["CatchRate"] = 120,
  1950. },
  1951.  
  1952. ["Vileplume"] = {
  1953.     ["Pokedex"] = 45,
  1954.     ["PokedexDesc"] = "The larger its petals, the more toxic pollen it contains. Its big head is heavy and hard to hold up.",
  1955.     ["Species"] = "Flower Pokemon",
  1956.     ["Height"] = "3'11\"",
  1957.     ["Weight"] = 19.0,
  1958.     ["Type"] = {"Grass","Poison"},
  1959.     ["Stats"] = {
  1960.         ["HP"] = 75,
  1961.         ["Atk"] = 80,
  1962.         ["Def"] = 85,
  1963.         ["SpA"] = 110,
  1964.         ["SpD"] = 90,
  1965.         ["Speed"] = 50
  1966.         },
  1967.     ["Evolution"] = {},
  1968.     ["EvolutionStone"] = {},
  1969.     ["Gender"] = 50,
  1970.     ["Moves"] = {
  1971.         ["LevelUp"] = {
  1972.             [40] = {"Giga Drain"},
  1973.             [1] = {"Absorb","PoisonPowder","Stun Spore","Acid"}
  1974.             },
  1975.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Energy Ball"}
  1976.     },
  1977.     ["Sprites"] = {
  1978.         ["Front"] = "http://www.roblox.com/asset/?id=167456700",
  1979.         ["Back"] = "http://www.roblox.com/asset/?id=167456681",
  1980.         ["Mini"] = "http://www.roblox.com/asset/?id=167456714",
  1981.         ["SB"] = "http://www.roblox.com/asset/?id=170452545",
  1982.         ["SF"] = "http://www.roblox.com/asset/?id=170425936"
  1983.     },
  1984.     ["ExpType"] = "MedSlow",
  1985.     ["EVYield"] = {
  1986.         ["Exp"] = 184,
  1987.         ["SpA"] = 3
  1988.     },
  1989.     ["CatchRate"] = 45,
  1990. },
  1991.  
  1992.  
  1993. ["Paras"] = {
  1994.     ["Pokedex"] = 46,
  1995.     ["PokedexDesc"] = "Burrows to suck tree roots. The mushrooms on its back grow by drawing nutrients from the bug host.",
  1996.     ["Species"] = "Mushroom Pokemon",
  1997.     ["Height"] = "1'00\"",
  1998.     ["Weight"] = 11.9,
  1999.     ["Type"] = {"Bug","Grass"},
  2000.     ["Stats"] = {
  2001.         ["HP"] = 35,
  2002.         ["Atk"] = 70,
  2003.         ["Def"] = 55,
  2004.         ["SpA"] = 45,
  2005.         ["SpD"] = 55,
  2006.         ["Speed"] = 25
  2007.         },
  2008.     ["Evolution"] = {24,"Parasect"},
  2009.     ["Gender"] = 50,
  2010.     ["Moves"] = {
  2011.         ["LevelUp"] = {
  2012.             [65] = {"False Swipe"},
  2013.             [40] = {"X-Scissor"},
  2014.             [31] = {"Slash"},
  2015.             [25] = {"Spore"},
  2016.             [19] = {"Leech Life"},
  2017.             [13] = {"PoisonPowder"},
  2018.             [7] = {"Stun Spore"},
  2019.             [1] = {"Scratch",}
  2020.             },
  2021.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Aerial Ace","Sludge Bomb","Energy Ball"}
  2022.     },
  2023.     ["Sprites"] = {
  2024.         ["Front"] = "http://www.roblox.com/asset/?id=166281043",
  2025.         ["Back"] = "http://www.roblox.com/asset/?id=166545701",
  2026.         ["Mini"] = "http://www.roblox.com/asset/?id=166281058",
  2027.         ["SB"] = "http://www.roblox.com/asset/?id=170453508",
  2028.         ["SF"] = "http://www.roblox.com/asset/?id=170425937"
  2029.     },
  2030.     ["ExpType"] = "MedFast",
  2031.     ["EVYield"] = {
  2032.         ["Exp"] = 70,
  2033.         ["Atk"] = 1
  2034.     },
  2035.     ["CatchRate"] = 190,
  2036. },
  2037. ["Parasect"] = {
  2038.     ["Pokedex"] = 47,
  2039.     ["PokedexDesc"] = "It stays mostly in dark, damp places, the preference not of the bug, but of the big mushrooms on its back.",
  2040.     ["Species"] = "Mushroom Pokemon",
  2041.     ["Height"] = "3'03\"",
  2042.     ["Weight"] = 11.9,
  2043.     ["Type"] = {"Bug","Grass"},
  2044.     ["Stats"] = {
  2045.         ["HP"] = 80,
  2046.         ["Atk"] = 95,
  2047.         ["Def"] = 80,
  2048.         ["SpA"] = 60,
  2049.         ["SpD"] = 80,
  2050.         ["Speed"] = 30
  2051.         },
  2052.     ["Evolution"] = {},
  2053.     ["Gender"] = 50,
  2054.     ["Moves"] = {
  2055.         ["LevelUp"] = {
  2056.             [65] = {"False Swipe"},
  2057.             [43] = {"X-Scissor"},
  2058.             [35] = {"Slash"},
  2059.             [27] = {"Spore"},
  2060.             [19] = {"Leech Life"},
  2061.             [13] = {"PoisonPowder"},
  2062.             [7] = {"Stun Spore"},
  2063.             [1] = {"Scratch","Stun Spore","PoisonPowder"}
  2064.             },
  2065.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Aerial Ace","Sludge Bomb","Energy Ball"}
  2066.     },
  2067.     ["Sprites"] = {
  2068.         ["Front"] = "http://www.roblox.com/asset/?id=166453262",
  2069.         ["Back"] = "http://www.roblox.com/asset/?id=166453253",
  2070.         ["Mini"] = "http://www.roblox.com/asset/?id=166453272",
  2071.         ["SB"] = "http://www.roblox.com/asset/?id=170453509",
  2072.         ["SF"] = "http://www.roblox.com/asset/?id=170425938"
  2073.     },
  2074.     ["ExpType"] = "MedFast",
  2075.     ["EVYield"] = {
  2076.         ["Exp"] = 128,
  2077.         ["Atk"] = 2,
  2078.         ["Def"] = 1
  2079.     },
  2080.     ["CatchRate"] = 75,
  2081. },
  2082. ["Venonat"] = {
  2083.     ["Pokedex"] = 48,
  2084.     ["PokedexDesc"] = "Its big eyes are actually clusters of tiny eyes. At night, its kind is drawn by light. ",
  2085.     ["Species"] = "Insect Pokemon",
  2086.     ["Height"] = "3'03\"",
  2087.     ["Weight"] = 66.1,
  2088.     ["Type"] = {"Bug","Poison"},
  2089.     ["Stats"] = {
  2090.         ["HP"] = 60,
  2091.         ["Atk"] = 55,
  2092.         ["Def"] = 50,
  2093.         ["SpA"] = 40,
  2094.         ["SpD"] = 55,
  2095.         ["Speed"] = 45
  2096.         },
  2097.     ["Evolution"] = {31,"Venomoth"},
  2098.     ["Gender"] = 50,
  2099.     ["Moves"] = {
  2100.         ["LevelUp"] = {
  2101.             [48] = {"Psychic"},
  2102.             [41] = {"Poison Fang"},
  2103.             [35] = {"Signal Beam"},
  2104.             [29] = {"Sleep Powder"},
  2105.             [25] = {"Psybeam"},
  2106.             [23] = {"Stun Spore"},
  2107.             [17] = {"Leech Life"},
  2108.             [13] = {"PoisonPowder"},
  2109.             [11] = {"Confusion"},
  2110.             [5] = {"Supersonic"},
  2111.             [1] = {"Tackle"}
  2112.             },
  2113.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Sludge Bomb","Psychic"}
  2114.     },
  2115.     ["Sprites"] = {
  2116.         ["Front"] = "http://www.roblox.com/asset/?id=168570431",
  2117.         ["Back"] = "http://www.roblox.com/asset/?id=168570412",
  2118.         ["Mini"] = "http://www.roblox.com/asset/?id=168570438",
  2119.         ["SB"] = "http://www.roblox.com/asset/?id=170453506",
  2120.         ["SF"] = "http://www.roblox.com/asset/?id=170624570"
  2121.     },
  2122.     ["ExpType"] = "MedFast",
  2123.     ["EVYield"] = {
  2124.         ["Exp"] = 75,
  2125.         ["SpD"] = 1
  2126.     },
  2127.     ["CatchRate"] = 190,
  2128. },
  2129. ["Venomoth"] = {
  2130.     ["Pokedex"] = 49,
  2131.     ["PokedexDesc"] = "The dustlike scales covering its wings are color-coded to indicate the kinds of poison it has. ",
  2132.     ["Species"] = "Poison Moth Pokemon",
  2133.     ["Height"] = "4'11\"",
  2134.     ["Weight"] = 27.6,
  2135.     ["Type"] = {"Bug","Poison"},
  2136.     ["Stats"] = {
  2137.         ["HP"] = 70,
  2138.         ["Atk"] = 65,
  2139.         ["Def"] = 60,
  2140.         ["SpA"] = 90,
  2141.         ["SpD"] = 75,
  2142.         ["Speed"] = 90
  2143.         },
  2144.     ["Evolution"] = {},
  2145.     ["Gender"] = 50,
  2146.     ["Moves"] = {
  2147.         ["LevelUp"] = {
  2148.             [63] = {"Quiver Dance"},
  2149.             [59] = {"Bug Buzz"},
  2150.             [48] = {"Psychic"},
  2151.             [41] = {"Poison Fang"},
  2152.             [35] = {"Signal Beam"},
  2153.             [29] = {"Sleep Powder"},
  2154.             [25] = {"Psybeam"},
  2155.             [23] = {"Stun Spore"},
  2156.             [17] = {"Leech Life"},
  2157.             [13] = {"PoisonPowder"},
  2158.             [11] = {"Confusion"},
  2159.             [5] = {"Supersonic"},
  2160.             [1] = {"Tackle"}
  2161.             },
  2162.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace","Sludge Bomb","Energy Ball","Psychic"}
  2163.     },
  2164.     ["Sprites"] = {
  2165.         ["Front"] = "http://www.roblox.com/asset/?id=168570454",
  2166.         ["Back"] = "http://www.roblox.com/asset/?id=168570462",
  2167.         ["Mini"] = "http://www.roblox.com/asset/?id=168570476",
  2168.         ["SB"] = "http://www.roblox.com/asset/?id=170453505",
  2169.         ["SF"] = "http://www.roblox.com/asset/?id=170425941"
  2170.     },
  2171.     ["ExpType"] = "MedFast",
  2172.     ["EVYield"] = {
  2173.         ["Exp"] = 138,
  2174.         ["SpA"] = 1,
  2175.         ["Speed"] = 1
  2176.     },
  2177.     ["CatchRate"] = 75,
  2178. },
  2179.  
  2180. ["Diglett"] = {
  2181.     ["Pokedex"] = 50,
  2182.     ["PokedexDesc"] = "Its skin is very thin. If it is exposed to light, its blood heats up, causing it to grow weak.",
  2183.     ["Species"] = "Mole Pokemon",
  2184.     ["Height"] = "0'08\"",
  2185.     ["Weight"] = 1.8,
  2186.     ["Type"] = {"Ground"},
  2187.     ["Stats"] = {
  2188.         ["HP"] = 10,
  2189.         ["Atk"] = 55,
  2190.         ["Def"] = 25,
  2191.         ["SpA"] = 35,
  2192.         ["SpD"] = 45,
  2193.         ["Speed"] = 95
  2194.         },
  2195.     ["Evolution"] = {26,"Dugtrio"},
  2196.     ["Gender"] = 50,
  2197.     ["Moves"] = {
  2198.         ["LevelUp"] = {
  2199.             [35] = {"Earthquake"},
  2200.             [25] = {"Slash"},
  2201.             [23] = {"Mud-Slap"},
  2202.             [19] = {"Fury Swipes"},
  2203.             [12] = {"Astonish"},
  2204.             [9] = {"Magnitude"},
  2205.             [5] = {"Growl"},
  2206.             [1] = {"Sand-Attack","Scratch"}
  2207.             },
  2208.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Night Slash","Aerial Ace","Sludge Bomb","Earthquake","Rock Slide"}
  2209.     },
  2210.     ["Sprites"] = {
  2211.         ["Front"] = "http://www.roblox.com/asset/?id=165447684",
  2212.         ["Back"] = "http://www.roblox.com/asset/?id=165447672",
  2213.         ["Mini"] = "http://www.roblox.com/asset/?id=165447700",
  2214.         ["SB"] = "http://www.roblox.com/asset/?id=170453500",
  2215.         ["SF"] = "http://www.roblox.com/asset/?id=170425942"
  2216.     },
  2217.     ["ExpType"] = "MedFast",
  2218.     ["EVYield"] = {
  2219.         ["Exp"] = 81,
  2220.         ["Speed"] = 1
  2221.     },
  2222.     ["CatchRate"] = 255,
  2223. },
  2224.  
  2225. ["Dugtrio"] = {
  2226.     ["Pokedex"] = 51,
  2227.     ["PokedexDesc"] =  "In battle, it digs through the ground and strikes the unsuspecting foe from an unexpected direction.",
  2228.     ["Species"] = "Mole Pokemon",
  2229.     ["Height"] = "2'04\"",
  2230.     ["Weight"] = 73.4,
  2231.     ["Type"] = {"Ground"},
  2232.     ["Stats"] = {
  2233.         ["HP"] = 35,
  2234.         ["Atk"] = 80,
  2235.         ["Def"] = 50,
  2236.         ["SpA"] = 50,
  2237.         ["SpD"] = 70,
  2238.         ["Speed"] = 120
  2239.         },
  2240.     ["Evolution"] = {},
  2241.     ["Gender"] = 50,
  2242.     ["Moves"] = {
  2243.         ["LevelUp"] = {
  2244.             [45] = {"Earthquake"},
  2245.             [25] = {"Slash"},
  2246.             [23] = {"Mud-Slap"},
  2247.             [19] = {"Fury Swipes"},
  2248.             [12] = {"Astonish"},
  2249.             [9] = {"Magnitude"},
  2250.             [5] = {"Growl"},
  2251.             [1] = {"Sand-Attack","Scratch"}
  2252.             },
  2253.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Night Slash","Aerial Ace","Sludge Bomb","Earthquake","Rock Slide"}
  2254.     },
  2255.     ["Sprites"] = {
  2256.         ["Front"] = "http://www.roblox.com/asset/?id=167473088",
  2257.         ["Back"] = "http://www.roblox.com/asset/?id=167473094",
  2258.         ["Mini"] = "http://www.roblox.com/asset/?id=167473099",
  2259.         ["SB"] = "http://www.roblox.com/asset/?id=170453497",
  2260.         ["SF"] = "http://www.roblox.com/asset/?id=170425946"
  2261.     },
  2262.     ["ExpType"] = "MedFast",
  2263.     ["EVYield"] = {
  2264.         ["Exp"] = 153,
  2265.         ["Speed"] = 2
  2266.     },
  2267.     ["CatchRate"] = 50,
  2268. },
  2269.  
  2270. ["Meowth"] = {
  2271.     ["Pokedex"] = 52,
  2272.     ["PokedexDesc"] = " Adores circular objects. Wanders the street on a nightly basis to look for dropped loose change. ",
  2273.     ["Species"] = "Scratch Cat Pokemon",
  2274.     ["Height"] = "1'04\"",
  2275.     ["Weight"] = 9.3,
  2276.     ["Ability"] = "Technician",
  2277.     ["Type"] = {"Normal"},
  2278.     ["Stats"] = {
  2279.         ["HP"] = 40,
  2280.         ["Atk"] = 45,
  2281.         ["Def"] = 35,
  2282.         ["SpA"] = 40,
  2283.         ["SpD"] = 40,
  2284.         ["Speed"] = 90
  2285.         },
  2286.     ["Evolution"] = {28,"Persian"},
  2287.     ["Gender"] = 50,
  2288.     ["Moves"] = {
  2289.         ["LevelUp"] = {
  2290.             [42] = {"Night Slash"},
  2291.             [35] = {"Slash"},
  2292.             [31] = {"Screech"},
  2293.             [25] = {"Fury Swipes"},
  2294.             [20] = {"Faint Attack"},
  2295.             [10] = {"Bite"},
  2296.             [1] = {"Growl","Scratch"}
  2297.             },
  2298.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Night Slash","Aerial Ace","Thunderbolt","Shadow Ball","Dark Pulse"}
  2299.     },
  2300.     ["Sprites"] = {
  2301.         ["Front"] = "http://www.roblox.com/asset/?id=167433567",
  2302.         ["Back"] = "http://www.roblox.com/asset/?id=167433576",
  2303.         ["Mini"] = "http://www.roblox.com/asset/?id=167433583",
  2304.         ["SB"] = "http://www.roblox.com/asset/?id=170453498",
  2305.         ["SF"] = "http://www.roblox.com/asset/?id=170425947"
  2306.     },
  2307.     ["ExpType"] = "MedFast",
  2308.     ["EVYield"] = {
  2309.         ["Exp"] = 69,
  2310.         ["Speed"] = 1
  2311.     },
  2312.     ["CatchRate"] = 255,
  2313. },
  2314.  
  2315. ["Persian"] = {
  2316.     ["Pokedex"] = 53,
  2317.     ["PokedexDesc"] = "Many adore it for its sophisticated air. However, it will lash out and scratch for little reason.",
  2318.     ["Species"] = "Scratch Cat Pokemon",
  2319.     ["Height"] = "3'03\"",
  2320.     ["Weight"] = 70.5,
  2321.     ["Ability"] = "Technician",
  2322.     ["Type"] = {"Normal"},
  2323.     ["Stats"] = {
  2324.         ["HP"] = 65,
  2325.         ["Atk"] = 70,
  2326.         ["Def"] = 60,
  2327.         ["SpA"] = 65,
  2328.         ["SpD"] = 65,
  2329.         ["Speed"] = 115
  2330.         },
  2331.     ["Evolution"] = {},
  2332.     ["Gender"] = 50,
  2333.     ["Moves"] = {
  2334.         ["LevelUp"] = {
  2335.             [49] = {"Night Slash"},
  2336.             [42] = {"Slash"},
  2337.             [35] = {"Screech"},
  2338.             [25] = {"Fury Swipes"},
  2339.             [20] = {"Faint Attack"},
  2340.             [10] = {"Bite"},
  2341.             [1] = {"Growl","Scratch"}
  2342.             },
  2343.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Night Slash","Aerial Ace","Thunderbolt","Shadow Ball","Dark Pulse"}
  2344.     },
  2345.     ["Sprites"] = {
  2346.         ["Front"] = "http://www.roblox.com/asset/?id=167433593",
  2347.         ["Back"] = "http://www.roblox.com/asset/?id=167433606",
  2348.         ["Mini"] = "http://www.roblox.com/asset/?id=167433630",
  2349.         ["SB"] = "http://www.roblox.com/asset/?id=170453492",
  2350.         ["SF"] = "http://www.roblox.com/asset/?id=170425948"
  2351.     },
  2352.     ["ExpType"] = "MedFast",
  2353.     ["EVYield"] = {
  2354.         ["Exp"] = 148,
  2355.         ["Speed"] = 2
  2356.     },
  2357.     ["CatchRate"] = 90,
  2358. },
  2359.  
  2360. ["Psyduck"] = {
  2361.     ["Pokedex"] = 54,
  2362.     ["PokedexDesc"] = "If its usual headache worsens, it starts exhibiting odd powers. It can't remember doing so, however. ",
  2363.     ["Species"] = "Duck Pokemon",
  2364.     ["Height"] = "2'07\"",
  2365.     ["Weight"] = 43.2,
  2366.     ["Type"] = {"Water"},
  2367.     ["Stats"] = {
  2368.         ["HP"] = 50,
  2369.         ["Atk"] = 52,
  2370.         ["Def"] = 48,
  2371.         ["SpA"] = 65,
  2372.         ["SpD"] = 50,
  2373.         ["Speed"] = 55
  2374.         },
  2375.     ["Evolution"] = {33,"Golduck"},
  2376.     ["Gender"] = 50,
  2377.     ["Moves"] = {
  2378.         ["LevelUp"] = {
  2379.             [30] = {"Fury Swipes"},
  2380.             [26] = {"Water Pulse"},
  2381.             [23] = {"Screech"},
  2382.             [16] = {"Confusion"},
  2383.             [8] = {"Water Gun"},
  2384.             [4] = {"Tail Whip"},
  2385.             [1] = {"Scratch"}
  2386.             },
  2387.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Brick Break","Surf","Aerial Ace","Ice Beam","Psychic"}
  2388.     },
  2389.     ["Sprites"] = {
  2390.         ["Front"] = "http://www.roblox.com/asset/?id=167472619",
  2391.         ["Back"] = "http://www.roblox.com/asset/?id=167472644",
  2392.         ["Mini"] = "http://www.roblox.com/asset/?id=167472650",
  2393.         ["SB"] = "http://www.roblox.com/asset/?id=170453491",
  2394.         ["SF"] = "http://www.roblox.com/asset/?id=170425951"
  2395.     },
  2396.     ["ExpType"] = "MedFast",
  2397.     ["EVYield"] = {
  2398.         ["Exp"] = 80,
  2399.         ["SpA"] = 1
  2400.     },
  2401.     ["CatchRate"] = 190,
  2402. },
  2403.  
  2404.  
  2405. ["Golduck"] = {
  2406.     ["Pokedex"] = 55,
  2407.     ["PokedexDesc"] = "It appears by waterways at dusk. It may use telekinetic powers if its forehead glows mysteriously.",
  2408.     ["Species"] = "Duck Pokemon",
  2409.     ["Height"] = "5'07\"",
  2410.     ["Weight"] = 168.9,
  2411.     ["Type"] = {"Water"},
  2412.     ["Stats"] = {
  2413.         ["HP"] = 80,
  2414.         ["Atk"] = 82,
  2415.         ["Def"] = 78,
  2416.         ["SpA"] = 95,
  2417.         ["SpD"] = 80,
  2418.         ["Speed"] = 85
  2419.         },
  2420.     ["Evolution"] = {},
  2421.     ["Gender"] = 50,
  2422.     ["Moves"] = {
  2423.         ["LevelUp"] = {
  2424.             [30] = {"Fury Swipes"},
  2425.             [26] = {"Water Pulse"},
  2426.             [23] = {"Screech"},
  2427.             [16] = {"Confusion"},
  2428.             [8] = {"Water Gun"},
  2429.             [4] = {"Tail Whip"},
  2430.             [1] = {"Scratch"}
  2431.             },
  2432.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Brick Break","Surf","Aerial Ace","Focus Blast","Ice Beam","Psychic"}
  2433.     },
  2434.     ["Sprites"] = {
  2435.         ["Front"] = "http://www.roblox.com/asset/?id=167472669",
  2436.         ["Back"] = "http://www.roblox.com/asset/?id=167472630",
  2437.         ["Mini"] = "http://www.roblox.com/asset/?id=167472673",
  2438.         ["SB"] = "http://www.roblox.com/asset/?id=170452557",
  2439.         ["SF"] = "http://www.roblox.com/asset/?id=170425954"
  2440.     },
  2441.     ["ExpType"] = "MedFast",
  2442.     ["EVYield"] = {
  2443.         ["Exp"] = 174,
  2444.         ["SpA"] = 2
  2445.     },
  2446.     ["CatchRate"] = 75,
  2447. },
  2448.  
  2449.  
  2450. ["Mankey"] = {
  2451.     ["Pokedex"] = 56,
  2452.     ["PokedexDesc"] = "It lives in treetop colonies. If one becomes enraged, the whole colony rampages for no reason.",
  2453.     ["Species"] = "Pig Monkey Pokemon",
  2454.     ["Height"] = "1'08\"",
  2455.     ["Weight"] = 61.7,
  2456.     ["Type"] = {"Fighting"},
  2457.     ["Stats"] = {
  2458.         ["HP"] = 40,
  2459.         ["Atk"] = 85,
  2460.         ["Def"] = 35,
  2461.         ["SpA"] = 35,
  2462.         ["SpD"] = 45,
  2463.         ["Speed"] = 70
  2464.         },
  2465.     ["Evolution"] = {28,"Primeape"},
  2466.     ["Gender"] = 50,
  2467.     ["Moves"] = {
  2468.         ["LevelUp"] = {
  2469.             [41] = {"Screech"},
  2470.             [31] = {"Cross Chop"},
  2471.             [21] = {"Focus Slam"},
  2472.             [16] = {"Fury Swipes"},
  2473.             [11] = {"Karate Chop"},
  2474.             [6] = {"Low Kick"},
  2475.             [1] = {"Leer","Scratch"}
  2476.             },
  2477.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Focus Blast","Earthquake","Thunderbolt","Rock Slide"}
  2478.     },
  2479.     ["Sprites"] = {
  2480.         ["Front"] = "http://www.roblox.com/asset/?id=165109476",
  2481.         ["Back"] = "http://www.roblox.com/asset/?id=165109462",
  2482.         ["Mini"] = "http://www.roblox.com/asset/?id=165109487",
  2483.         ["SB"] = "http://www.roblox.com/asset/?id=170452559",
  2484.         ["SF"] = "http://www.roblox.com/asset/?id=170425960"
  2485.     },
  2486.     ["ExpType"] = "MedFast",
  2487.     ["EVYield"] = {
  2488.         ["Exp"] = 71,
  2489.         ["Atk"] = 1
  2490.     },
  2491.     ["CatchRate"] = 190,
  2492. },
  2493.  
  2494. ["Primeape"] = {
  2495.     ["Pokedex"] = 57,
  2496.     ["PokedexDesc"] = "     Always furious and tenacious to boot. It will not abandon chasing its quarry until it is caught.",
  2497.     ["Species"] = "Pig Monkey Pokemon",
  2498.     ["Height"] = "3'03\"",
  2499.     ["Weight"] = 70.5,
  2500.     ["Type"] = {"Fighting"},
  2501.     ["Stats"] = {
  2502.         ["HP"] = 65,
  2503.         ["Atk"] = 105,
  2504.         ["Def"] = 60,
  2505.         ["SpA"] = 60,
  2506.         ["SpD"] = 70,
  2507.         ["Speed"] = 95
  2508.         },
  2509.     ["Evolution"] = {},
  2510.     ["Gender"] = 50,
  2511.     ["Moves"] = {
  2512.         ["LevelUp"] = {
  2513.             [55] = {"Close Combat"},
  2514.             [46] = {"Screech"},
  2515.             [35] = {"Cross Chop"},
  2516.             [21] = {"Focus Slam"},
  2517.             [16] = {"Fury Swipes"},
  2518.             [11] = {"Karate Chop"},
  2519.             [6] = {"Low Kick"},
  2520.             [1] = {"Leer","Scratch"}
  2521.             },
  2522.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Focus Blast","Earthquake","Thunderbolt","Rock Slide"}
  2523.     },
  2524.     ["Sprites"] = {
  2525.         ["Front"] = "http://www.roblox.com/asset/?id=167433160",
  2526.         ["Back"] = "http://www.roblox.com/asset/?id=167433150",
  2527.         ["Mini"] = "http://www.roblox.com/asset/?id=167433176",
  2528.         ["SB"] = "http://www.roblox.com/asset/?id=170453526",
  2529.         ["SF"] = "http://www.roblox.com/asset/?id=170425961"
  2530.     },
  2531.     ["ExpType"] = "MedFast",
  2532.     ["EVYield"] = {
  2533.         ["Exp"] = 150,
  2534.         ["Atk"] = 1
  2535.     },
  2536.     ["CatchRate"] = 70,
  2537. },
  2538.  
  2539. ["Growlithe"] = {
  2540.     ["Pokedex"] = 58,
  2541.     ["PokedexDesc"] = "A Pokemon with a friendly nature. However, it will bark fiercely at anything invading its territory.",
  2542.     ["Species"] = "Puppy Pokemon",
  2543.     ["Height"] = "2'04\"",
  2544.     ["Weight"] = 41.9,
  2545.     ["Ability"] = "Intimidate",
  2546.     ["Type"] = {"Fire"},
  2547.     ["Stats"] = {
  2548.         ["HP"] = 55,
  2549.         ["Atk"] = 70,
  2550.         ["Def"] = 45,
  2551.         ["SpA"] = 70,
  2552.         ["SpD"] = 50,
  2553.         ["Speed"] = 60
  2554.         },
  2555.     ["Evolution"] = {},
  2556.     ["EvolutionStone"] = {["Fire Stone"] = "Arcanine"},
  2557.     ["Gender"] = 75,
  2558.     ["Moves"] = {
  2559.         ["LevelUp"] = {
  2560.             [62] = {"Heat Wave"},
  2561.             [49] = {"Fire Blast"},
  2562.             [43] = {"Agility"},
  2563.             [39] = {"Crunch"},
  2564.             [32] = {"Flamethrower"},
  2565.             [28] = {"Thunder Fang"},
  2566.             [26] = {"Fire Fang"},
  2567.             [25] = {"Take Down"},
  2568.             [17] = {"Flame Wheel"},
  2569.             [11] = {"Leer"},
  2570.             [6] = {"Ember"},
  2571.             [1] = {"Bite"}
  2572.             },
  2573.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Aerial Ace","Flamethrower"}
  2574.     },
  2575.     ["Sprites"] = {
  2576.         ["Front"] = "http://www.roblox.com/asset/?id=168569540",
  2577.         ["Back"] = "http://www.roblox.com/asset/?id=168569554",
  2578.         ["Mini"] = "http://www.roblox.com/asset/?id=168569568",
  2579.         ["SB"] = "http://www.roblox.com/asset/?id=170453524",
  2580.         ["SF"] = "http://www.roblox.com/asset/?id=170425963"
  2581.     },
  2582.     ["ExpType"] = "Slow",
  2583.     ["EVYield"] = {
  2584.         ["Exp"] = 91,
  2585.         ["Atk"] = 1
  2586.     },
  2587.     ["CatchRate"] = 190,
  2588. },
  2589.  
  2590.  
  2591. ["Arcanine"] = {
  2592.     ["Pokedex"] = 59,
  2593.     ["PokedexDesc"] = "A Pokemon that has been admired since the past for its beauty. It runs agilely as if on wings.",
  2594.     ["Species"] = "Legendary Pokemon",
  2595.     ["Height"] = "6'03\"",
  2596.     ["Weight"] = 341.7,
  2597.     ["Ability"] = "Intimidate",
  2598.     ["Type"] = {"Fire"},
  2599.     ["Stats"] = {
  2600.         ["HP"] = 90,
  2601.         ["Atk"] = 110,
  2602.         ["Def"] = 80,
  2603.         ["SpA"] = 100,
  2604.         ["SpD"] = 80,
  2605.         ["Speed"] = 95
  2606.         },
  2607.     ["Evolution"] = {},
  2608.     ["Gender"] = 75,
  2609.     ["Moves"] = {
  2610.         ["LevelUp"] = {
  2611.             [75] = {"Close Combat"},
  2612.             [65] = {"Flare Blitz"},
  2613.             [60] = {"Extreme Speed"},
  2614.             [49] = {"Fire Blast"},
  2615.             [43] = {"Agility"},
  2616.             [39] = {"Crunch"},
  2617.             [32] = {"Flamethrower"},
  2618.             [25] = {"Take Down"},
  2619.             [17] = {"Flame Wheel"},
  2620.             [11] = {"Leer"},
  2621.             [6] = {"Ember"},
  2622.             [1] = {"Bite"}
  2623.             },
  2624.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Aerial Ace","Flamethrower"}
  2625.     },
  2626.     ["Sprites"] = {
  2627.         ["Front"] = "http://www.roblox.com/asset/?id=168569579",
  2628.         ["Back"] = "http://www.roblox.com/asset/?id=168569589",
  2629.         ["Mini"] = "http://www.roblox.com/asset/?id=168569602",
  2630.         ["SB"] = "http://www.roblox.com/asset/?id=170453502",
  2631.         ["SF"] = "http://www.roblox.com/asset/?id=170425965"
  2632.     },
  2633.     ["ExpType"] = "Slow",
  2634.     ["EVYield"] = {
  2635.         ["Exp"] = 213,
  2636.         ["Atk"] = 2
  2637.     },
  2638.     ["CatchRate"] = 75,
  2639. },
  2640.  
  2641. ["Poliwag"] = {
  2642.     ["Pokedex"] = 60,
  2643.     ["PokedexDesc"] = " Its newly grown legs prevent it from walking well. It appears to prefer swimming over walking. ",
  2644.     ["Species"] = "Tadpole Pokemon",
  2645.     ["Height"] = "2'00\"",
  2646.     ["Weight"] = 27.3,
  2647.     ["Type"] = {"Water"},
  2648.     ["Stats"] = {
  2649.         ["HP"] = 40,
  2650.         ["Atk"] = 50,
  2651.         ["Def"] = 40,
  2652.         ["SpA"] = 40,
  2653.         ["SpD"] = 40,
  2654.         ["Speed"] = 90
  2655.         },
  2656.     ["Evolution"] = {25,"Poliwhirl"},
  2657.     ["Gender"] = 50,
  2658.     ["Moves"] = {
  2659.         ["LevelUp"] = {
  2660.             [50] = {"Hydro Pump"},
  2661.             [39] = {"Mud Shot"},
  2662.             [29] = {"Bubblebeam"},
  2663.             [25] = {"Body Slam"},
  2664.             [19] = {"Double Slap"},
  2665.             [14] = {"Bubble"},
  2666.             [9] = {"Hypnosis"},
  2667.             [1] = {"Water Gun"}
  2668.             },
  2669.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Surf","Ice Beam","Psychic"}
  2670.     },
  2671.     ["Sprites"] = {
  2672.         ["Front"] = "http://www.roblox.com/asset/?id=168573756",
  2673.         ["Back"] = "http://www.roblox.com/asset/?id=168573768",
  2674.         ["Mini"] = "http://www.roblox.com/asset/?id=168573777",
  2675.         ["SB"] = "http://www.roblox.com/asset/?id=170452561",
  2676.         ["SF"] = "http://www.roblox.com/asset/?id=170425967"
  2677.     },
  2678.     ["ExpType"] = "MedSlow",
  2679.     ["EVYield"] = {
  2680.         ["Exp"] = 77,
  2681.         ["Speed"] = 1
  2682.     },
  2683.     ["CatchRate"] = 255,
  2684. },
  2685.  
  2686. ["Poliwhirl"] = {
  2687.     ["Pokedex"] = 61,
  2688.     ["PokedexDesc"] = "Though it is skilled at walking, it prefers to live underwater where there is less danger.",
  2689.     ["Species"] = "Tadpole Pokemon",
  2690.     ["Height"] = "3'03\"",
  2691.     ["Weight"] = 44.3,
  2692.     ["Type"] = {"Water"},
  2693.     ["Stats"] = {
  2694.         ["HP"] = 65,
  2695.         ["Atk"] = 65,
  2696.         ["Def"] = 65,
  2697.         ["SpA"] = 50,
  2698.         ["SpD"] = 50,
  2699.         ["Speed"] = 90
  2700.         },
  2701.     ["Evolution"] = {},
  2702.     ["EvolutionStone"] = {["Water Stone"] = "Poliwrath"},
  2703.     ["Gender"] = 50,
  2704.     ["Moves"] = {
  2705.         ["LevelUp"] = {
  2706.             [60] = {"Scald"},
  2707.             [55] = {"Waterfall"},
  2708.             [50] = {"Hydro Pump"},
  2709.             [39] = {"Mud Shot"},
  2710.             [29] = {"Bubblebeam"},
  2711.             [25] = {"Body Slam"},
  2712.             [19] = {"Double Slap"},
  2713.             [14] = {"Bubble"},
  2714.             [9] = {"Hypnosis"},
  2715.             [1] = {"Water Gun"}
  2716.             },
  2717.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Brick Break","Surf","Earthquake","Ice Beam","Psychic"}
  2718.     },
  2719.     ["Sprites"] = {
  2720.         ["Front"] = "http://www.roblox.com/asset/?id=168573853",
  2721.         ["Back"] = "http://www.roblox.com/asset/?id=168573791",
  2722.         ["Mini"] = "http://www.roblox.com/asset/?id=168573867",
  2723.         ["SB"] = "http://www.roblox.com/asset/?id=170453489",
  2724.         ["SF"] = "http://www.roblox.com/asset/?id=170425968"
  2725.     },
  2726.     ["ExpType"] = "MedSlow",
  2727.     ["EVYield"] = {
  2728.         ["Exp"] = 131,
  2729.         ["Speed"] = 2
  2730.     },
  2731.     ["CatchRate"] = 120,
  2732. },
  2733.  
  2734. ["Poliwrath"] = {
  2735.     ["Pokedex"] = 62,
  2736.     ["PokedexDesc"] = "A swimmer adept at both the front crawl and breaststroke. Easily overtakes the best human swimmers. ",
  2737.     ["Species"] = "Tadpole Pokemon",
  2738.     ["Height"] = "4'03\"",
  2739.     ["Weight"] = 119,
  2740.     ["Type"] = {"Water","Fighting"},
  2741.     ["Stats"] = {
  2742.         ["HP"] = 90,
  2743.         ["Atk"] = 95,
  2744.         ["Def"] = 95,
  2745.         ["SpA"] = 80,
  2746.         ["SpD"] = 90,
  2747.         ["Speed"] = 70
  2748.         },
  2749.     ["Evolution"] = {},
  2750.     ["Gender"] = 50,
  2751.     ["Moves"] = {
  2752.         ["LevelUp"] = {
  2753.             [60] = {"Scald"},
  2754.             [55] = {"Waterfall"},
  2755.             [50] = {"Hydro Pump"},
  2756.             [39] = {"Mud Shot"},
  2757.             [35] = {"Submission"},
  2758.             [29] = {"Bubblebeam"},
  2759.             [25] = {"Body Slam"},
  2760.             [19] = {"Double Slap"},
  2761.             [14] = {"Bubble"},
  2762.             [9] = {"Hypnosis"},
  2763.             [1] = {"Water Gun"}
  2764.             },
  2765.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Brick Break","Surf","Focus Blast","Earthquake","Ice Beam","Rock Slide","Psychic"}
  2766.     },
  2767.     ["Sprites"] = {
  2768.         ["Front"] = "http://www.roblox.com/asset/?id=168574025",
  2769.         ["Back"] = "http://www.roblox.com/asset/?id=168732970",
  2770.         ["Mini"] = "http://www.roblox.com/asset/?id=168574034",
  2771.         ["SB"] = "http://www.roblox.com/asset/?id=170626987",
  2772.         ["SF"] = "http://www.roblox.com/asset/?id=170425972"
  2773.     },
  2774.     ["ExpType"] = "MedSlow",
  2775.     ["EVYield"] = {
  2776.         ["Exp"] = 185,
  2777.         ["Def"] = 3
  2778.     },
  2779.     ["CatchRate"] = 45,
  2780. },
  2781.  
  2782.  
  2783. ["Abra"] = {
  2784.     ["Pokedex"] = 63,
  2785.     ["PokedexDesc"] = "Using its psychic power is such a strain on its brain that it needs to sleep for 18 hours a day.",
  2786.     ["Species"] = "Psi Pokemon",
  2787.     ["Height"] = "2'11\"",
  2788.     ["Weight"] = 43,
  2789.     ["Type"] = {"Psychic"},
  2790.     ["Stats"] = {
  2791.         ["HP"] = 25,
  2792.         ["Atk"] = 20,
  2793.         ["Def"] = 15,
  2794.         ["SpA"] = 105,
  2795.         ["SpD"] = 55,
  2796.         ["Speed"] = 90
  2797.         },
  2798.     ["Evolution"] = {16,"Kadabra"},
  2799.     ["Gender"] = 75,
  2800.     ["Moves"] = {
  2801.         ["LevelUp"] = {
  2802.             [1] = {"Growl"}
  2803.             },
  2804.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Energy Ball","Psychic","Shadow Ball"}
  2805.     },
  2806.     ["Sprites"] = {
  2807.         ["Front"] = "http://www.roblox.com/asset/?id=167442263",
  2808.         ["Back"] = "http://www.roblox.com/asset/?id=167442243",
  2809.         ["Mini"] = "http://www.roblox.com/asset/?id=167442283",
  2810.         ["SB"] = "http://www.roblox.com/asset/?id=82909670",
  2811.         ["SF"] = "http://www.roblox.com/asset/?id=170425974"
  2812.     },
  2813.     ["ExpType"] = "MedSlow",
  2814.     ["EVYield"] = {
  2815.         ["Exp"] = 73,
  2816.         ["SpA"] = 1
  2817.     },
  2818.     ["CatchRate"] = 200,
  2819. },
  2820.  
  2821. ["Kadabra"] = {
  2822.     ["Pokedex"] = 64,
  2823.     ["PokedexDesc"] = "When it uses its psychic power, it emits strong alpha waves that can ruin precision devices.",
  2824.     ["Species"] = "Psi Pokemon",
  2825.     ["Height"] = "4'03\"",
  2826.     ["Weight"] = 124.6,
  2827.     ["Type"] = {"Psychic"},
  2828.     ["Stats"] = {
  2829.         ["HP"] = 40,
  2830.         ["Atk"] = 35,
  2831.         ["Def"] = 30,
  2832.         ["SpA"] = 120,
  2833.         ["SpD"] = 70,
  2834.         ["Speed"] = 105
  2835.         },
  2836.     ["Evolution"] = {},
  2837.     ["EvolutionStone"] = {["Link Cable Stone"] = "Alakazam"},
  2838.     ["Gender"] = 75,
  2839.     ["Moves"] = {
  2840.         ["LevelUp"] = {
  2841.             [50] = {"Energy Ball"},
  2842.             [43]  = {"Shadow Ball"},
  2843.             [35] = {"Psychic"},
  2844.             [27] = {"Psybeam"},
  2845.             [23] = {"Recover"},
  2846.             [20] = {"Kinesis"},
  2847.             [18] = {"Confusion"},
  2848.             [16] = {"Confusion"},
  2849.             [1] = {"Growl"}
  2850.             },
  2851.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Energy Ball","Psychic","Shadow Ball"}
  2852.     },
  2853.     ["Sprites"] = {
  2854.         ["Front"] = "http://www.roblox.com/asset/?id=167442325",
  2855.         ["Back"] = "http://www.roblox.com/asset/?id=167442307",
  2856.         ["Mini"] = "http://www.roblox.com/asset/?id=167442340",
  2857.         ["SB"] = "http://www.roblox.com/asset/?id=82909692",
  2858.         ["SF"] = "http://www.roblox.com/asset/?id=170425973"
  2859.     },
  2860.     ["ExpType"] = "MedSlow",
  2861.     ["EVYield"] = {
  2862.         ["Exp"] = 145,
  2863.         ["SpA"] = 2
  2864.     },
  2865.     ["CatchRate"] = 200,
  2866. },
  2867.  
  2868. ["Alakazam"] = {
  2869.     ["Pokedex"] = 65,
  2870.     ["PokedexDesc"] = "Its brain can outperform a supercomputer. Its IQ (intelligence quotient) is said to be around 5,000.",
  2871.     ["Species"] = "Psi Pokemon",
  2872.     ["Height"] = "4'11\"",
  2873.     ["Weight"] = 105.8,
  2874.     ["Type"] = {"Psychic"},
  2875.     ["Stats"] = {
  2876.         ["HP"] = 55,
  2877.         ["Atk"] = 50,
  2878.         ["Def"] = 45,
  2879.         ["SpA"] = 135,
  2880.         ["SpD"] = 95,
  2881.         ["Speed"] = 120
  2882.         },
  2883.     ["Evolution"] = {},
  2884.     ["Gender"] = 75,
  2885.     ["Moves"] = {
  2886.         ["LevelUp"] = {
  2887.             [65] = {"Dazzling Gleam"},
  2888.             [50] = {"Shadow Ball"},
  2889.             [42] = {"Focus Blast"},
  2890.             [36] = {"Psychic"},
  2891.             [27] = {"Psybeam"},
  2892.             [23] = {"Recover"},
  2893.             [20] = {"Kinesis"},
  2894.             [18] = {"Confusion"},
  2895.             [16] = {"Confusion"},
  2896.             [1] = {"Growl"}
  2897.             },
  2898.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Focus Blast","Energy Ball","Psychic","Shadow Ball"}
  2899.     },
  2900.     ["Sprites"] = {
  2901.         ["Front"] = "http://www.roblox.com/asset/?id=167434026",
  2902.         ["Back"] = "http://www.roblox.com/asset/?id=167434039",
  2903.         ["Mini"] = "http://www.roblox.com/asset/?id=167434049",
  2904.         ["SB"] = "http://www.roblox.com/asset/?id=82909759",
  2905.         ["SF"] = "http://www.roblox.com/asset/?id=170425976"
  2906.     },
  2907.     ["ExpType"] = "MedSlow",
  2908.     ["EVYield"] = {
  2909.         ["Exp"] = 186,
  2910.         ["SpA"] = 3
  2911.     },
  2912.     ["CatchRate"] = 50,
  2913. },
  2914.  
  2915. ["Machop"] = {
  2916.     ["Pokedex"] = 66,
  2917.     ["PokedexDesc"] = "It loves to work out and build its muscles. It is never satisfied, even if it trains hard all day long. ",
  2918.     ["Species"] = "Superpower Pokemon",
  2919.     ["Height"] = "2'07\"",
  2920.     ["Weight"] = 43,
  2921.     ["Type"] = {"Fighting"},
  2922.     ["Stats"] = {
  2923.         ["HP"] = 70,
  2924.         ["Atk"] = 80,
  2925.         ["Def"] = 50,
  2926.         ["SpA"] = 35,
  2927.         ["SpD"] = 35,
  2928.         ["Speed"] = 35
  2929.         },
  2930.     ["Evolution"] = {28,"Machoke"},
  2931.     ["Gender"] = 75,
  2932.     ["Moves"] = {
  2933.         ["LevelUp"] = {
  2934.             [50] = {"Dual Chop"},
  2935.             [40] = {"Thunder Punch"},
  2936.             [37] = {"Ice Punch"},
  2937.             [34] = {"Fire Punch"},
  2938.             [27] = {"Cross Chop"},
  2939.             [21] = {"Scary Face"},
  2940.             [13] = {"Karate Chop"},
  2941.             [7] = {"Focus Slam"},
  2942.             [1] = {"Low Kick","Leer"}
  2943.             },
  2944.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Focus Blast","Earthquake","Flamethrower","Rock Slide"}
  2945.     },
  2946.     ["Sprites"] = {
  2947.         ["Front"] = "http://www.roblox.com/asset/?id=168568553",
  2948.         ["Back"] = "http://www.roblox.com/asset/?id=168568566",
  2949.         ["Mini"] = "http://www.roblox.com/asset/?id=168568577",
  2950.         ["SB"] = "http://www.roblox.com/asset/?id=170627141",
  2951.         ["SF"] = "http://www.roblox.com/asset/?id=170425979"
  2952.     },
  2953.     ["ExpType"] = "MedSlow",
  2954.     ["EVYield"] = {
  2955.         ["Exp"] = 88,
  2956.         ["Atk"] = 1
  2957.     },
  2958.     ["CatchRate"] = 180,
  2959. },
  2960.  
  2961. ["Machoke"] = {
  2962.     ["Pokedex"] = 67,
  2963.     ["PokedexDesc"] = "It happily carries heavy cargo to toughen up. It willingly does hard work for people.",
  2964.     ["Species"] = "Superpower Pokemon",
  2965.     ["Height"] = "4'11\"",
  2966.     ["Weight"] = 155.4,
  2967.     ["Type"] = {"Fighting"},
  2968.     ["Stats"] = {
  2969.         ["HP"] = 80,
  2970.         ["Atk"] = 100,
  2971.         ["Def"] = 70,
  2972.         ["SpA"] = 50,
  2973.         ["SpD"] = 60,
  2974.         ["Speed"] = 45
  2975.         },
  2976.     ["Evolution"] = {},
  2977.     ["EvolutionStone"] = {["Link Cable Stone"] = "Machamp"},
  2978.     ["Gender"] = 75,
  2979.     ["Moves"] = {
  2980.         ["LevelUp"] = {
  2981.             [50] = {"Dual Chop"},
  2982.             [40] = {"Thunder Punch"},
  2983.             [37] = {"Ice Punch"},
  2984.             [34] = {"Fire Punch"},
  2985.             [27] = {"Cross Chop"},
  2986.             [21] = {"Scary Face"},
  2987.             [13] = {"Karate Chop"},
  2988.             [7] = {"Focus Slam"},
  2989.             [1] = {"Low Kick","Leer"}
  2990.             },
  2991.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Focus Blast","Earthquake","Flamethrower","Rock Slide"}
  2992.     },
  2993.     ["Sprites"] = {
  2994.         ["Front"] = "http://www.roblox.com/asset/?id=168568656",
  2995.         ["Back"] = "http://www.roblox.com/asset/?id=168568756",
  2996.         ["Mini"] = "http://www.roblox.com/asset/?id=168568776",
  2997.         ["SB"] = "http://www.roblox.com/asset/?id=170627139",
  2998.         ["SF"] = "http://www.roblox.com/asset/?id=170627272"
  2999.     },
  3000.     ["ExpType"] = "MedSlow",
  3001.     ["EVYield"] = {
  3002.         ["Exp"] = 156,
  3003.         ["Atk"] = 2
  3004.     },
  3005.     ["CatchRate"] = 90,
  3006. },
  3007. ["Machamp"] = {
  3008.     ["Pokedex"] = 68,
  3009.     ["PokedexDesc"] = "     It uses its four powerful arms to pin the limbs of its foe, then throws the victim over the horizon. ",
  3010.     ["Species"] = "Superpower Pokemon",
  3011.     ["Height"] = "4'11\"",
  3012.     ["Weight"] = 155.4,
  3013.     ["Type"] = {"Fighting"},
  3014.     ["Stats"] = {
  3015.         ["HP"] = 90,
  3016.         ["Atk"] = 130,
  3017.         ["Def"] = 80,
  3018.         ["SpA"] = 65,
  3019.         ["SpD"] = 85,
  3020.         ["Speed"] = 55
  3021.         },
  3022.     ["Evolution"] = {},
  3023.     ["Gender"] = 75,
  3024.     ["Moves"] = {
  3025.         ["LevelUp"] = {
  3026.             [50] = {"Dual Chop"},
  3027.             [40] = {"Thunder Punch"},
  3028.             [37] = {"Ice Punch"},
  3029.             [34] = {"Fire Punch"},
  3030.             [27] = {"Cross Chop"},
  3031.             [21] = {"Scary Face"},
  3032.             [13] = {"Karate Chop"},
  3033.             [7] = {"Focus Slam"},
  3034.             [1] = {"Low Kick","Leer"}
  3035.             },
  3036.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Focus Blast","Earthquake","Flamethrower","Rock Slide"}
  3037.     },
  3038.     ["Sprites"] = {
  3039.         ["Front"] = "http://www.roblox.com/asset/?id=168568825",
  3040.         ["Back"] = "http://www.roblox.com/asset/?id=168568837",
  3041.         ["Mini"] = "http://www.roblox.com/asset/?id=168568886",
  3042.         ["SB"] = "http://www.roblox.com/asset/?id=170627137",
  3043.         ["SF"] = "http://www.roblox.com/asset/?id=170425984"
  3044.     },
  3045.     ["ExpType"] = "MedSlow",
  3046.     ["EVYield"] = {
  3047.         ["Exp"] = 193,
  3048.         ["Atk"] = 3
  3049.     },
  3050.     ["CatchRate"] = 45,
  3051. },
  3052.  
  3053. ["Bellsprout"] = {
  3054.     ["Pokedex"] = 69,
  3055.     ["PokedexDesc"] = "Even though its body is extremely skinny, it is blindingly fast when catching its prey..",
  3056.     ["Species"] = "Flower Pokemon",
  3057.     ["Height"] = "2'04\"",
  3058.     ["Weight"] = 8.8,
  3059.     ["Type"] = {"Grass","Poison"},
  3060.     ["Stats"] = {
  3061.         ["HP"] = 50,
  3062.         ["Atk"] = 75,
  3063.         ["Def"] = 35,
  3064.         ["SpA"] = 70,
  3065.         ["SpD"] = 30,
  3066.         ["Speed"] = 40
  3067.         },
  3068.     ["Evolution"] = {21,"Weepinbell"},
  3069.     ["Gender"] = 50,
  3070.     ["Moves"] = {
  3071.         ["LevelUp"] = {
  3072.             [41] = {"Slam"},
  3073.             [39] = {"Razor Leaf"},
  3074.             [29] = {"Sweet Scent"},
  3075.             [23] = {"Acid"},
  3076.             [17] = {"Stun Spore"},
  3077.             [15] = {"PoisonPowder"},
  3078.             [13] = {"Sleep Powder"},
  3079.             [7] =  {"Growth"},
  3080.             [1] = {"Vine Whip"}
  3081.             },
  3082.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Sludge Bomb","Energy Ball"}
  3083.     },
  3084.     ["Sprites"] = {
  3085.         ["Front"] = "http://www.roblox.com/asset/?id=167434881",
  3086.         ["Back"] = "http://www.roblox.com/asset/?id=167434866",
  3087.         ["Mini"] = "http://www.roblox.com/asset/?id=167434894",
  3088.         ["SB"] = "http://www.roblox.com/asset/?id=170453557",
  3089.         ["SF"] = "http://www.roblox.com/asset/?id=170627266"
  3090.     },
  3091.     ["ExpType"] = "MedSlow",
  3092.     ["EVYield"] = {
  3093.         ["Exp"] = 84,
  3094.         ["Atk"] = 1
  3095.     },
  3096.     ["CatchRate"] = 255,
  3097. },
  3098. ["Weepinbell"] = {
  3099.     ["Pokedex"] = 70,
  3100.     ["PokedexDesc"] = "When hungry, it swallows anything that moves. Its hapless prey is melted inside by strong acids. ",
  3101.     ["Species"] = "Flycatcher Pokemon",
  3102.     ["Height"] = "3'03\"",
  3103.     ["Weight"] = 14.1,
  3104.     ["Type"] = {"Grass","Poison"},
  3105.     ["Stats"] = {
  3106.         ["HP"] = 65,
  3107.         ["Atk"] = 90,
  3108.         ["Def"] = 50,
  3109.         ["SpA"] = 85,
  3110.         ["SpD"] = 45,
  3111.         ["Speed"] = 55
  3112.         },
  3113.     ["Evolution"] = {},
  3114.     ["EvolutionStone"] = {["Leaf Stone"] = "Victreebel"},
  3115.     ["Gender"] = 50,
  3116.     ["Moves"] = {
  3117.         ["LevelUp"] = {
  3118.             [41] = {"Slam"},
  3119.             [39] = {"Razor Leaf"},
  3120.             [29] = {"Sweet Scent"},
  3121.             [23] = {"Acid"},
  3122.             [17] = {"Stun Spore"},
  3123.             [15] = {"PoisonPowder"},
  3124.             [13] = {"Sleep Powder"},
  3125.             [7] =  {"Growth"},
  3126.             [1] = {"Vine Whip"}
  3127.             },
  3128.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Sludge Bomb","Energy Ball"}
  3129.     },
  3130.     ["Sprites"] = {
  3131.         ["Front"] = "http://www.roblox.com/asset/?id=167434911",
  3132.         ["Back"] = "http://www.roblox.com/asset/?id=167434931",
  3133.         ["Mini"] = "http://www.roblox.com/asset/?id=167434970",
  3134.         ["SB"] = "http://www.roblox.com/asset/?id=170453556",
  3135.         ["SF"] = "http://www.roblox.com/asset/?id=170425986"
  3136.     },
  3137.     ["ExpType"] = "MedSlow",
  3138.     ["EVYield"] = {
  3139.         ["Exp"] = 151,
  3140.         ["Atk"] = 2
  3141.     },
  3142.     ["CatchRate"] = 120,
  3143. },
  3144. ["Victreebel"] = {
  3145.     ["Pokedex"] = 71,
  3146.     ["PokedexDesc"] = "Said to live in huge colonies deep in jungles, although no one has ever returned from there.",
  3147.     ["Species"] = "Flycatcher Pokemon",
  3148.     ["Height"] = "5'07\"",
  3149.     ["Weight"] = 34.2,
  3150.     ["Type"] = {"Grass","Poison"},
  3151.     ["Stats"] = {
  3152.         ["HP"] = 85,
  3153.         ["Atk"] = 105,
  3154.         ["Def"] = 65,
  3155.         ["SpA"] = 100,
  3156.         ["SpD"] = 70,
  3157.         ["Speed"] = 70
  3158.         },
  3159.     ["Evolution"] = {},
  3160.     ["Gender"] = 50,
  3161.     ["Moves"] = {
  3162.         ["LevelUp"] = {
  3163.             [1] = {"Vine Whip","PoisonPowder","Razor Leaf","Sleep Powder"}
  3164.             },
  3165.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Energy Ball"}
  3166.     },
  3167.     ["Sprites"] = {
  3168.         ["Front"] = "http://www.roblox.com/asset/?id=167435000",
  3169.         ["Back"] = "http://www.roblox.com/asset/?id=167434994",
  3170.         ["Mini"] = "http://www.roblox.com/asset/?id=167435008",
  3171.         ["SB"] = "http://www.roblox.com/asset/?id=170453554",
  3172.         ["SF"] = "http://www.roblox.com/asset/?id=170425987"
  3173.     },
  3174.     ["ExpType"] = "MedSlow",
  3175.     ["EVYield"] = {
  3176.         ["Exp"] = 191,
  3177.         ["Atk"] = 3
  3178.     },
  3179.     ["CatchRate"] = 45,
  3180. },
  3181.  
  3182. ["Tentacool"] = {
  3183.     ["Pokedex"] = 72,
  3184.     ["PokedexDesc"] = "When the tide goes out, dehydrated Tentacool remains can be found washed up on the shore.",
  3185.     ["Species"] = "Jellyfish Pokemon",
  3186.     ["Height"] = "2'11\"",
  3187.     ["Weight"] = 100.3,
  3188.     ["Type"] = {"Water","Poison"},
  3189.     ["Stats"] = {
  3190.         ["HP"] = 40,
  3191.         ["Atk"] = 40,
  3192.         ["Def"] = 35,
  3193.         ["SpA"] = 50,
  3194.         ["SpD"] = 100,
  3195.         ["Speed"] = 70
  3196.         },
  3197.     ["Evolution"] = {30,"Tentacruel"},
  3198.     ["Gender"] = 50,
  3199.     ["Moves"] = {
  3200.         ["LevelUp"] = {
  3201.             [46] = {"Hydro Pump"},
  3202.             [40] = {"Screech"},
  3203.             [33] = {"Bubblebeam"},
  3204.             [25] = {"Barrier"},
  3205.             [16] = {"Water Pulse"},
  3206.             [12] = {"Acid"},
  3207.             [5] = {"Supersonic"},
  3208.             [1] = {"Poison Sting"}
  3209.             },
  3210.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Sludge Bomb","Ice Beam"}
  3211.     },
  3212.     ["Sprites"] = {
  3213.         ["Front"] = "http://www.roblox.com/asset/?id=168571238",
  3214.         ["Back"] = "http://www.roblox.com/asset/?id=168571243",
  3215.         ["Mini"] = "http://www.roblox.com/asset/?id=168571259",
  3216.         ["SB"] = "http://www.roblox.com/asset/?id=170453551",
  3217.         ["SF"] = "http://www.roblox.com/asset/?id=170425988"
  3218.     },
  3219.     ["ExpType"] = "Slow",
  3220.     ["EVYield"] = {
  3221.         ["Exp"] = 105,
  3222.         ["SpD"] = 1
  3223.     },
  3224.     ["CatchRate"] = 190,
  3225. },
  3226. ["Tentacruel"] = {
  3227.     ["Pokedex"] = 73,
  3228.     ["PokedexDesc"] = "     The tentacles are normally kept short. On hunts, they are extended to ensnare and immobilize prey.",
  3229.     ["Species"] = "Jellyfish Pokemon",
  3230.     ["Height"] = "2'11\"",
  3231.     ["Weight"] = 121.3,
  3232.     ["Type"] = {"Water","Poison"},
  3233.     ["Stats"] = {
  3234.         ["HP"] =80,
  3235.         ["Atk"] = 70,
  3236.         ["Def"] = 65,
  3237.         ["SpA"] = 80,
  3238.         ["SpD"] = 120,
  3239.         ["Speed"] = 100
  3240.         },
  3241.     ["Evolution"] = {},
  3242.     ["Gender"] = 50,
  3243.     ["Moves"] = {
  3244.         ["LevelUp"] = {
  3245.             [46] = {"Hydro Pump"},
  3246.             [40] = {"Screech"},
  3247.             [38] = {"Poison Jab"},
  3248.             [33] = {"Bubblebeam"},
  3249.             [25] = {"Barrier"},
  3250.             [16] = {"Water Pulse"},
  3251.             [12] = {"Acid"},
  3252.             [5] = {"Supersonic"},
  3253.             [1] = {"Poison Sting"}
  3254.             },
  3255.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Sludge Bomb","Ice Beam"}
  3256.     },
  3257.     ["Sprites"] = {
  3258.         ["Front"] = "http://www.roblox.com/asset/?id=168571346",
  3259.         ["Back"] = "http://www.roblox.com/asset/?id=168571333",
  3260.         ["Mini"] = "http://www.roblox.com/asset/?id=168571360",
  3261.         ["SB"] = "http://www.roblox.com/asset/?id=170453548",
  3262.         ["SF"] = "http://www.roblox.com/asset/?id=170425992"
  3263.     },
  3264.     ["ExpType"] = "Slow",
  3265.     ["EVYield"] = {
  3266.         ["Exp"] = 205,
  3267.         ["SpD"] = 1
  3268.     },
  3269.     ["CatchRate"] = 60,
  3270. },
  3271. ["Geodude"] = {
  3272.     ["Pokedex"] = 74,
  3273.     ["PokedexDesc"] = "Most people may not notice, but a closer look should reveal that there are many Geodude around.",
  3274.     ["Species"] = "Rock Pokemon",
  3275.     ["Height"] = "1'04\"",
  3276.     ["Weight"] = 44.1,
  3277.     ["Type"] = {"Rock","Ground"},
  3278.     ["Stats"] = {
  3279.         ["HP"] = 40,
  3280.         ["Atk"] = 80,
  3281.         ["Def"] = 100,
  3282.         ["SpA"] = 30,
  3283.         ["SpD"] = 30,
  3284.         ["Speed"] = 20
  3285.         },
  3286.     ["Evolution"] = {25,"Graveler"},
  3287.     ["Gender"] = 50,
  3288.     ["Moves"] = {
  3289.         ["LevelUp"] = {
  3290.             [35] = {"Earthquake"},
  3291.             [30] = {"Magnitude"},
  3292.             [26] = {"Rock Blast"},
  3293.             [15] = {"Rock Polish"},
  3294.             [11] = {"Rock Throw"},
  3295.             [1] = {"Tackle","Defense Curl"}
  3296.             },
  3297.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Earthquake","Rock Slide","Flamethrower"}
  3298.     },
  3299.     ["Sprites"] = {
  3300.         ["Front"] = "http://www.roblox.com/asset/?id=165447484",
  3301.         ["Back"] = "http://www.roblox.com/asset/?id=165447659",
  3302.         ["Mini"] = "http://www.roblox.com/asset/?id=165447475",
  3303.         ["SB"] = "http://www.roblox.com/asset/?id=170453541",
  3304.         ["SF"] = "http://www.roblox.com/asset/?id=170425996"
  3305.     },
  3306.     ["ExpType"] = "MedSlow",
  3307.     ["EVYield"] = {
  3308.         ["Exp"] = 74,
  3309.         ["Def"] = 1
  3310.     },
  3311.     ["CatchRate"] = 255,
  3312. },
  3313.  
  3314. ["Graveler"] = {
  3315.     ["Pokedex"] = 75,
  3316.     ["PokedexDesc"] = "With a free and uncaring nature, it doesn't mind if pieces break off while it rolls down mountains.",
  3317.     ["Species"] = "Rock Pokemon",
  3318.     ["Height"] = "3'03\"",
  3319.     ["Weight"] = 235.1,
  3320.     ["Type"] = {"Rock","Ground"},
  3321.     ["Stats"] = {
  3322.         ["HP"] = 55,
  3323.         ["Atk"] = 95,
  3324.         ["Def"] = 115,
  3325.         ["SpA"] = 45,
  3326.         ["SpD"] = 45,
  3327.         ["Speed"] = 35
  3328.         },
  3329.     ["Evolution"] = {},
  3330.     ["EvolutionStone"] = {["Link Cable Stone"] = "Golem"},
  3331.     ["Gender"] = 50,
  3332.     ["Moves"] = {
  3333.         ["LevelUp"] = {
  3334.             [45] = {"Earthquake"},
  3335.             [36] = {"Magnitude"},
  3336.             [30] = {"Rock Blast"},
  3337.             [15] = {"Rock Polish"},
  3338.             [11] = {"Rock Throw"},
  3339.             [1] = {"Tackle","Defense Curl"}
  3340.             },
  3341.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Earthquake","Rock Slide","Flamethrower"}
  3342.     },
  3343.     ["Sprites"] = {
  3344.         ["Front"] = "http://www.roblox.com/asset/?id=167433249",
  3345.         ["Back"] = "http://www.roblox.com/asset/?id=167433270",
  3346.         ["Mini"] = "http://www.roblox.com/asset/?id=167433298",
  3347.         ["SB"] = "http://www.roblox.com/asset/?id=170453540",
  3348.         ["SF"] = "http://www.roblox.com/asset/?id=170425998"
  3349.     },
  3350.     ["ExpType"] = "MedSlow",
  3351.     ["EVYield"] = {
  3352.         ["Exp"] = 134,
  3353.         ["Def"] = 2
  3354.     },
  3355.     ["CatchRate"] = 120,
  3356. },
  3357.  
  3358. ["Golem"] = {
  3359.     ["Pokedex"] = 76,
  3360.     ["PokedexDesc"] = "It sheds its skin once a year. The discarded shell immediately hardens and crumbles away.",
  3361.     ["Species"] = "Megaton Pokemon",
  3362.     ["Height"] = "4'07\"",
  3363.     ["Weight"] = 661.4,
  3364.     ["Type"] = {"Rock","Ground"},
  3365.     ["Stats"] = {
  3366.         ["HP"] = 80,
  3367.         ["Atk"] = 120,
  3368.         ["Def"] = 130,
  3369.         ["SpA"] = 55,
  3370.         ["SpD"] = 65,
  3371.         ["Speed"] = 45
  3372.         },
  3373.     ["Evolution"] = {},
  3374.     ["Gender"] = 50,
  3375.     ["Moves"] = {
  3376.         ["LevelUp"] = {
  3377.             [48] = {"Earthquake"},
  3378.             [36] = {"Rock Blast"},
  3379.             [30] = {"Magnitude"},
  3380.             [15] = {"Rock Polish"},
  3381.             [11] = {"Rock Throw"},
  3382.             [1] = {"Tackle","Defense Curl"}
  3383.             },
  3384.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Focus Blast","Earthquake","Rock Slide","Flamethrower"}
  3385.     },
  3386.     ["Sprites"] = {
  3387.         ["Front"] = "http://www.roblox.com/asset/?id=167433742",
  3388.         ["Back"] = "http://www.roblox.com/asset/?id=167433727",
  3389.         ["Mini"] = "http://www.roblox.com/asset/?id=167433757",
  3390.         ["SB"] = "http://www.roblox.com/asset/?id=170453538",
  3391.         ["SF"] = "http://www.roblox.com/asset/?id=170425997"
  3392.     },
  3393.     ["ExpType"] = "MedSlow",
  3394.     ["EVYield"] = {
  3395.         ["Exp"] = 134,
  3396.         ["Def"] = 3
  3397.     },
  3398.     ["CatchRate"] = 45,
  3399. },
  3400. ["Ponyta"] = {
  3401.     ["Pokedex"] = 77,
  3402.     ["PokedexDesc"] = "     Its legs grow strong while it chases after its parent. It runs in fields and mountains all day. ",
  3403.     ["Species"] = "Fire Horse Pokemon",
  3404.     ["Height"] = "3'03\"",
  3405.     ["Weight"] = 66.1,
  3406.     ["Type"] = {"Fire"},
  3407.     ["Stats"] = {
  3408.         ["HP"] = 50,
  3409.         ["Atk"] = 85,
  3410.         ["Def"] = 55,
  3411.         ["SpA"] = 65,
  3412.         ["SpD"] = 65,
  3413.         ["Speed"] = 90
  3414.         },
  3415.     ["Evolution"] = {40,"Rapidash"},
  3416.     ["Gender"] = 50,
  3417.     ["Moves"] = {
  3418.         ["LevelUp"] = {
  3419.             [45] = {"Flare Blitz"},
  3420.             [37] = {"Fire Blast"},
  3421.             [33] = {"Take Down"},
  3422.             [29] = {"Agility"},
  3423.             [24] = {"Flame Charge"},
  3424.             [20] = {"Stomp"},
  3425.             [16] = {"Flame Wheel"},
  3426.             [9] = {"Ember"},
  3427.             [4] = {"Tail Whip"},
  3428.             [1] = {"Growl","Tackle"},
  3429.             },
  3430.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace","Flamethrower","Body Slam"}
  3431.     },
  3432.     ["Sprites"] = {
  3433.         ["Front"] = "http://www.roblox.com/asset/?id=171908776",
  3434.         ["Back"] = "http://www.roblox.com/asset/?id=171909701",
  3435.         ["Mini"] = "http://www.roblox.com/asset/?id=171908471",
  3436.         ["SB"] = "http://www.roblox.com/asset/?id=171909724",
  3437.         ["SF"] = "http://www.roblox.com/asset/?id=171908799"
  3438.     },
  3439.     ["ExpType"] = "MedFast",
  3440.     ["EVYield"] = {
  3441.         ["Exp"] = 90,
  3442.         ["Speed"] = 1
  3443.     },
  3444.     ["CatchRate"] = 190,
  3445. },
  3446.  
  3447. ["Rapidash"] = {
  3448.     ["Pokedex"] = 78,
  3449.     ["PokedexDesc"] = " Very competitive, this Pokemon will chase anything that moves fast in the hopes of racing it.",
  3450.     ["Species"] = "Fire Horse Pokemon",
  3451.     ["Height"] = "3'03\"",
  3452.     ["Weight"] = 66.1,
  3453.     ["Type"] = {"Fire"},
  3454.     ["Stats"] = {
  3455.         ["HP"] = 65,
  3456.         ["Atk"] = 100,
  3457.         ["Def"] = 70,
  3458.         ["SpA"] = 80,
  3459.         ["SpD"] = 80,
  3460.         ["Speed"] = 105
  3461.         },
  3462.     ["Evolution"] = {},
  3463.     ["Gender"] = 50,
  3464.     ["Moves"] = {
  3465.         ["LevelUp"] = {
  3466.             [55] = {"Flare Blitz"},
  3467.             [47] = {"Fire Blast"},
  3468.             [33] = {"Take Down"},
  3469.             [29] = {"Agility"},
  3470.             [24] = {"Flame Charge"},
  3471.             [20] = {"Stomp"},
  3472.             [16] = {"Flame Wheel"},
  3473.             [9] = {"Ember"},
  3474.             [4] = {"Tail Whip"},
  3475.             [1] = {"Growl","Tackle"},
  3476.             },
  3477.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace","Flamethrower","Body Slam"}
  3478.     },
  3479.     ["Sprites"] = {
  3480.         ["Front"] = "http://www.roblox.com/asset/?id=171908813",
  3481.         ["Back"] = "http://www.roblox.com/asset/?id=171962414",
  3482.         ["Mini"] = "http://www.roblox.com/asset/?id=171908486",
  3483.         ["SB"] = "http://www.roblox.com/asset/?id=171909793",
  3484.         ["SF"] = "http://www.roblox.com/asset/?id=171908826"
  3485.     },
  3486.     ["ExpType"] = "MedFast",
  3487.     ["EVYield"] = {
  3488.         ["Exp"] = 192,
  3489.         ["Speed"] = 2
  3490.     },
  3491.     ["CatchRate"] = 60,
  3492. },
  3493.  
  3494.  
  3495. ["Slowpoke"] = {
  3496.     ["Pokedex"] = 79,
  3497.     ["PokedexDesc"] =  "Incredibly slow and dopey. It takes 5 seconds for it to feel pain when under attack.",
  3498.     ["Species"] = "Dopey Pokemon",
  3499.     ["Height"] = "3'11\"",
  3500.     ["Weight"] = 79.4,
  3501.     ["Ability"] = "Regenerator",
  3502.     ["Type"] = {"Water","Psychic"},
  3503.     ["Stats"] = {
  3504.         ["HP"] = 90,
  3505.         ["Atk"] = 65,
  3506.         ["Def"] = 65,
  3507.         ["SpA"] = 40,
  3508.         ["SpD"] = 40,
  3509.         ["Speed"] = 15
  3510.         },
  3511.     ["Evolution"] = {37,"Slowbro"},
  3512.     ["Gender"] = 50,
  3513.     ["Moves"] = {
  3514.         ["LevelUp"] = {
  3515.             [60] = {"Scald"},
  3516.             [42] = {"Slack Off"},
  3517.             [35] = {"Water Pulse"},
  3518.             [29] = {"Headbutt"},
  3519.             [19] = {"Confusion"},
  3520.             [13] = {"Water Gun"},
  3521.             [6] = {"Growl"},
  3522.             [1] = {"Tackle"}
  3523.             },
  3524.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Surf","Earthquake","Flamethrower","Ice Beam","Psychic","Shadow Ball"}
  3525.     },
  3526.     ["Sprites"] = {
  3527.         ["Front"] = "http://www.roblox.com/asset/?id=167472842",
  3528.         ["Back"] = "http://www.roblox.com/asset/?id=167472848",
  3529.         ["Mini"] = "http://www.roblox.com/asset/?id=167472831",
  3530.         ["SB"] = "http://www.roblox.com/asset/?id=173697972",
  3531.         ["SF"] = "http://www.roblox.com/asset/?id=170627247"
  3532.     },
  3533.     ["ExpType"] = "MedFast",
  3534.     ["EVYield"] = {
  3535.         ["Exp"] = 99,
  3536.         ["HP"] = 1
  3537.     },
  3538.     ["CatchRate"] = 190,
  3539. },
  3540.  
  3541.  
  3542. ["Slowbro"] = {
  3543.     ["Pokedex"] = 80,
  3544.     ["PokedexDesc"] =  "Naturally dull to begin with, it lost its ability to feel pain due to Shellder's seeping poison.",
  3545.     ["Species"] = "Hermit Crab Pokemon",
  3546.     ["Height"] = "5'03\"",
  3547.     ["Weight"] = 173.1,
  3548.     ["Ability"] = "Regenerator",
  3549.     ["Type"] = {"Water","Psychic"},
  3550.     ["Stats"] = {
  3551.         ["HP"] = 95,
  3552.         ["Atk"] = 75,
  3553.         ["Def"] = 110,
  3554.         ["SpA"] = 100,
  3555.         ["SpD"] = 80,
  3556.         ["Speed"] = 30
  3557.         },
  3558.     ["Evolution"] = {},
  3559.     ["Gender"] = 50,
  3560.     ["Moves"] = {
  3561.         ["LevelUp"] = {
  3562.             [60] = {"Scald"},
  3563.             [44] = {"Slack Off"},
  3564.             [37] = {"Withdraw"},
  3565.             [35] = {"Water Pulse"},
  3566.             [29] = {"Headbutt"},
  3567.             [19] = {"Confusion"},
  3568.             [13] = {"Water Gun"},
  3569.             [6] = {"Growl"},
  3570.             [1] = {"Tackle"}
  3571.             },
  3572.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Brick Break","Surf","Aerial Ace","Focus Blast","Earthquake","Flamethrower","Ice Beam","Psychic","Shadow Ball"}
  3573.     },
  3574.     ["Sprites"] = {
  3575.         ["Front"] = "http://www.roblox.com/asset/?id=167472872",
  3576.         ["Back"] = "http://www.roblox.com/asset/?id=167472881",
  3577.         ["Mini"] = "http://www.roblox.com/asset/?id=167472857",
  3578.         ["SB"] = "http://www.roblox.com/asset/?id=83904458",
  3579.         ["SF"] = "http://www.roblox.com/asset/?id=170426406"
  3580.     },
  3581.     ["ExpType"] = "MedFast",
  3582.     ["EVYield"] = {
  3583.         ["Exp"] = 164,
  3584.         ["Def"] = 2
  3585.     },
  3586.     ["CatchRate"] = 75,
  3587. },
  3588.  
  3589. ["Magnemite"] = {
  3590.     ["Pokedex"] = 81,
  3591.     ["PokedexDesc"] =  "It is born with the ability to defy gravity. It floats in air on powerful electromagnetic waves.",
  3592.     ["Species"] = "Magnet Pokemon",
  3593.     ["Height"] = "1'00\"",
  3594.     ["Weight"] = 13.2,
  3595.     ["Type"] = {"Electric","Steel"},
  3596.     ["Stats"] = {
  3597.         ["HP"] = 25,
  3598.         ["Atk"] = 35,
  3599.         ["Def"] = 70,
  3600.         ["SpA"] = 95,
  3601.         ["SpD"] = 55,
  3602.         ["Speed"] = 45
  3603.         },
  3604.     ["Evolution"] = {30,"Magneton"},
  3605.     ["Gender"] = "Unknown",
  3606.     ["Moves"] = {
  3607.         ["LevelUp"] = {
  3608.             [50] = {"Thunder"},
  3609.             [45] = {"Flash Cannon"},
  3610.             [40] = {"Thunderbolt"},
  3611.             [32] = {"Screech"},
  3612.             [21] = {"Spark"},
  3613.             [13] = {"Thunder Wave"},
  3614.             [7] = {"ThunderShock"},
  3615.             [4] = {"Supersonic"},
  3616.             [1] = {"Tackle"}
  3617.             },
  3618.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Thunderbolt"}
  3619.     },
  3620.     ["Sprites"] = {
  3621.         ["Front"] = "http://www.roblox.com/asset/?id=167473666",
  3622.         ["Back"] = "http://www.roblox.com/asset/?id=167473670",
  3623.         ["Mini"] = "http://www.roblox.com/asset/?id=167473682",
  3624.         ["SB"] = "http://www.roblox.com/asset/?id=170640311",
  3625.         ["SF"] = "http://www.roblox.com/asset/?id=170426407"
  3626.     },
  3627.     ["ExpType"] = "MedFast",
  3628.     ["EVYield"] = {
  3629.         ["Exp"] = 89,
  3630.         ["SpA"] = 1
  3631.     },
  3632.     ["CatchRate"] = 190,
  3633. },
  3634.  
  3635. ["Magneton"] = {
  3636.     ["Pokedex"] = 82,
  3637.     ["PokedexDesc"] =  " When many Magneton gather together, the resulting magnetic storm disrupts radio waves.",
  3638.     ["Species"] = "Magnet Pokemon",
  3639.     ["Height"] = "3'03\"",
  3640.     ["Weight"] = 132.9,
  3641.     ["Type"] = {"Electric","Steel"},
  3642.     ["Stats"] = {
  3643.         ["HP"] = 50,
  3644.         ["Atk"] = 60,
  3645.         ["Def"] = 95,
  3646.         ["SpA"] = 120,
  3647.         ["SpD"] = 70,
  3648.         ["Speed"] = 70
  3649.         },
  3650.     ["Evolution"] = {},
  3651.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Magnezone"},
  3652.     ["Gender"] = "Unknown",
  3653.     ["Moves"] = {
  3654.         ["LevelUp"] = {
  3655.             [65] = {"Zap Cannon"},
  3656.             [50] = {"Thunder"},
  3657.             [45] = {"Flash Cannon"},
  3658.             [36] = {"Thunderbolt"},
  3659.             [32] = {"Screech"},
  3660.             [21] = {"Spark"},
  3661.             [13] = {"Thunder Wave"},
  3662.             [7] = {"ThunderShock"},
  3663.             [4] = {"Supersonic"},
  3664.             [1] = {"Tackle"}
  3665.             },
  3666.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Thunderbolt"}
  3667.     },
  3668.     ["Sprites"] = {
  3669.         ["Front"] = "http://www.roblox.com/asset/?id=167473737",
  3670.         ["Back"] = "http://www.roblox.com/asset/?id=167473742",
  3671.         ["Mini"] = "http://www.roblox.com/asset/?id=167473753",
  3672.         ["SB"] = "http://www.roblox.com/asset/?id=170640327",
  3673.         ["SF"] = "http://www.roblox.com/asset/?id=170426409"
  3674.     },
  3675.     ["ExpType"] = "MedFast",
  3676.     ["EVYield"] = {
  3677.         ["Exp"] = 161,
  3678.         ["SpA"] = 2
  3679.     },
  3680.     ["CatchRate"] = 60,
  3681. },
  3682.  
  3683.  
  3684. ["Farfetch'd"] = {
  3685.     ["Pokedex"] = 83,
  3686.     ["PokedexDesc"] = "The sprig of green onions it holds is its weapon. It is used much like a metal sword.",
  3687.     ["Species"] = "Wild Duck Pokemon",
  3688.     ["Height"] = "2'07\"",
  3689.     ["Weight"] = 33.1,
  3690.     ["Ability"] = "Inner Focus",
  3691.     ["Type"] = {"Normal","Flying"},
  3692.     ["Stats"] = {
  3693.         ["HP"] = 52,
  3694.         ["Atk"] = 65,
  3695.         ["Def"] = 55,
  3696.         ["SpA"] = 58,
  3697.         ["SpD"] = 62,
  3698.         ["Speed"] = 60
  3699.         },
  3700.     ["Evolution"] = {},
  3701.     ["Gender"] = 50,
  3702.     ["Moves"] = {
  3703.         ["LevelUp"] = {
  3704.             [72] = {"False Swipe"},
  3705.             [56] = {"Night Slash"},
  3706.             [49] = {"Air Slash"},
  3707.             [41] = {"Slash"},
  3708.             [32] = {"Agility"},
  3709.             [25] = {"Swords Dance"},
  3710.             [16] = {"Fury Attack"},
  3711.             [11] = {"Leer"},
  3712.             [5] = {"Sand-Attack"},
  3713.             [1] = {"Peck"},
  3714.             },
  3715.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Night Slash","Aerial Ace"}
  3716.     },
  3717.     ["Sprites"] = {
  3718.         ["Front"] = "http://www.roblox.com/asset/?id=168570057",
  3719.         ["Back"] = "http://www.roblox.com/asset/?id=168570068",
  3720.         ["Mini"] = "http://www.roblox.com/asset/?id=168570079",
  3721.         ["SB"] = "http://www.roblox.com/asset/?id=170640621",
  3722.         ["SF"] = "http://www.roblox.com/asset/?id=170426410"
  3723.     },
  3724.     ["ExpType"] = "MedFast",
  3725.     ["EVYield"] = {
  3726.         ["Exp"] = 94,
  3727.         ["Atk"] = 1
  3728.     },
  3729.     ["CatchRate"] = 45,
  3730. },
  3731.  
  3732. ["Doduo"] = {
  3733.     ["Pokedex"] = 84,
  3734.     ["PokedexDesc"] = "By alternately raising and lowering its two heads, it balances itself to be more stable while running.",
  3735.     ["Species"] = "Twin Bird Pokemon",
  3736.     ["Height"] = "4'07\"",
  3737.     ["Weight"] = 86.4,
  3738.     ["Type"] = {"Normal","Flying"},
  3739.     ["Stats"] = {
  3740.         ["HP"] = 35,
  3741.         ["Atk"] = 85,
  3742.         ["Def"] = 45,
  3743.         ["SpA"] = 35,
  3744.         ["SpD"] = 35,
  3745.         ["Speed"] = 75
  3746.         },
  3747.     ["Evolution"] = {31,"Dodrio"},
  3748.     ["Gender"] = 50,
  3749.     ["Moves"] = {
  3750.         ["LevelUp"] = {
  3751.             [33] = {"Drill Peck"},
  3752.             [27] = {"Agility"},
  3753.             [22] = {"Double Hit"},
  3754.             [15] = {"Fury Attack"},
  3755.             [9] = {"Quick Attack"},
  3756.             [5] = {"Growl"},
  3757.             [1] = {"Peck"},
  3758.             },
  3759.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace"}
  3760.     },
  3761.     ["Sprites"] = {
  3762.         ["Front"] = "http://www.roblox.com/asset/?id=171908848",
  3763.         ["Back"] = "http://www.roblox.com/asset/?id=171910250",
  3764.         ["Mini"] = "http://www.roblox.com/asset/?id=171908496",
  3765.         ["SB"] = "http://www.roblox.com/asset/?id=171910274",
  3766.         ["SF"] = "http://www.roblox.com/asset/?id=171908857"
  3767.     },
  3768.     ["ExpType"] = "MedFast",
  3769.     ["EVYield"] = {
  3770.         ["Exp"] = 96,
  3771.         ["Atk"] = 1
  3772.     },
  3773.     ["CatchRate"] = 190,
  3774. },
  3775.  
  3776. ["Dodrio"] = {
  3777.     ["Pokedex"] = 85,
  3778.     ["PokedexDesc"] = "An enemy that takes its eyes off any of the three heads--even for a second--will get pecked severely. ",
  3779.     ["Species"] = "Triple Bird Pokemon",
  3780.     ["Height"] = "5'11\"",
  3781.     ["Weight"] = 187.8,
  3782.     ["Type"] = {"Normal","Flying"},
  3783.     ["Stats"] = {
  3784.         ["HP"] = 60,
  3785.         ["Atk"] = 110,
  3786.         ["Def"] = 70,
  3787.         ["SpA"] = 60,
  3788.         ["SpD"] = 60,
  3789.         ["Speed"] = 100
  3790.         },
  3791.     ["Evolution"] = {},
  3792.     ["Gender"] = 50,
  3793.     ["Moves"] = {
  3794.         ["LevelUp"] = {
  3795.             [37] = {"Drill Peck"},
  3796.             [27] = {"Agility"},
  3797.             [22] = {"Double Hit"},
  3798.             [15] = {"Fury Attack"},
  3799.             [9] = {"Quick Attack"},
  3800.             [5] = {"Growl"},
  3801.             [1] = {"Peck"},
  3802.             },
  3803.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Aerial Ace"}
  3804.     },
  3805.     ["Sprites"] = {
  3806.         ["Front"] = "http://www.roblox.com/asset/?id=171908880",
  3807.         ["Back"] = "http://www.roblox.com/asset/?id=171909982",
  3808.         ["Mini"] = "http://www.roblox.com/asset/?id=171908512",
  3809.         ["SB"] = "http://www.roblox.com/asset/?id=171910288",
  3810.         ["SF"] = "http://www.roblox.com/asset/?id=171908891"
  3811.     },
  3812.     ["ExpType"] = "MedFast",
  3813.     ["EVYield"] = {
  3814.         ["Exp"] = 158,
  3815.         ["Atk"] = 2
  3816.     },
  3817.     ["CatchRate"] = 45,
  3818. },
  3819.  
  3820. ["Seel"] = {
  3821.     ["Pokedex"] = 86,
  3822.     ["PokedexDesc"] =  "The protruding horn on its head is very hard. It is used for bashing through thick icebergs.",
  3823.     ["Species"] = "Sea Lion Pokemon",
  3824.     ["Height"] = "3'07\"",
  3825.     ["Weight"] = 198.4,
  3826.     ["Ability"] = "Thick Fat",
  3827.     ["Type"] = {"Water"},
  3828.     ["Stats"] = {
  3829.         ["HP"] = 65,
  3830.         ["Atk"] = 45,
  3831.         ["Def"] = 55,
  3832.         ["SpA"] = 45,
  3833.         ["SpD"] = 70,
  3834.         ["Speed"] = 45
  3835.         },
  3836.     ["Evolution"] = {34, "Dewgong"},
  3837.     ["Gender"] = 50,
  3838.     ["Moves"] = {
  3839.         ["LevelUp"] = {
  3840.             [60] = {"Scald"},
  3841.             [55] = {"Ice Beam"},
  3842.             [45] = {"Aqua Tail"},
  3843.             [40] = {"Take Down"},
  3844.             [36] = {"Aqua Jet"},
  3845.             [31] = {"Ice Shard"},
  3846.             [25] = {"Rest"},
  3847.             [18] = {"Icy Wind"},
  3848.             [10] = {"Growl"},
  3849.             [1] = {"Headbutt"}
  3850.             },
  3851.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam","Body Slam",}
  3852.     },
  3853.     ["Sprites"] = {
  3854.         ["Front"] = "http://www.roblox.com/asset/?id=176690493",
  3855.         ["Back"] = "http://www.roblox.com/asset/?id=176690585",
  3856.         ["Mini"] = "http://www.roblox.com/asset/?id=176690388",
  3857.         ["SB"] = "http://www.roblox.com/asset/?id=176715811",
  3858.         ["SF"] = "http://www.roblox.com/asset/?id=176690494"
  3859.     },
  3860.     ["ExpType"] = "MedFast",
  3861.     ["EVYield"] = {
  3862.         ["Exp"] = 100,
  3863.         ["SpD"] = 1
  3864.     },
  3865.     ["CatchRate"] = 190,
  3866. },
  3867.  
  3868.  
  3869. ["Dewgong"] = {
  3870.     ["Pokedex"] = 87,
  3871.     ["PokedexDesc"] =  "The protruding horn on its head is very hard. It is used for bashing through thick icebergs.",
  3872.     ["Species"] = "Sea Lion Pokemon",
  3873.     ["Height"] = "5'07\"",
  3874.     ["Weight"] = 264.6,
  3875.     ["Ability"] = "Thick Fat",
  3876.     ["Type"] = {"Water","Ice"},
  3877.     ["Stats"] = {
  3878.         ["HP"] = 90,
  3879.         ["Atk"] = 70,
  3880.         ["Def"] = 80,
  3881.         ["SpA"] = 70,
  3882.         ["SpD"] = 95,
  3883.         ["Speed"] = 70
  3884.         },
  3885.     ["Evolution"] = {},
  3886.     ["Gender"] = 50,
  3887.     ["Moves"] = {
  3888.         ["LevelUp"] = {
  3889.             [70] = {"Frost Breath"},
  3890.             [62] = {"Scald"},
  3891.             [58] = {"Ice Beam"},
  3892.             [47] = {"Aqua Tail"},
  3893.             [42] = {"Take Down"},
  3894.             [38] = {"Aqua Jet"},
  3895.             [34] = {"Signal Beam"},
  3896.             [31] = {"Ice Shard"},
  3897.             [25] = {"Rest"},
  3898.             [18] = {"Icy Wind"},
  3899.             [10] = {"Growl"},
  3900.             [1] = {"Headbutt"}
  3901.             },
  3902.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam","Body Slam",}
  3903.     },
  3904.     ["Sprites"] = {
  3905.         ["Front"] = "http://www.roblox.com/asset/?id=176690497",
  3906.         ["Back"] = "http://www.roblox.com/asset/?id=176714937",
  3907.         ["Mini"] = "http://www.roblox.com/asset/?id=176690415",
  3908.         ["SB"] = "http://www.roblox.com/asset/?id=176714645",
  3909.         ["SF"] = "http://www.roblox.com/asset/?id=176690501"
  3910.     },
  3911.     ["ExpType"] = "MedFast",
  3912.     ["EVYield"] = {
  3913.         ["Exp"] = 176,
  3914.         ["SpD"] = 2
  3915.     },
  3916.     ["CatchRate"] = 75,
  3917. },
  3918.  
  3919. ["Grimer"] = {
  3920.     ["Pokedex"] = 88,
  3921.     ["PokedexDesc"] = "Wherever Grimer has passed, so many germs are left behind that no plants will ever grow again. ",
  3922.     ["Species"] = "Sludge Pokemon",
  3923.     ["Height"] = "2'11\"",
  3924.     ["Weight"] =66.1,
  3925.     ["Type"] = {"Poison"},
  3926.     ["Stats"] = {
  3927.         ["HP"] = 80,
  3928.         ["Atk"] = 80,
  3929.         ["Def"] = 50,
  3930.         ["SpA"] = 40,
  3931.         ["SpD"] = 50,
  3932.         ["Speed"] = 25
  3933.         },
  3934.     ["Evolution"] = {38,"Muk"},
  3935.     ["Gender"] = 50,
  3936.     ["Moves"] = {
  3937.         ["LevelUp"] = {
  3938.             [50] = {"Gunk Shot"},
  3939.             [40] = {"Acid Armor"},
  3940.             [32] = {"Screech"},
  3941.             [26] = {"Sludge Bomb"},
  3942.             [21] = {"Mud Bomb"},
  3943.             [15] = {"Sludge"},
  3944.             [9] = {"Mud-Slap"},
  3945.             [6] = {"Harden"},
  3946.             [1] = {"Pound","Poison Gas"}
  3947.             },
  3948.         ["TM"] = {"Double Team","Toxic","Rest","Sludge Bomb","Flamethrower","Rock Tomb","Rock Slide","Shadow Ball","Thunderbolt"}
  3949.     },
  3950.     ["Sprites"] = {
  3951.         ["Front"] = "http://www.roblox.com/asset/?id=171908915",
  3952.         ["Back"] = "http://www.roblox.com/asset/?id=171910008",
  3953.         ["Mini"] = "http://www.roblox.com/asset/?id=171908601",
  3954.         ["SB"] = "http://www.roblox.com/asset/?id=171910028",
  3955.         ["SF"] = "http://www.roblox.com/asset/?id=171908932"
  3956.     },
  3957.     ["ExpType"] = "MedFast",
  3958.     ["EVYield"] = {
  3959.         ["Exp"] = 90,
  3960.         ["HP"] = 1
  3961.     },
  3962.     ["CatchRate"] = 190,
  3963. },
  3964.  
  3965. ["Muk"] = {
  3966.     ["Pokedex"] = 89,
  3967.     ["PokedexDesc"] = "Smells so awful, it can cause fainting. Through degeneration, it lost its sense of smell. ",
  3968.     ["Species"] = "Sludge Pokemon",
  3969.     ["Height"] = "3'11",
  3970.     ["Weight"] =66.1,
  3971.     ["Type"] = {"Poison"},
  3972.     ["Stats"] = {
  3973.         ["HP"] = 105,
  3974.         ["Atk"] = 105,
  3975.         ["Def"] = 75,
  3976.         ["SpA"] = 65,
  3977.         ["SpD"] = 100,
  3978.         ["Speed"] = 50
  3979.         },
  3980.     ["Evolution"] = {},
  3981.     ["Gender"] = 50,
  3982.     ["Moves"] = {
  3983.         ["LevelUp"] = {
  3984.             [65] = {"Shadow Sneak"},
  3985.             [55] = {"Ice Punch"},
  3986.             [50] = {"Gunk Shot"},
  3987.             [40] = {"Acid Armor"},
  3988.             [32] = {"Screech"},
  3989.             [26] = {"Sludge Bomb"},
  3990.             [21] = {"Mud Bomb"},
  3991.             [15] = {"Sludge"},
  3992.             [9] = {"Mud-Slap"},
  3993.             [6] = {"Harden"},
  3994.             [1] = {"Pound","Poison Gas"}
  3995.             },
  3996.         ["TM"] = {"Double Team","Toxic","Rest","Sludge Bomb","Flamethrower","Rock Tomb","Rock Slide","Shadow Ball","Thunderbolt","Focus Blast"}
  3997.     },
  3998.     ["Sprites"] = {
  3999.         ["Front"] = "http://www.roblox.com/asset/?id=171908946",
  4000.         ["Back"] = "http://www.roblox.com/asset/?id=171910051",
  4001.         ["Mini"] = "http://www.roblox.com/asset/?id=171908520",
  4002.         ["SB"] = "http://www.roblox.com/asset/?id=171910089",
  4003.         ["SF"] = "http://www.roblox.com/asset/?id=171908970"
  4004.     },
  4005.     ["ExpType"] = "MedFast",
  4006.     ["EVYield"] = {
  4007.         ["Exp"] = 157,
  4008.         ["HP"] = 1,
  4009.         ["Atk"] = 1
  4010.     },
  4011.     ["CatchRate"] = 75,
  4012. },
  4013.  
  4014.  
  4015. ["Shellder"] = {
  4016.     ["Pokedex"] = 90,
  4017.     ["PokedexDesc"] =  "Its hard shell repels any kind of attack. It is vulnerable only when its shell is open. ",
  4018.     ["Species"] = "Bivalve Pokemon",
  4019.     ["Height"] = "1'00\"",
  4020.     ["Weight"] = 8.8,
  4021.     ["Type"] = {"Water"},
  4022.     ["Stats"] = {
  4023.         ["HP"] = 30,
  4024.         ["Atk"] = 65,
  4025.         ["Def"] = 100,
  4026.         ["SpA"] = 45,
  4027.         ["SpD"] = 25,
  4028.         ["Speed"] = 40
  4029.     },
  4030.     ["EvolutionStone"] = {["Water Stone"] = "Cloyster"},
  4031.     ["Evolution"] = {},
  4032.     ["Gender"] = 50,
  4033.     ["Moves"] = {
  4034.         ["LevelUp"] = {
  4035.             [51] = {"Hydro Pump"},
  4036.             [47] = {"Shell Smash"},
  4037.             [44] = {"Ice Beam"},
  4038.             [38] = {"Iron Defense"},
  4039.             [32] = {"Aurora Beam"},
  4040.             [26] = {"Ice Shard"},
  4041.             [20] = {"Leer"},
  4042.             [15] = {"Supersonic"},
  4043.             [8] = {"Icicle Spear"},
  4044.             [1] = {"Tackle","Withdraw"}
  4045.             },
  4046.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  4047.     },
  4048.     ["Sprites"] = {
  4049.         ["Front"] = "http://www.roblox.com/asset/?id=166281351",
  4050.         ["Back"] = "http://www.roblox.com/asset/?id=166281356",
  4051.         ["Mini"] = "http://www.roblox.com/asset/?id=166281360",
  4052.         ["SB"] = "http://www.roblox.com/asset/?id=170647701",
  4053.         ["SF"] = "http://www.roblox.com/asset/?id=170426424"
  4054.     },
  4055.     ["ExpType"] = "Slow",
  4056.     ["EVYield"] = {
  4057.         ["Exp"] = 97,
  4058.         ["Def"] = 1
  4059.     },
  4060.     ["CatchRate"] = 190,
  4061. },
  4062.  
  4063. ["Cloyster"] = {
  4064.     ["Pokedex"] = 91,
  4065.     ["PokedexDesc"] =  "Its hard shell repels any kind of attack. It is vulnerable only when its shell is open. ",
  4066.     ["Species"] = "Bivalve Pokemon",
  4067.     ["Height"] = "4'11\"",
  4068.     ["Weight"] = 292.9,
  4069.     ["Type"] = {"Water","Ice"},
  4070.     ["Stats"] = {
  4071.         ["HP"] = 50,
  4072.         ["Atk"] = 95,
  4073.         ["Def"] = 180,
  4074.         ["SpA"] = 85,
  4075.         ["SpD"] = 45,
  4076.         ["Speed"] = 70
  4077.     },
  4078.     ["Evolution"] = {},
  4079.     ["Gender"] = 50,
  4080.     ["Moves"] = {
  4081.         ["LevelUp"] = {
  4082.             [75] = {"Rock Blast"},
  4083.             [50] = {"Icicle Crash"},
  4084.             [20] = {"Spike Cannon"},
  4085.             [3] = {"Shell Smash"},
  4086.             [1] = {"Tackle","Withdraw","Icicle Spear","Supersonic"}
  4087.             },
  4088.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  4089.     },
  4090.     ["Sprites"] = {
  4091.         ["Front"] = "http://www.roblox.com/asset/?id=171908988",
  4092.         ["Back"] = "http://www.roblox.com/asset/?id=171910106",
  4093.         ["Mini"] = "http://www.roblox.com/asset/?id=171908615",
  4094.         ["SB"] = "http://www.roblox.com/asset/?id=171910309",
  4095.         ["SF"] = "http://www.roblox.com/asset/?id=171909017"
  4096.     },
  4097.     ["ExpType"] = "Slow",
  4098.     ["EVYield"] = {
  4099.         ["Exp"] = 203,
  4100.         ["Def"] = 2
  4101.     },
  4102.     ["CatchRate"] = 60,
  4103. },
  4104.  
  4105. ["Gastly"] = {
  4106.     ["Pokedex"] = 92,
  4107.     ["PokedexDesc"] =  "    Almost invisible, this gaseous Pokemon cloaks the target and puts it to sleep without notice. ",
  4108.     ["Species"] = "Gas Pokemon",
  4109.     ["Height"] = "4'03\"",
  4110.     ["Weight"] = .2,
  4111.     ["Ability"] = "Levitate",
  4112.     ["Type"] = {"Ghost","Poison"},
  4113.     ["Stats"] = {
  4114.         ["HP"] = 30,
  4115.         ["Atk"] = 35,
  4116.         ["Def"] = 30,
  4117.         ["SpA"] = 100,
  4118.         ["SpD"] = 35,
  4119.         ["Speed"] = 80
  4120.         },
  4121.     ["Evolution"] = {25,"Haunter"},
  4122.     ["Gender"] = 50,
  4123.     ["Moves"] = {
  4124.         ["LevelUp"] = {
  4125.             [44] = {"Shadow Ball"},
  4126.             [32] = {"Thunder Punch"},
  4127.             [31] = {"Ice Punch"},
  4128.             [30] = {"Dream Eater"},
  4129.             [19] = {"Confusion"},
  4130.             [12] = {"Confuse Ray"},
  4131.             [1] = {"Hypnosis","Lick"}
  4132.             },
  4133.         ["TM"] = {"Double Team","Toxic","Rest","Sludge Bomb","Energy Ball","Thunderbolt","Psychic","Shadow Ball","Dark Pulse"}
  4134.     },
  4135.     ["Sprites"] = {
  4136.         ["Front"] = "http://www.roblox.com/asset/?id=168567225",
  4137.         ["Back"] = "http://www.roblox.com/asset/?id=168567287",
  4138.         ["Mini"] = "http://www.roblox.com/asset/?id=168567265",
  4139.         ["SB"] = "http://www.roblox.com/asset/?id=170640619",
  4140.         ["SF"] = "http://www.roblox.com/asset/?id=170426430"
  4141.     },
  4142.     ["ExpType"] = "MedSlow",
  4143.     ["EVYield"] = {
  4144.         ["Exp"] = 95,
  4145.         ["SpA"] = 1
  4146.     },
  4147.     ["CatchRate"] = 190,
  4148. },
  4149.  
  4150. ["Haunter"] = {
  4151.     ["Pokedex"] = 93,
  4152.     ["PokedexDesc"] =  "Because of its ability to slip through block walls, it is said to be from another dimension. ",
  4153.     ["Species"] = "Gas Pokemon",
  4154.     ["Height"] = "5'03\"",
  4155.     ["Weight"] = .2,
  4156.     ["Ability"] = "Levitate",
  4157.     ["Type"] = {"Ghost","Poison"},
  4158.     ["Stats"] = {
  4159.         ["HP"] = 45,
  4160.         ["Atk"] = 50,
  4161.         ["Def"] = 45,
  4162.         ["SpA"] = 115,
  4163.         ["SpD"] = 55,
  4164.         ["Speed"] = 95
  4165.         },
  4166.     ["Evolution"] = {},
  4167.     ["EvolutionStone"] = {["Link Cable Stone"] = "Gengar"},
  4168.     ["Gender"] = 50,
  4169.     ["Moves"] = {
  4170.         ["LevelUp"] = {
  4171.             [50] = {"Shadow Ball"},
  4172.             [45] = {"Will-O-Wisp"},
  4173.             [35] = {"Sludge Ball"},
  4174.             [30] = {"Dream Eater"},
  4175.             [25] = {"Shadow Punch"},
  4176.             [19] = {"Confusion"},
  4177.             [12] = {"Confuse Ray"},
  4178.             [1] = {"Hypnosis","Lick"}
  4179.             },
  4180.         ["TM"] = {"Double Team","Toxic","Rest","Sludge Bomb","Energy Ball","Thunderbolt","Psychic","Shadow Ball","Dark Pulse"}
  4181.     },
  4182.     ["Sprites"] = {
  4183.         ["Front"] = "http://www.roblox.com/asset/?id=168567307",
  4184.         ["Back"] = "http://www.roblox.com/asset/?id=168567319",
  4185.         ["Mini"] = "http://www.roblox.com/asset/?id=168567328",
  4186.         ["SB"] = "http://www.roblox.com/asset/?id=170640616",
  4187.         ["SF"] = "http://www.roblox.com/asset/?id=170426432"
  4188.     },
  4189.     ["ExpType"] = "MedSlow",
  4190.     ["EVYield"] = {
  4191.         ["Exp"] = 126,
  4192.         ["SpA"] = 2
  4193.     },
  4194.     ["CatchRate"] = 90,
  4195. },
  4196.  
  4197.  
  4198. ["Gengar"] = {
  4199.     ["Pokedex"] = 94,
  4200.     ["PokedexDesc"] =  "To steal the life of its target, it slips into the prey's shadow and silently waits for an opportunity.",
  4201.     ["Species"] = "Shadow Pokemon",
  4202.     ["Height"] = "4'11\"",
  4203.     ["Weight"] = 89.3,
  4204.     ["Ability"] = "Levitate",
  4205.     ["Type"] = {"Ghost","Poison"},
  4206.     ["Stats"] = {
  4207.         ["HP"] = 60,
  4208.         ["Atk"] = 65,
  4209.         ["Def"] = 60,
  4210.         ["SpA"] = 130,
  4211.         ["SpD"] = 75,
  4212.         ["Speed"] = 110
  4213.         },
  4214.     ["Evolution"] = {},
  4215.     ["Gender"] = 50,
  4216.     ["Moves"] = {
  4217.         ["LevelUp"] = {
  4218.             [88] = {"Pain Split"},
  4219.             [70] = {"Will-O-Wisp"},
  4220.             [62] = {"Focus Blast"},
  4221.             [55] = {"Shadow Ball"},
  4222.             [46] = {"Sludge Bomb"},
  4223.             [37] = {"Energy Ball"},
  4224.             [32] = {"Dream Eater"},
  4225.             [30] = {"Shadow Punch"},
  4226.             [19] = {"Confusion"},
  4227.             [12] = {"Confuse Ray"},
  4228.             [1] = {"Hypnosis","Lick"}
  4229.             },
  4230.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Sludge Bomb","Focus Blast","Energy Ball","Thunderbolt","Psychic","Shadow Ball","Dark Pulse"}
  4231.     },
  4232.     ["Sprites"] = {
  4233.         ["Front"] = "http://www.roblox.com/asset/?id=168567341",
  4234.         ["Back"] = "http://www.roblox.com/asset/?id=168567359",
  4235.         ["Mini"] = "http://www.roblox.com/asset/?id=168567376",
  4236.         ["SB"] = "http://www.roblox.com/asset/?id=170640610",
  4237.         ["SF"] = "http://www.roblox.com/asset/?id=170426431"
  4238.     },
  4239.     ["ExpType"] = "MedSlow",
  4240.     ["EVYield"] = {
  4241.         ["Exp"] = 190,
  4242.         ["SpA"] = 3
  4243.     },
  4244.     ["CatchRate"] = 45,
  4245. },
  4246.  
  4247.  
  4248. ["Onix"] = {
  4249.     ["Pokedex"] = 95,
  4250.     ["PokedexDesc"] = "It usually lives underground. It searches for food while boring its way through the ground at 50 miles per hour.",
  4251.     ["Species"] = "Rock Snake Pokemon",
  4252.     ["Height"] = "28'10\"",
  4253.     ["Weight"] = 463,
  4254.     ["Type"] = {"Rock","Ground"},
  4255.     ["Stats"] = {
  4256.         ["HP"] = 35,
  4257.         ["Atk"] = 45,
  4258.         ["Def"] = 160,
  4259.         ["SpA"] = 30,
  4260.         ["SpD"] = 45,
  4261.         ["Speed"] = 70
  4262.         },
  4263.     ["Evolution"] = {},
  4264.     ["EvolutionStone"] = {["Metal Coat"] = "Steelix"},
  4265.     ["Gender"] = 50,
  4266.     ["Moves"] = {
  4267.         ["LevelUp"] = {
  4268.             [40] = {"Earthquake"},
  4269.             [30] = {"Magnitude"},
  4270.             [25] = {"Rock Tomb"},
  4271.             [19] = {"Harden"},
  4272.             [12] = {"Rock Throw"},
  4273.             [1] = {"Tackle","Screech"}
  4274.             },
  4275.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Earthquake","Rock Slide"}
  4276.     },
  4277.     ["Sprites"] = {
  4278.         ["Front"] = "http://www.roblox.com/asset/?id=165447222",
  4279.         ["Back"] = "http://www.roblox.com/asset/?id=165447206",
  4280.         ["Mini"] = "http://www.roblox.com/asset/?id=165447458",
  4281.         ["SB"] = "http://www.roblox.com/asset/?id=170640611",
  4282.         ["SF"] = "http://www.roblox.com/asset/?id=170426435"
  4283.     },
  4284.     ["ExpType"] = "MedFast",
  4285.     ["EVYield"] = {
  4286.         ["Exp"] = 108,
  4287.         ["Def"] = 1
  4288.     },
  4289.     ["CatchRate"] = 45,
  4290. },
  4291. ["Drowzee"] = {
  4292.     ["Pokedex"] = 96,
  4293.     ["PokedexDesc"] = "     If you sleep by it all the time, it will sometimes show you dreams it has eaten in the past.",
  4294.     ["Species"] = "Hypnosis Pokemon",
  4295.     ["Height"] = "3'03\"",
  4296.     ["Weight"] = 71.4,
  4297.     ["Ability"] = "Inner Focus",
  4298.     ["Type"] = {"Psychic"},
  4299.     ["Stats"] = {
  4300.         ["HP"] = 60,
  4301.         ["Atk"] = 48,
  4302.         ["Def"] = 45,
  4303.         ["SpA"] = 43,
  4304.         ["SpD"] = 90,
  4305.         ["Speed"] = 42
  4306.         },
  4307.     ["Evolution"] = {26,"Hypno"},
  4308.     ["Gender"] = 50,
  4309.     ["Moves"] = {
  4310.         ["LevelUp"] = {
  4311.             [33] = {"Psychic"},
  4312.             [26] = {"Psybeam"},
  4313.             [22] = {"Meditate"},
  4314.             [18] = {"Poison Gas"},
  4315.             [13] = {"Headbutt"},
  4316.             [9] = {"Confusion"},
  4317.             [1] = {"Pound","Hypnosis"}
  4318.             },
  4319.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Brick Break","Psychic","Shadow Ball"}
  4320.     },
  4321.     ["Sprites"] = {
  4322.         ["Front"] = "http://www.roblox.com/asset/?id=168566669",
  4323.         ["Back"] = "http://www.roblox.com/asset/?id=168566682",
  4324.         ["Mini"] = "http://www.roblox.com/asset/?id=168566720",
  4325.         ["SB"] = "http://www.roblox.com/asset/?id=170640608",
  4326.         ["SF"] = "http://www.roblox.com/asset/?id=170426436"
  4327.     },
  4328.     ["ExpType"] = "MedFast",
  4329.     ["EVYield"] = {
  4330.         ["Exp"] = 102,
  4331.         ["SpD"] = 1
  4332.     },
  4333.     ["CatchRate"] = 190,
  4334. },
  4335.  
  4336. ["Hypno"] = {
  4337.     ["Pokedex"] = 97,
  4338.     ["PokedexDesc"] = "Seeing its swinging pendulum can induce sleep in three seconds, even in someone who just woke up.",
  4339.     ["Species"] = "Hypnosis Pokemon",
  4340.     ["Height"] = "5'03\"",
  4341.     ["Weight"] = 166.7,
  4342.     ["Ability"] = "Inner Focus",
  4343.     ["Type"] = {"Psychic"},
  4344.     ["Stats"] = {
  4345.         ["HP"] = 60,
  4346.         ["Atk"] = 48,
  4347.         ["Def"] = 45,
  4348.         ["SpA"] = 43,
  4349.         ["SpD"] = 90,
  4350.         ["Speed"] = 42
  4351.         },
  4352.     ["Evolution"] = {},
  4353.     ["Gender"] = 50,
  4354.     ["Moves"] = {
  4355.         ["LevelUp"] = {
  4356.             [38] = {"Psychic"},
  4357.             [29] = {"Headbutt"},
  4358.             [26] = {"Psybeam"},
  4359.             [22] = {"Meditate"},
  4360.             [18] = {"Poison Gas"},
  4361.             [13] = {"Headbutt"},
  4362.             [9] = {"Confusion"},
  4363.             [1] = {"Pound","Hypnosis"}
  4364.             },
  4365.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Brick Break","Focus Blast","Psychic","Shadow Ball"}
  4366.     },
  4367.     ["Sprites"] = {
  4368.         ["Front"] = "http://www.roblox.com/asset/?id=168566825",
  4369.         ["Back"] = "http://www.roblox.com/asset/?id=168566805",
  4370.         ["Mini"] = "http://www.roblox.com/asset/?id=168566846",
  4371.         ["SB"] = "http://www.roblox.com/asset/?id=170640609",
  4372.         ["SF"] = "http://www.roblox.com/asset/?id=170426442"
  4373.     },
  4374.     ["ExpType"] = "MedFast",
  4375.     ["EVYield"] = {
  4376.         ["Exp"] = 165,
  4377.         ["SpD"] = 2
  4378.     },
  4379.     ["CatchRate"] = 75,
  4380. },
  4381.  
  4382.  
  4383. ["Krabby"] = {
  4384.     ["Pokedex"] = 98,
  4385.     ["PokedexDesc"] = "It can be found near the sea. The large pincers grow back if they are torn out of their sockets. ",
  4386.     ["Species"] = "River Crab Pokemon",
  4387.     ["Height"] = "1'04\"",
  4388.     ["Weight"] = 14.3,
  4389.     ["Type"] = {"Water"},
  4390.     ["Stats"] = {
  4391.         ["HP"] = 30,
  4392.         ["Atk"] = 105,
  4393.         ["Def"] = 90,
  4394.         ["SpA"] = 25,
  4395.         ["SpD"] = 25,
  4396.         ["Speed"] = 50
  4397.         },
  4398.     ["Evolution"] = {28,"Kingler"},
  4399.     ["Gender"] = 50,
  4400.     ["Moves"] = {
  4401.         ["LevelUp"] = {
  4402.             [41] = {"Crabhammer"},
  4403.             [37] = {"Slam"},
  4404.             [32] = {"Stomp"},
  4405.             [26] = {"Metal Claw"},
  4406.             [22] = {"Mud Shot"},
  4407.             [16] = {"Bubblebeam"},
  4408.             [13] = {"Leer"},
  4409.             [11] = {"Harden"},
  4410.             [7] = {"Vice Grip"},
  4411.             [1] = {"Bubble"}
  4412.             },
  4413.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Ice Beam","Rock Slide"}
  4414.     },
  4415.     ["Sprites"] = {
  4416.         ["Front"] = "http://www.roblox.com/asset/?id=168572005",
  4417.         ["Back"] = "http://www.roblox.com/asset/?id=168572024",
  4418.         ["Mini"] = "http://www.roblox.com/asset/?id=168572035",
  4419.         ["SB"] = "http://www.roblox.com/asset/?id=170640607",
  4420.         ["SF"] = "http://www.roblox.com/asset/?id=170426443"
  4421.     },
  4422.     ["ExpType"] = "MedFast",
  4423.     ["EVYield"] = {
  4424.         ["Exp"] = 115,
  4425.         ["Atk"] = 1
  4426.     },
  4427.     ["CatchRate"] = 225,
  4428. },
  4429.  
  4430. ["Kingler"] = {
  4431.     ["Pokedex"] = 99,
  4432.     ["PokedexDesc"] = "Its pincers grow particularly large. If it lifts the pincers too fast, it loses its balance and staggers.  ",
  4433.     ["Species"] = "Pincer Pokemon",
  4434.     ["Height"] = "4'03\"",
  4435.     ["Weight"] = 132.3,
  4436.     ["Type"] = {"Water"},
  4437.     ["Stats"] = {
  4438.         ["HP"] = 55,
  4439.         ["Atk"] = 130,
  4440.         ["Def"] = 115,
  4441.         ["SpA"] = 50,
  4442.         ["SpD"] = 50,
  4443.         ["Speed"] = 75
  4444.         },
  4445.     ["Evolution"] = {},
  4446.     ["Gender"] = 50,
  4447.     ["Moves"] = {
  4448.         ["LevelUp"] = {
  4449.             [41] = {"Crabhammer"},
  4450.             [37] = {"Slam"},
  4451.             [32] = {"Stomp"},
  4452.             [26] = {"Metal Claw"},
  4453.             [22] = {"Mud Shot"},
  4454.             [16] = {"Bubblebeam"},
  4455.             [13] = {"Leer"},
  4456.             [11] = {"Harden"},
  4457.             [7] = {"Vice Grip"},
  4458.             [1] = {"Bubble"}
  4459.             },
  4460.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Ice Beam","Rock Slide"}
  4461.     },
  4462.     ["Sprites"] = {
  4463.         ["Front"] = "http://www.roblox.com/asset/?id=168572064",
  4464.         ["Back"] = "http://www.roblox.com/asset/?id=168572113",
  4465.         ["Mini"] = "http://www.roblox.com/asset/?id=168572138",
  4466.         ["SB"] = "http://www.roblox.com/asset/?id=170452367",
  4467.         ["SF"] = "http://www.roblox.com/asset/?id=170426444"
  4468.     },
  4469.     ["ExpType"] = "MedFast",
  4470.     ["EVYield"] = {
  4471.         ["Exp"] = 206,
  4472.         ["Atk"] = 1
  4473.     },
  4474.     ["CatchRate"] = 225,
  4475. },
  4476.  
  4477. ["Voltorb"] = {
  4478.     ["Pokedex"] = 100,
  4479.     ["PokedexDesc"] = "Usually found in power plants. Easily mistaken for a Poke Ball, it has zapped many people.",
  4480.     ["Species"] = "Ball Pokemon",
  4481.     ["Height"] = "1'04\"",
  4482.     ["Weight"] = 13.2,
  4483.     ["Type"] = {"Electric"},
  4484.     ["Stats"] = {
  4485.         ["HP"] = 40,
  4486.         ["Atk"] = 30,
  4487.         ["Def"] = 50,
  4488.         ["SpA"] = 55,
  4489.         ["SpD"] = 55,
  4490.         ["Speed"] = 100
  4491.         },
  4492.     ["Evolution"] = {30,"Electrode"},
  4493.     ["Gender"] = "Unknown",
  4494.     ["Moves"] = {
  4495.         ["LevelUp"] = {
  4496.             [30] = {"Swift"},
  4497.             [21] = {"Spark"},
  4498.             [15] = {"Supersonic"},
  4499.             [10] = {"ThunderShock"},
  4500.             [8] = {"Screech"},
  4501.             [1] = {"Tackle"}
  4502.             },
  4503.         ["TM"] = {"Double Team","Toxic","Rest","Thunder Wave","Thunderbolt"}
  4504.     },
  4505.     ["Sprites"] = {
  4506.         ["Front"] = "http://www.roblox.com/asset/?id=167465903",
  4507.         ["Back"] = "http://www.roblox.com/asset/?id=167465913",
  4508.         ["Mini"] = "http://www.roblox.com/asset/?id=167465931",
  4509.         ["SB"] = "http://www.roblox.com/asset/?id=170452370",
  4510.         ["SF"] = "http://www.roblox.com/asset/?id=170426447"
  4511.     },
  4512.     ["ExpType"] = "MedFast",
  4513.     ["EVYield"] = {
  4514.         ["Exp"] = 103,
  4515.         ["Speed"] = 1
  4516.     },
  4517.     ["CatchRate"] = 190,
  4518. },
  4519.  
  4520. ["Electrode"] = {
  4521.     ["Pokedex"] = 101,
  4522.     ["PokedexDesc"] = " It stores electric energy under very high pressure. It often explodes with little or no provocation. ",
  4523.     ["Species"] = "Ball Pokemon",
  4524.     ["Height"] = "3'11\"",
  4525.     ["Weight"] = 146.8,
  4526.     ["Type"] = {"Electric"},
  4527.     ["Stats"] = {
  4528.         ["HP"] = 60,
  4529.         ["Atk"] = 50,
  4530.         ["Def"] = 70,
  4531.         ["SpA"] = 80,
  4532.         ["SpD"] = 80,
  4533.         ["Speed"] = 140
  4534.         },
  4535.     ["Evolution"] = {},
  4536.     ["Gender"] = "Unknown",
  4537.     ["Moves"] = {
  4538.         ["LevelUp"] = {
  4539.             [75] = {"Signal Beam"},
  4540.             [65] = {"Gyro Ball"},
  4541.             [50] = {"Discharge"},
  4542.             [40] = {"Thunderbolt"},
  4543.             [30] = {"Swift"},
  4544.             [21] = {"Spark"},
  4545.             [15] = {"Supersonic"},
  4546.             [10] = {"ThunderShock"},
  4547.             [8] = {"Screech"},
  4548.             [1] = {"Tackle"}
  4549.             },
  4550.         ["TM"] = {"Double Team","Toxic","Rest","Thunder Wave","Thunderbolt"}
  4551.     },
  4552.     ["Sprites"] = {
  4553.         ["Front"] = "http://www.roblox.com/asset/?id=167474004",
  4554.         ["Back"] = "http://www.roblox.com/asset/?id=167474017",
  4555.         ["Mini"] = "http://www.roblox.com/asset/?id=167474026",
  4556.         ["SB"] = "http://www.roblox.com/asset/?id=170452369",
  4557.         ["SF"] = "http://www.roblox.com/asset/?id=170426845"
  4558.     },
  4559.     ["ExpType"] = "MedFast",
  4560.     ["EVYield"] = {
  4561.         ["Exp"] = 150,
  4562.         ["Speed"] = 2
  4563.     },
  4564.     ["CatchRate"] = 60,
  4565. },
  4566.  
  4567. ["Exeggcute"] = {
  4568.     ["Pokedex"] = 102,
  4569.     ["PokedexDesc"] = "It is often mistaken for eggs. When disturbed, they gather quickly and attack in swarms.",
  4570.     ["Species"] = "Egg Pokemon",
  4571.     ["Height"] = "1'04\"",
  4572.     ["Weight"] = 5.5,
  4573.     ["Type"] = {"Grass","Psychic"},
  4574.     ["Stats"] = {
  4575.         ["HP"] = 60,
  4576.         ["Atk"] = 40,
  4577.         ["Def"] = 80,
  4578.         ["SpA"] = 60,
  4579.         ["SpD"] = 45,
  4580.         ["Speed"] = 40
  4581.         },
  4582.     ["Evolution"] = {},
  4583.     ["EvolutionStone"] = {["Leaf Stone"] = "Exeggutor"},
  4584.     ["Gender"] = 50,
  4585.     ["Moves"] = {
  4586.         ["LevelUp"] = {
  4587.             [60] = {"Leaf Storm"},
  4588.             [45] = {"Extrasensory"},
  4589.             [37] = {"Giga Drain"},
  4590.             [30] = {"Confusion"},
  4591.             [25] = {"Sleep Powder"},
  4592.             [23] = {"PoisonPowder"},
  4593.             [21] = {"Stun Spore"},
  4594.             [13] = {"Bullet Seed"},
  4595.             [7] = {"Hypnosis"},
  4596.             [1] = {"Tackle"}
  4597.             },
  4598.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Sludge Bomb","Energy Ball","Psychic","Body Slam"}
  4599.     },
  4600.     ["Sprites"] = {
  4601.         ["Front"] = "http://www.roblox.com/asset/?id=172274353",
  4602.         ["Back"] = "http://www.roblox.com/asset/?id=172274613",
  4603.         ["Mini"] = "http://www.roblox.com/asset/?id=172274284",
  4604.         ["SB"] = "http://www.roblox.com/asset/?id=172274628",
  4605.         ["SF"] = "http://www.roblox.com/asset/?id=172274362"
  4606.     },
  4607.     ["ExpType"] = "Slow",
  4608.     ["EVYield"] = {
  4609.         ["Exp"] = 98,
  4610.         ["Def"] = 1
  4611.     },
  4612.     ["CatchRate"] = 90,
  4613. },
  4614.  
  4615. [ "Exeggutor"] = {
  4616.     ["Pokedex"] = 103,
  4617.     ["PokedexDesc"] = "Its three heads think independently. However, they are friendly and never appear to squabble.",
  4618.     ["Species"] = "Coconut Pokemon",
  4619.     ["Height"] = "6'07\"",
  4620.     ["Weight"] = 246.4,
  4621.     ["Type"] = {"Grass","Psychic"},
  4622.     ["Stats"] = {
  4623.         ["HP"] = 95,
  4624.         ["Atk"] = 90,
  4625.         ["Def"] = 85,
  4626.         ["SpA"] = 125,
  4627.         ["SpD"] = 65,
  4628.         ["Speed"] = 55
  4629.         },
  4630.     ["Evolution"] = {},
  4631.     ["Gender"] = 50,
  4632.     ["Moves"] = {
  4633.         ["LevelUp"] = {
  4634.             [75] = {"Wood Hammer"},
  4635.             [65] = {"Egg Bomb"},
  4636.             [60] = {"Leaf Storm"},
  4637.             [45] = {"Extrasensory"},
  4638.             [37] = {"Giga Drain"},
  4639.             [30] = {"Confusion"},
  4640.             [25] = {"Sleep Powder"},
  4641.             [23] = {"PoisonPowder"},
  4642.             [21] = {"Stun Spore"},
  4643.             [13] = {"Bullet Seed"},
  4644.             [7] = {"Hypnosis"},
  4645.             [1] = {"Tackle"}
  4646.             },
  4647.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Sludge Bomb","Energy Ball","Psychic","Body Slam"}
  4648.     },
  4649.     ["Sprites"] = {
  4650.         ["Front"] = "http://www.roblox.com/asset/?id=172274381",
  4651.         ["Back"] = "http://www.roblox.com/asset/?id=172274650",
  4652.         ["Mini"] = "http://www.roblox.com/asset/?id=172274296",
  4653.         ["SB"] = "http://www.roblox.com/asset/?id=172274706",
  4654.         ["SF"] = "http://www.roblox.com/asset/?id=172274393"
  4655.     },
  4656.     ["ExpType"] = "Slow",
  4657.     ["EVYield"] = {
  4658.         ["Exp"] = 212,
  4659.         ["SpA"] = 2
  4660.     },
  4661.     ["CatchRate"] = 45,
  4662. },
  4663.  
  4664. ["Cubone"] = {
  4665.     ["Pokedex"] = 104,
  4666.     ["PokedexDesc"] = "It lost its mother after its birth. It wears its mother's skull, never revealing its true face. ",
  4667.     ["Species"] = "Lonely Pokemon",
  4668.     ["Height"] = "1'04\"",
  4669.     ["Weight"] = 14.3,
  4670.     ["Type"] = {"Ground"},
  4671.     ["Stats"] = {
  4672.         ["HP"] = 50,
  4673.         ["Atk"] = 50,
  4674.         ["Def"] = 95,
  4675.         ["SpA"] = 40,
  4676.         ["SpD"] = 50,
  4677.         ["Speed"] = 35
  4678.         },
  4679.     ["Evolution"] = {28,"Marowak"},
  4680.     ["Gender"] = 50,
  4681.     ["Moves"] = {
  4682.         ["LevelUp"] = {
  4683.             [40] = {"False Swipe"},
  4684.             [32] = {"Bone Rush"},
  4685.             [25] = {"Bonemerang"},
  4686.             [20] = {"Focus Slam"},
  4687.             [17] = {"Leer"},
  4688.             [15] = {"Headbutt"},
  4689.             [11] = {"Bone Club"},
  4690.             [5] = {"Tail Whip"},
  4691.             [1] = {"Growl"}
  4692.             },
  4693.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Earthquake","Flamethrower","Ice Beam","Rock Slide"}
  4694.     },
  4695.     ["Sprites"] = {
  4696.         ["Front"] = "http://www.roblox.com/asset/?id=168567577",
  4697.         ["Back"] = "http://www.roblox.com/asset/?id=168567584",
  4698.         ["Mini"] = "http://www.roblox.com/asset/?id=168567598",
  4699.         ["SB"] = "http://www.roblox.com/asset/?id=170453413",
  4700.         ["SF"] = "http://www.roblox.com/asset/?id=170426457"
  4701.     },
  4702.     ["ExpType"] = "MedFast",
  4703.     ["EVYield"] = {
  4704.         ["Exp"] = 87,
  4705.         ["Def"] = 1
  4706.     },
  4707.     ["CatchRate"] = 190,
  4708. },
  4709.  
  4710. ["Marowak"] = {
  4711.     ["Pokedex"] = 105,
  4712.     ["PokedexDesc"] = "From its birth, this savage Pokemon constantly holds bones. It is skilled in using them as weapons. ",
  4713.     ["Species"] = "Bone Keeper Pokemon",
  4714.     ["Height"] = "3'03\"",
  4715.     ["Weight"] = 99.2,
  4716.     ["Type"] = {"Ground"},
  4717.     ["Stats"] = {
  4718.         ["HP"] = 60,
  4719.         ["Atk"] = 90,
  4720.         ["Def"] = 110,
  4721.         ["SpA"] = 50,
  4722.         ["SpD"] = 80,
  4723.         ["Speed"] = 45
  4724.         },
  4725.     ["Evolution"] = {},
  4726.     ["Gender"] = 50,
  4727.     ["Moves"] = {
  4728.         ["LevelUp"] = {
  4729.             [45] = {"False Swipe"},
  4730.             [37] = {"Bone Rush"},
  4731.             [25] = {"Bonemerang"},
  4732.             [20] = {"Focus Slam"},
  4733.             [17] = {"Leer"},
  4734.             [15] = {"Headbutt"},
  4735.             [11] = {"Bone Club"},
  4736.             [5] = {"Tail Whip"},
  4737.             [1] = {"Growl"}
  4738.             },
  4739.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Focus Blast","Earthquake","Flamethrower","Ice Beam","Rock Slide"}
  4740.     },
  4741.     ["Sprites"] = {
  4742.         ["Front"] = "http://www.roblox.com/asset/?id=168567699",
  4743.         ["Back"] = "http://www.roblox.com/asset/?id=168567711",
  4744.         ["Mini"] = "http://www.roblox.com/asset/?id=168567725",
  4745.         ["SB"] = "http://www.roblox.com/asset/?id=170453422",
  4746.         ["SF"] = "http://www.roblox.com/asset/?id=170426458"
  4747.     },
  4748.     ["ExpType"] = "MedFast",
  4749.     ["EVYield"] = {
  4750.         ["Exp"] = 124,
  4751.         ["Def"] = 2
  4752.     },
  4753.     ["CatchRate"] = 75,
  4754. },
  4755. ["Hitmonlee"] = {
  4756.     ["Pokedex"] = 106,
  4757.     ["PokedexDesc"] =  "Jackie Chan really needs his own anime, you know?.",
  4758.     ["Species"] = "Jackie Chan Pokemon",
  4759.     ["Height"] = "4'11\"",
  4760.     ["Weight"] = 139.7,
  4761.     ["Type"] = {"Fighting"},
  4762.     ["Stats"] = {
  4763.         ["HP"] = 50,
  4764.         ["Atk"] = 120,
  4765.         ["Def"] = 53,
  4766.         ["SpA"] = 35,
  4767.         ["SpD"] = 110,
  4768.         ["Speed"] = 87
  4769.         },
  4770.     ["Evolution"] = {},
  4771.     ["Gender"] = 100,
  4772.     ["Moves"] = {
  4773.         ["LevelUp"] = {
  4774.             [50] = {"Close Combat"},
  4775.             [43] = {"Blaze Kick"},
  4776.             [39] = {"Fire Punch"},
  4777.             [36] = {"Thunder Punch"},
  4778.             [33] = {"Fire Punch"},
  4779.             [26] = {"Vacuum Wave"},
  4780.             [21] = {"Will-O-Wisp"},
  4781.             [20] = {"Bullet Punch"},
  4782.             [16] = {"Mach Punch"},
  4783.             [6] = {"Agility"},
  4784.             [1] = {"Comet Punch"}
  4785.             },
  4786.         ["TM"] = {"Earthquake","Rock Tomb","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Brick Break","Focus Blast","Body Slam",}
  4787.     },
  4788.     ["Sprites"] = {
  4789.         ["Front"] = "http://www.roblox.com/asset/?id=176690503",
  4790.         ["Back"] = "http://www.roblox.com/asset/?id=176690584",
  4791.         ["Mini"] = "http://www.roblox.com/asset/?id=176722327",
  4792.         ["SB"] = "http://www.roblox.com/asset/?id=176723741",
  4793.         ["SF"] = "http://www.roblox.com/asset/?id=176690506"
  4794.     },
  4795.     ["ExpType"] = "MedFast",
  4796.     ["EVYield"] = {
  4797.         ["Exp"] = 140,
  4798.         ["SpD"] = 2
  4799.     },
  4800.     ["CatchRate"] = 45,
  4801. },
  4802. ["Hitmonchan"] = {
  4803.     ["Pokedex"] = 107,
  4804.     ["PokedexDesc"] =  "The original Chuck Norris, Bruce Lee asked Bill to turn him into a Pokemon.",
  4805.     ["Species"] = "Bruce Lee Pokemon",
  4806.     ["Height"] = "4'07\"",
  4807.     ["Weight"] = 110.7,
  4808.     ["Ability"] = "Inner Focus",
  4809.     ["Type"] = {"Fighting"},
  4810.     ["Stats"] = {
  4811.         ["HP"] = 50,
  4812.         ["Atk"] = 105,
  4813.         ["Def"] = 79,
  4814.         ["SpA"] = 35,
  4815.         ["SpD"] = 110,
  4816.         ["Speed"] = 76
  4817.         },
  4818.     ["Evolution"] = {},
  4819.     ["Gender"] = 100,
  4820.     ["Moves"] = {
  4821.         ["LevelUp"] = {
  4822.             [50] = {"Close Combat"},
  4823.             [43] = {"Sky Uppercut"},
  4824.             [39] = {"Fire Punch"},
  4825.             [36] = {"Thunder Punch"},
  4826.             [33] = {"Fire Punch"},
  4827.             [26] = {"Vacuum Wave"},
  4828.             [21] = {"Will-O-Wisp"},
  4829.             [20] = {"Bullet Punch"},
  4830.             [16] = {"Mach Punch"},
  4831.             [6] = {"Agility"},
  4832.             [1] = {"Comet Punch"}
  4833.             },
  4834.         ["TM"] = {"Earthquake","Rock Tomb","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Brick Break","Focus Blast","Body Slam",}
  4835.     },
  4836.     ["Sprites"] = {
  4837.         ["Front"] = "http://www.roblox.com/asset/?id=176690544",
  4838.         ["Back"] = "http://www.roblox.com/asset/?id=176714644",
  4839.         ["Mini"] = "http://www.roblox.com/asset/?id=176690424",
  4840.         ["SB"] = "http://www.roblox.com/asset/?id=176714648",
  4841.         ["SF"] = "http://www.roblox.com/asset/?id=176690543"
  4842.     },
  4843.     ["ExpType"] = "MedFast",
  4844.     ["EVYield"] = {
  4845.         ["Exp"] = 140,
  4846.         ["SpD"] = 2
  4847.     },
  4848.     ["CatchRate"] = 45,
  4849. },
  4850.  
  4851. ["Lickitung"] = {
  4852.     ["Pokedex"] = 108,
  4853.     ["PokedexDesc"] = "     Its tongue, twice its body's length, moves around freely to catch prey. Its licks cause a tingling sensation. ",
  4854.     ["Species"] = "Licking Pokemon",
  4855.     ["Height"] = "3'11\"",
  4856.     ["Weight"] = 144.4,
  4857.     ["Type"] = {"Normal"},
  4858.     ["Stats"] = {
  4859.         ["HP"] = 90,
  4860.         ["Atk"] = 55,
  4861.         ["Def"] = 75,
  4862.         ["SpA"] = 60,
  4863.         ["SpD"] = 75,
  4864.         ["Speed"] = 30
  4865.         },
  4866.     ["Evolution"] = {},
  4867.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Lickilicky"},
  4868.     ["Gender"] = 50,
  4869.     ["Moves"] = {
  4870.         ["LevelUp"] = {
  4871.             [45] = {"Power Whip"},
  4872.             [35] = {"Rock Tomb"},
  4873.             [21] = {"Slam"},
  4874.             [15] = {"Stomp"},
  4875.             [9] = {"Defense Curl"},
  4876.             [5] = {"Supersonic"},
  4877.             [1] = {"Lick"}
  4878.             },
  4879.         ["TM"] = {"Double Team","Toxic","Rest","Surf","Flamethrower","Rock Tomb","Rock Slide","Shadow Ball","Thunderbolt","Dark Pulse","Body Slam","Double-Edge","Thunder Wave"}
  4880.     },
  4881.     ["Sprites"] = {
  4882.         ["Front"] = "http://www.roblox.com/asset/?id=189528684",
  4883.         ["Back"] = "http://www.roblox.com/asset/?id=189528709",
  4884.         ["Mini"] = "http://www.roblox.com/asset/?id=189528672",
  4885.         ["SB"] = "http://www.roblox.com/asset/?id=189528727",
  4886.         ["SF"] = "http://www.roblox.com/asset/?id=189528691"
  4887.     },
  4888.     ["ExpType"] = "MedFast",
  4889.     ["EVYield"] = {
  4890.         ["Exp"] = 127,
  4891.         ["HP"] = 2
  4892.     },
  4893.     ["CatchRate"] = 45,
  4894. },
  4895.  
  4896.  
  4897. ["Koffing"] = {
  4898.     ["Pokedex"] = 109,
  4899.     ["PokedexDesc"] = "Its thin, flimsy body is filled with gases that cause constant sniffles, coughs and teary eyes.",
  4900.     ["Species"] = "Poison Gas Pokemon",
  4901.     ["Height"] = "2'00\"",
  4902.     ["Weight"] = 2.2,
  4903.     ["Ability"] = "Levitate",
  4904.     ["Type"] = {"Poison"},
  4905.     ["Stats"] = {
  4906.         ["HP"] = 40,
  4907.         ["Atk"] = 65,
  4908.         ["Def"] = 95,
  4909.         ["SpA"] = 60,
  4910.         ["SpD"] = 45,
  4911.         ["Speed"] = 35
  4912.         },
  4913.     ["Evolution"] = {35,"Weezing"},
  4914.     ["Gender"] = 50,
  4915.     ["Moves"] = {
  4916.         ["LevelUp"] = {
  4917.             [37] = {"Sludge Bomb"},
  4918.             [28] = {"Gyro Ball"},
  4919.             [23] = {"Haze"},
  4920.             [18] = {"Sludge"},
  4921.             [11] = {"SmokeScreen"},
  4922.             [4] = {"Smog"},
  4923.             [1] = {"Tackle","Poison Gas"}
  4924.             },
  4925.         ["TM"] = {"Double Team","Toxic","Rest","Sludge Bomb","Flamethrower","Rock Tomb","Rock Slide","Shadow Ball","Thunderbolt","Dark Pulse","Body Slam","Double-Edge"}
  4926.     },
  4927.     ["Sprites"] = {
  4928.         ["Front"] = "http://www.roblox.com/asset/?id=171909036",
  4929.         ["Back"] = "http://www.roblox.com/asset/?id=171910131",
  4930.         ["Mini"] = "http://www.roblox.com/asset/?id=171908632",
  4931.         ["SB"] = "http://www.roblox.com/asset/?id=171910143",
  4932.         ["SF"] = "http://www.roblox.com/asset/?id=171909044"
  4933.     },
  4934.     ["ExpType"] = "MedFast",
  4935.     ["EVYield"] = {
  4936.         ["Exp"] = 114,
  4937.         ["Def"] = 1
  4938.     },
  4939.     ["CatchRate"] = 190,
  4940. },
  4941.  
  4942.  
  4943.  
  4944.  
  4945. ["Weezing"] = {
  4946.     ["Pokedex"] = 110,
  4947.     ["PokedexDesc"] = "Wherever Grimer has passed, so many germs are left behind that no plants will ever grow again. ",
  4948.     ["Species"] = "Poison Gas Pokemon",
  4949.     ["Height"] = "3'11\"",
  4950.     ["Weight"] =20.9,
  4951.     ["Ability"] = "Levitate",
  4952.     ["Type"] = {"Poison"},
  4953.     ["Stats"] = {
  4954.         ["HP"] = 65,
  4955.         ["Atk"] = 90,
  4956.         ["Def"] = 120,
  4957.         ["SpA"] = 85,
  4958.         ["SpD"] = 80,
  4959.         ["Speed"] = 60
  4960.         },
  4961.     ["Evolution"] = {},
  4962.     ["Gender"] = 50,
  4963.     ["Moves"] = {
  4964.         ["LevelUp"] = {
  4965.             [55] = {"Pain Split"},
  4966.             [46] = {"Sludge Bomb"},
  4967.             [28] = {"Gyro Ball"},
  4968.             [23] = {"Haze"},
  4969.             [18] = {"Sludge"},
  4970.             [11] = {"SmokeScreen"},
  4971.             [4] = {"Smog"},
  4972.             [1] = {"Tackle","Poison Gas"}
  4973.             },
  4974.         ["TM"] = {"Double Team","Toxic","Rest","Sludge Bomb","Flamethrower","Rock Tomb","Rock Slide","Shadow Ball","Thunderbolt","Dark Pulse","Body Slam","Double-Edge"}
  4975.     },
  4976.     ["Sprites"] = {
  4977.         ["Front"] = "http://www.roblox.com/asset/?id=171909070",
  4978.         ["Back"] = "http://www.roblox.com/asset/?id=171910166",
  4979.         ["Mini"] = "http://www.roblox.com/asset/?id=171908699",
  4980.         ["SB"] = "http://www.roblox.com/asset/?id=171910185",
  4981.         ["SF"] = "http://www.roblox.com/asset/?id=171909087"
  4982.     },
  4983.     ["ExpType"] = "MedFast",
  4984.     ["EVYield"] = {
  4985.         ["Exp"] = 173,
  4986.         ["Def"] = 2
  4987.     },
  4988.     ["CatchRate"] = 60,
  4989. },
  4990.  
  4991. ["Rhyhorn"] = {
  4992.     ["Pokedex"] = 111,
  4993.     ["PokedexDesc"] = "It doesn't care if there is anything in its way. It just charges and destroys all obstacles.",
  4994.     ["Species"] = "Spikes Pokemon",
  4995.     ["Height"] = "3'03\"",
  4996.     ["Weight"] =253.5,
  4997.     ["Type"] = {"Ground","Rock"},
  4998.     ["Stats"] = {
  4999.         ["HP"] = 80,
  5000.         ["Atk"] = 85,
  5001.         ["Def"] = 95,
  5002.         ["SpA"] = 30,
  5003.         ["SpD"] = 30,
  5004.         ["Speed"] = 25
  5005.         },
  5006.     ["Evolution"] = {42,"Rhydon"},
  5007.     ["Gender"] = 50,
  5008.     ["Moves"] = {
  5009.         ["LevelUp"] = {
  5010.             [60] = {"Megahorn"},
  5011.             [48] = {"Earthquake"},
  5012.             [44] = {"Stone Edge"},
  5013.             [35] = {"Take Down"},
  5014.             [24] = {"Rock Blast"},
  5015.             [19] = {"Scary Face"},
  5016.             [13] = {"Fury Attack"},
  5017.             [8] = {"Stomp"},
  5018.             [1] = {"Horn Attack","Tail Whip"}
  5019.             },
  5020.         ["TM"] = {"Earthquake","Double Team","Toxic","Rest","Flamethrower","Body Slam","Double-Edge","Rock Slide","Thunderbolt","Rock Tomb","Ice Beam","Icy Wind"}
  5021.     },
  5022.     ["Sprites"] = {
  5023.         ["Front"] = "http://www.roblox.com/asset/?id=171909456",
  5024.         ["Back"] = "http://www.roblox.com/asset/?id=171910332",
  5025.         ["Mini"] = "http://www.roblox.com/asset/?id=171908711",
  5026.         ["SB"] = "http://www.roblox.com/asset/?id=171910346",
  5027.         ["SF"] = "http://www.roblox.com/asset/?id=171909466"
  5028.     },
  5029.     ["ExpType"] = "Slow",
  5030.     ["EVYield"] = {
  5031.         ["Exp"] = 135,
  5032.         ["Def"] = 1
  5033.     },
  5034.     ["CatchRate"] = 120,
  5035. },
  5036.  
  5037. ["Rhydon"] = {
  5038.     ["Pokedex"] = 112,
  5039.     ["PokedexDesc"] = "Its horn, which rotates like a drill, destroys tall buildings with one strike. It stands on its hind legs, and its brain is well developed. ",
  5040.     ["Species"] = "Drill Pokemon",
  5041.     ["Height"] = "6'03\"",
  5042.     ["Weight"] =264.6,
  5043.     ["Type"] = {"Ground","Rock"},
  5044.     ["Stats"] = {
  5045.         ["HP"] = 105,
  5046.         ["Atk"] = 130,
  5047.         ["Def"] = 120,
  5048.         ["SpA"] = 45,
  5049.         ["SpD"] = 45,
  5050.         ["Speed"] = 40
  5051.         },
  5052.     ["Evolution"] = {},
  5053.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Rhyperior"},
  5054.     ["Gender"] = 50,
  5055.     ["Moves"] = {
  5056.         ["LevelUp"] = {
  5057.             [67] = {"Megahorn"},
  5058.             [60] = {"Earthquake"},
  5059.             [53] = {"Hammer Arm"},
  5060.             [49] = {"Stone Edge"},
  5061.             [35] = {"Take Down"},
  5062.             [24] = {"Rock Blast"},
  5063.             [19] = {"Scary Face"},
  5064.             [13] = {"Fury Attack"},
  5065.             [8] = {"Stomp"},
  5066.             [1] = {"Horn Attack","Tail Whip"}
  5067.             },
  5068.         ["TM"] = {"Earthquake","Submission","Double Team","Toxic","Rest","Flamethrower","Body Slam","Double-Edge","Rock Slide","Thunderbolt","Rock Tomb","Ice Beam","Icy Wind"}
  5069.     },
  5070.     ["Sprites"] = {
  5071.         ["Front"] = "http://www.roblox.com/asset/?id=171909486",
  5072.         ["Back"] = "http://www.roblox.com/asset/?id=171910354",
  5073.         ["Mini"] = "http://www.roblox.com/asset/?id=171908733",
  5074.         ["SB"] = "http://www.roblox.com/asset/?id=171910215",
  5075.         ["SF"] = "http://www.roblox.com/asset/?id=171909524"
  5076.     },
  5077.     ["ExpType"] = "Slow",
  5078.     ["EVYield"] = {
  5079.         ["Exp"] = 204,
  5080.         ["Atk"] = 2
  5081.     },
  5082.     ["CatchRate"] = 60,
  5083. },
  5084.  
  5085. ["Chansey"] = {
  5086.     ["Pokedex"] = 113,
  5087.     ["PokedexDesc"] = "Being few in number and difficult to capture, it is said to bring happiness to the Trainer who catches it.",
  5088.     ["Species"] = "Egg Pokemon",
  5089.     ["Height"] = "3'07\"",
  5090.     ["Weight"] = 76.1,
  5091.     ["Ability"] = "Natural Cure",
  5092.     ["Type"] = {"Normal"},
  5093.     ["Stats"] = {
  5094.         ["HP"] = 250,
  5095.         ["Atk"] = 5,
  5096.         ["Def"] = 5,
  5097.         ["SpA"] = 35,
  5098.         ["SpD"] = 105,
  5099.         ["Speed"] = 50
  5100.         },
  5101.     ["Evolution"] = {},
  5102.     ["EvolutionStone"] = {["Friendship Ribbon"] = "Blissey"},
  5103.     ["Gender"] = 0,
  5104.     ["Moves"] = {
  5105.         ["LevelUp"] = {
  5106.             [65] = {"Minimize"},
  5107.             [60] = {"Softboiled"},
  5108.             [50] = {"Double-Edge"},
  5109.             [42] = {"Egg Bomb"},
  5110.             [36] = {"Sing"},
  5111.             [30] = {"Take Down"},
  5112.             [22] = {"Minimize"},
  5113.             [16] = {"Softboiled"},
  5114.             [12] = {"Double Slap"},
  5115.             [9] = {"Tail Whip"},
  5116.             [4] = {"Defense Curl"},
  5117.             [1] = {"Pound"}
  5118.             },
  5119.         ["TM"] = {"Double-Edge","Rock Tomb","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Earthquake","Energy Ball","Ice Beam","Flamethrower","Brick Break","Thunderbolt","Psychic","Shadow Ball","Body Slam"}
  5120.     },
  5121.     ["Sprites"] = {
  5122.         ["Front"] = "http://www.roblox.com/asset/?id=172274406",
  5123.         ["Back"] = "http://www.roblox.com/asset/?id=172274729",
  5124.         ["Mini"] = "http://www.roblox.com/asset/?id=172274305",
  5125.         ["SB"] = "http://www.roblox.com/asset/?id=172274747",
  5126.         ["SF"] = "http://www.roblox.com/asset/?id=172274416"
  5127.     },
  5128.     ["ExpType"] = "Fast",
  5129.     ["EVYield"] = {
  5130.         ["Exp"] = 136,
  5131.         ["HP"] = 2
  5132.     },
  5133.     ["CatchRate"] = 30,
  5134. },
  5135.  
  5136.  
  5137. ["Tangela"] = {
  5138.     ["Pokedex"] = 114,
  5139.     ["PokedexDesc"] = "The vines that cloak its entire body are always jiggling. They effectively unnerve its foes. ",
  5140.     ["Species"] = "Vine Pokemon",
  5141.     ["Height"] = "3'03\"",
  5142.     ["Weight"] = 77.2,
  5143.     ["Ability"] = "Regenerator",
  5144.     ["Type"] = {"Grass"},
  5145.     ["Stats"] = {
  5146.         ["HP"] = 65,
  5147.         ["Atk"] = 55,
  5148.         ["Def"] = 115,
  5149.         ["SpA"] = 100,
  5150.         ["SpD"] = 40,
  5151.         ["Speed"] = 60
  5152.         },
  5153.     ["Evolution"] = {},
  5154.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Tangrowth"},
  5155.     ["Gender"] = 50,
  5156.     ["Moves"] = {
  5157.         ["LevelUp"] = {
  5158.             [55] = {"Synthesis"},
  5159.             [50] = {"Power Whip"},
  5160.             [45] = {"Tickle"},
  5161.             [42] = {"Slam"},
  5162.             [36] = {"Giga Drain"},
  5163.             [30] = {"Stun Spore"},
  5164.             [24] = {"Mega Drain"},
  5165.             [21] = {"Growth"},
  5166.             [16] = {"PoisonPowder"},
  5167.             [12] = {"Absorb"},
  5168.             [9] = {"Vine Whip"},
  5169.             [4] = {"Sleep Powder"},
  5170.             [1] = {"Tackle"}
  5171.             },
  5172.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball"}
  5173.     },
  5174.     ["Sprites"] = {
  5175.         ["Front"] = "http://www.roblox.com/asset/?id=171027323",
  5176.         ["Back"] = "http://www.roblox.com/asset/?id=171027333",
  5177.         ["Mini"] = "http://www.roblox.com/asset/?id=171027303",
  5178.         ["SB"] = "http://www.roblox.com/asset/?id=171027343",
  5179.         ["SF"] = "http://www.roblox.com/asset/?id=171027327"
  5180.     },
  5181.     ["ExpType"] = "MedSlow",
  5182.     ["EVYield"] = {
  5183.         ["Exp"] = 166,
  5184.         ["Def"] = 1
  5185.     },
  5186.     ["CatchRate"] = 45,
  5187. },
  5188.  
  5189. ["Kangaskhan"] = {
  5190.     ["Pokedex"] = 115,
  5191.     ["PokedexDesc"] = "The infant rarely ventures out of its mother's protective pouch until it is 3 years old.  ",
  5192.     ["Species"] = "Parent Pokemon",
  5193.     ["Height"] = "7'03\"",
  5194.     ["Weight"] = 176.4,
  5195.     ["Ability"] = "Inner Focus",
  5196.     ["Type"] = {"Normal"},
  5197.     ["Stats"] = {
  5198.         ["HP"] = 105,
  5199.         ["Atk"] = 95,
  5200.         ["Def"] = 80,
  5201.         ["SpA"] = 40,
  5202.         ["SpD"] = 80,
  5203.         ["Speed"] = 90
  5204.         },
  5205.     ["Evolution"] = {},
  5206.     ["Gender"] = 0,
  5207.     ["Moves"] = {
  5208.         ["LevelUp"] = {
  5209.             [48] = {"Hammer Arm"},
  5210.             [43] = {"Crush Claw"},
  5211.             [35] = {"Crunch"},
  5212.             [30] = {"Stomp"},
  5213.             [26] = {"Mega Punch"},
  5214.             [21] = {"Double Hit"},
  5215.             [17] = {"Focus Slam"},
  5216.             [14] = {"Bite"},
  5217.             [9] = {"Tail Whip"},
  5218.             [1] = {"Comet Punch","Leer"}
  5219.             },
  5220.         ["TM"] = {"Surf","Focus Blast","Icy Wind","Rock Tomb","Rock Slide","Submission","Thunderbolt","Shadow Ball","Double Team","Toxic","Rest","Double-Edge","Body Slam","Earthquake","Brick Break","Aerial Ace"}
  5221.     },
  5222.     ["Sprites"] = {
  5223.         ["Front"] = "http://www.roblox.com/asset/?id=172079843",
  5224.         ["Back"] = "http://www.roblox.com/asset/?id=172079948",
  5225.         ["Mini"] = "http://www.roblox.com/asset/?id=172079803",
  5226.         ["SB"] = "http://www.roblox.com/asset/?id=172079960",
  5227.         ["SF"] = "http://www.roblox.com/asset/?id=172079857"
  5228.     },
  5229.     ["ExpType"] = "MedFast",
  5230.     ["EVYield"] = {
  5231.         ["Exp"] = 175,
  5232.         ["HP"] = 2
  5233.     },
  5234.     ["CatchRate"] = 45,
  5235. },
  5236.  
  5237. ["Horsea"] = {
  5238.     ["Pokedex"] = 116,
  5239.     ["PokedexDesc"] = "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.",
  5240.     ["Species"] = "Dragon Pokemon",
  5241.     ["Height"] = "1'04\"",
  5242.     ["Weight"] = 17.6,
  5243.     ["Type"] = {"Water"},
  5244.     ["Stats"] = {
  5245.         ["HP"] = 30,
  5246.         ["Atk"] = 40,
  5247.         ["Def"] = 70,
  5248.         ["SpA"] = 70,
  5249.         ["SpD"] = 25,
  5250.         ["Speed"] = 60
  5251.         },
  5252.     ["Evolution"] = {32,"Seadra"},
  5253.     ["Gender"] = 50,
  5254.     ["Moves"] = {
  5255.         ["LevelUp"] = {
  5256.             [45] = {"Dragon Pulse"},
  5257.             [38] = {"Dragon Dance"},
  5258.             [32] = {"Agility"},
  5259.             [27] = {"Bubblebeam"},
  5260.             [24] = {"Twister"},
  5261.             [22] = {"Water Gun"},
  5262.             [15] = {"Leer"},
  5263.             [12] = {"Focus Slam"},
  5264.             [8] = {"SmokeScreen"},
  5265.             [1] = {"Bubble","Flash Cannon"}
  5266.             },
  5267.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  5268.     },
  5269.     ["Sprites"] = {
  5270.         ["Front"] = "http://www.roblox.com/asset/?id=166281185",
  5271.         ["Back"] = "http://www.roblox.com/asset/?id=166281189",
  5272.         ["Mini"] = "http://www.roblox.com/asset/?id=166281194",
  5273.         ["SB"] = "http://www.roblox.com/asset/?id=170648715",
  5274.         ["SF"] = "http://www.roblox.com/asset/?id=170426874"
  5275.     },
  5276.     ["ExpType"] = "MedFast",
  5277.     ["EVYield"] = {
  5278.         ["Exp"] = 83,
  5279.         ["SpA"] = 1
  5280.     },
  5281.     ["CatchRate"] = 225,
  5282. },
  5283.  
  5284. ["Seadra"] = {
  5285.     ["Pokedex"] = 117,
  5286.     ["PokedexDesc"] = "     Its body bristles with sharp spikes. Carelessly trying to touch it could cause fainting from the spikes. ",
  5287.     ["Species"] = "Dragon Pokemon",
  5288.     ["Height"] = "3'11\"",
  5289.     ["Weight"] = 55.1,
  5290.     ["Type"] = {"Water"},
  5291.     ["Stats"] = {
  5292.         ["HP"] = 55,
  5293.         ["Atk"] = 65,
  5294.         ["Def"] = 95,
  5295.         ["SpA"] = 95,
  5296.         ["SpD"] = 45,
  5297.         ["Speed"] = 85
  5298.         },
  5299.     ["Evolution"] = {},
  5300.     ["EvolutionStone"] = {["Dragon Scale"] = "Kingdra"},
  5301.     ["Gender"] = 50,
  5302.     ["Moves"] = {
  5303.         ["LevelUp"] = {
  5304.             [55] = {"Hydro Pump"},
  5305.             [50] = {"Dragon Pulse"},
  5306.             [45] = {"Dragon Dance"},
  5307.             [36] = {"Agility"},
  5308.             [27] = {"Bubblebeam"},
  5309.             [24] = {"Twister"},
  5310.             [22] = {"Water Gun"},
  5311.             [15] = {"Leer"},
  5312.             [12] = {"Focus Slam"},
  5313.             [8] = {"SmokeScreen"},
  5314.             [1] = {"Bubble", "Flash Cannon"}
  5315.             },
  5316.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  5317.     },
  5318.     ["Sprites"] = {
  5319.         ["Front"] = "http://www.roblox.com/asset/?id=168571655",
  5320.         ["Back"] = "http://www.roblox.com/asset/?id=168571643",
  5321.         ["Mini"] = "http://www.roblox.com/asset/?id=168571671",
  5322.         ["SB"] = "http://www.roblox.com/asset/?id=170648723",
  5323.         ["SF"] = "http://www.roblox.com/asset/?id=170426875"
  5324.     },
  5325.     ["ExpType"] = "MedFast",
  5326.     ["EVYield"] = {
  5327.         ["Exp"] = 155,
  5328.         ["Def"] = 1,
  5329.         ["SpA"] = 1
  5330.     },
  5331.     ["CatchRate"] = 75,
  5332. },
  5333.  
  5334.  
  5335. ["Goldeen"] = {
  5336.     ["Pokedex"] = 118,
  5337.     ["PokedexDesc"] =  "Its dorsal, pectoral and tail fins wave elegantly in water. That is why it is known as the water dancer. ",
  5338.     ["Species"] = "Goldfish Pokemon",
  5339.     ["Height"] = "2'00\"",
  5340.     ["Weight"] = 33.1,
  5341.     ["Type"] = {"Water"},
  5342.     ["Stats"] = {
  5343.         ["HP"] = 45,
  5344.         ["Atk"] = 67,
  5345.         ["Def"] = 60,
  5346.         ["SpA"] = 35,
  5347.         ["SpD"] = 50,
  5348.         ["Speed"] = 63
  5349.         },
  5350.     ["Evolution"] = {33,"Seaking"},
  5351.     ["Gender"] = 50,
  5352.     ["Moves"] = {
  5353.         ["LevelUp"] = {
  5354.             [60] = {"Scald"},
  5355.             [45] = {"Megahorn"},
  5356.             [37] = {"Agility"},
  5357.             [31] = {"Waterfall"},
  5358.             [25] = {"Fury Attack"},
  5359.             [19] = {"Water Pulse"},
  5360.             [15] = {"Horn Attack"},
  5361.             [10] = {"Supersonic"},
  5362.             [1] = {"Peck","Tail Whip"}
  5363.             },
  5364.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  5365.     },
  5366.     ["Sprites"] = {
  5367.         ["Front"] = "http://www.roblox.com/asset/?id=166281509",
  5368.         ["Back"] = "http://www.roblox.com/asset/?id=166281506",
  5369.         ["Mini"] = "http://www.roblox.com/asset/?id=166281511",
  5370.         ["SB"] = "http://www.roblox.com/asset/?id=170452381",
  5371.         ["SF"] = "http://www.roblox.com/asset/?id=170426882"
  5372.     },
  5373.     ["ExpType"] = "MedFast",
  5374.     ["EVYield"] = {
  5375.         ["Exp"] = 111,
  5376.         ["Atk"] = 1
  5377.     },
  5378.     ["CatchRate"] = 225,
  5379. },
  5380.  
  5381. ["Seaking"] = {
  5382.     ["Pokedex"] = 119,
  5383.     ["PokedexDesc"] =  "In the autumn spawning season, they can be seen swimming powerfully up rivers and creeks. ",
  5384.     ["Species"] = "Goldfish Pokemon",
  5385.     ["Height"] = "4'03\"",
  5386.     ["Weight"] = 86,
  5387.     ["Type"] = {"Water"},
  5388.     ["Stats"] = {
  5389.         ["HP"] = 80,
  5390.         ["Atk"] = 92,
  5391.         ["Def"] = 65,
  5392.         ["SpA"] = 65,
  5393.         ["SpD"] = 80,
  5394.         ["Speed"] = 65
  5395.         },
  5396.     ["Evolution"] = {},
  5397.     ["Gender"] = 50,
  5398.     ["Moves"] = {
  5399.         ["LevelUp"] = {
  5400.             [60] = {"Scald"},
  5401.             [49] = {"Megahorn"},
  5402.             [42] = {"Poison Jab"},
  5403.             [37] = {"Agility"},
  5404.             [31] = {"Waterfall"},
  5405.             [25] = {"Fury Attack"},
  5406.             [19] = {"Water Pulse"},
  5407.             [15] = {"Horn Attack"},
  5408.             [10] = {"Supersonic"},
  5409.             [1] = {"Peck","Tail Whip"}
  5410.             },
  5411.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  5412.     },
  5413.     ["Sprites"] = {
  5414.         ["Front"] = "http://www.roblox.com/asset/?id=168571801",
  5415.         ["Back"] = "http://www.roblox.com/asset/?id=168571791",
  5416.         ["Mini"] = "http://www.roblox.com/asset/?id=168571809",
  5417.         ["SB"] = "http://www.roblox.com/asset/?id=170648850",
  5418.         ["SF"] = "http://www.roblox.com/asset/?id=170426883"
  5419.     },
  5420.     ["ExpType"] = "MedFast",
  5421.     ["EVYield"] = {
  5422.         ["Exp"] = 170,
  5423.         ["Atk"] = 2
  5424.     },
  5425.     ["CatchRate"] = 60,
  5426. },
  5427.  
  5428. ["Staryu"] = {
  5429.     ["Pokedex"] = 120,
  5430.     ["PokedexDesc"] = "It appears in large numbers by seashores. At night, its central core flashes with a red light.",
  5431.     ["Species"] = "Star Shape Pokemon",
  5432.     ["Height"] = "2'07\"",
  5433.     ["Weight"] = 66.1,
  5434.     ["Ability"] = "Natural Cure",
  5435.     ["Type"] = {"Water"},
  5436.     ["Stats"] = {
  5437.         ["HP"] = 30,
  5438.         ["Atk"] = 45,
  5439.         ["Def"] = 55,
  5440.         ["SpA"] = 70,
  5441.         ["SpD"] = 55,
  5442.         ["Speed"] = 85
  5443.         },
  5444.     ["Evolution"] = {},
  5445.     ["EvolutionStone"] = {["Water Stone"] = "Starmie"},
  5446.     ["Gender"] = "Unknown",
  5447.     ["Moves"] = {
  5448.         ["LevelUp"] = {
  5449.             [70] = {"Flash Cannon"},
  5450.             [60] = {"Scald"},
  5451.             [45] = {"Hydro Pump"},
  5452.             [35] = {"Recover"},
  5453.             [30] = {"Water Pulse"},
  5454.             [25] = {"Minimize"},
  5455.             [15] = {"Bubblebeam"},
  5456.             [7] = {"Swift"},
  5457.             [4] = {"Water Gun"},
  5458.             [1] = {"Tackle","Harden"}
  5459.             },
  5460.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Icy Wind","Surf","Ice Beam","Thunderbolt","Psychic"}
  5461.     },
  5462.     ["Sprites"] = {
  5463.         ["Front"] = "http://www.roblox.com/asset/?id=166281562",
  5464.         ["Back"] = "http://www.roblox.com/asset/?id=166281569",
  5465.         ["Mini"] = "http://www.roblox.com/asset/?id=166281575",
  5466.         ["SB"] = "http://www.roblox.com/asset/?id=170648908",
  5467.         ["SF"] = "http://www.roblox.com/asset/?id=170426885"
  5468.     },
  5469.     ["ExpType"] = "Slow",
  5470.     ["EVYield"] = {
  5471.         ["Exp"] = 106,
  5472.         ["Speed"] = 1
  5473.     },
  5474.     ["CatchRate"] = 225,
  5475. },
  5476. ["Starmie"] = {
  5477.     ["Pokedex"] = 121,
  5478.     ["PokedexDesc"] = "Its central core glows with the seven colors of the rainbow. Some people value the core as a gem. ",
  5479.     ["Species"] = "Mysterious Pokemon",
  5480.     ["Height"] = "3'07\"",
  5481.     ["Weight"] = 166.1,
  5482.     ["Ability"] = "Natural Cure",
  5483.     ["Type"] = {"Water","Psychic"},
  5484.     ["Stats"] = {
  5485.         ["HP"] = 60,
  5486.         ["Atk"] = 75,
  5487.         ["Def"] = 85,
  5488.         ["SpA"] = 100,
  5489.         ["SpD"] = 85,
  5490.         ["Speed"] = 115
  5491.         },
  5492.     ["Evolution"] = {},
  5493.     ["Gender"] = "Unknown",
  5494.     ["Moves"] = {
  5495.         ["LevelUp"] = {
  5496.             [70] = {"Flash Cannon"},
  5497.             [60] = {"Scald"},
  5498.             [40] = {"Recover"},
  5499.             [35] = {"Psychic"},
  5500.             [25] = {"Confusion"},
  5501.             [1] = {"Water Gun","Swift","Harden"}
  5502.             },
  5503.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Icy Wind","Surf","Ice Beam","Thunderbolt","Psychic"}
  5504.     },
  5505.     ["Sprites"] = {
  5506.         ["Front"] = "http://www.roblox.com/asset/?id=166281611",
  5507.         ["Back"] = "http://www.roblox.com/asset/?id=166281619",
  5508.         ["Mini"] = "http://www.roblox.com/asset/?id=166281623",
  5509.         ["SB"] = "http://www.roblox.com/asset/?id=170648914",
  5510.         ["SF"] = "http://www.roblox.com/asset/?id=170426884"
  5511.     },
  5512.     ["ExpType"] = "Slow",
  5513.     ["EVYield"] = {
  5514.         ["Exp"] = 207,
  5515.         ["Speed"] = 2
  5516.     },
  5517.     ["CatchRate"] = 60,
  5518. },
  5519.  
  5520. ["Mr. Mime"] = {
  5521.     ["Pokedex"] = 122,
  5522.     ["PokedexDesc"] = "It is adept at conning people. It is said to be able to create walls out of thin air by miming.",
  5523.     ["Species"] = "Barrier Pokemon",
  5524.     ["Height"] = "4'03\"",
  5525.     ["Weight"] = 120.1,
  5526.     ["Type"] = {"Psychic","Fairy"},
  5527.     ["Stats"] = {
  5528.         ["HP"] = 40,
  5529.         ["Atk"] = 45,
  5530.         ["Def"] = 65,
  5531.         ["SpA"] = 100,
  5532.         ["SpD"] = 120,
  5533.         ["Speed"] = 90
  5534.         },
  5535.     ["Evolution"] = {},
  5536.     ["Gender"] = 100,
  5537.     ["Moves"] = {
  5538.         ["LevelUp"] = {
  5539.             [56] = {"Dazzling Gleam"},
  5540.             [45] = {"Nasty Plot"},
  5541.             [38] = {"Confuse Ray"},
  5542.             [32] = {"Psychic"},
  5543.             [24] = {"Calm Mind"},
  5544.             [17] = {"Psybeam"},
  5545.             [11] = {"Meditate"},
  5546.             [7] = {"Magical Leaf"},
  5547.             [1] = {"Confusion","Barrier"}
  5548.             },
  5549.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Shadow Ball","Energy Ball","Focus Blast","Brick Break","Thunderbolt","Psychic","Body Slam"}
  5550.     },
  5551.     ["Sprites"] = {
  5552.         ["Front"] = "http://www.roblox.com/asset/?id=172274428",
  5553.         ["Back"] = "http://www.roblox.com/asset/?id=172274761",
  5554.         ["Mini"] = "http://www.roblox.com/asset/?id=172274316",
  5555.         ["SB"] = "http://www.roblox.com/asset/?id=172274781",
  5556.         ["SF"] = "http://www.roblox.com/asset/?id=172274442"
  5557.     },
  5558.     ["ExpType"] = "MedFast",
  5559.     ["EVYield"] = {
  5560.         ["Exp"] = 136,
  5561.         ["SpD"] = 2
  5562.     },
  5563.     ["CatchRate"] = 60,
  5564. },
  5565.  
  5566.  
  5567. ["Scyther"] = {
  5568.     ["Pokedex"] = 123,
  5569.     ["PokedexDesc"] =  "    It is nearly impossible to parry its attacking scythes. Its movements are like a ninja's.",
  5570.     ["Species"] = "Mantis Pokemon",
  5571.     ["Height"] = "4'11\"",
  5572.     ["Weight"] = 123.5,
  5573.     ["Ability"] = "Technician",
  5574.     ["Type"] = {"Bug","Flying"},
  5575.     ["Stats"] = {
  5576.         ["HP"] = 70,
  5577.         ["Atk"] = 110,
  5578.         ["Def"] = 80,
  5579.         ["SpA"] = 55,
  5580.         ["SpD"] = 80,
  5581.         ["Speed"] = 105
  5582.         },
  5583.     ["Evolution"] = {},
  5584.     ["EvolutionStone"] = {["Metal Coat"] = "Scizor"},
  5585.     ["Gender"] = 50,
  5586.     ["Moves"] = {
  5587.         ["LevelUp"] = {
  5588.             [65] = {"False Swipe"},
  5589.             [50] = {"Swords Dance"},
  5590.             [44] = {"Night Slash"},
  5591.             [39] = {"X-Scissor"},
  5592.             [35] = {"Double Hit"},
  5593.             [29] = {"Slash"},
  5594.             [21] = {"Wing Attack"},
  5595.             [16] = {"Vacuum Wave"},
  5596.             [11] = {"Double Team"},
  5597.             [5] = {"Focus Slam"},
  5598.             [1] = {"Quick Attack","Leer"}
  5599.             },
  5600.         ["TM"] = {"Aerial Ace","Night Slash","Brick Break","Submission","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  5601.     },
  5602.     ["Sprites"] = {
  5603.         ["Front"] = "http://www.roblox.com/asset/?id=171909543",
  5604.         ["Back"] = "http://www.roblox.com/asset/?id=171910227",
  5605.         ["Mini"] = "http://www.roblox.com/asset/?id=171908768",
  5606.         ["SB"] = "http://www.roblox.com/asset/?id=171910236",
  5607.         ["SF"] = "http://www.roblox.com/asset/?id=171909589"
  5608.     },
  5609.     ["ExpType"] = "Slow",
  5610.     ["EVYield"] = {
  5611.         ["Exp"] = 187,
  5612.         ["Atk"] = 1,
  5613.     },
  5614.     ["CatchRate"] = 45,
  5615. },
  5616.  
  5617. ["Jynx"] = {
  5618.     ["Pokedex"] = 124,
  5619.     ["PokedexDesc"] =  "    It speaks a language similar to that of humans. However, it seems to use dancing to communicate.",
  5620.     ["Species"] = "Human Shape Pokemon",
  5621.     ["Height"] = "4'07\"",
  5622.     ["Weight"] = 89.5,
  5623.     ["Type"] = {"Ice","Psychic"},
  5624.     ["Stats"] = {
  5625.         ["HP"] = 65,
  5626.         ["Atk"] = 50,
  5627.         ["Def"] = 35,
  5628.         ["SpA"] =115,
  5629.         ["SpD"] = 95,
  5630.         ["Speed"] = 95
  5631.         },
  5632.     ["Evolution"] = {},
  5633.     ["Gender"] = 0,
  5634.     ["Moves"] = {
  5635.         ["LevelUp"] = {
  5636.             [65] = {"Calm Mind"},
  5637.             [56] = {"Psychic"},
  5638.             [53] = {"Frost Breath"},
  5639.             [44] = {"Blizzard"},
  5640.             [40] = {"Body Slam"},
  5641.             [38] = {"Fake Tears"},
  5642.             [32] = {"Confusion"},
  5643.             [26] = {"Ice Punch"},
  5644.             [21] = {"Double Slap"},
  5645.             [17] = {"Lovely Kiss"},
  5646.             [12] = {"Powder Snow"},
  5647.             [3] = {"Lick"},
  5648.             [1] = {"Pound"}
  5649.             },
  5650.         ["TM"] = {"Energy Ball","Double Team","Toxic","Rest","Double-Edge","Brick Break","Focus Blast","Shadow Ball","Ice Beam","Body Slam","Psychic"}
  5651.     },
  5652.     ["Sprites"] = {
  5653.         ["Front"] = "http://www.roblox.com/asset/?id=189528696",
  5654.         ["Back"] = "http://www.roblox.com/asset/?id=189528751",
  5655.         ["Mini"] = "http://www.roblox.com/asset/?id=189528678",
  5656.         ["SB"] = "http://www.roblox.com/asset/?id=189528757",
  5657.         ["SF"] = "http://www.roblox.com/asset/?id=189528703"
  5658.     },
  5659.     ["ExpType"] = "MedFast",
  5660.     ["EVYield"] = {
  5661.         ["Exp"] = 137,
  5662.         ["SpA"] = 2
  5663.     },
  5664.     ["CatchRate"] = 45,
  5665. },
  5666.  
  5667.  
  5668. ["Electabuzz"] = {
  5669.     ["Pokedex"] = 125,
  5670.     ["PokedexDesc"] =  "Normally found near power plants, they can wander away and cause major blackouts in cities.",
  5671.     ["Species"] = "Electric Pokemon",
  5672.     ["Height"] = "3'07\"",
  5673.     ["Weight"] = 66.1,
  5674.     ["Type"] = {"Electric"},
  5675.     ["Stats"] = {
  5676.         ["HP"] = 65,
  5677.         ["Atk"] = 83,
  5678.         ["Def"] = 57,
  5679.         ["SpA"] = 95,
  5680.         ["SpD"] = 85,
  5681.         ["Speed"] = 105
  5682.         },
  5683.     ["Evolution"] = {},
  5684.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Electivire"},
  5685.     ["Gender"] = 75,
  5686.     ["Moves"] = {
  5687.         ["LevelUp"] = {
  5688.             [44] = {"Screech"},
  5689.             [40] = {"Thunderbolt"},
  5690.             [32] = {"Thunder Punch"},
  5691.             [26] = {"Shock Wave"},
  5692.             [21] = {"Thunder Wave"},
  5693.             [17] = {"Swift"},
  5694.             [12] = {"Low Kick"},
  5695.             [3] = {"Leer"},
  5696.             [1] = {"Quick Attack","ThunderShock"}
  5697.             },
  5698.         ["TM"] = {"Thunderbolt","Double Team","Toxic","Rest","Double-Edge","Brick Break","Focus Blast","Thunder Wave","Body Slam","Psychic"}
  5699.     },
  5700.     ["Sprites"] = {
  5701.         ["Front"] = "http://www.roblox.com/asset/?id=176690555",
  5702.         ["Back"] = "http://www.roblox.com/asset/?id=176714629",
  5703.         ["Mini"] = "http://www.roblox.com/asset/?id=176690445",
  5704.         ["SB"] = "http://www.roblox.com/asset/?id=176714631",
  5705.         ["SF"] = "http://www.roblox.com/asset/?id=176690554"
  5706.     },
  5707.     ["ExpType"] = "MedFast",
  5708.     ["EVYield"] = {
  5709.         ["Exp"] = 156,
  5710.         ["Speed"] = 2
  5711.     },
  5712.     ["CatchRate"] = 45,
  5713. },
  5714.  
  5715. ["Magmar"] = {
  5716.     ["Pokedex"] = 126,
  5717.     ["PokedexDesc"] =  " Born in an active volcano. Its body is always cloaked in flames, so it looks like a big ball of fire.",
  5718.     ["Species"] = "Spitfire Pokemon",
  5719.     ["Height"] = "4'03\"",
  5720.     ["Weight"] = 98.1,
  5721.     ["Type"] = {"Fire"},
  5722.     ["Stats"] = {
  5723.         ["HP"] = 65,
  5724.         ["Atk"] = 95,
  5725.         ["Def"] = 57,
  5726.         ["SpA"] = 100,
  5727.         ["SpD"] = 85,
  5728.         ["Speed"] = 93
  5729.         },
  5730.     ["Evolution"] = {},
  5731.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Magmortar"},
  5732.     ["Gender"] = 75,
  5733.     ["Moves"] = {
  5734.         ["LevelUp"] = {
  5735.             [50] = {"Fire Blast"},
  5736.             [40] = {"Flamethrower"},
  5737.             [32] = {"Fire Punch"},
  5738.             [26] = {"Confuse Ray"},
  5739.             [21] = {"Will-O-Wisp"},
  5740.             [17] = {"Faint Attack"},
  5741.             [12] = {"SmokeScreen"},
  5742.             [3] = {"Leer"},
  5743.             [1] = {"Smog","Ember"}
  5744.             },
  5745.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Brick Break","Focus Blast","Will-O-Wisp","Flamethrower","Body Slam","Psychic"}
  5746.     },
  5747.     ["Sprites"] = {
  5748.         ["Front"] = "http://www.roblox.com/asset/?id=176690492",
  5749.         ["Back"] = "http://www.roblox.com/asset/?id=176717545",
  5750.         ["Mini"] = "http://www.roblox.com/asset/?id=176690438",
  5751.         ["SB"] = "http://www.roblox.com/asset/?id=176717563",
  5752.         ["SF"] = "http://www.roblox.com/asset/?id=176690581"
  5753.     },
  5754.     ["ExpType"] = "MedFast",
  5755.     ["EVYield"] = {
  5756.         ["Exp"] = 167,
  5757.         ["SpA"] = 2
  5758.     },
  5759.     ["CatchRate"] = 45,
  5760. },
  5761.  
  5762. ["Pinsir"] = {
  5763.     ["Pokedex"] = 127,
  5764.     ["PokedexDesc"] =  "Grips and tears at its enemy with the two pincers on its head. Enemies with hard bodies are gripped and tossed. ",
  5765.     ["Species"] = "Stag Beetle Pokemon",
  5766.     ["Height"] = "4'11\"",
  5767.     ["Weight"] = 121.3,
  5768.     ["Type"] = {"Bug"},
  5769.     ["Stats"] = {
  5770.         ["HP"] = 65,
  5771.         ["Atk"] = 120,
  5772.         ["Def"] = 100,
  5773.         ["SpA"] = 55,
  5774.         ["SpD"] = 70,
  5775.         ["Speed"] = 85
  5776.         },
  5777.     ["Evolution"] = {},
  5778.     ["Gender"] = 50,
  5779.     ["Moves"] = {
  5780.         ["LevelUp"] = {
  5781.             [54] = {"Close Combat"},
  5782.             [46] = {"Superpower"},
  5783.             [39] = {"Storm Throw"},
  5784.             [35] = {"Faint Attack"},
  5785.             [32] = {"X-Scissor"},
  5786.             [24] = {"Submission"},
  5787.             [17] = {"Brick Break"},
  5788.             [11] = {"Harden"},
  5789.             [7] = {"Quick Attack"},
  5790.             [4] = {"Focus Slam"},
  5791.             [1] = {"Vice Grip"}
  5792.             },
  5793.         ["TM"] = {"Earthquake","Brick Break","Submission","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Focus Blast","Rock Slide"}
  5794.     },
  5795.     ["Sprites"] = {
  5796.         ["Front"] = "http://www.roblox.com/asset/?id=172274492",
  5797.         ["Back"] = "http://www.roblox.com/asset/?id=172274800",
  5798.         ["Mini"] = "http://www.roblox.com/asset/?id=172274328",
  5799.         ["SB"] = "http://www.roblox.com/asset/?id=172274853",
  5800.         ["SF"] = "http://www.roblox.com/asset/?id=172274512"
  5801.     },
  5802.     ["ExpType"] = "Slow",
  5803.     ["EVYield"] = {
  5804.         ["Exp"] = 200,
  5805.         ["Atk"] = 2,
  5806.     },
  5807.     ["CatchRate"] = 45,
  5808. },
  5809.  
  5810. ["Tauros"] = {
  5811.     ["Pokedex"] = 128,
  5812.     ["PokedexDesc"] = "When it targets an enemy, it charges furiously while whipping its body with its long tails. .",
  5813.     ["Species"] = "Wild Bull Pokemon",
  5814.     ["Height"] = "3'07\"",
  5815.     ["Weight"] = 76.1,
  5816.     ["Ability"] = "Intimidate",
  5817.     ["Type"] = {"Normal"},
  5818.     ["Stats"] = {
  5819.         ["HP"] = 75,
  5820.         ["Atk"] = 100,
  5821.         ["Def"] = 95,
  5822.         ["SpA"] = 40,
  5823.         ["SpD"] = 70,
  5824.         ["Speed"] = 110
  5825.         },
  5826.     ["Evolution"] = {},
  5827.     ["Gender"] = 100,
  5828.     ["Moves"] = {
  5829.         ["LevelUp"] = {
  5830.             [100] = {"Earthquake"},
  5831.             [65] = {"Double-Edge"},
  5832.             [50] = {"Swagger"},
  5833.             [41] = {"Take Down"},
  5834.             [35] = {"Zen Headbutt"},
  5835.             [26] = {"Work Up"},
  5836.             [21] = {"Rest"},
  5837.             [15] = {"Scary Face"},
  5838.             [9] = {"Horn Attack"},
  5839.             [4] = {"Tail Whip"},
  5840.             [1] = {"Tackle"}
  5841.             },
  5842.         ["TM"] = {"Double-Edge","Rock Tomb","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Ice Beam","Flamethrower","Thunderbolt","Earthquake","Body Slam"}
  5843.     },
  5844.     ["Sprites"] = {
  5845.         ["Front"] = "http://www.roblox.com/asset/?id=172274534",
  5846.         ["Back"] = "http://www.roblox.com/asset/?id=172274826",
  5847.         ["Mini"] = "http://www.roblox.com/asset/?id=172274342",
  5848.         ["SB"] = "http://www.roblox.com/asset/?id=172274841",
  5849.         ["SF"] = "http://www.roblox.com/asset/?id=172274575"
  5850.     },
  5851.     ["ExpType"] = "Slow",
  5852.     ["EVYield"] = {
  5853.         ["Exp"] = 201,
  5854.         ["Atk"] = 1
  5855.     },
  5856.     ["CatchRate"] = 45,
  5857. },
  5858.  
  5859. ["Magikarp"] = {
  5860.     ["Pokedex"] = 129,
  5861.     ["PokedexDesc"] = "It is virtually worthless in terms of both power and speed. It is the most weak and pathetic Pokemon in the world.",
  5862.     ["Species"] = "Fish Pokemon",
  5863.     ["Height"] = "2'11\"",
  5864.     ["Weight"] = 22,
  5865.     ["Type"] = {"Water"},
  5866.     ["Stats"] = {
  5867.         ["HP"] = 20,
  5868.         ["Atk"] = 10,
  5869.         ["Def"] = 55,
  5870.         ["SpA"] = 15,
  5871.         ["SpD"] = 20,
  5872.         ["Speed"] = 80
  5873.         },
  5874.     ["Evolution"] = {20,"Gyarados"},
  5875.     ["Gender"] = 50,
  5876.     ["Moves"] = {
  5877.         ["LevelUp"] = {
  5878.             [100] = {"Swagger"},
  5879.             [15] = {"Tackle"},
  5880.             [1] = {"Splash"}
  5881.             },
  5882.         ["TM"] = {}
  5883.     },
  5884.     ["Sprites"] = {
  5885.         ["Front"] = "http://www.roblox.com/asset/?id=166452968",
  5886.         ["Back"] = "http://www.roblox.com/asset/?id=166452975",
  5887.         ["Mini"] = "http://www.roblox.com/asset/?id=166452989",
  5888.         ["SB"] = "http://www.roblox.com/asset/?id=170452384",
  5889.         ["SF"] = "http://www.roblox.com/asset/?id=170426903"
  5890.     },
  5891.     ["ExpType"] = "Slow",
  5892.     ["EVYield"] = {
  5893.         ["Exp"] = 20,
  5894.         ["Speed"] = 1
  5895.     },
  5896.     ["CatchRate"] = 255,
  5897. },
  5898. ["Gyarados"] = {
  5899.     ["Pokedex"] = 130,
  5900.     ["PokedexDesc"] = " Once it begins to rampage, a Gyarados will burn everything down, even in a harsh storm.",
  5901.     ["Species"] = "Atrocious Pokemon",
  5902.     ["Height"] = "21'04\"",
  5903.     ["Weight"] = 518.4,
  5904.     ["Ability"] = "Intimidate",
  5905.     ["Type"] = {"Water","Flying"},
  5906.     ["Stats"] = {
  5907.         ["HP"] = 95,
  5908.         ["Atk"] = 125,
  5909.         ["Def"] = 79,
  5910.         ["SpA"] = 60,
  5911.         ["SpD"] = 100,
  5912.         ["Speed"] = 81
  5913.         },
  5914.     ["Evolution"] = {},
  5915.     ["Gender"] = 50,
  5916.     ["Moves"] = {
  5917.         ["LevelUp"] = {
  5918.             [60] = {"Scald"},
  5919.             [50] = {"Dragon Dance"},
  5920.             [40] = {"Ice Fang"},
  5921.             [35] = {"Waterfall"},
  5922.             [30] = {"Leer"},
  5923.             [27] = {"Twister"},
  5924.             [25] = {"Water Gun"},
  5925.             [20] = {"Bite"},
  5926.             [1] = {"Tackle"}
  5927.             },
  5928.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Icy Wind","Surf","Earthquake","Flamethrower","Ice Beam","Thunderbolt","Dark Pulse"}
  5929.     },
  5930.     ["Sprites"] = {
  5931.         ["Front"] = "http://www.roblox.com/asset/?id=166453122",
  5932.         ["Back"] = "http://www.roblox.com/asset/?id=166453129",
  5933.         ["Mini"] = "http://www.roblox.com/asset/?id=166453131",
  5934.         ["SB"] = "http://www.roblox.com/asset/?id=170649186",
  5935.         ["SF"] = "http://www.roblox.com/asset/?id=170426907"
  5936.     },
  5937.     ["ExpType"] = "Slow",
  5938.     ["EVYield"] = {
  5939.         ["Exp"] = 214,
  5940.         ["Atk"] = 2
  5941.     },
  5942.     ["CatchRate"] = 45,
  5943. },
  5944.  
  5945. ["Lapras"] = {
  5946.     ["Pokedex"] = 131,
  5947.     ["PokedexDesc"] = "This gentle Pokemon loves to give people rides and provides a very comfortable way to get around.",
  5948.     ["Species"] = "Transport Pokemon",
  5949.     ["Height"] = "8'02\"",
  5950.     ["Weight"] = 485.0,
  5951.     ["Type"] = {"Water","Ice"},
  5952.     ["Stats"] = {
  5953.         ["HP"] = 130,
  5954.         ["Atk"] = 85,
  5955.         ["Def"] = 80,
  5956.         ["SpA"] = 85,
  5957.         ["SpD"] = 95,
  5958.         ["Speed"] = 60
  5959.         },
  5960.     ["Evolution"] = {},
  5961.     ["Gender"] = 50,
  5962.     ["Moves"] = {
  5963.         ["LevelUp"] = {
  5964.             [75] = {"Dragon Pulse"},
  5965.             [65] = {"Waterfall"},
  5966.             [56] = {"Scald"},
  5967.             [52] = {"Dragon Dance"},
  5968.             [45] = {"Hydro Pump"},
  5969.             [37] = {"Ice Beam"},
  5970.             [32] = {"Body Slam"},
  5971.             [26] = {"Ice Shard"},
  5972.             [22] = {"Water Pulse"},
  5973.             [16] = {"Confuse Ray"},
  5974.             [7] = {"Sing"},
  5975.             [1] = {"Water Gun","Growl"}
  5976.             },
  5977.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Icy Wind","Surf","Psychic","Ice Beam","Thunderbolt"}
  5978.     },
  5979.     ["Sprites"] = {
  5980.         ["Front"] = "http://www.roblox.com/asset/?id=180732523",
  5981.         ["Back"] = "http://www.roblox.com/asset/?id=180732537",
  5982.         ["Mini"] = "http://www.roblox.com/asset/?id=180732528",
  5983.         ["SB"] = "http://www.roblox.com/asset/?id=180732546",
  5984.         ["SF"] = "http://www.roblox.com/asset/?id=180732534"
  5985.     },
  5986.     ["ExpType"] = "Slow",
  5987.     ["EVYield"] = {
  5988.         ["Exp"] = 219,
  5989.         ["HP"] = 2
  5990.     },
  5991.     ["CatchRate"] = 45,
  5992. },
  5993.  
  5994. ["Ditto"] = {
  5995.     ["Pokedex"] = 132,
  5996.     ["PokedexDesc"] = "Capable of copying an enemy's genetic code to instantly transform itself into a duplicate of the enemy.",
  5997.     ["Species"] = "Transform Pokemon",
  5998.     ["Height"] = "1'00\"",
  5999.     ["Weight"] = 8.8,
  6000.     ["Type"] = {"Normal"},
  6001.     ["Stats"] = {
  6002.         ["HP"] = 48,
  6003.         ["Atk"] = 48,
  6004.         ["Def"] = 48,
  6005.         ["SpA"] = 48,
  6006.         ["SpD"] = 48,
  6007.         ["Speed"] = 48
  6008.         },
  6009.     ["Evolution"] = {},
  6010.     ["Gender"] = 50,
  6011.     ["Moves"] = {
  6012.         ["LevelUp"] = {
  6013.             [1] = {"Transform"},
  6014.             },
  6015.         ["TM"] = {}
  6016.     },
  6017.     ["Sprites"] = {
  6018.         ["Front"] = "http://www.roblox.com/asset/?id=203150222",
  6019.         ["Back"] = "http://www.roblox.com/asset/?id=203150252",
  6020.         ["Mini"] = "http://www.roblox.com/asset/?id=203150203",
  6021.         ["SB"] = "http://www.roblox.com/asset/?id=203150266",
  6022.         ["SF"] = "http://www.roblox.com/asset/?id=203150242"
  6023.     },
  6024.     ["ExpType"] = "MedFast",
  6025.     ["EVYield"] = {
  6026.         ["Exp"] = 61,
  6027.         ["HP"] = 1
  6028.     },
  6029.     ["CatchRate"] = 35,
  6030. },
  6031.  
  6032. ["Eevee"] = {
  6033.     ["Pokedex"] = 133,
  6034.     ["PokedexDesc"] = "It has the ability to alter the composition of its body to suit its surrounding environment.",
  6035.     ["Species"] = "Evolution Pokemon",
  6036.     ["Height"] = "1'00\"",
  6037.     ["Weight"] = 14.3,
  6038.     ["Type"] = {"Normal"},
  6039.     ["Stats"] = {
  6040.         ["HP"] = 55,
  6041.         ["Atk"] = 55,
  6042.         ["Def"] = 50,
  6043.         ["SpA"] = 45,
  6044.         ["SpD"] = 65,
  6045.         ["Speed"] = 55
  6046.         },
  6047.     ["Evolution"] = {},
  6048.     ["EvolutionStone"] = {["Fire Stone"] = "Flareon",
  6049.                                         ["Water Stone"] = "Vaporeon",
  6050.                                         ["Thunder Stone"] = "Jolteon"},
  6051.     ["Gender"] = 50,
  6052.     ["Moves"] = {
  6053.         ["LevelUp"] = {
  6054.             [42] = {"Take Down"},
  6055.             [30] = {"Bite"},
  6056.             [23] = {"Quick Attack"},
  6057.             [16] = {"Growl"},
  6058.             [12] = {"Swift"},
  6059.             [8] = {"Sand-Attack"},
  6060.             [1] = {"Tackle","Tail Whip"}
  6061.             },
  6062.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball"}
  6063.     },
  6064.     ["Sprites"] = {
  6065.         ["Front"] = "http://www.roblox.com/asset/?id=165927701",
  6066.         ["Back"] = "http://www.roblox.com/asset/?id=165927692",
  6067.         ["Mini"] = "http://www.roblox.com/asset/?id=165927715",
  6068.         ["SB"] = "http://www.roblox.com/asset/?id=170649184",
  6069.         ["SF"] = "http://www.roblox.com/asset/?id=170426908"
  6070.     },
  6071.     ["ExpType"] = "MedFast",
  6072.     ["EVYield"] = {
  6073.         ["Exp"] = 92,
  6074.         ["SpD"] = 1
  6075.     },
  6076.     ["CatchRate"] = 45,
  6077. },
  6078. ["Vaporeon"] = {
  6079.     ["Pokedex"] = 134,
  6080.     ["PokedexDesc"] = "     It prefers beautiful shores. With cells similar to water molecules, it could melt in water.",
  6081.     ["Species"] = "Bubble Jet Pokemon",
  6082.     ["Height"] = "3'03\"",
  6083.     ["Weight"] = 63.9,
  6084.     ["Type"] = {"Water"},
  6085.     ["Stats"] = {
  6086.         ["HP"] = 130,
  6087.         ["Atk"] = 65,
  6088.         ["Def"] = 60,
  6089.         ["SpA"] = 110,
  6090.         ["SpD"] = 95,
  6091.         ["Speed"] = 65
  6092.         },
  6093.     ["Evolution"] = {},
  6094.     ["Gender"] = 50,
  6095.     ["Moves"] = {
  6096.         ["LevelUp"] = {
  6097.             [55] = {"Hydro Pump"},
  6098.             [47] = {"Acid Armor"},
  6099.             [39] = {"Aurora Beam"},
  6100.             [33] = {"Haze"},
  6101.             [30] = {"Bite"},
  6102.             [23] = {"Quick Attack"},
  6103.             [16] = {"Water Gun"},
  6104.             [12] = {"Swift"},
  6105.             [8] = {"Sand-Attack"},
  6106.             [1] = {"Tackle","Tail Whip"}
  6107.             },
  6108.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Surf","Ice Beam","Shadow Ball"}
  6109.     },
  6110.     ["Sprites"] = {
  6111.         ["Front"] = "http://www.roblox.com/asset/?id=166452365",
  6112.         ["Back"] = "http://www.roblox.com/asset/?id=166452359",
  6113.         ["Mini"] = "http://www.roblox.com/asset/?id=166452369",
  6114.         ["SB"] = "http://www.roblox.com/asset/?id=170649183",
  6115.         ["SF"] = "http://www.roblox.com/asset/?id=170452087"
  6116.     },
  6117.     ["ExpType"] = "MedFast",
  6118.     ["EVYield"] = {
  6119.         ["Exp"] = 196,
  6120.         ["HP"] = 2
  6121.     },
  6122.     ["CatchRate"] = 45,
  6123. },
  6124. ["Jolteon"] = {
  6125.     ["Pokedex"] = 135,
  6126.     ["PokedexDesc"] = "Every hair on its body starts to stand sharply on end if it becomes charged with electricity..",
  6127.     ["Species"] = "Lightning Pokemon",
  6128.     ["Height"] = "2'07\"",
  6129.     ["Weight"] = 54,
  6130.     ["Type"] = {"Electric"},
  6131.     ["Stats"] = {
  6132.         ["HP"] = 65,
  6133.         ["Atk"] = 65,
  6134.         ["Def"] = 60,
  6135.         ["SpA"] = 110,
  6136.         ["SpD"] = 95,
  6137.         ["Speed"] = 130
  6138.         },
  6139.     ["Evolution"] = {},
  6140.     ["Gender"] = 50,
  6141.     ["Moves"] = {
  6142.         ["LevelUp"] = {
  6143.             [52] = {"Thunder"},
  6144.             [45] = {"Signal Beam"},
  6145.             [37] = {"Thunderbolt"},
  6146.             [30] = {"Double Kick"},
  6147.             [25] = {"Thunderbolt"},
  6148.             [23] = {"Quick Attack"},
  6149.             [16] = {"ThunderShock"},
  6150.             [12] = {"Swift"},
  6151.             [8] = {"Sand-Attack"},
  6152.             [1] = {"Tackle","Tail Whip"}
  6153.             },
  6154.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Shadow Ball"}
  6155.     },
  6156.     ["Sprites"] = {
  6157.         ["Front"] = "http://www.roblox.com/asset/?id=166452413",
  6158.         ["Back"] = "http://www.roblox.com/asset/?id=166452407",
  6159.         ["Mini"] = "http://www.roblox.com/asset/?id=166452417",
  6160.         ["SB"] = "http://www.roblox.com/asset/?id=170649178",
  6161.         ["SF"] = "http://www.roblox.com/asset/?id=170452091"
  6162.     },
  6163.     ["ExpType"] = "MedFast",
  6164.     ["EVYield"] = {
  6165.         ["Exp"] = 197,
  6166.         ["Speed"] = 2
  6167.     },
  6168.     ["CatchRate"] = 45,
  6169. },
  6170.  
  6171. ["Flareon"] = {
  6172.     ["Pokedex"] = 136,
  6173.     ["PokedexDesc"] = "     It has a flame sac in its body. Its body temperature tops 1,650 degrees Fahrenheit before battle.",
  6174.     ["Species"] = "Flame Pokemon",
  6175.     ["Height"] = "2'11\"",
  6176.     ["Weight"] = 55.1,
  6177.     ["Type"] = {"Fire"},
  6178.     ["Stats"] = {
  6179.         ["HP"] = 65,
  6180.         ["Atk"] = 130,
  6181.         ["Def"] = 60,
  6182.         ["SpA"] = 95,
  6183.         ["SpD"] = 110,
  6184.         ["Speed"] = 65
  6185.         },
  6186.     ["Evolution"] = {},
  6187.     ["Gender"] = 50,
  6188.     ["Moves"] = {
  6189.         ["LevelUp"] = {
  6190.             [55] = {"Fire Blast"},
  6191.             [46] = {"Flamethrower"},
  6192.             [40] = {"Crunch"},
  6193.             [37] = {"Fire Fang"},
  6194.             [30] = {"Bite"},
  6195.             [25] = {"Flamethrower"},
  6196.             [23] = {"Quick Attack"},
  6197.             [16] = {"Ember"},
  6198.             [12] = {"Swift"},
  6199.             [8] = {"Sand-Attack"},
  6200.             [1] = {"Tackle","Tail Whip"}
  6201.             },
  6202.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower","Shadow Ball"}
  6203.     },
  6204.     ["Sprites"] = {
  6205.         ["Front"] = "http://www.roblox.com/asset/?id=166452478",
  6206.         ["Back"] = "http://www.roblox.com/asset/?id=166452466",
  6207.         ["Mini"] = "http://www.roblox.com/asset/?id=166452490",
  6208.         ["SB"] = "http://www.roblox.com/asset/?id=170649176",
  6209.         ["SF"] = "http://www.roblox.com/asset/?id=170452092"
  6210.     },
  6211.     ["ExpType"] = "MedFast",
  6212.     ["EVYield"] = {
  6213.         ["Exp"] = 198,
  6214.         ["Atk"] = 2
  6215.     },
  6216.     ["CatchRate"] = 45,
  6217. },
  6218.  
  6219. ["Porygon"] = {
  6220.     ["Pokedex"] = 137,
  6221.     ["PokedexDesc"] = "Using the most advanced technologies, scientists finally succeeded in making the first artificial Pokemon. ",
  6222.     ["Species"] = "Virtual Pokemon",
  6223.     ["Height"] = "2'07\"",
  6224.     ["Weight"] = 80.5 ,
  6225.     ["Type"] = {"Normal"},
  6226.     ["Stats"] = {
  6227.         ["HP"] = 85,
  6228.         ["Atk"] = 80,
  6229.         ["Def"] = 70,
  6230.         ["SpA"] = 130,
  6231.         ["SpD"] = 75,
  6232.         ["Speed"] = 90
  6233.         },
  6234.     ["Evolution"] = {},
  6235.     ["Gender"] = 100,
  6236.     ["Moves"] = {
  6237.         ["LevelUp"] = {
  6238.             [50] = {"Tri Attack"},
  6239.             [43] = {"Discharge"},
  6240.             [37] = {"Nasty Plot"},
  6241.             [30] = {"Signal Beam"},
  6242.             [23] = {"Recover"},
  6243.             [15] = {"Agility"},
  6244.             [9] = {"Psybeam"},
  6245.             [1] = {"Tackle"}
  6246.             },
  6247.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Shadow Ball","Surf","Ice Beam","Thunderbolt","Ice Beam"}
  6248.     },
  6249.     ["Sprites"] = {
  6250.         ["Front"] = "http://www.roblox.com/asset/?id=176690582",
  6251.         ["Back"] = "http://www.roblox.com/asset/?id=176691642",
  6252.         ["Mini"] = "http://www.roblox.com/asset/?id=176691935",
  6253.         ["SB"] = "http://www.roblox.com/asset/?id=176691643",
  6254.         ["SF"] = "http://www.roblox.com/asset/?id=176690580"
  6255.     },
  6256.     ["ExpType"] = "MedFast",
  6257.     ["EVYield"] = {
  6258.         ["Exp"] = 99,
  6259.         ["SpA"] = 3,
  6260.     },
  6261.     ["CatchRate"] = 45,
  6262. },
  6263.  
  6264.  
  6265. ["Omanyte"] = {
  6266.     ["Pokedex"] = 138,
  6267.     ["PokedexDesc"] = "This Pokemon from ancient times is said to have navigated the sea by adeptly twisting its 10 tentacles.",
  6268.     ["Species"] = "Spiral Pokemon",
  6269.     ["Height"] = "1'04\"",
  6270.     ["Weight"] = 16.5,
  6271.     ["Type"] = {"Rock","Water"},
  6272.     ["Stats"] = {
  6273.         ["HP"] = 35,
  6274.         ["Atk"] = 40,
  6275.         ["Def"] = 100,
  6276.         ["SpA"] = 90,
  6277.         ["SpD"] = 55,
  6278.         ["Speed"] = 35
  6279.         },
  6280.     ["Evolution"] = {40,"Omastar"},
  6281.     ["Gender"] = 88,
  6282.     ["Moves"] = {
  6283.         ["LevelUp"] = {
  6284.             [48] = {"Hydro Pump"},
  6285.             [43] = {"Shell Smash"},
  6286.             [38] = {"Rock Blast"},
  6287.             [33] = {"Tickle"},
  6288.             [25] = {"Mud Shot"},
  6289.             [19] = {"Leer"},
  6290.             [14] = {"Water Gun"},
  6291.             [7] = {"Bite"},
  6292.             [1] = {"Tackle","Withdraw"}
  6293.             },
  6294.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Surf","Ice Beam","Rock Slide"}
  6295.     },
  6296.     ["Sprites"] = {
  6297.         ["Front"] = "http://www.roblox.com/asset/?id=168767316",
  6298.         ["Back"] = "http://www.roblox.com/asset/?id=168767340",
  6299.         ["Mini"] = "http://www.roblox.com/asset/?id=168767330",
  6300.         ["SB"] = "http://www.roblox.com/asset/?id=170452301",
  6301.         ["SF"] = "http://www.roblox.com/asset/?id=170452093"
  6302.     },
  6303.     ["ExpType"] = "MedFast",
  6304.     ["EVYield"] = {
  6305.         ["Exp"] = 99,
  6306.         ["Def"] = 1,
  6307.     },
  6308.     ["CatchRate"] = 45,
  6309. },
  6310.  
  6311. ["Omastar"] = {
  6312.     ["Pokedex"] = 139,
  6313.     ["PokedexDesc"] = "A prehistoric Pokemon that died out when its heavy shell made it impossible to catch prey.",
  6314.     ["Species"] = "Spiral Pokemon",
  6315.     ["Height"] = "3'03\"",
  6316.     ["Weight"] = 77.2,
  6317.     ["Type"] = {"Rock","Water"},
  6318.     ["Stats"] = {
  6319.         ["HP"] = 70,
  6320.         ["Atk"] = 60,
  6321.         ["Def"] = 120,
  6322.         ["SpA"] = 115,
  6323.         ["SpD"] = 70,
  6324.         ["Speed"] = 55
  6325.         },
  6326.     ["Evolution"] = {},
  6327.     ["Gender"] = 88,
  6328.     ["Moves"] = {
  6329.         ["LevelUp"] = {
  6330.             [55] = {"Spike Cannon"},
  6331.             [48] = {"Hydro Pump"},
  6332.             [43] = {"Shell Smash"},
  6333.             [38] = {"Rock Blast"},
  6334.             [33] = {"Tickle"},
  6335.             [25] = {"Mud Shot"},
  6336.             [19] = {"Leer"},
  6337.             [14] = {"Water Gun"},
  6338.             [7] = {"Bite"},
  6339.             [1] = {"Tackle","Withdraw"}
  6340.             },
  6341.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Surf","Ice Beam","Rock Slide"}
  6342.     },
  6343.     ["Sprites"] = {
  6344.         ["Front"] = "http://www.roblox.com/asset/?id=168767264",
  6345.         ["Back"] = "http://www.roblox.com/asset/?id=168767300",
  6346.         ["Mini"] = "http://www.roblox.com/asset/?id=168767267",
  6347.         ["SB"] = "http://www.roblox.com/asset/?id=170452303",
  6348.         ["SF"] = "http://www.roblox.com/asset/?id=170452098"
  6349.     },
  6350.     ["ExpType"] = "MedFast",
  6351.     ["EVYield"] = {
  6352.         ["Exp"] = 199,
  6353.         ["Def"] = 2,
  6354.     },
  6355.     ["CatchRate"] = 45,
  6356. },
  6357.  
  6358. ["Kabuto"] = {
  6359.     ["Pokedex"] = 140,
  6360.     ["PokedexDesc"] = "Three hundred million years ago, it hid on the sea floor. It also has eyes on its back that glow.",
  6361.     ["Species"] = "Shellfish Pokemon",
  6362.     ["Height"] = "1'08\"",
  6363.     ["Weight"] = 25.4,
  6364.     ["Type"] = {"Rock","Water"},
  6365.     ["Stats"] = {
  6366.         ["HP"] = 30,
  6367.         ["Atk"] = 80,
  6368.         ["Def"] = 90,
  6369.         ["SpA"] = 55,
  6370.         ["SpD"] = 45,
  6371.         ["Speed"] = 55
  6372.         },
  6373.     ["Evolution"] = {40,"Kabutops"},
  6374.     ["Gender"] = 88,
  6375.     ["Moves"] = {
  6376.         ["LevelUp"] = {
  6377.             [41] = {"Metal Sound"},
  6378.             [35] = {"Aqua Jet"},
  6379.             [26] = {"Mega Drain"},
  6380.             [21] = {"Sand-Attack"},
  6381.             [17] = {"Mud Shot"},
  6382.             [12] = {"Leer"},
  6383.             [7] = {"Absorb"},
  6384.             [1] = {"Scratch","Harden"}
  6385.             },
  6386.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Surf","Aerial Ace","Ice Beam","Rock Slide"}
  6387.     },
  6388.     ["Sprites"] = {
  6389.         ["Front"] = "http://www.roblox.com/asset/?id=168767154",
  6390.         ["Back"] = "http://www.roblox.com/asset/?id=168767165",
  6391.         ["Mini"] = "http://www.roblox.com/asset/?id=168767186",
  6392.         ["SB"] = "http://www.roblox.com/asset/?id=170452300",
  6393.         ["SF"] = "http://www.roblox.com/asset/?id=170452100"
  6394.     },
  6395.     ["ExpType"] = "MedFast",
  6396.     ["EVYield"] = {
  6397.         ["Exp"] = 99,
  6398.         ["Def"] = 1,
  6399.     },
  6400.     ["CatchRate"] = 45,
  6401. },
  6402.  
  6403. ["Kabutops"] = {
  6404.     ["Pokedex"] = 141,
  6405.     ["PokedexDesc"] = "A slim and fast swimmer. It slices its prey with its sharp sickles and drinks the body fluids. ",
  6406.     ["Species"] = "Shellfish Pokemon",
  6407.     ["Height"] = "4'03\"",
  6408.     ["Weight"] = 89.3,
  6409.     ["Type"] = {"Rock","Water"},
  6410.     ["Stats"] = {
  6411.         ["HP"] = 60,
  6412.         ["Atk"] = 115,
  6413.         ["Def"] = 105,
  6414.         ["SpA"] = 65,
  6415.         ["SpD"] = 70,
  6416.         ["Speed"] = 80
  6417.         },
  6418.     ["Evolution"] = {},
  6419.     ["Gender"] = 88,
  6420.     ["Moves"] = {
  6421.         ["LevelUp"] = {
  6422.             [55] = {"Night Slash"},
  6423.             [50] = {"Waterfall"},
  6424.             [45] = {"Metal Sound"},
  6425.             [40] = {"Slash"},
  6426.             [35] = {"Aqua Jet"},
  6427.             [26] = {"Mega Drain"},
  6428.             [21] = {"Sand-Attack"},
  6429.             [17] = {"Mud Shot"},
  6430.             [12] = {"Leer"},
  6431.             [7] = {"Absorb"},
  6432.             [1] = {"Scratch","Harden"}
  6433.             },
  6434.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Ice Beam","Rock Slide"}
  6435.     },
  6436.     ["Sprites"] = {
  6437.         ["Front"] = "http://www.roblox.com/asset/?id=168767203",
  6438.         ["Back"] = "http://www.roblox.com/asset/?id=168767194",
  6439.         ["Mini"] = "http://www.roblox.com/asset/?id=168767232",
  6440.         ["SB"] = "http://www.roblox.com/asset/?id=170452306",
  6441.         ["SF"] = "http://www.roblox.com/asset/?id=170452103"
  6442.     },
  6443.     ["ExpType"] = "MedFast",
  6444.     ["EVYield"] = {
  6445.         ["Exp"] = 199,
  6446.         ["Atk"] = 2,
  6447.     },
  6448.     ["CatchRate"] = 45,
  6449. },
  6450.  
  6451. ["Aerodactyl"] = {
  6452.     ["Pokedex"] = 142,
  6453.     ["PokedexDesc"] = "In prehistoric times, this Pokemon flew freely and fearlessly through the skies. ",
  6454.     ["Species"] = "Fossil Pokemon",
  6455.     ["Height"] = "5'11\"",
  6456.     ["Weight"] = 130.1,
  6457.     ["Ability"] = "Pressure",
  6458.     ["Type"] = {"Rock","Flying"},
  6459.     ["Stats"] = {
  6460.         ["HP"] = 80,
  6461.         ["Atk"] = 105,
  6462.         ["Def"] = 65,
  6463.         ["SpA"] = 60,
  6464.         ["SpD"] = 75,
  6465.         ["Speed"] = 130
  6466.         },
  6467.     ["Evolution"] = {},
  6468.     ["Gender"] = 88,
  6469.     ["Moves"] = {
  6470.         ["LevelUp"] = {
  6471.             [75] = {"Dragon Claw"},
  6472.             [60] = {"Earthquake"},
  6473.             [48] = {"Rock Slide"},
  6474.             [42] = {"Take Down"},
  6475.             [38] = {"Iron Head"},
  6476.             [35] = {"Crunch"},
  6477.             [30] = {"Rock Tomb"},
  6478.             [23] = {"Fire Fang"},
  6479.             [20] = {"Ice Fang"},
  6480.             [17] = {"Thunder Fang"},
  6481.             [9] = {"Agility"},
  6482.             [1] = {"Wing Attack","Bite","Scary Face","Supersonic"}
  6483.             },
  6484.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Rock Tomb","Aerial Ace","Earthquake","Flamethrower","Rock Slide"}
  6485.     },
  6486.     ["Sprites"] = {
  6487.         ["Front"] = "http://www.roblox.com/asset/?id=168767251",
  6488.         ["Back"] = "http://www.roblox.com/asset/?id=168767236",
  6489.         ["Mini"] = "http://www.roblox.com/asset/?id=168767258",
  6490.         ["SB"] = "http://www.roblox.com/asset/?id=170651648",
  6491.         ["SF"] = "http://www.roblox.com/asset/?id=170452104"
  6492.     },
  6493.     ["ExpType"] = "Slow",
  6494.     ["EVYield"] = {
  6495.         ["Exp"] = 199,
  6496.         ["Atk"] = 2,
  6497.     },
  6498.     ["CatchRate"] = 45,
  6499. },
  6500.  
  6501. ["Snorlax"] = {
  6502.     ["Pokedex"] = 143,
  6503.     ["PokedexDesc"] = "A lazy Pokemon that gets continually fatter by sticking to a cycle of sleeping and eating. Awake only when it eats.",
  6504.     ["Species"] = "Sleeping Pokemon",
  6505.     ["Height"] = "6'11\"",
  6506.     ["Weight"] = 1014.1,
  6507.     ["Ability"] = "Thick Fat",
  6508.     ["Type"] = {"Normal"},
  6509.     ["Stats"] = {
  6510.         ["HP"] = 160,
  6511.         ["Atk"] = 110,
  6512.         ["Def"] = 65,
  6513.         ["SpA"] = 65,
  6514.         ["SpD"] = 110,
  6515.         ["Speed"] = 30
  6516.         },
  6517.     ["Evolution"] = {},
  6518.     ["Gender"] = 88,
  6519.     ["Moves"] = {
  6520.         ["LevelUp"] = {
  6521.             [75] = {"Double-Edge"},
  6522.             [66] = {"Thunder Punch"},
  6523.             [55]  = {"Ice Punch"},
  6524.             [44] = {"Fire Punch"},
  6525.             [33] = {"Crunch"},
  6526.             [30] = {"Rest"},
  6527.             [26] = {"Body Slam"},
  6528.             [15] = {"Lick"},
  6529.             [9] = {"Amnesia"},
  6530.             [4] = {"Defense Curl"},
  6531.             [1] = {"Tackle"}
  6532.             },
  6533.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Focus Blast","Earthquake","Flamethrower","Ice Beam","Thunderbolt","Rock Slide","Psychic","Shadow Ball"}
  6534.     },
  6535.     ["Sprites"] = {
  6536.         ["Front"] = "http://www.roblox.com/asset/?id=168566219",
  6537.         ["Back"] = "http://www.roblox.com/asset/?id=168566179",
  6538.         ["Mini"] = "http://www.roblox.com/asset/?id=168566203",
  6539.         ["SB"] = "http://www.roblox.com/asset/?id=170651732",
  6540.         ["SF"] = "http://www.roblox.com/asset/?id=170452105"
  6541.     },
  6542.     ["ExpType"] = "Slow",
  6543.     ["EVYield"] = {
  6544.         ["Exp"] = 154,
  6545.         ["HP"] = 2,
  6546.     },
  6547.     ["CatchRate"] = 25,
  6548. },
  6549.  
  6550. ["Articuno"] = {
  6551.     ["Pokedex"] = 144,
  6552.     ["PokedexDesc"] = "One of the legendary bird Pokemon. With its long tail trailing behind, its flying form is magnificent.",
  6553.     ["Species"] = "Freeze Pokemon",
  6554.     ["Height"] = "5'07\"",
  6555.     ["Weight"] = 122.1,
  6556.     ["Ability"] = "Pressure",
  6557.     ["Type"] = {"Ice","Flying"},
  6558.     ["Stats"] = {
  6559.         ["HP"] = 90,
  6560.         ["Atk"] = 85,
  6561.         ["Def"] = 100,
  6562.         ["SpA"] = 95,
  6563.         ["SpD"] = 125,
  6564.         ["Speed"] = 85
  6565.         },
  6566.     ["Evolution"] = {},
  6567.     ["Gender"] = "Unknown",
  6568.     ["Moves"] = {
  6569.         ["LevelUp"] = {
  6570.             [71] = {"Frost Breath"},
  6571.             [61] = {"Hurricane"},
  6572.             [51] = {"Blizzard"},
  6573.             [41] = {"Ice Beam"},
  6574.             [31] = {"Agility"},
  6575.             [21] = {"Powder Snow"},
  6576.             [11] = {"Ice Shard"},
  6577.             [1] = {"Gust"}
  6578.             },
  6579.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Ice Beam","Aerial Ace",}
  6580.     },
  6581.     ["Sprites"] = {
  6582.         ["Front"] = "http://www.roblox.com/asset/?id=172079870",
  6583.         ["Back"] = "http://www.roblox.com/asset/?id=172079989",
  6584.         ["Mini"] = "http://www.roblox.com/asset/?id=172079816",
  6585.         ["SB"] = "http://www.roblox.com/asset/?id=172080010",
  6586.         ["SF"] = "http://www.roblox.com/asset/?id=172079874"
  6587.     },
  6588.     ["ExpType"] = "Slow",
  6589.     ["EVYield"] = {
  6590.         ["Exp"] = 215,
  6591.         ["SpD"] = 3,
  6592.     },
  6593.     ["CatchRate"] = 3,
  6594. },
  6595.  
  6596.  
  6597. ["Zapdos"] = {
  6598.     ["Pokedex"] = 145,
  6599.     ["PokedexDesc"] = "A legendary Pokemon that is said to live in thunderclouds. It freely controls lightning bolts. ",
  6600.     ["Species"] = "Electric Pokemon",
  6601.     ["Height"] = "5'03\"",
  6602.     ["Weight"] = 116.1,
  6603.     ["Ability"] = "Pressure",
  6604.     ["Type"] = {"Electric","Flying"},
  6605.     ["Stats"] = {
  6606.         ["HP"] = 90,
  6607.         ["Atk"] = 90,
  6608.         ["Def"] = 85,
  6609.         ["SpA"] = 125,
  6610.         ["SpD"] = 90,
  6611.         ["Speed"] = 100
  6612.         },
  6613.     ["Evolution"] = {},
  6614.     ["Gender"] = "Unknown",
  6615.     ["Moves"] = {
  6616.         ["LevelUp"] = {
  6617.             [61] = {"Air Slash"},
  6618.             [49] = {"Thunderbolt"},
  6619.             [37] = {"Drill Peck"},
  6620.             [25] = {"Agility"},
  6621.             [13] = {"Thunder Wave"},
  6622.             [1] = {"Peck","ThunderShock"}
  6623.             },
  6624.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Aerial Ace","Thunderbolt"}
  6625.     },
  6626.     ["Sprites"] = {
  6627.         ["Front"] = "http://www.roblox.com/asset/?id=168566423",
  6628.         ["Back"] = "http://www.roblox.com/asset/?id=168566443",
  6629.         ["Mini"] = "http://www.roblox.com/asset/?id=168566459",
  6630.         ["SB"] = "http://www.roblox.com/asset/?id=170452305",
  6631.         ["SF"] = "http://www.roblox.com/asset/?id=170452108"
  6632.     },
  6633.     ["ExpType"] = "Slow",
  6634.     ["EVYield"] = {
  6635.         ["Exp"] = 216,
  6636.         ["SpA"] = 3,
  6637.     },
  6638.     ["CatchRate"] = 3,
  6639. },
  6640.  
  6641. ["Moltres"] = {
  6642.     ["Pokedex"] = 146,
  6643.     ["PokedexDesc"] = " Known as the legendary bird of fire. Every flap of its wings creates a giant dazzle of flashing flames.",
  6644.     ["Species"] = "Flame Pokemon",
  6645.     ["Height"] = "6'07",
  6646.     ["Weight"] = 132.3,
  6647.     ["Ability"] = "Pressure",
  6648.     ["Type"] = {"Fire","Flying"},
  6649.     ["Stats"] = {
  6650.         ["HP"] = 90,
  6651.         ["Atk"] = 100,
  6652.         ["Def"] = 90,
  6653.         ["SpA"] = 125,
  6654.         ["SpD"] = 85,
  6655.         ["Speed"] = 90
  6656.         },
  6657.     ["Evolution"] = {},
  6658.     ["Gender"] = "Unknown",
  6659.     ["Moves"] = {
  6660.         ["LevelUp"] = {
  6661.             [71] = {"Hurricane"},
  6662.             [61] = {"Air Slash"},
  6663.             [51] = {"Fire Blast"},
  6664.             [41] = {"Heat Wave"},
  6665.             [31] = {"Flamethrower"},
  6666.             [21] = {"Agility"},
  6667.             [11] = {"Wing Attack"},
  6668.             [1] = {"Ember"}
  6669.             },
  6670.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Flamethrower","Aerial Ace",}
  6671.     },
  6672.     ["Sprites"] = {
  6673.         ["Front"] = "http://www.roblox.com/asset/?id=172079897",
  6674.         ["Back"] = "http://www.roblox.com/asset/?id=172080023",
  6675.         ["Mini"] = "http://www.roblox.com/asset/?id=172079825",
  6676.         ["SB"] = "http://www.roblox.com/asset/?id=172080073",
  6677.         ["SF"] = "http://www.roblox.com/asset/?id=172079910"
  6678.     },
  6679.     ["ExpType"] = "Slow",
  6680.     ["EVYield"] = {
  6681.         ["Exp"] = 217,
  6682.         ["SpA"] = 3,
  6683.     },
  6684.     ["CatchRate"] = 3,
  6685. },
  6686.  
  6687.  
  6688. ["Dratini"] = {
  6689.     ["Pokedex"] = 147,
  6690.     ["PokedexDesc"] =  "This Pokemon is full of life energy. It continually sheds its skin and grows steadily larger.",
  6691.     ["Species"] = "Dragon Pokemon",
  6692.     ["Height"] = "5'11\"",
  6693.     ["Weight"] = 7.3,
  6694.     ["Type"] = {"Dragon"},
  6695.     ["Stats"] = {
  6696.         ["HP"] = 41,
  6697.         ["Atk"] = 64,
  6698.         ["Def"] = 45,
  6699.         ["SpA"] = 50,
  6700.         ["SpD"] = 50,
  6701.         ["Speed"] = 50
  6702.         },
  6703.     ["Evolution"] = {30,"Dragonair"},
  6704.     ["Gender"] = 50,
  6705.     ["Moves"] = {
  6706.         ["LevelUp"] = {
  6707.             [40] = {"Dragon Dance"},
  6708.             [32] = {"Water Pulse"},
  6709.             [26] = {"Aqua Tail"},
  6710.             [20] = {"Agility"},
  6711.             [16] = {"Slam"},
  6712.             [11] = {"Twister"},
  6713.             [5] = {"Thunder Wave"},
  6714.             [1] = {"Leer","Tackle"}
  6715.             },
  6716.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Icy Wind","Surf","Flamethrower","Ice Beam"}
  6717.     },
  6718.     ["Sprites"] = {
  6719.         ["Front"] = "http://www.roblox.com/asset/?id=230626036",
  6720.         ["Back"] = "http://www.roblox.com/asset/?id=230626030",
  6721.         ["Mini"] = "http://www.roblox.com/asset/?id=171911149",
  6722.         ["SB"] = "http://www.roblox.com/asset/?id=171911407",
  6723.         ["SF"] = "http://www.roblox.com/asset/?id=170452115"
  6724.     },
  6725.     ["ExpType"] = "Slow",
  6726.     ["EVYield"] = {
  6727.         ["Exp"] = 67,
  6728.         ["Atk"] = 1,
  6729.     },
  6730.     ["CatchRate"] = 45,
  6731. },
  6732.  
  6733. ["Dragonair"] = {
  6734.     ["Pokedex"] = 148,
  6735.     ["PokedexDesc"] =  "Its crystalline orbs appear to give this Pokemon the power to freely control the weather.",
  6736.     ["Species"] = "Dragon Pokemon",
  6737.     ["Height"] = "13'01\"",
  6738.     ["Weight"] = 36.4,
  6739.     ["Type"] = {"Dragon"},
  6740.     ["Stats"] = {
  6741.         ["HP"] = 81,
  6742.         ["Atk"] = 84,
  6743.         ["Def"] = 65,
  6744.         ["SpA"] = 70,
  6745.         ["SpD"] = 70,
  6746.         ["Speed"] = 70
  6747.         },
  6748.     ["Evolution"] = {55,"Dragonite"},
  6749.     ["Gender"] = 50,
  6750.     ["Moves"] = {
  6751.         ["LevelUp"] = {
  6752.             [40] = {"Dragon Dance"},
  6753.             [32] = {"Water Pulse"},
  6754.             [26] = {"Aqua Tail"},
  6755.             [20] = {"Agility"},
  6756.             [16] = {"Slam"},
  6757.             [11] = {"Twister"},
  6758.             [5] = {"Thunder Wave"},
  6759.             [1] = {"Leer","Tackle"}
  6760.             },
  6761.         ["TM"] = {"Brick Break","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam"}
  6762.     },
  6763.     ["Sprites"] = {
  6764.         ["Front"] = "http://www.roblox.com/asset/?id=171911298",
  6765.         ["Back"] = "http://www.roblox.com/asset/?id=171911345",
  6766.         ["Mini"] = "http://www.roblox.com/asset/?id=171911161",
  6767.         ["SB"] = "http://www.roblox.com/asset/?id=171911358",
  6768.         ["SF"] = "http://www.roblox.com/asset/?id=171911319"
  6769.     },
  6770.     ["ExpType"] = "Slow",
  6771.     ["EVYield"] = {
  6772.         ["Exp"] = 144,
  6773.         ["Atk"] = 2,
  6774.     },
  6775.     ["CatchRate"] = 45,
  6776. },
  6777.  
  6778. ["Dragonite"] = {
  6779.     ["Pokedex"] = 149,
  6780.     ["PokedexDesc"] =  "Very few people ever see this Pokemon. Its intelligence is said to match that of humans. ",
  6781.     ["Species"] = "Dragon Pokemon",
  6782.     ["Height"] = "7'03\"",
  6783.     ["Weight"] = 463,
  6784.     ["Type"] = {"Dragon","Flying"},
  6785.     ["Stats"] = {
  6786.         ["HP"] = 91,
  6787.         ["Atk"] = 134,
  6788.         ["Def"] = 95,
  6789.         ["SpA"] = 100,
  6790.         ["SpD"] = 100,
  6791.         ["Speed"] = 80
  6792.         },
  6793.     ["Evolution"] = {},
  6794.     ["Gender"] = 50,
  6795.     ["Moves"] = {
  6796.         ["LevelUp"] = {
  6797.             [100] = {"Waterfall"},
  6798.             [95] = {"Stone Edge"},
  6799.             [85] = {"Extreme Speed"},
  6800.             [75] = {"Dragon Claw"},
  6801.             [66] = {"Hurricane"},
  6802.             [63] = {"Fire Punch"},
  6803.             [60] = {"Thunder Punch"},
  6804.             [57] = {"Dragon Rush"},
  6805.             [55] = {"Wing Attack"},
  6806.             [50] = {"Dragon Rush"},
  6807.             [40] = {"Dragon Dance"},
  6808.             [32] = {"Water Pulse"},
  6809.             [26] = {"Aqua Tail"},
  6810.             [20] = {"Agility"},
  6811.             [16] = {"Slam"},
  6812.             [11] = {"Twister"},
  6813.             [5] = {"Thunder Wave"},
  6814.             [1] = {"Leer","Tackle"}
  6815.             },
  6816.         ["TM"] = {"Aerial Ace","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  6817.     },
  6818.     ["Sprites"] = {
  6819.         ["Front"] = "http://www.roblox.com/asset/?id=171911326",
  6820.         ["Back"] = "http://www.roblox.com/asset/?id=171911364",
  6821.         ["Mini"] = "http://www.roblox.com/asset/?id=171911171",
  6822.         ["SB"] = "http://www.roblox.com/asset/?id=171911373",
  6823.         ["SF"] = "http://www.roblox.com/asset/?id=171911336"
  6824.     },
  6825.     ["ExpType"] = "Slow",
  6826.     ["EVYield"] = {
  6827.         ["Exp"] = 218,
  6828.         ["Atk"] = 3,
  6829.     },
  6830.     ["CatchRate"] = 45,
  6831. },
  6832.  
  6833. ["Mewtwo"] = {
  6834.     ["Pokedex"] = 150,
  6835.     ["PokedexDesc"] = "It was created by a scientist after years of horrific gene splicing and DNA engineering experiments.",
  6836.     ["Species"] = "Genetic Pokemon",
  6837.     ["Height"] = "6'07\"",
  6838.     ["Weight"] = 269.0,
  6839.     ["Ability"] = "Pressure",
  6840.     ["Type"] = {"Psychic"},
  6841.     ["Stats"] = {
  6842.         ["HP"] = 106,
  6843.         ["Atk"] = 110,
  6844.         ["Def"] = 90,
  6845.         ["SpA"] = 154,
  6846.         ["SpD"] = 90,
  6847.         ["Speed"] = 130
  6848.         },
  6849.     ["Evolution"] = {},
  6850.     ["Gender"] = "Unknown",
  6851.     ["Moves"] = {
  6852.         ["LevelUp"] = {
  6853.             [71] = {"Psystrike"},
  6854.             [61] = {"Shadow Ball"},
  6855.             [51] = {"Aura Sphere"},
  6856.             [41] = {"Psychic"},
  6857.             [31] = {"Amnesia"},
  6858.             [21] = {"Recover"},
  6859.             [11] = {"Swift"},
  6860.             [1] = {"Confusion"}
  6861.             },
  6862.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Sludge Bomb","Focus Blast","Energy Ball","Earthquake","Flamethrower","Ice Beam","Thunderbolt","Rock Slide","Psychic","Shadow Ball",}
  6863.     },
  6864.     ["Sprites"] = {
  6865.         ["Front"] = "http://www.roblox.com/asset/?id=172079917",
  6866.         ["Back"] = "http://www.roblox.com/asset/?id=172080044",
  6867.         ["Mini"] = "http://www.roblox.com/asset/?id=172079830",
  6868.         ["SB"] = "http://www.roblox.com/asset/?id=172080058",
  6869.         ["SF"] = "http://www.roblox.com/asset/?id=172079940"
  6870.     },
  6871.     ["ExpType"] = "Slow",
  6872.     ["EVYield"] = {
  6873.         ["Exp"] = 270,
  6874.         ["SpA"] = 3
  6875.     },
  6876.     ["CatchRate"] = 3,
  6877. },
  6878.  
  6879.  
  6880. ["Mew"] = {
  6881.     ["Pokedex"] = 151,
  6882.     ["PokedexDesc"] = "So rare that it is still said to be a mirage by many experts. Only a few people have seen it worldwide. ",
  6883.     ["Species"] = "New Species Pokemon",
  6884.     ["Height"] = "1'04\"",
  6885.     ["Weight"] = 8.8,
  6886.     ["Type"] = {"Psychic"},
  6887.     ["Stats"] = {
  6888.         ["HP"] = 100,
  6889.         ["Atk"] = 100,
  6890.         ["Def"] = 100,
  6891.         ["SpA"] = 100,
  6892.         ["SpD"] = 100,
  6893.         ["Speed"] = 100
  6894.         },
  6895.     ["Evolution"] = {},
  6896.     ["Gender"] = "Unknown",
  6897.     ["Moves"] = {
  6898.         ["LevelUp"] = {
  6899.             [80] = {"False Swipe"},
  6900.             [60] = {"Scald"},
  6901.             [40] = {"Transform"},
  6902.             [16] = {"Thunderbolt"},
  6903.             [14] = {"Ice Beam"},
  6904.             [12] = {"Flamethrower"},
  6905.             [11] = {"Psychic"},
  6906.             [1] = {"Pound"}
  6907.             },
  6908.         ["TM"] = {"Night Slash","Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Sludge Bomb","Focus Blast","Energy Ball","Earthquake","Flamethrower","Ice Beam","Thunderbolt","Rock Slide","Psychic","Shadow Ball","Dark Pulse"}
  6909.     },
  6910.     ["Sprites"] = {
  6911.         ["Front"] = "http://www.roblox.com/asset/?id=167592579",
  6912.         ["Back"] = "http://www.roblox.com/asset/?id=167592641",
  6913.         ["Mini"] = "http://www.roblox.com/asset/?id=190045709",
  6914.         ["SB"] = "http://www.roblox.com/asset/?id=170651963",
  6915.         ["SF"] = "http://www.roblox.com/asset/?id=170452120"
  6916.     },
  6917.     ["ExpType"] = "MedSlow",
  6918.     ["EVYield"] = {
  6919.         ["Exp"] = 306,
  6920.         ["HP"] = 3
  6921.     },
  6922.     ["CatchRate"] = 45,
  6923. },
  6924.  
  6925. ["Chikorita"] = {
  6926.     ["Pokedex"] = 152,
  6927.     ["PokedexDesc"] = " It uses the leaf on its head to determine the temperature and humidity. It loves to sunbathe.",
  6928.     ["Species"] = "Leaf Pokemon",
  6929.     ["Height"] = "2'11\"",
  6930.     ["Weight"] = 14.1,
  6931.     ["Type"] = {"Grass"},
  6932.     ["Stats"] = {
  6933.         ["HP"] = 45,
  6934.         ["Atk"] = 49,
  6935.         ["Def"] = 65,
  6936.         ["SpA"] = 49,
  6937.         ["SpD"] = 65,
  6938.         ["Speed"] = 45
  6939.         },
  6940.     ["Evolution"] = {16,"Bayleef"},
  6941.     ["Gender"] = 88,
  6942.     ["Moves"] = {
  6943.         ["LevelUp"] = {
  6944.             [55] = {"Synthesis"},
  6945.             [20] = {"Body Slam"},
  6946.             [15] = {"PoisonPowder"},
  6947.             [8] = {"Razor Leaf"},
  6948.             [1] = {"Tackle","Growl"}
  6949.             },
  6950.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball"}
  6951.     },
  6952.     ["Sprites"] = {
  6953.         ["Front"] = "http://www.roblox.com/asset/?id=167435363",
  6954.         ["Back"] = "http://www.roblox.com/asset/?id=167435355",
  6955.         ["Mini"] = "http://www.roblox.com/asset/?id=167435375",
  6956.         ["SB"] = "http://www.roblox.com/asset/?id=170452313",
  6957.         ["SF"] = "http://www.roblox.com/asset/?id=170452125"
  6958.     },
  6959.     ["ExpType"] = "MedSlow",
  6960.     ["EVYield"] = {
  6961.         ["Exp"] = 64,
  6962.         ["Def"] = 1,
  6963.     },
  6964.     ["CatchRate"] = 45,
  6965. },
  6966.  
  6967. ["Bayleef"] = {
  6968.     ["Pokedex"] = 153,
  6969.     ["PokedexDesc"] = " It uses the leaf on its head to determine the temperature and humidity. It loves to sunbathe.",
  6970.     ["Species"] = "Leaf Pokemon",
  6971.     ["Height"] = "3'11\"",
  6972.     ["Weight"] = 34.8,
  6973.     ["Type"] = {"Grass"},
  6974.     ["Stats"] = {
  6975.         ["HP"] = 60,
  6976.         ["Atk"] = 62,
  6977.         ["Def"] = 80,
  6978.         ["SpA"] = 63,
  6979.         ["SpD"] = 80,
  6980.         ["Speed"] = 60
  6981.         },
  6982.     ["Evolution"] = {32,"Meganium"},
  6983.     ["Gender"] = 88,
  6984.     ["Moves"] = {
  6985.         ["LevelUp"] = {
  6986.                     [55] = {"Synthesis"},
  6987.             [20] = {"Body Slam"},
  6988.             [15] = {"PoisonPowder"},
  6989.             [8] = {"Razor Leaf"},
  6990.             [1] = {"Tackle","Growl"}
  6991.             },
  6992.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball"}
  6993.     },
  6994.     ["Sprites"] = {
  6995.         ["Front"] = "http://www.roblox.com/asset/?id=167435392",
  6996.         ["Back"] = "http://www.roblox.com/asset/?id=167435384",
  6997.         ["Mini"] = "http://www.roblox.com/asset/?id=167435398",
  6998.         ["SB"] = "http://www.roblox.com/asset/?id=170452317",
  6999.         ["SF"] = "http://www.roblox.com/asset/?id=170452148"
  7000.     },
  7001.     ["ExpType"] = "MedSlow",
  7002.     ["EVYield"] = {
  7003.         ["Exp"] = 141,
  7004.         ["Def"] = 1,
  7005.         ["SpD"] = 1
  7006.     },
  7007.     ["CatchRate"] = 45,
  7008. },
  7009. ["Meganium"] = {
  7010.     ["Pokedex"] = 154,
  7011.     ["PokedexDesc"] = " Its breath has the fantastic ability to revive dead plants and flowers. ",
  7012.     ["Species"] = "Herb Pokemon",
  7013.     ["Height"] = "5'11\"",
  7014.     ["Weight"] = 221.6,
  7015.     ["Type"] = {"Grass"},
  7016.     ["Stats"] = {
  7017.         ["HP"] = 80,
  7018.         ["Atk"] = 82,
  7019.         ["Def"] = 100,
  7020.         ["SpA"] = 83,
  7021.         ["SpD"] = 100,
  7022.         ["Speed"] = 80
  7023.         },
  7024.     ["Evolution"] = {},
  7025.     ["Gender"] = 88,
  7026.     ["Moves"] = {
  7027.         ["LevelUp"] = {
  7028.             [55] = {"Synthesis"},
  7029.             [20] = {"Body Slam"},
  7030.             [15] = {"PoisonPowder"},
  7031.             [8] = {"Razor Leaf"},
  7032.             [1] = {"Tackle","Growl"}
  7033.             },
  7034.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Earthquake"}
  7035.     },
  7036.     ["Sprites"] = {
  7037.         ["Front"] = "http://www.roblox.com/asset/?id=167435430",
  7038.         ["Back"] = "http://www.roblox.com/asset/?id=167435411",
  7039.         ["Mini"] = "http://www.roblox.com/asset/?id=167435462",
  7040.         ["SB"] = "http://www.roblox.com/asset/?id=170452315",
  7041.         ["SF"] = "http://www.roblox.com/asset/?id=170452149"
  7042.     },
  7043.     ["ExpType"] = "MedSlow",
  7044.     ["EVYield"] = {
  7045.         ["Exp"] = 208,
  7046.         ["Def"] = 1,
  7047.         ["SpD"] = 2
  7048.     },
  7049.     ["CatchRate"] = 45,
  7050. },
  7051.  
  7052. ["Cyndaquil"] = {
  7053.     ["Pokedex"] = 155,
  7054.     ["PokedexDesc"] = "It usually stays hunched over. If it is angry or surprised, it shoots flames out of its back.",
  7055.     ["Species"] = "Fire Mouse Pokemon",
  7056.     ["Height"] = "1'08\"",
  7057.     ["Weight"] = 17.4,
  7058.     ["Type"] = {"Fire"},
  7059.     ["Stats"] = {
  7060.         ["HP"] = 39,
  7061.         ["Atk"] = 52,
  7062.         ["Def"] = 43,
  7063.         ["SpA"] = 60,
  7064.         ["SpD"] = 50,
  7065.         ["Speed"] = 65
  7066.         },
  7067.     ["Evolution"] = {14,"Quilava"},
  7068.     ["Gender"] = 88,
  7069.     ["Moves"] = {
  7070.         ["LevelUp"] = {
  7071.             [30] = {"Swift"},
  7072.             [22] = {"Defense Curl"},
  7073.             [19] = {"Flame Wheel"},
  7074.             [13] = {"Quick Attack"},
  7075.             [10] = {"Ember"},
  7076.             [6] = {"SmokeScreen"},
  7077.             [1] = {"Tackle","Leer"}
  7078.             },
  7079.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Aerial Ace","Flamethrower"}
  7080.     },
  7081.     ["Sprites"] = {
  7082.         ["Front"] = "http://www.roblox.com/asset/?id=167442878",
  7083.         ["Back"] = "http://www.roblox.com/asset/?id=167442867",
  7084.         ["Mini"] = "http://www.roblox.com/asset/?id=167442850",
  7085.         ["SB"] = "http://www.roblox.com/asset/?id=170452318",
  7086.         ["SF"] = "http://www.roblox.com/asset/?id=170452150"
  7087.     },
  7088.     ["ExpType"] = "MedSlow",
  7089.     ["EVYield"] = {
  7090.         ["Exp"] = 65,
  7091.         ["Speed"] = 1
  7092.     },
  7093.     ["CatchRate"] = 45,
  7094. },
  7095.  
  7096. ["Quilava"] = {
  7097.     ["Pokedex"] = 156,
  7098.     ["PokedexDesc"] =  "Be careful if it turns its back during battle. It means that it will attack with the fire on its back.",
  7099.     ["Species"] = "Volcano Pokemon",
  7100.     ["Height"] = "2'11\"",
  7101.     ["Weight"] = 41.9,
  7102.     ["Type"] = {"Fire"},
  7103.     ["Stats"] = {
  7104.         ["HP"] = 58,
  7105.         ["Atk"] = 64,
  7106.         ["Def"] = 58,
  7107.         ["SpA"] = 80,
  7108.         ["SpD"] = 65,
  7109.         ["Speed"] = 80
  7110.         },
  7111.     ["Evolution"] = {36,"Typhlosion"},
  7112.     ["Gender"] = 88,
  7113.     ["Moves"] = {
  7114.         ["LevelUp"] = {
  7115.             [40] = {"Flamethrower"},
  7116.             [32] = {"Swift"},
  7117.             [24] = {"Defense Curl"},
  7118.             [21] = {"Flame Wheel"},
  7119.             [13] = {"Quick Attack"},
  7120.             [10] = {"Ember"},
  7121.             [6] = {"SmokeScreen"},
  7122.             [1] = {"Tackle","Leer"}
  7123.             },
  7124.     ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Aerial Ace","Flamethrower"}
  7125.     },
  7126.     ["Sprites"] = {
  7127.         ["Front"] = "http://www.roblox.com/asset/?id=167442716",
  7128.         ["Back"] = "http://www.roblox.com/asset/?id=167442711",
  7129.         ["Mini"] = "http://www.roblox.com/asset/?id=167442723",
  7130.         ["SB"] = "http://www.roblox.com/asset/?id=170452321",
  7131.         ["SF"] = "http://www.roblox.com/asset/?id=170452151"
  7132.     },
  7133.     ["ExpType"] = "MedSlow",
  7134.     ["EVYield"] = {
  7135.         ["Exp"] = 142,
  7136.         ["SpA"] = 1,
  7137.         ["Speed"] = 1
  7138.     },
  7139.     ["CatchRate"] = 45,
  7140. },
  7141.  
  7142. ["Typhlosion"] = {
  7143.     ["Pokedex"] = 157,
  7144.     ["PokedexDesc"] =  "If its rage peaks, it becomes so hot that anything that touches it will instantly go up in flames.",
  7145.     ["Species"] = "Volcano Pokemon",
  7146.     ["Height"] = "5'07\"",
  7147.     ["Weight"] = 175.3,
  7148.     ["Type"] = {"Fire"},
  7149.     ["Stats"] = {
  7150.         ["HP"] = 78,
  7151.         ["Atk"] = 84,
  7152.         ["Def"] = 78,
  7153.         ["SpA"] = 109,
  7154.         ["SpD"] = 85,
  7155.         ["Speed"] = 100
  7156.         },
  7157.     ["Evolution"] = {},
  7158.     ["Gender"] = 88,
  7159.     ["Moves"] = {
  7160.         ["LevelUp"] = {
  7161.             [46] = {"Flamethrower"},
  7162.             [37] = {"Swift"},
  7163.             [22] = {"Defense Curl"},
  7164.             [19] = {"Flame Wheel"},
  7165.             [13] = {"Quick Attack"},
  7166.             [10] = {"Ember"},
  7167.             [6] = {"SmokeScreen"},
  7168.             [1] = {"Tackle","Leer"}
  7169.             },
  7170.             ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Rock Tomb","Brick Break","Aerial Ace","Focus Blast","Earthquake","Flamethrower","Rock Slide"}
  7171.     },
  7172.     ["Sprites"] = {
  7173.         ["Front"] = "http://www.roblox.com/asset/?id=167435771",
  7174.         ["Back"] = "http://www.roblox.com/asset/?id=167435754",
  7175.         ["Mini"] = "http://www.roblox.com/asset/?id=167435778",
  7176.         ["SB"] = "http://www.roblox.com/asset/?id=170452324",
  7177.         ["SF"] = "http://www.roblox.com/asset/?id=170452152"
  7178.     },
  7179.     ["ExpType"] = "MedSlow",
  7180.     ["EVYield"] = {
  7181.         ["Exp"] = 209,
  7182.         ["SpA"] = 3
  7183.     },
  7184.     ["CatchRate"] = 45,
  7185. },
  7186.  
  7187. ["Totodile"] = {
  7188.     ["Pokedex"] = 158,
  7189.     ["PokedexDesc"] = "Its well-developed jaws are powerful and capable of crushing anything. Even its trainer must be careful. ",
  7190.     ["Species"] = "Big Jaw Pokemon",
  7191.     ["Height"] = "2'00\"",
  7192.     ["Weight"] = 20.9,
  7193.     ["Type"] = {"Water"},
  7194.     ["Stats"] = {
  7195.         ["HP"] = 50,
  7196.         ["Atk"] = 65,
  7197.         ["Def"] = 64,
  7198.         ["SpA"] = 44,
  7199.         ["SpD"] = 48,
  7200.         ["Speed"] = 43
  7201.         },
  7202.     ["Evolution"] = {18,"Croconaw"},
  7203.     ["Gender"] = 88,
  7204.     ["Moves"] = {
  7205.         ["LevelUp"] = {
  7206.             [34] = {"Slash"},
  7207.             [27] = {"Crunch"},
  7208.             [20] = {"Ice Fang"},
  7209.             [15] = {"Scary Face"},
  7210.             [13] = {"Bite"},
  7211.             [6] = {"Water Gun"},
  7212.             [1] = {"Scratch","Leer"}
  7213.             },
  7214.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Ice Beam","Rock Slide"}
  7215.     },
  7216.     ["Sprites"] = {
  7217.         ["Front"] = "http://www.roblox.com/asset/?id=167436097",
  7218.         ["Back"] = "http://www.roblox.com/asset/?id=167436115",
  7219.         ["Mini"] = "http://www.roblox.com/asset/?id=167436138",
  7220.         ["SB"] = "http://www.roblox.com/asset/?id=170452325",
  7221.         ["SF"] = "http://www.roblox.com/asset/?id=170452155"
  7222.     },
  7223.     ["ExpType"] = "MedSlow",
  7224.     ["EVYield"] = {
  7225.         ["Exp"] = 66,
  7226.         ["Atk"] = 1
  7227.     },
  7228.     ["CatchRate"] = 45,
  7229. },
  7230.  
  7231. ["Croconaw"] = {
  7232.     ["Pokedex"] = 159,
  7233.     ["PokedexDesc"] = "If it loses a fang, a new one grows back in its place. There are always 48 fangs lining its mouth.",
  7234.     ["Species"] = "Big Jaw Pokemon",
  7235.     ["Height"] = "3'07\"",
  7236.     ["Weight"] = 55.1,
  7237.     ["Type"] = {"Water"},
  7238.     ["Stats"] = {
  7239.         ["HP"] = 65,
  7240.         ["Atk"] = 80,
  7241.         ["Def"] = 80,
  7242.         ["SpA"] = 59,
  7243.         ["SpD"] = 63,
  7244.         ["Speed"] = 58
  7245.         },
  7246.     ["Evolution"] = {30,"Feraligatr"},
  7247.     ["Gender"] = 88,
  7248.     ["Moves"] = {
  7249.         ["LevelUp"] = {
  7250.             [39] = {"Slash"},
  7251.             [30] = {"Crunch"},
  7252.             [21] = {"Ice Fang"},
  7253.             [15] = {"Scary Face"},
  7254.             [13] = {"Bite"},
  7255.             [6] = {"Water Gun"},
  7256.             [1] = {"Scratch","Leer"}
  7257.             },
  7258.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Ice Beam","Rock Slide"}
  7259.     },
  7260.     ["Sprites"] = {
  7261.         ["Front"] = "http://www.roblox.com/asset/?id=167436078",
  7262.         ["Back"] = "http://www.roblox.com/asset/?id=167436056",
  7263.         ["Mini"] = "http://www.roblox.com/asset/?id=167436044",
  7264.         ["SB"] = "http://www.roblox.com/asset/?id=170452328",
  7265.         ["SF"] = "http://www.roblox.com/asset/?id=170452160"
  7266.     },
  7267.     ["ExpType"] = "MedSlow",
  7268.     ["EVYield"] = {
  7269.         ["Exp"] = 143,
  7270.         ["Atk"] = 1,
  7271.         ["Def"] = 1
  7272.     },
  7273.     ["CatchRate"] = 45,
  7274. },
  7275.  
  7276. ["Feraligatr"] = {
  7277.     ["Pokedex"] = 160,
  7278.     ["PokedexDesc"] = "When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up. ",
  7279.     ["Species"] = "Big Jaw Pokemon",
  7280.     ["Height"] = "7'07\"",
  7281.     ["Weight"] = 195.8,
  7282.     ["Type"] = {"Water"},
  7283.     ["Stats"] = {
  7284.         ["HP"] = 85,
  7285.         ["Atk"] = 105,
  7286.         ["Def"] = 100,
  7287.         ["SpA"] = 79,
  7288.         ["SpD"] = 83,
  7289.         ["Speed"] = 78
  7290.         },
  7291.     ["Evolution"] = {},
  7292.     ["Gender"] = 88,
  7293.     ["Moves"] = {
  7294.         ["LevelUp"] = {
  7295.             [55] = {"Waterfall"},
  7296.             [45] = {"Screech"},
  7297.             [39] = {"Slash"},
  7298.             [30] = {"Crunch"},
  7299.             [21] = {"Ice Fang"},
  7300.             [15] = {"Scary Face"},
  7301.             [13] = {"Bite"},
  7302.             [6] = {"Water Gun"},
  7303.             [1] = {"Scratch","Leer"}
  7304.             },
  7305.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Focus Blast","Earthquake","Ice Beam","Rock Slide"}
  7306.     },
  7307.     ["Sprites"] = {
  7308.         ["Front"] = "http://www.roblox.com/asset/?id=167436006",
  7309.         ["Back"] = "http://www.roblox.com/asset/?id=167436977",
  7310.         ["Mini"] = "http://www.roblox.com/asset/?id=167436037",
  7311.         ["SB"] = "http://www.roblox.com/asset/?id=170452329",
  7312.         ["SF"] = "http://www.roblox.com/asset/?id=170452162"
  7313.     },
  7314.     ["ExpType"] = "MedSlow",
  7315.     ["EVYield"] = {
  7316.         ["Exp"] = 210,
  7317.         ["Atk"] = 2,
  7318.         ["Def"] = 1
  7319.     },
  7320.     ["CatchRate"] = 45,
  7321. },
  7322.  
  7323. ["Treecko"] = {
  7324.     ["Pokedex"] = 161,
  7325.     ["PokedexDesc"] = "It quickly scales even vertical walls. It senses humidity with its tail to predict the next day's weather.",
  7326.     ["Species"] = "Wood Gecko Pokemon",
  7327.     ["Height"] = "1'08\"",
  7328.     ["Weight"] = 11,
  7329.     ["Type"] = {"Grass"},
  7330.     ["Stats"] = {
  7331.         ["HP"] = 40,
  7332.         ["Atk"] = 45,
  7333.         ["Def"] = 35,
  7334.         ["SpA"] = 65,
  7335.         ["SpD"] = 55,
  7336.         ["Speed"] = 70
  7337.         },
  7338.     ["Evolution"] = {16,"Grovyle"},
  7339.     ["Gender"] = 88,
  7340.     ["Moves"] = {
  7341.         ["LevelUp"] = {
  7342.             [47] = {"Screech"},
  7343.             [37] = {"Energy Ball"},
  7344.             [29] = {"Slam"},
  7345.             [25] = {"Agility"},
  7346.             [21] = {"Giga Drain"},
  7347.             [13] = {"Quick Attack",},
  7348.             [7] =  {"Absorb"},
  7349.             [1] = {"Leer","Pound"}
  7350.             },
  7351.         ["TM"] = {"Rock Tomb","Aerial Ace","Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Energy Ball"}
  7352.     },
  7353.     ["Sprites"] = {
  7354.         ["Front"] = "http://www.roblox.com/asset/?id=189702937",
  7355.         ["Back"] = "http://www.roblox.com/asset/?id=189702966",
  7356.         ["Mini"] = "http://www.roblox.com/asset/?id=189702929",
  7357.         ["SB"] = "http://www.roblox.com/asset/?id=189702970",
  7358.         ["SF"] = "http://www.roblox.com/asset/?id=189702939"
  7359.     },
  7360.     ["ExpType"] = "MedSlow",
  7361.     ["EVYield"] = {
  7362.         ["Exp"] = 65,
  7363.         ["Speed"] = 1
  7364.     },
  7365.     ["CatchRate"] = 45,
  7366. },
  7367. ["Grovyle"] = {
  7368.     ["Pokedex"] = 162,
  7369.     ["PokedexDesc"] = "Leaves grow out of this Pokémon's body. They help obscure a Grovyle from the eyes of its enemies while it is in a thickly overgrown forest.",
  7370.     ["Species"] = "Wood Gecko Pokemon",
  7371.     ["Height"] = "2'11\"",
  7372.     ["Weight"] = 47.6,
  7373.     ["Type"] = {"Grass"},
  7374.     ["Stats"] = {
  7375.         ["HP"] = 50,
  7376.         ["Atk"] = 65,
  7377.         ["Def"] = 45,
  7378.         ["SpA"] = 85,
  7379.         ["SpD"] = 65,
  7380.         ["Speed"] = 95
  7381.         },
  7382.     ["Evolution"] = {36,"Sceptile"},
  7383.     ["Gender"] = 88,
  7384.     ["Moves"] = {
  7385.         ["LevelUp"] = {
  7386.             [65] = {"False Swipe"},
  7387.             [47] = {"Screech"},
  7388.             [44] = {"Leaf Storm"},
  7389.             [37] = {"X-Scissor"},
  7390.             [31] = {"Slam"},
  7391.             [25] = {"Agility"},
  7392.             [21] = {"Leaf Blade"},
  7393.             [9] = {"Quick Attack",},
  7394.             [7] =  {"Absorb"},
  7395.             [1] = {"Leer","Pound"}
  7396.             },
  7397.         ["TM"] = {"Aerial Ace","X-Scissor","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Energy Ball"}
  7398.     },
  7399.     ["Sprites"] = {
  7400.         ["Front"] = "http://www.roblox.com/asset/?id=189702944",
  7401.         ["Back"] = "http://www.roblox.com/asset/?id=189702980",
  7402.         ["Mini"] = "http://www.roblox.com/asset/?id=189702933",
  7403.         ["SB"] = "http://www.roblox.com/asset/?id=189702985",
  7404.         ["SF"] = "http://www.roblox.com/asset/?id=189702950"
  7405.     },
  7406.     ["ExpType"] = "MedSlow",
  7407.     ["EVYield"] = {
  7408.         ["Exp"] = 65,
  7409.         ["Speed"] = 2
  7410.     },
  7411.     ["CatchRate"] = 45,
  7412. },
  7413. ["Sceptile"] = {
  7414.     ["Pokedex"] = 163,
  7415.     ["PokedexDesc"] = "The leaves that grow on its arms can slice down thick trees. It is without peer in jungle combat.",
  7416.     ["Species"] = "Wood Gecko Pokemon",
  7417.     ["Height"] = "5'07\"",
  7418.     ["Weight"] = 115.1,
  7419.     ["Type"] = {"Grass"},
  7420.     ["Stats"] = {
  7421.         ["HP"] = 70,
  7422.         ["Atk"] = 85,
  7423.         ["Def"] = 65,
  7424.         ["SpA"] = 105,
  7425.         ["SpD"] = 85,
  7426.         ["Speed"] = 120
  7427.         },
  7428.     ["Evolution"] = {},
  7429.     ["Gender"] = 88,
  7430.     ["Moves"] = {
  7431.         ["LevelUp"] = {
  7432.             [65] = {"False Swipe"},
  7433.             [60] = {"Dragon Claw"},
  7434.             [55] = {"Leaf Storm"},
  7435.             [53] = {"Thunder Punch"},
  7436.             [47] = {"Screech"},
  7437.             [45] = {"X-Scissor"},
  7438.             [39] = {"Dual Chop"},
  7439.             [36] = {"Swords Dance"},
  7440.             [31] = {"Slam"},
  7441.             [25] = {"Agility"},
  7442.             [21] = {"Leaf Blade"},
  7443.             [9] = {"Quick Attack",},
  7444.             [7] =  {"Absorb"},
  7445.             [1] = {"Leer","Pound"}
  7446.             },
  7447.         ["TM"] = {"Aerial Ace","X-Scissor","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Energy Ball"}
  7448.     },
  7449.     ["Sprites"] = {
  7450.         ["Front"] = "http://www.roblox.com/asset/?id=189702953",
  7451.         ["Back"] = "http://www.roblox.com/asset/?id=189702990",
  7452.         ["Mini"] = "http://www.roblox.com/asset/?id=189702935",
  7453.         ["SB"] = "http://www.roblox.com/asset/?id=189702992",
  7454.         ["SF"] = "http://www.roblox.com/asset/?id=189702958"
  7455.     },
  7456.     ["ExpType"] = "MedSlow",
  7457.     ["EVYield"] = {
  7458.         ["Exp"] = 208,
  7459.         ["Speed"] = 3
  7460.     },
  7461.     ["CatchRate"] = 45,
  7462. },
  7463. ["Torchic"] = {
  7464.     ["Pokedex"] = 164,
  7465.     ["PokedexDesc"] = "It has a flame sac inside its belly that perpetually burns. It feels warm if it is hugged.",
  7466.     ["Species"] = "Chick Pokemon",
  7467.     ["Height"] = "1'04\"",
  7468.     ["Weight"] = 5.5,
  7469.     ["Type"] = {"Fire"},
  7470.     ["Stats"] = {
  7471.         ["HP"] = 45,
  7472.         ["Atk"] = 60,
  7473.         ["Def"] = 40,
  7474.         ["SpA"] = 70,
  7475.         ["SpD"] = 50,
  7476.         ["Speed"] = 45
  7477.         },
  7478.     ["Evolution"] = {16,"Combusken"},
  7479.     ["Gender"] = 88,
  7480.     ["Moves"] = {
  7481.         ["LevelUp"] = {
  7482.             [45] = {"Fire Blast"},
  7483.             [36] = {"Flamethrower"},
  7484.             [30] = {"Slash"},
  7485.             [25] = {"Take Down"},
  7486.             [23] = {"Quick Attack"},
  7487.             [15] = {"Peck"},
  7488.             [12] = {"Focus Slam",},
  7489.             [7] =  {"Ember"},
  7490.             [1] = {"Scratch","Growl"}
  7491.             },
  7492.         ["TM"] = {"Rock Slide","Aerial Ace","Flamethrower","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  7493.     },
  7494.     ["Sprites"] = {
  7495.         ["Front"] = "http://www.roblox.com/asset/?id=189703006",
  7496.         ["Back"] = "http://www.roblox.com/asset/?id=189703021",
  7497.         ["Mini"] = "http://www.roblox.com/asset/?id=189702999",
  7498.         ["SB"] = "http://www.roblox.com/asset/?id=189703024",
  7499.         ["SF"] = "http://www.roblox.com/asset/?id=189703009"
  7500.     },
  7501.     ["ExpType"] = "MedSlow",
  7502.     ["EVYield"] = {
  7503.         ["Exp"] = 65,
  7504.         ["SpA"] = 1
  7505.     },
  7506.     ["CatchRate"] = 45,
  7507. },
  7508. ["Combusken"] = {
  7509.     ["Pokedex"] = 165,
  7510.     ["PokedexDesc"] = "During a battle, the hot flame in its body increases. Its kicks have outstanding destructive power.",
  7511.     ["Species"] = "Chick Pokemon",
  7512.     ["Height"] = "2'11\"",
  7513.     ["Weight"] = 43,
  7514.     ["Type"] = {"Fire","Fighting"},
  7515.     ["Stats"] = {
  7516.         ["HP"] = 60,
  7517.         ["Atk"] = 85,
  7518.         ["Def"] = 60,
  7519.         ["SpA"] = 85,
  7520.         ["SpD"] = 60,
  7521.         ["Speed"] = 55
  7522.         },
  7523.     ["Evolution"] = {36,"Blaziken"},
  7524.     ["Gender"] = 88,
  7525.     ["Moves"] = {
  7526.         ["LevelUp"] = {
  7527.             [45] = {"Flare Blitz"},
  7528.             [36] = {"Flamethrower"},
  7529.             [30] = {"Slash"},
  7530.             [27] = {"Take Down"},
  7531.             [23] = {"Quick Attack"},
  7532.             [20] = {"Flame Charge"},
  7533.             [16] = {"Double Kick"},
  7534.             [15] = {"Peck"},
  7535.             [12] = {"Focus Slam",},
  7536.             [7] =  {"Ember"},
  7537.             [1] = {"Scratch","Growl"}
  7538.             },
  7539.         ["TM"] = {"Brick Break","Focus Blast","Rock Slide","Aerial Ace","Flamethrower","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  7540.     },
  7541.     ["Sprites"] = {
  7542.         ["Front"] = "http://www.roblox.com/asset/?id=189703011",
  7543.         ["Back"] = "http://www.roblox.com/asset/?id=189703031",
  7544.         ["Mini"] = "http://www.roblox.com/asset/?id=189703001",
  7545.         ["SB"] = "http://www.roblox.com/asset/?id=189703034",
  7546.         ["SF"] = "http://www.roblox.com/asset/?id=189703014"
  7547.     },
  7548.     ["ExpType"] = "MedSlow",
  7549.     ["EVYield"] = {
  7550.         ["Exp"] = 142,
  7551.         ["Atk"] = 1,
  7552.         ["SpA"] = 1
  7553.     },
  7554.     ["CatchRate"] = 45,
  7555. },
  7556.  
  7557. ["Blaziken"] = {
  7558.     ["Pokedex"] = 166,
  7559.     ["PokedexDesc"] = "Flames spout from its wrists, enveloping its knuckles. Its punches scorch its foes.",
  7560.     ["Species"] = "Blaze Pokemon",
  7561.     ["Height"] = "6'03\"",
  7562.     ["Weight"] = 114.6,
  7563.     ["Type"] = {"Fire","Fighting"},
  7564.     ["Stats"] = {
  7565.         ["HP"] = 80,
  7566.         ["Atk"] = 120,
  7567.         ["Def"] = 70,
  7568.         ["SpA"] = 110,
  7569.         ["SpD"] = 70,
  7570.         ["Speed"] = 80
  7571.         },
  7572.     ["Evolution"] = {},
  7573.     ["Gender"] = 88,
  7574.     ["Moves"] = {
  7575.         ["LevelUp"] = {
  7576.             [64] = {"Flare Blitz"},
  7577.             [57] = {"Sky Uppercut"},
  7578.             [50] = {"Brave Bird"},
  7579.             [36] = {"Blaze Kick"},
  7580.             [30] = {"Slash"},
  7581.             [27] = {"Take Down"},
  7582.             [23] = {"Quick Attack"},
  7583.             [20] = {"Flame Charge"},
  7584.             [16] = {"Double Kick"},
  7585.             [15] = {"Peck"},
  7586.             [12] = {"Focus Slam",},
  7587.             [7] =  {"Ember"},
  7588.             [1] = {"Scratch","Growl"}
  7589.             },
  7590.         ["TM"] = {"Earthquake","Brick Break","Focus Blast","Rock Slide","Aerial Ace","Flamethrower","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  7591.     },
  7592.     ["Sprites"] = {
  7593.         ["Front"] = "http://www.roblox.com/asset/?id=189703016",
  7594.         ["Back"] = "http://www.roblox.com/asset/?id=189703037",
  7595.         ["Mini"] = "http://www.roblox.com/asset/?id=189703003",
  7596.         ["SB"] = "http://www.roblox.com/asset/?id=189703040",
  7597.         ["SF"] = "http://www.roblox.com/asset/?id=189703019"
  7598.     },
  7599.     ["ExpType"] = "MedSlow",
  7600.     ["EVYield"] = {
  7601.         ["Exp"] = 209,
  7602.         ["Atk"] = 3,
  7603.     },
  7604.     ["CatchRate"] = 45,
  7605. },
  7606.  
  7607.  
  7608. ["Mudkip"] = {
  7609.     ["Pokedex"] = 167,
  7610.     ["PokedexDesc"] = "Its large tail fin propels it through water with powerful acceleration. It is strong in spite of its size.",
  7611.     ["Species"] = "Mud Fish Pokemon",
  7612.     ["Height"] = "1'04\"",
  7613.     ["Weight"] = 16.8,
  7614.     ["Type"] = {"Water"},
  7615.     ["Stats"] = {
  7616.         ["HP"] = 50,
  7617.         ["Atk"] = 70,
  7618.         ["Def"] = 50,
  7619.         ["SpA"] = 50,
  7620.         ["SpD"] = 50,
  7621.         ["Speed"] = 40
  7622.         },
  7623.     ["Evolution"] = {16,"Marshtomp"},
  7624.     ["Gender"] = 88,
  7625.     ["Moves"] = {
  7626.         ["LevelUp"] = {
  7627.             [41] = {"Hydro Pump"},
  7628.             [25] = {"Take Down"},
  7629.             [18] = {"Rock Throw"},
  7630.             [13] = {"Mud-Slap"},
  7631.             [9] = {"Quick Attack",},
  7632.             [7] =  {"Water Gun"},
  7633.             [1] = {"Tackle","Growl"}
  7634.             },
  7635.         ["TM"] = {"Ice Beam","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Surf",}
  7636.     },
  7637.     ["Sprites"] = {
  7638.         ["Front"] = "http://www.roblox.com/asset/?id=189703068",
  7639.         ["Back"] = "http://www.roblox.com/asset/?id=189703100",
  7640.         ["Mini"] = "http://www.roblox.com/asset/?id=189703055",
  7641.         ["SB"] = "http://www.roblox.com/asset/?id=189703103",
  7642.         ["SF"] = "http://www.roblox.com/asset/?id=189703072"
  7643.     },
  7644.     ["ExpType"] = "MedSlow",
  7645.     ["EVYield"] = {
  7646.         ["Exp"] = 65,
  7647.         ["Atk"] = 1
  7648.     },
  7649.     ["CatchRate"] = 45,
  7650. },
  7651.  
  7652. ["Marshtomp"] = {
  7653.     ["Pokedex"] = 168,
  7654.     ["PokedexDesc"] = "Living on muddy ground that provides poor footing has made its legs sturdy. ",
  7655.     ["Species"] = "Mud Fish Pokemon",
  7656.     ["Height"] = "2'04\"",
  7657.     ["Weight"] = 61.7,
  7658.     ["Type"] = {"Water","Ground"},
  7659.     ["Stats"] = {
  7660.         ["HP"] = 70,
  7661.         ["Atk"] = 85,
  7662.         ["Def"] = 70,
  7663.         ["SpA"] = 60,
  7664.         ["SpD"] = 70,
  7665.         ["Speed"] = 50
  7666.         },
  7667.     ["Evolution"] = {36,"Swampert"},
  7668.     ["Gender"] = 88,
  7669.     ["Moves"] = {
  7670.         ["LevelUp"] = {
  7671.             [55] = {"Hydro Pump"},
  7672.             [45] = {"Earthquake"},
  7673.             [35] = {"Take Down"},
  7674.             [31] = {"Muddy Water"},
  7675.             [28] = {"Rock Tomb"},
  7676.             [22] = {"Mud Bomb"},
  7677.             [16] = {"Mud Shot"},
  7678.             [13] = {"Mud-Slap"},
  7679.             [9] = {"Quick Attack",},
  7680.             [7] =  {"Water Gun"},
  7681.             [1] = {"Tackle","Growl"}
  7682.             },
  7683.         ["TM"] = {"Earthquake","Brick Break","Ice Beam","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Surf",}
  7684.     },
  7685.     ["Sprites"] = {
  7686.         ["Front"] = "http://www.roblox.com/asset/?id=189703074",
  7687.         ["Back"] = "http://www.roblox.com/asset/?id=189703111",
  7688.         ["Mini"] = "http://www.roblox.com/asset/?id=189703061",
  7689.         ["SB"] = "http://www.roblox.com/asset/?id=189703113",
  7690.         ["SF"] = "http://www.roblox.com/asset/?id=189703078"
  7691.     },
  7692.     ["ExpType"] = "MedSlow",
  7693.     ["EVYield"] = {
  7694.         ["Exp"] = 143,
  7695.         ["Atk"] = 2
  7696.     },
  7697.     ["CatchRate"] = 45,
  7698. },
  7699.  
  7700. ["Swampert"] = {
  7701.     ["Pokedex"] = 169,
  7702.     ["PokedexDesc"] = "It can swim while towing a large ship. It bashes down foes with a swing of its thick arms. ",
  7703.     ["Species"] = "Mud Fish Pokemon",
  7704.     ["Height"] = "4'11\"",
  7705.     ["Weight"] = 180.6,
  7706.     ["Type"] = {"Water","Ground"},
  7707.     ["Stats"] = {
  7708.         ["HP"] = 100,
  7709.         ["Atk"] = 110,
  7710.         ["Def"] = 90,
  7711.         ["SpA"] = 85,
  7712.         ["SpD"] = 90,
  7713.         ["Speed"] = 60
  7714.         },
  7715.     ["Evolution"] = {},
  7716.     ["Gender"] = 88,
  7717.     ["Moves"] = {
  7718.         ["LevelUp"] = {
  7719.             [75] = {"Ice Punch"},
  7720.             [65] = {"Waterfall"},
  7721.             [59] = {"Hydro Pump"},
  7722.             [56] = {"Hammer Arm"},
  7723.             [49] = {"Earthquake"},
  7724.             [42] = {"Rock Slide"},
  7725.             [35] = {"Take Down"},
  7726.             [31] = {"Muddy Water"},
  7727.             [28] = {"Rock Tomb"},
  7728.             [22] = {"Mud Bomb"},
  7729.             [16] = {"Mud Shot"},
  7730.             [13] = {"Mud-Slap"},
  7731.             [9] = {"Quick Attack",},
  7732.             [7] =  {"Water Gun"},
  7733.             [1] = {"Tackle","Growl"}
  7734.             },
  7735.         ["TM"] = {"Focus Blast","Earthquake","Brick Break","Ice Beam","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Surf",}
  7736.     },
  7737.     ["Sprites"] = {
  7738.         ["Front"] = "http://www.roblox.com/asset/?id=189703083",
  7739.         ["Back"] = "http://www.roblox.com/asset/?id=189703118",
  7740.         ["Mini"] = "http://www.roblox.com/asset/?id=189703064",
  7741.         ["SB"] = "http://www.roblox.com/asset/?id=189703124",
  7742.         ["SF"] = "http://www.roblox.com/asset/?id=189703094"
  7743.     },
  7744.     ["ExpType"] = "MedSlow",
  7745.     ["EVYield"] = {
  7746.         ["Exp"] = 210,
  7747.         ["Atk"] = 3
  7748.     },
  7749.     ["CatchRate"] = 45,
  7750. },
  7751.  
  7752. ["Bagon"] = {
  7753.     ["Pokedex"] = 170,
  7754.     ["PokedexDesc"] = "Dreaming of one day flying, it practices by leaping off cliffs every day.",
  7755.     ["Species"] = "Rock Head Pokemon",
  7756.     ["Height"] = "2'00\"",
  7757.     ["Weight"] = 92.8,
  7758.     ["Type"] = {"Dragon"},
  7759.     ["Stats"] = {
  7760.         ["HP"] = 45,
  7761.         ["Atk"] = 75,
  7762.         ["Def"] = 60,
  7763.         ["SpA"] = 40,
  7764.         ["SpD"] = 30,
  7765.         ["Speed"] = 50
  7766.         },
  7767.     ["Evolution"] = {30,"Shelgon"},
  7768.     ["Gender"] = 50,
  7769.     ["Moves"] = {
  7770.         ["LevelUp"] = {
  7771.             [55] = {"Double-Edge"},
  7772.             [50] = {"Scary Face"},
  7773.             [45] = {"Flamethrower"},
  7774.             [39] = {"Zen Headbutt"},
  7775.             [34] = {"Dragon Claw"},
  7776.             [30] = {"Crunch"},
  7777.             [28] = {"Dragon Dance"},
  7778.             [25] = {"Focus Slam"},
  7779.             [19] = {"Headbutt"},
  7780.             [13] = {"Dragon Breath"},
  7781.             [7] = {"Leer",},
  7782.             [4] =  {"Ember"},
  7783.             [1] = {"Tackle"}
  7784.             },
  7785.         ["TM"] = {"Aerial Ace","Flamethrower","Brick Break","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  7786.     },
  7787.     ["Sprites"] = {
  7788.         ["Front"] = "http://www.roblox.com/asset/?id=189809769",
  7789.         ["Back"] = "http://www.roblox.com/asset/?id=189809822",
  7790.         ["Mini"] = "http://www.roblox.com/asset/?id=189809733",
  7791.         ["SB"] = "http://www.roblox.com/asset/?id=189809830",
  7792.         ["SF"] = "http://www.roblox.com/asset/?id=189809771"
  7793.     },
  7794.     ["ExpType"] = "Slow",
  7795.     ["EVYield"] = {
  7796.         ["Exp"] = 89,
  7797.         ["Atk"] = 1
  7798.     },
  7799.     ["CatchRate"] = 45,
  7800. },
  7801. ["Shelgon"] = {
  7802.     ["Pokedex"] = 171,
  7803.     ["PokedexDesc"] = "Within its rugged shell, its cells have begun changing. The shell peels off the instant it evolves.",
  7804.     ["Species"] = "Endurance Pokemon",
  7805.     ["Height"] = "3'07\"",
  7806.     ["Weight"] = 243.6,
  7807.     ["Type"] = {"Dragon"},
  7808.     ["Stats"] = {
  7809.         ["HP"] = 65,
  7810.         ["Atk"] = 95,
  7811.         ["Def"] = 100,
  7812.         ["SpA"] = 60,
  7813.         ["SpD"] = 50,
  7814.         ["Speed"] = 50
  7815.         },
  7816.     ["Evolution"] = {50,"Salamence"},
  7817.     ["Gender"] = 50,
  7818.     ["Moves"] = {
  7819.         ["LevelUp"] = {
  7820.             [55] = {"Double-Edge"},
  7821.             [50] = {"Scary Face"},
  7822.             [45] = {"Flamethrower"},
  7823.             [39] = {"Zen Headbutt"},
  7824.             [34] = {"Dragon Claw"},
  7825.             [30] = {"Crunch"},
  7826.             [28] = {"Dragon Dance"},
  7827.             [25] = {"Focus Slam"},
  7828.             [19] = {"Headbutt"},
  7829.             [13] = {"Dragon Breath"},
  7830.             [7] = {"Leer",},
  7831.             [4] =  {"Ember"},
  7832.             [1] = {"Tackle"}
  7833.             },
  7834.         ["TM"] = {"Aerial Ace","Flamethrower","Brick Break","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  7835.     },
  7836.     ["Sprites"] = {
  7837.         ["Front"] = "http://www.roblox.com/asset/?id=189809774",
  7838.         ["Back"] = "http://www.roblox.com/asset/?id=189809833",
  7839.         ["Mini"] = "http://www.roblox.com/asset/?id=189809735",
  7840.         ["SB"] = "http://www.roblox.com/asset/?id=189809837",
  7841.         ["SF"] = "http://www.roblox.com/asset/?id=189809779"
  7842.     },
  7843.     ["ExpType"] = "Slow",
  7844.     ["EVYield"] = {
  7845.         ["Exp"] = 144,
  7846.         ["Def"] = 2
  7847.     },
  7848.     ["CatchRate"] = 45,
  7849. },
  7850. ["Salamence"] = {
  7851.     ["Pokedex"] = 172,
  7852.     ["PokedexDesc"] = "As a result of its long-held dream of flying, its cellular structure changed, and wings grew out. ",
  7853.     ["Species"] = "Dragon Pokemon",
  7854.     ["Height"] = "4'11\"",
  7855.     ["Weight"] = 226.8,
  7856.     ["Ability"] = "Intimidate",
  7857.     ["Type"] = {"Dragon","Flying"},
  7858.     ["Stats"] = {
  7859.         ["HP"] = 95,
  7860.         ["Atk"] = 135,
  7861.         ["Def"] = 80,
  7862.         ["SpA"] = 110,
  7863.         ["SpD"] = 80,
  7864.         ["Speed"] = 100
  7865.         },
  7866.     ["Evolution"] = {},
  7867.     ["Gender"] = 50,
  7868.     ["Moves"] = {
  7869.         ["LevelUp"] = {
  7870.             [100] = {"Hydro Pump"},
  7871.             [75] = {"Dragon Rush"},
  7872.             [70] = {"Crunch"},
  7873.             [65] = {"Fire Fang"},
  7874.             [60] = {"Thunder Fang"},
  7875.             [55] = {"Double-Edge"},
  7876.             [50] = {"Aerial Ace"},
  7877.             [45] = {"Flamethrower"},
  7878.             [39] = {"Zen Headbutt"},
  7879.             [34] = {"Dragon Claw"},
  7880.             [30] = {"Crunch"},
  7881.             [28] = {"Dragon Dance"},
  7882.             [25] = {"Focus Slam"},
  7883.             [19] = {"Headbutt"},
  7884.             [13] = {"Dragon Breath"},
  7885.             [7] = {"Leer",},
  7886.             [4] =  {"Ember"},
  7887.             [1] = {"Tackle"}
  7888.             },
  7889.         ["TM"] = {"Earthquake","Aerial Ace","Flamethrower","Brick Break","Rock Slide","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  7890.     },
  7891.     ["Sprites"] = {
  7892.         ["Front"] = "http://www.roblox.com/asset/?id=189809783",
  7893.         ["Back"] = "http://www.roblox.com/asset/?id=189809840",
  7894.         ["Mini"] = "http://www.roblox.com/asset/?id=189809738",
  7895.         ["SB"] = "http://www.roblox.com/asset/?id=189809844",
  7896.         ["SF"] = "http://www.roblox.com/asset/?id=189809785"
  7897.     },
  7898.     ["ExpType"] = "Slow",
  7899.     ["EVYield"] = {
  7900.         ["Exp"] = 218,
  7901.         ["Atk"] = 3
  7902.     },
  7903.     ["CatchRate"] = 45,
  7904. },
  7905. ["Beldum"] = {
  7906.     ["Pokedex"] = 173,
  7907.     ["PokedexDesc"] = "It uses magnetic waves to converse with its kind. All the cells in its body are magnetic.",
  7908.     ["Species"] = "Iron Ball Pokemon",
  7909.     ["Height"] = "2'00\"",
  7910.     ["Weight"] = 209.6,
  7911.     ["Type"] = {"Steel","Psychic"},
  7912.     ["Stats"] = {
  7913.         ["HP"] = 40,
  7914.         ["Atk"] = 55,
  7915.         ["Def"] = 80,
  7916.         ["SpA"] = 35,
  7917.         ["SpD"] = 60,
  7918.         ["Speed"] = 30
  7919.         },
  7920.     ["Evolution"] = {20,"Metang"},
  7921.     ["Gender"] = "Unknown",
  7922.     ["Moves"] = {
  7923.         ["LevelUp"] = {
  7924.             [1] = {"Take Down"},
  7925.             },
  7926.         ["TM"] = {}
  7927.     },
  7928.     ["Sprites"] = {
  7929.         ["Front"] = "http://www.roblox.com/asset/?id=189809796",
  7930.         ["Back"] = "http://www.roblox.com/asset/?id=189809865",
  7931.         ["Mini"] = "http://www.roblox.com/asset/?id=189809745",
  7932.         ["SB"] = "http://www.roblox.com/asset/?id=189809874",
  7933.         ["SF"] = "http://www.roblox.com/asset/?id=189809800"
  7934.     },
  7935.     ["ExpType"] = "Slow",
  7936.     ["EVYield"] = {
  7937.         ["Exp"] = 218,
  7938.         ["Def"] = 1
  7939.     },
  7940.     ["CatchRate"] = 3,
  7941. },
  7942.  
  7943. ["Metang"] = {
  7944.     ["Pokedex"] = 174,
  7945.     ["PokedexDesc"] = "It is formed by two Beldum joining together. Its steel body won't be scratched if it collides with a jet. ",
  7946.     ["Species"] = "Iron Claw Pokemon",
  7947.     ["Height"] = "3'11\"",
  7948.     ["Weight"] = 446.6,
  7949.     ["Type"] = {"Steel","Psychic"},
  7950.     ["Stats"] = {
  7951.         ["HP"] = 60,
  7952.         ["Atk"] = 75,
  7953.         ["Def"] = 100,
  7954.         ["SpA"] = 55,
  7955.         ["SpD"] = 80,
  7956.         ["Speed"] = 50
  7957.         },
  7958.     ["Evolution"] = {45,"Metagross"},
  7959.     ["Gender"] = "Unknown",
  7960.     ["Moves"] = {
  7961.         ["LevelUp"] = {
  7962.             [50] = {"Agility"},
  7963.             [47] = {"Iron Defense"},
  7964.             [44] = {"Meteor Mash"},
  7965.             [40] = {"Zen Headbutt"},
  7966.             [37] = {"Psychic"},
  7967.             [33] = {"Scary Face"},
  7968.             [27] = {"Bullet Punch"},
  7969.             [23] = {"Metal Claw"},
  7970.             [20] = {"Confusion"},
  7971.             [1] = {"Take Down"},
  7972.             },
  7973.         ["TM"] = {"Aerial Ace","Shadow Ball","Rock Tomb","Rock Slide","Double Team","Body Slam","Earthquake","Psychic","Brick Break","Toxic","Rest","Double-Edge"}
  7974.     },
  7975.     ["Sprites"] = {
  7976.         ["Front"] = "http://www.roblox.com/asset/?id=189809804",
  7977.         ["Back"] = "http://www.roblox.com/asset/?id=189809880",
  7978.         ["Mini"] = "http://www.roblox.com/asset/?id=189809752",
  7979.         ["SB"] = "http://www.roblox.com/asset/?id=189809883",
  7980.         ["SF"] = "http://www.roblox.com/asset/?id=189809808"
  7981.     },
  7982.     ["ExpType"] = "Slow",
  7983.     ["EVYield"] = {
  7984.         ["Exp"] = 218,
  7985.         ["Def"] = 2
  7986.     },
  7987.     ["CatchRate"] = 3,
  7988. },
  7989. ["Metagross"] = {
  7990.     ["Pokedex"] = 175,
  7991.     ["PokedexDesc"] = "It is formed by two Metang fusing. Its four brains are said to be superior to a supercomputer. ",
  7992.     ["Species"] = "Iron Leg Pokemon",
  7993.     ["Height"] = "5'03\"",
  7994.     ["Weight"] = 1212.5,
  7995.     ["Type"] = {"Steel","Psychic"},
  7996.     ["Stats"] = {
  7997.         ["HP"] = 80,
  7998.         ["Atk"] = 135,
  7999.         ["Def"] = 130,
  8000.         ["SpA"] = 95,
  8001.         ["SpD"] = 90,
  8002.         ["Speed"] = 70
  8003.         },
  8004.     ["Evolution"] = {},
  8005.     ["Gender"] = "Unknown",
  8006.     ["Moves"] = {
  8007.         ["LevelUp"] = {
  8008.             [75] = {"Iron Head"},
  8009.             [67] = {"Thunder Punch"},
  8010.             [62] = {"Ice Punch"},
  8011.             [56] = {"Hammer Arm"},
  8012.             [50] = {"Agility"},
  8013.             [47] = {"Iron Defense"},
  8014.             [44] = {"Meteor Mash"},
  8015.             [40] = {"Zen Headbutt"},
  8016.             [37] = {"Psychic"},
  8017.             [33] = {"Scary Face"},
  8018.             [27] = {"Bullet Punch"},
  8019.             [23] = {"Metal Claw"},
  8020.             [20] = {"Confusion"},
  8021.             [1] = {"Take Down"},
  8022.             },
  8023.         ["TM"] = {"Aerial Ace","Shadow Ball","Rock Tomb","Rock Slide","Double Team","Body Slam","Earthquake","Psychic","Brick Break","Toxic","Rest","Double-Edge"}
  8024.     },
  8025.     ["Sprites"] = {
  8026.         ["Front"] = "http://www.roblox.com/asset/?id=189809813",
  8027.         ["Back"] = "http://www.roblox.com/asset/?id=189809898",
  8028.         ["Mini"] = "http://www.roblox.com/asset/?id=189809759",
  8029.         ["SB"] = "http://www.roblox.com/asset/?id=189809904",
  8030.         ["SF"] = "http://www.roblox.com/asset/?id=189809817"
  8031.     },
  8032.     ["ExpType"] = "Slow",
  8033.     ["EVYield"] = {
  8034.         ["Exp"] = 218,
  8035.         ["Def"] = 3
  8036.     },
  8037.     ["CatchRate"] = 3,
  8038. },
  8039. ["Raikou"] = {
  8040.     ["Pokedex"] = 176,
  8041.     ["PokedexDesc"] = "It is said to have fallen with lightning. It can fire thunderbolts from the rain clouds on its back.",
  8042.     ["Species"] = "Thunder Pokemon",
  8043.     ["Height"] = "6'03\"",
  8044.     ["Weight"] = 392.4,
  8045.     ["Ability"] = "Pressure",
  8046.     ["Type"] = {"Electric",},
  8047.     ["Stats"] = {
  8048.         ["HP"] = 90,
  8049.         ["Atk"] = 85,
  8050.         ["Def"] = 75,
  8051.         ["SpA"] = 115,
  8052.         ["SpD"] = 100,
  8053.         ["Speed"] = 115
  8054.         },
  8055.     ["Evolution"] = {},
  8056.     ["Gender"] = "Unknown",
  8057.     ["Moves"] = {
  8058.         ["LevelUp"] = {
  8059.             [66] = {"Thunder"},
  8060.             [60] = {"Thunderbolt"},
  8061.             [54] = {"Crunch"},
  8062.             [50] = {"Discharge"},
  8063.             [42] = {"Calm Mind"},
  8064.             [35] = {"Extrasensory"},
  8065.             [27] = {"Thunder Fang"},
  8066.             [23] = {"Spark"},
  8067.             [16] = {"Quick Attack"},
  8068.             [9] = {"Bite"},
  8069.             [5] = {"Leer"},
  8070.             [1] = {"ThunderShock"}
  8071.             },
  8072.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Shadow Ball","Thunderbolt"}
  8073.     },
  8074.     ["Sprites"] = {
  8075.         ["Front"] = "http://www.roblox.com/asset/?id=190456570",
  8076.         ["Back"] = "http://www.roblox.com/asset/?id=190456695",
  8077.         ["Mini"] = "http://www.roblox.com/asset/?id=190456532",
  8078.         ["SB"] = "http://www.roblox.com/asset/?id=190456742",
  8079.         ["SF"] = "http://www.roblox.com/asset/?id=190456602"
  8080.     },
  8081.     ["ExpType"] = "Slow",
  8082.     ["EVYield"] = {
  8083.         ["Exp"] = 216,
  8084.         ["SpA"] = 1,
  8085.         ["Speed"] = 2
  8086.     },
  8087.     ["CatchRate"] = 3,
  8088. },
  8089. ["Entei"] = {
  8090.     ["Pokedex"] = 177,
  8091.     ["PokedexDesc"] = "It is said that when it roars, a volcano erupts somewhere around the globe.",
  8092.     ["Species"] = "Volcano Pokemon",
  8093.     ["Height"] = "6'11\"",
  8094.     ["Weight"] = 436.5,
  8095.     ["Ability"] = "Pressure",
  8096.     ["Type"] = {"Fire",},
  8097.     ["Stats"] = {
  8098.         ["HP"] = 115,
  8099.         ["Atk"] = 115,
  8100.         ["Def"] = 85,
  8101.         ["SpA"] = 90,
  8102.         ["SpD"] = 75,
  8103.         ["Speed"] = 100
  8104.         },
  8105.     ["Evolution"] = {},
  8106.     ["Gender"] = "Unknown",
  8107.     ["Moves"] = {
  8108.         ["LevelUp"] = {
  8109.             [80] = {"Sacred Fire"},
  8110.             [66] = {"Fire Blast"},
  8111.             [60] = {"Flamethrower"},
  8112.             [54] = {"Crunch"},
  8113.             [50] = {"Swagger"},
  8114.             [42] = {"Calm Mind"},
  8115.             [35] = {"Extrasensory"},
  8116.             [27] = {"Fire Fang"},
  8117.             [23] = {"Lava Plume"},
  8118.             [16] = {"Stomp"},
  8119.             [9] = {"Bite"},
  8120.             [5] = {"Leer"},
  8121.             [1] = {"Ember"}
  8122.             },
  8123.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Shadow Ball","Flamethrower","Dark Pulse"}
  8124.     },
  8125.     ["Sprites"] = {
  8126.         ["Front"] = "http://www.roblox.com/asset/?id=190456614",
  8127.         ["Back"] = "http://www.roblox.com/asset/?id=190456760",
  8128.         ["Mini"] = "http://www.roblox.com/asset/?id=190456550",
  8129.         ["SB"] = "http://www.roblox.com/asset/?id=190456800",
  8130.         ["SF"] = "http://www.roblox.com/asset/?id=190456628"
  8131.     },
  8132.     ["ExpType"] = "Slow",
  8133.     ["EVYield"] = {
  8134.         ["Exp"] = 216,
  8135.         ["HP"] = 1,
  8136.         ["Atk"] = 2
  8137.     },
  8138.     ["CatchRate"] = 3,
  8139. },
  8140. ["Suicune"] = {
  8141.     ["Pokedex"] = 178,
  8142.     ["PokedexDesc"] = "It travels across the world to purify polluted water. It moves together with the north wind.",
  8143.     ["Species"] = "Aurora Pokemon",
  8144.     ["Height"] = "6'07\"",
  8145.     ["Weight"] = 412.3,
  8146.     ["Ability"] = "Pressure",
  8147.     ["Type"] = {"Water",},
  8148.     ["Stats"] = {
  8149.         ["HP"] = 100,
  8150.         ["Atk"] = 75,
  8151.         ["Def"] = 115,
  8152.         ["SpA"] = 90,
  8153.         ["SpD"] = 115,
  8154.         ["Speed"] = 85
  8155.         },
  8156.     ["Evolution"] = {},
  8157.     ["Gender"] = "Unknown",
  8158.     ["Moves"] = {
  8159.         ["LevelUp"] = {
  8160.             [80] = {"Scald"},
  8161.             [66] = {"Blizzard"},
  8162.             [60] = {"Hydro Pump"},
  8163.             [54] = {"Crunch"},
  8164.             [50] = {"Haze"},
  8165.             [42] = {"Calm Mind"},
  8166.             [35] = {"Extrasensory"},
  8167.             [27] = {"Ice Fang"},
  8168.             [23] = {"Aurora Beam"},
  8169.             [16] = {"Gust"},
  8170.             [9] = {"Bite"},
  8171.             [5] = {"Leer"},
  8172.             [1] = {"Bubblebeam"}
  8173.             },
  8174.         ["TM"] = {"Icy Wind","Double Team","Toxic","Rest","Double-Edge","Shadow Ball","Ice Beam","Surf","Dark Pulse"}
  8175.     },
  8176.     ["Sprites"] = {
  8177.         ["Front"] = "http://www.roblox.com/asset/?id=190456658",
  8178.         ["Back"] = "http://www.roblox.com/asset/?id=190456833",
  8179.         ["Mini"] = "http://www.roblox.com/asset/?id=190456562",
  8180.         ["SB"] = "http://www.roblox.com/asset/?id=190456843",
  8181.         ["SF"] = "http://www.roblox.com/asset/?id=190456670"
  8182.     },
  8183.     ["ExpType"] = "Slow",
  8184.     ["EVYield"] = {
  8185.         ["Exp"] = 216,
  8186.         ["Def"] = 1,
  8187.         ["SpD"] = 2
  8188.     },
  8189.     ["CatchRate"] = 3,
  8190. },
  8191. ["Steelix"] = {
  8192.     ["Pokedex"] = 179,
  8193.     ["PokedexDesc"] = "Its body has been compressed deep under the ground. As a result, it is even harder than a diamond.",
  8194.     ["Species"] = "Iron Snake Pokemon",
  8195.     ["Height"] = "30'02\"",
  8196.     ["Weight"] = 881.8,
  8197.     ["Type"] = {"Steel","Ground"},
  8198.     ["Stats"] = {
  8199.         ["HP"] = 75,
  8200.         ["Atk"] = 85,
  8201.         ["Def"] = 200,
  8202.         ["SpA"] = 55,
  8203.         ["SpD"] = 65,
  8204.         ["Speed"] = 30
  8205.         },
  8206.     ["Evolution"] = {},
  8207.     ["Gender"] = 50,
  8208.     ["Moves"] = {
  8209.         ["LevelUp"] = {
  8210.             [65] = {"Earthquake"},
  8211.             [55] = {"Stone Edge"},
  8212.             [46] = {"Rock Slide"},
  8213.             [42] = {"Screech"},
  8214.             [37] = {"Slam"},
  8215.             [32] = {"Dragon Breath"},
  8216.             [24] = {"Gyro Ball"},
  8217.             [17] = {"Rock Tomb"},
  8218.             [10] = {"Rock Throw"},
  8219.             [5] = {"Harden"},
  8220.             [4] = {"Ice Fang"},
  8221.             [3] = {"Thunder Fang"},
  8222.             [2] = {"Fire Fang"},
  8223.             [1] = {"Tackle"},
  8224.             },
  8225.         ["TM"] = {"Body Slam","Double Team","Toxic","Rest","Double-Edge","Earthquake","Rock Slide","Rock Tomb","Dark Pulse"}
  8226.     },
  8227.     ["Sprites"] = {
  8228.         ["Front"] = "http://www.roblox.com/asset/?id=190796010",
  8229.         ["Back"] = "http://www.roblox.com/asset/?id=190796210",
  8230.         ["Mini"] = "http://www.roblox.com/asset/?id=190795908",
  8231.         ["SB"] = "http://www.roblox.com/asset/?id=190796214",
  8232.         ["SF"] = "http://www.roblox.com/asset/?id=190796053"
  8233.     },
  8234.     ["ExpType"] = "MedFast",
  8235.     ["EVYield"] = {
  8236.         ["Exp"] = 196,
  8237.         ["Def"] = 2,
  8238.     },
  8239.     ["CatchRate"] = 25,
  8240. },
  8241. ["Scizor"] = {
  8242.     ["Pokedex"] = 180,
  8243.     ["PokedexDesc"] = "It has a steel-hard body. It intimidates foes by upraising its eye-patterned pincers.",
  8244.     ["Species"] = "Pincer Pokemon",
  8245.     ["Height"] = "5'11\"",
  8246.     ["Weight"] = 260.1,
  8247.         ["Ability"] = "Technician",
  8248.     ["Type"] = {"Bug","Steel"},
  8249.     ["Stats"] = {
  8250.         ["HP"] = 70,
  8251.         ["Atk"] = 130,
  8252.         ["Def"] = 100,
  8253.         ["SpA"] = 55,
  8254.         ["SpD"] = 80,
  8255.         ["Speed"] = 65
  8256.         },
  8257.     ["Evolution"] = {},
  8258.     ["Gender"] = 50,
  8259.     ["Moves"] = {
  8260.         ["LevelUp"] = {
  8261.             [75] = {"False Swipe"},
  8262.             [63] = {"Superpower"},
  8263.             [55] = {"Night Slash"},
  8264.             [46] = {"Brick Break"},
  8265.             [42] = {"Iron Head"},
  8266.             [37] = {"Swords Dance"},
  8267.             [32] = {"Slash"},
  8268.             [24] = {"Iron Defense"},
  8269.             [17] = {"Metal Claw"},
  8270.             [10] = {"Agility"},
  8271.             [5] = {"Harden"},
  8272.             [4] = {"Faint Attack"},
  8273.             [3] = {"Leer"},
  8274.             [2] = {"Quick Attack"},
  8275.             [1] = {"Bullet Punch"},
  8276.             },
  8277.         ["TM"] = {"Body Slam","Double Team","Toxic","Rest","Double-Edge","Brick Break","Aerial Ace","Submission",}
  8278.     },
  8279.     ["Sprites"] = {
  8280.         ["Front"] = "http://www.roblox.com/asset/?id=190796050",
  8281.         ["Back"] = "http://www.roblox.com/asset/?id=190811005",
  8282.         ["Mini"] = "http://www.roblox.com/asset/?id=190795909",
  8283.         ["SB"] = "http://www.roblox.com/asset/?id=190796255",
  8284.         ["SF"] = "http://www.roblox.com/asset/?id=190796051"
  8285.     },
  8286.     ["ExpType"] = "Slow",
  8287.     ["EVYield"] = {
  8288.         ["Exp"] = 196,
  8289.         ["Atk"] = 2,
  8290.     },
  8291.     ["CatchRate"] = 25,
  8292. },
  8293. ["Larvitar"] = {
  8294.     ["Pokedex"] = 181,
  8295.     ["PokedexDesc"] = "It is born deep underground. It can't emerge until it has entirely consumed the soil around it. ",
  8296.     ["Species"] = "Rock Skin Pokemon",
  8297.     ["Height"] = "2'00\"",
  8298.     ["Weight"] = 158.7,
  8299.     ["Type"] = {"Rock","Ground"},
  8300.     ["Stats"] = {
  8301.         ["HP"] = 50,
  8302.         ["Atk"] = 64,
  8303.         ["Def"] = 50,
  8304.         ["SpA"] = 45,
  8305.         ["SpD"] = 50,
  8306.         ["Speed"] = 41
  8307.         },
  8308.     ["Evolution"] = {30,"Pupitar"},
  8309.     ["Gender"] = 50,
  8310.     ["Moves"] = {
  8311.         ["LevelUp"] = {
  8312.             [63] = {"Stomp"},
  8313.             [55] = {"Dragon Dance"},
  8314.             [46] = {"Stone Edge"},
  8315.             [42] = {"Earthquake"},
  8316.             [37] = {"Dark Pulse"},
  8317.             [32] = {"Crunch"},
  8318.             [24] = {"Scary Face"},
  8319.             [17] = {"Rock Slide"},
  8320.             [10] = {"Screech"},
  8321.  
  8322.             [3] = {"Leer"},
  8323.             [1] = {"Bite"},
  8324.             },
  8325.         ["TM"] = {"Body Slam","Double Team","Toxic","Rest","Double-Edge","Rock Slide","Rock Tomb","Brick Break","Aerial Ace","Submission",}
  8326.     },
  8327.     ["Sprites"] = {
  8328.         ["Front"] = "http://www.roblox.com/asset/?id=190811240",
  8329.         ["Back"] = "http://www.roblox.com/asset/?id=190811251",
  8330.         ["Mini"] = "http://www.roblox.com/asset/?id=190811230",
  8331.         ["SB"] = "http://www.roblox.com/asset/?id=190811255",
  8332.         ["SF"] = "http://www.roblox.com/asset/?id=190811244"
  8333.     },
  8334.     ["ExpType"] = "Slow",
  8335.     ["EVYield"] = {
  8336.         ["Exp"] = 70,
  8337.         ["Atk"] = 1,
  8338.     },
  8339.     ["CatchRate"] = 45,
  8340. },
  8341. ["Pupitar"] = {
  8342.     ["Pokedex"] = 182,
  8343.     ["PokedexDesc"] = "Even sealed in its shell, it can move freely. Hard and fast, it has outstanding destructive power. ",
  8344.     ["Species"] = "Hard Shell Pokemon",
  8345.     ["Height"] = "3'11\"",
  8346.     ["Weight"] = 355.1,
  8347.     ["Type"] = {"Rock","Ground"},
  8348.     ["Stats"] = {
  8349.         ["HP"] = 70,
  8350.         ["Atk"] = 84,
  8351.         ["Def"] = 70,
  8352.         ["SpA"] = 65,
  8353.         ["SpD"] = 70,
  8354.         ["Speed"] = 51
  8355.         },
  8356.     ["Evolution"] = {55,"Tyranitar"},
  8357.     ["Gender"] = 50,
  8358.     ["Moves"] = {
  8359.         ["LevelUp"] = {
  8360.             [63] = {"Stomp"},
  8361.             [55] = {"Dragon Dance"},
  8362.             [46] = {"Stone Edge"},
  8363.             [42] = {"Earthquake"},
  8364.             [37] = {"Dark Pulse"},
  8365.             [32] = {"Crunch"},
  8366.             [24] = {"Scary Face"},
  8367.             [17] = {"Rock Slide"},
  8368.             [10] = {"Screech"},
  8369.  
  8370.             [3] = {"Leer"},
  8371.             [1] = {"Bite"},
  8372.             },
  8373.         ["TM"] = {"Body Slam","Double Team","Toxic","Rest","Double-Edge","Rock Slide","Rock Tomb","Brick Break","Aerial Ace","Submission",}
  8374.     },
  8375.     ["Sprites"] = {
  8376.         ["Front"] = "http://www.roblox.com/asset/?id=190811373",
  8377.         ["Back"] = "http://www.roblox.com/asset/?id=190811390",
  8378.         ["Mini"] = "http://www.roblox.com/asset/?id=190811369",
  8379.         ["SB"] = "http://www.roblox.com/asset/?id=190811394",
  8380.         ["SF"] = "http://www.roblox.com/asset/?id=190811383"
  8381.     },
  8382.     ["ExpType"] = "Slow",
  8383.     ["EVYield"] = {
  8384.         ["Exp"] = 120,
  8385.         ["Def"] = 2,
  8386.     },
  8387.     ["CatchRate"] = 45,
  8388. },
  8389. ["Tyranitar"] = {
  8390.     ["Pokedex"] = 183,
  8391.     ["PokedexDesc"] = "Its body can't be harmed by any sort of attack, so it is very eager to make challenges against enemies.  ",
  8392.     ["Species"] = "Armor Pokemon",
  8393.     ["Height"] = "6'07\"",
  8394.     ["Weight"] = 445.3,
  8395.     ["Type"] = {"Rock","Dark"},
  8396.     ["Stats"] = {
  8397.         ["HP"] = 100,
  8398.         ["Atk"] = 134,
  8399.         ["Def"] = 110,
  8400.         ["SpA"] = 95,
  8401.         ["SpD"] = 150,
  8402.         ["Speed"] = 61
  8403.         },
  8404.     ["Evolution"] = {},
  8405.     ["Gender"] = 50,
  8406.     ["Moves"] = {
  8407.         ["LevelUp"] = {
  8408.             [70] = {"Dragon Claw"},
  8409.             [63] = {"Stomp"},
  8410.             [59] = {"Dragon Dance"},
  8411.             [46] = {"Stone Edge"},
  8412.             [42] = {"Earthquake"},
  8413.             [37] = {"Dark Pulse"},
  8414.             [32] = {"Crunch"},
  8415.             [24] = {"Scary Face"},
  8416.             [17] = {"Rock Slide"},
  8417.             [10] = {"Screech"},
  8418.             [9] = {"Thunder Fang"},
  8419.             [7] = {"Ice Fang"},
  8420.             [6] = {"Fire Fang"},
  8421.             [3] = {"Leer"},
  8422.             [1] = {"Bite"},
  8423.             },
  8424.         ["TM"] = {"Earthquake","Icy Wind","Thunder Wave","Surf","Thunderbolt","Ice Beam","Flamethrower","Aerial Ace","Dark Pulse","Body Slam","Double Team","Toxic","Rest","Double-Edge","Rock Slide","Rock Tomb","Brick Break","Aerial Ace","Submission",}
  8425.     },
  8426.     ["Sprites"] = {
  8427.         ["Front"] = "http://www.roblox.com/asset/?id=190811551",
  8428.         ["Back"] = "http://www.roblox.com/asset/?id=190811573",
  8429.         ["Mini"] = "http://www.roblox.com/asset/?id=190811538",
  8430.         ["SB"] = "http://www.roblox.com/asset/?id=190811578",
  8431.         ["SF"] = "http://www.roblox.com/asset/?id=190811563"
  8432.     },
  8433.     ["ExpType"] = "Slow",
  8434.     ["EVYield"] = {
  8435.         ["Exp"] = 210,
  8436.         ["Atk"] = 3,
  8437.     },
  8438.     ["CatchRate"] = 45,
  8439. },
  8440. ["Trapinch"] = {
  8441.     ["Pokedex"] = 184,
  8442.     ["PokedexDesc"] = "It makes a conical pit in desert sand and lies in wait at the bottom for prey to come tumbling down.",
  8443.     ["Species"] = "Ant Pit Pokemon",
  8444.     ["Height"] = "2'04\"",
  8445.     ["Weight"] = 33.1,
  8446.     ["Type"] = {"Ground"},
  8447.     ["Stats"] = {
  8448.         ["HP"] = 45,
  8449.         ["Atk"] = 100,
  8450.         ["Def"] = 45,
  8451.         ["SpA"] = 45,
  8452.         ["SpD"] = 45,
  8453.         ["Speed"] = 10
  8454.         },
  8455.     ["Evolution"] = {35,"Vibrava"},
  8456.     ["Gender"] = 50,
  8457.     ["Moves"] = {
  8458.         ["LevelUp"] = {
  8459.             [42] = {"Superpower"},
  8460.             [37] = {"Earthquake"},
  8461.             [22] = {"Crunch"},
  8462.             [15] = {"Rock Slide"},
  8463.             [10] = {"Quick Attack"},
  8464.             [6] = {"Mud-Slap"},
  8465.             [3] = {"Faint Attack"},
  8466.             [1] = {"Bite"},
  8467.             },
  8468.         ["TM"] = {"Earthquake","Double Team","Toxic","Rest","Double-Edge","Rock Slide","Rock Tomb","Brick Break",}
  8469.     },
  8470.     ["Sprites"] = {
  8471.         ["Front"] = "http://www.roblox.com/asset/?id=190811765",
  8472.         ["Back"] = "http://www.roblox.com/asset/?id=190811775",
  8473.         ["Mini"] = "http://www.roblox.com/asset/?id=190811759",
  8474.         ["SB"] = "http://www.roblox.com/asset/?id=190811779",
  8475.         ["SF"] = "http://www.roblox.com/asset/?id=190811771"
  8476.     },
  8477.     ["ExpType"] = "MedSlow",
  8478.     ["EVYield"] = {
  8479.         ["Exp"] = 42,
  8480.         ["Atk"] = 1,
  8481.     },
  8482.     ["CatchRate"] = 255,
  8483. },
  8484. ["Vibrava"] = {
  8485.     ["Pokedex"] = 185,
  8486.     ["PokedexDesc"] = "It violently shudders its wings, generating ultrasonic waves to induce headaches in people. ",
  8487.     ["Species"] = "Vibration Pokemon",
  8488.     ["Height"] = "3'07\"",
  8489.     ["Weight"] = 33.7,
  8490.     ["Type"] = {"Ground","Dragon"},
  8491.     ["Stats"] = {
  8492.         ["HP"] = 50,
  8493.         ["Atk"] = 70,
  8494.         ["Def"] = 50,
  8495.         ["SpA"] = 50,
  8496.         ["SpD"] = 50,
  8497.         ["Speed"] = 70
  8498.         },
  8499.     ["Evolution"] = {45,"Flygon"},
  8500.     ["Gender"] = 50,
  8501.     ["Moves"] = {
  8502.         ["LevelUp"] = {
  8503.             [42] = {"Superpower"},
  8504.             [37] = {"Earthquake"},
  8505.             [35] = {"Dragon Breath"},
  8506.             [22] = {"Crunch"},
  8507.             [15] = {"Rock Slide"},
  8508.             [10] = {"Quick Attack"},
  8509.             [6] = {"Mud-Slap"},
  8510.             [3] = {"Faint Attack"},
  8511.             [1] = {"Bite"},
  8512.             },
  8513.         ["TM"] = {"Earthquake","Double Team","Toxic","Rest","Double-Edge","Rock Slide","Rock Tomb","Brick Break",}
  8514.     },
  8515.     ["Sprites"] = {
  8516.         ["Front"] = "http://www.roblox.com/asset/?id=190811942",
  8517.         ["Back"] = "http://www.roblox.com/asset/?id=190811952",
  8518.         ["Mini"] = "http://www.roblox.com/asset/?id=190811940",
  8519.         ["SB"] = "http://www.roblox.com/asset/?id=190811959",
  8520.         ["SF"] = "http://www.roblox.com/asset/?id=190811948"
  8521.     },
  8522.     ["ExpType"] = "MedSlow",
  8523.     ["EVYield"] = {
  8524.         ["Exp"] = 70,
  8525.         ["Atk"] = 1,
  8526.         ["Speed"] = 1
  8527.     },
  8528.     ["CatchRate"] = 120,
  8529. },
  8530. ["Flygon"] = {
  8531.     ["Pokedex"] = 186,
  8532.     ["PokedexDesc"] = "It hides itself by kicking up desert sand with its wings. Red covers shield its eyes from sand.",
  8533.     ["Species"] = "Mystic Pokemon",
  8534.     ["Height"] = "6'07\"",
  8535.     ["Weight"] = 180.8,
  8536.     ["Type"] = {"Ground","Dragon"},
  8537.     ["Stats"] = {
  8538.         ["HP"] = 80,
  8539.         ["Atk"] = 100,
  8540.         ["Def"] = 80,
  8541.         ["SpA"] = 80,
  8542.         ["SpD"] = 80,
  8543.         ["Speed"] = 100
  8544.         },
  8545.     ["Evolution"] = {},
  8546.     ["Gender"] = 50,
  8547.     ["Moves"] = {
  8548.         ["LevelUp"] = {
  8549.             [70] = {"Stone Edge"},
  8550.             [65] = {"Flamethrower"},
  8551.             [56] = {"Dragon Rush"},
  8552.             [45] = {"Dragon Claw"},
  8553.             [37] = {"Earthquake"},
  8554.             [35] = {"Dragon Breath"},
  8555.             [22] = {"Crunch"},
  8556.             [15] = {"Rock Slide"},
  8557.             [10] = {"Quick Attack"},
  8558.             [6] = {"Mud-Slap"},
  8559.             [3] = {"Faint Attack"},
  8560.             [1] = {"Bite"},
  8561.             },
  8562.         ["TM"] = {"Aerial Ace","Flamethrower","Earthquake","Double Team","Toxic","Rest","Double-Edge","Rock Slide","Rock Tomb","Brick Break",}
  8563.     },
  8564.     ["Sprites"] = {
  8565.         ["Front"] = "http://www.roblox.com/asset/?id=190812110",
  8566.         ["Back"] = "http://www.roblox.com/asset/?id=190812088",
  8567.         ["Mini"] = "http://www.roblox.com/asset/?id=190812083",
  8568.         ["SB"] = "http://www.roblox.com/asset/?id=190812092",
  8569.         ["SF"] = "http://www.roblox.com/asset/?id=190812118"
  8570.     },
  8571.     ["ExpType"] = "MedSlow",
  8572.     ["EVYield"] = {
  8573.         ["Exp"] = 70,
  8574.         ["Atk"] = 1,
  8575.         ["Speed"] = 2
  8576.     },
  8577.     ["CatchRate"] = 120,
  8578. },
  8579. ["Crobat"] = {
  8580.     ["Pokedex"] = 187,
  8581.     ["PokedexDesc"] = "It flies so silently through the dark on its four wings that it may not be noticed even when nearby.",
  8582.     ["Species"] = "Bat Pokemon",
  8583.     ["Height"] = "5'11\"",
  8584.     ["Weight"] = 165.3,
  8585.     ["Ability"] = "Inner Focus",
  8586.     ["Type"] = {"Poison","Flying"},
  8587.     ["Stats"] = {
  8588.         ["HP"] = 85,
  8589.         ["Atk"] = 90,
  8590.         ["Def"] = 80,
  8591.         ["SpA"] = 70,
  8592.         ["SpD"] = 80,
  8593.         ["Speed"] = 130
  8594.         },
  8595.     ["Evolution"] = {},
  8596.     ["Gender"] = 50,
  8597.     ["Moves"] = {
  8598.         ["LevelUp"] = {
  8599.             [70] = {"Brave Bird"},
  8600.             [65] = {"Cross Poison"},
  8601.             [56] = {"Air Slash"},
  8602.             [45] = {"Haze"},
  8603.             [37] = {"Poison Fang"},
  8604.             [35] = {"Air Cutter"},
  8605.             [22] = {"Confuse Ray"},
  8606.             [15] = {"Wing Attack"},
  8607.             [10] = {"Bite"},
  8608.             [6] = {"Supersonic"},
  8609.             [5] = {"Hypnosis"},
  8610.             [3] = {"Screech"},
  8611.             [1] = {"Leech Life","Nasty Plot"},
  8612.             },
  8613.         ["TM"] = {"Aerial Ace","Shadow Ball","Dark Pulse","Double Team","Toxic","Rest","Double-Edge"}
  8614.     },
  8615.     ["Sprites"] = {
  8616.         ["Front"] = "http://www.roblox.com/asset/?id=190812646",
  8617.         ["Back"] = "http://www.roblox.com/asset/?id=190812655",
  8618.         ["Mini"] = "http://www.roblox.com/asset/?id=190812641",
  8619.         ["SB"] = "http://www.roblox.com/asset/?id=190812663",
  8620.         ["SF"] = "http://www.roblox.com/asset/?id=190812650"
  8621.     },
  8622.     ["ExpType"] = "MedFast",
  8623.     ["EVYield"] = {
  8624.         ["Exp"] = 204,
  8625.         ["Speed"] = 3
  8626.     },
  8627.     ["CatchRate"] = 90,
  8628. },
  8629.  
  8630. ["Blissey"] = {
  8631.     ["Pokedex"] = 188,
  8632.     ["PokedexDesc"] = "This kindhearted Pokémon nurses sick Pokémon back to health. It senses feelings of sadness. ",
  8633.     ["Species"] = "Happiness Pokemon",
  8634.     ["Height"] = "4'11\"",
  8635.     ["Weight"] = 103.2,
  8636.     ["Ability"] = "Natural Cure",
  8637.     ["Type"] = {"Normal"},
  8638.     ["Stats"] = {
  8639.         ["HP"] = 255,
  8640.         ["Atk"] = 10,
  8641.         ["Def"] = 10,
  8642.         ["SpA"] = 75,
  8643.         ["SpD"] = 135,
  8644.         ["Speed"] = 55
  8645.         },
  8646.     ["Evolution"] = {},
  8647.     ["Gender"] = 0,
  8648.     ["Moves"] = {
  8649.         ["LevelUp"] = {
  8650.             [65] = {"Minimize"},
  8651.             [60] = {"Softboiled"},
  8652.             [50] = {"Double-Edge"},
  8653.             [42] = {"Egg Bomb"},
  8654.             [36] = {"Sing"},
  8655.             [30] = {"Take Down"},
  8656.             [22] = {"Minimize"},
  8657.             [16] = {"Softboiled"},
  8658.             [12] = {"Double Slap"},
  8659.             [9] = {"Tail Whip"},
  8660.             [4] = {"Defense Curl"},
  8661.             [1] = {"Pound"}
  8662.             },
  8663.         ["TM"] = {"Double-Edge","Rock Tomb","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Thunder Wave","Earthquake","Energy Ball","Ice Beam","Flamethrower","Brick Break","Thunderbolt","Psychic","Shadow Ball","Body Slam"}
  8664.     },
  8665.     ["Sprites"] = {
  8666.         ["Front"] = "http://www.roblox.com/asset/?id=190812794",
  8667.         ["Back"] = "http://www.roblox.com/asset/?id=190812786",
  8668.         ["Mini"] = "http://www.roblox.com/asset/?id=190812781",
  8669.         ["SB"] = "http://www.roblox.com/asset/?id=190812788",
  8670.         ["SF"] = "http://www.roblox.com/asset/?id=190812798"
  8671.     },
  8672.     ["ExpType"] = "Fast",
  8673.     ["EVYield"] = {
  8674.         ["Exp"] = 255,
  8675.         ["HP"] = 3
  8676.     },
  8677.     ["CatchRate"] = 30,
  8678. },
  8679. ["Skarmory"] = {
  8680.     ["Pokedex"] = 189,
  8681.     ["PokedexDesc"] = "After nesting in bramble bushes, the wings of its chicks grow hard from scratches by thorns.",
  8682.     ["Species"] = "Armor Bird Pokemon",
  8683.     ["Height"] = "5'07\"",
  8684.     ["Weight"] = 111.3,
  8685.     ["Type"] = {"Steel","Flying"},
  8686.     ["Stats"] = {
  8687.         ["HP"] = 65,
  8688.         ["Atk"] = 80,
  8689.         ["Def"] = 140,
  8690.         ["SpA"] = 40,
  8691.         ["SpD"] = 70,
  8692.         ["Speed"] = 70
  8693.         },
  8694.     ["Evolution"] = {},
  8695.     ["Gender"] = 50,
  8696.     ["Moves"] = {
  8697.         ["LevelUp"] = {
  8698.             [80] = {"Iron Head"},
  8699.             [72] = {"Brave Bird"},
  8700.             [60] = {"Night Slash"},
  8701.             [50] = {"Air Slash"},
  8702.             [42] = {"Metal Sound"},
  8703.             [36] = {"Slash"},
  8704.             [30] = {"Agility"},
  8705.             [22] = {"Swift"},
  8706.             [16] = {"Air Cutter"},
  8707.             [12] = {"Fury Attack"},
  8708.             [9] = {"Sand-Attack"},
  8709.             [4] = {"Leer"},
  8710.             [1] = {"Peck"}
  8711.             },
  8712.         ["TM"] = {"Double-Edge","Rock Tomb","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Aerial Ace","Body Slam"}
  8713.     },
  8714.     ["Sprites"] = {
  8715.         ["Front"] = "http://www.roblox.com/asset/?id=190812959",
  8716.         ["Back"] = "http://www.roblox.com/asset/?id=190812967",
  8717.         ["Mini"] = "http://www.roblox.com/asset/?id=190812954",
  8718.         ["SB"] = "http://www.roblox.com/asset/?id=190812972",
  8719.         ["SF"] = "http://www.roblox.com/asset/?id=190812962"
  8720.     },
  8721.     ["ExpType"] = "Slow",
  8722.     ["EVYield"] = {
  8723.         ["Exp"] = 145,
  8724.         ["Def"] = 2
  8725.     },
  8726.     ["CatchRate"] = 25,
  8727. },
  8728. ["Espeon"] = {
  8729.     ["Pokedex"] = 190,
  8730.     ["PokedexDesc"] = "The tip of its forked tail quivers when it is predicting its opponent's next move.",
  8731.     ["Species"] = "Sun Pokemon",
  8732.     ["Height"] = "2'11\"",
  8733.     ["Weight"] = 58.5,
  8734.     ["Type"] = {"Psychic"},
  8735.     ["Stats"] = {
  8736.         ["HP"] = 65,
  8737.         ["Atk"] = 65,
  8738.         ["Def"] = 60,
  8739.         ["SpA"] = 130,
  8740.         ["SpD"] = 95,
  8741.         ["Speed"] = 110
  8742.         },
  8743.     ["Evolution"] = {},
  8744.     ["Gender"] = 50,
  8745.     ["Moves"] = {
  8746.         ["LevelUp"] = {
  8747.             [65] = {"Dazzling Gleam"},
  8748.             [52] = {"Signal Beam"},
  8749.             [37] = {"Psychic"},
  8750.             [30] = {"Psybeam"},
  8751.             [25] = {"Confusion"},
  8752.             [23] = {"Quick Attack"},
  8753.             [16] = {"Confusion"},
  8754.             [12] = {"Swift"},
  8755.             [8] = {"Sand-Attack"},
  8756.             [1] = {"Tackle","Tail Whip"}
  8757.             },
  8758.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Psychic","Shadow Ball"}
  8759.     },
  8760.     ["Sprites"] = {
  8761.         ["Front"] = "http://www.roblox.com/asset/?id=190813097",
  8762.         ["Back"] = "http://www.roblox.com/asset/?id=190813113",
  8763.         ["Mini"] = "http://www.roblox.com/asset/?id=190813095",
  8764.         ["SB"] = "http://www.roblox.com/asset/?id=190813120",
  8765.         ["SF"] = "http://www.roblox.com/asset/?id=190813106"
  8766.     },
  8767.     ["ExpType"] = "MedFast",
  8768.     ["EVYield"] = {
  8769.         ["Exp"] = 197,
  8770.         ["SpA"] = 2
  8771.     },
  8772.     ["CatchRate"] = 45,
  8773. },
  8774. ["Umbreon"] = {
  8775.     ["Pokedex"] = 191,
  8776.     ["PokedexDesc"] = "The tip of its forked tail quivers when it is predicting its opponent's next move.",
  8777.     ["Species"] = "Moonlight Pokemon",
  8778.     ["Height"] = "3'03\"",
  8779.     ["Weight"] = 59.5,
  8780.     ["Type"] = {"Dark"},
  8781.     ["Stats"] = {
  8782.         ["HP"] = 95,
  8783.         ["Atk"] = 65,
  8784.         ["Def"] = 110,
  8785.         ["SpA"] = 60,
  8786.         ["SpD"] = 130,
  8787.         ["Speed"] = 65
  8788.         },
  8789.     ["Evolution"] = {},
  8790.     ["Gender"] = 50,
  8791.     ["Moves"] = {
  8792.         ["LevelUp"] = {
  8793.             [45] = {"Toxic"},
  8794.             [37] = {"Crunch"},
  8795.             [30] = {"Toxic"},
  8796.             [25] = {"Screech"},
  8797.             [23] = {"Quick Attack"},
  8798.             [16] = {"Faint Attack"},
  8799.             [12] = {"Swift"},
  8800.             [8] = {"Sand-Attack"},
  8801.             [1] = {"Tackle","Tail Whip"}
  8802.             },
  8803.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Dark Pulse","Shadow Ball"}
  8804.     },
  8805.     ["Sprites"] = {
  8806.         ["Front"] = "http://www.roblox.com/asset/?id=190813272",
  8807.         ["Back"] = "http://www.roblox.com/asset/?id=190813286",
  8808.         ["Mini"] = "http://www.roblox.com/asset/?id=190813267",
  8809.         ["SB"] = "http://www.roblox.com/asset/?id=190813293",
  8810.         ["SF"] = "http://www.roblox.com/asset/?id=190813279"
  8811.     },
  8812.     ["ExpType"] = "MedFast",
  8813.     ["EVYield"] = {
  8814.         ["Exp"] = 197,
  8815.         ["SpD"] = 2
  8816.     },
  8817.     ["CatchRate"] = 45,
  8818. },
  8819. ["Aron"] = {
  8820.     ["Pokedex"] = 192,
  8821.     ["PokedexDesc"] = "It usually lives deep in mountains. However, hunger may drive it to eat railroad tracks and cars. ",
  8822.     ["Species"] = "Iron Armor Pokemon",
  8823.     ["Height"] = "1'04\"",
  8824.     ["Weight"] = 132.3,
  8825.     ["Type"] = {"Steel","Rock"},
  8826.     ["Stats"] = {
  8827.         ["HP"] = 50,
  8828.         ["Atk"] = 70,
  8829.         ["Def"] = 100,
  8830.         ["SpA"] = 40,
  8831.         ["SpD"] = 40,
  8832.         ["Speed"] = 35
  8833.         },
  8834.     ["Evolution"] = {32,"Lairon"},
  8835.     ["Gender"] = 50,
  8836.     ["Moves"] = {
  8837.         ["LevelUp"] = {
  8838.             [55] = {"Dragon Rush"},
  8839.             [45] = {"Double-Edge"},
  8840.             [37] = {"Metal Sound"},
  8841.             [30] = {"Rock Slide"},
  8842.             [25] = {"Iron Head"},
  8843.             [23] = {"Metal Claw"},
  8844.             [16] = {"Rock Tomb"},
  8845.             [12] = {"Headbutt"},
  8846.             [8] = {"Mud-Slap"},
  8847.             [1] = {"Tackle","Harden"}
  8848.             },
  8849.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Earthquake","Rock Tomb","Rock Slide"}
  8850.     },
  8851.     ["Sprites"] = {
  8852.         ["Front"] = "http://www.roblox.com/asset/?id=190813712",
  8853.         ["Back"] = "http://www.roblox.com/asset/?id=190813704",
  8854.         ["Mini"] = "http://www.roblox.com/asset/?id=190813700",
  8855.         ["SB"] = "http://www.roblox.com/asset/?id=190813710",
  8856.         ["SF"] = "http://www.roblox.com/asset/?id=190813717"
  8857.     },
  8858.     ["ExpType"] = "Slow",
  8859.     ["EVYield"] = {
  8860.         ["Exp"] = 197,
  8861.         ["Def"] = 1
  8862.     },
  8863.     ["CatchRate"] = 180,
  8864. },
  8865. ["Lairon"] = {
  8866.     ["Pokedex"] = 193,
  8867.     ["PokedexDesc"] = "It loves iron ore. Groups of them fight for territory by bashing one another with their steel bodies. ",
  8868.     ["Species"] = "Iron Armor Pokemon",
  8869.     ["Height"] = "2'11\"",
  8870.     ["Weight"] = 264.3,
  8871.     ["Type"] = {"Steel","Rock"},
  8872.     ["Stats"] = {
  8873.         ["HP"] = 60,
  8874.         ["Atk"] = 90,
  8875.         ["Def"] = 140,
  8876.         ["SpA"] = 50,
  8877.         ["SpD"] = 50,
  8878.         ["Speed"] = 40
  8879.         },
  8880.     ["Evolution"] = {42,"Aggron"},
  8881.     ["Gender"] = 50,
  8882.     ["Moves"] = {
  8883.         ["LevelUp"] = {
  8884.             [55] = {"Dragon Rush"},
  8885.             [45] = {"Double-Edge"},
  8886.             [37] = {"Metal Sound"},
  8887.             [30] = {"Rock Slide"},
  8888.             [25] = {"Iron Head"},
  8889.             [23] = {"Metal Claw"},
  8890.             [16] = {"Rock Tomb"},
  8891.             [12] = {"Headbutt"},
  8892.             [8] = {"Mud-Slap"},
  8893.             [1] = {"Tackle","Harden"}
  8894.             },
  8895.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Earthquake","Rock Tomb","Rock Slide"}
  8896.     },
  8897.     ["Sprites"] = {
  8898.         ["Front"] = "http://www.roblox.com/asset/?id=190813797",
  8899.         ["Back"] = "http://www.roblox.com/asset/?id=190813788",
  8900.         ["Mini"] = "http://www.roblox.com/asset/?id=190813786",
  8901.         ["SB"] = "http://www.roblox.com/asset/?id=190813793",
  8902.         ["SF"] = "http://www.roblox.com/asset/?id=190813805"
  8903.     },
  8904.     ["ExpType"] = "Slow",
  8905.     ["EVYield"] = {
  8906.         ["Exp"] = 197,
  8907.         ["Def"] = 2
  8908.     },
  8909.     ["CatchRate"] = 90,
  8910. },
  8911.  
  8912. ["Aggron"] = {
  8913.     ["Pokedex"] = 194,
  8914.     ["PokedexDesc"] = "You can tell its age by the length of its iron horns. It claims an entire mountain as its territory.",
  8915.     ["Species"] = "Iron Armor Pokemon",
  8916.     ["Height"] = "6'11\"",
  8917.     ["Weight"] = 793.7,
  8918.     ["Type"] = {"Steel","Rock"},
  8919.     ["Stats"] = {
  8920.         ["HP"] = 70,
  8921.         ["Atk"] =110,
  8922.         ["Def"] = 180,
  8923.         ["SpA"] = 60,
  8924.         ["SpD"] = 60,
  8925.         ["Speed"] = 50
  8926.         },
  8927.     ["Evolution"] = {},
  8928.     ["Gender"] = 50,
  8929.     ["Moves"] = {
  8930.         ["LevelUp"] = {
  8931.            
  8932.             [65] = {"Earthquake"},
  8933.             [55] = {"Dragon Rush"},
  8934.             [45] = {"Double-Edge"},
  8935.             [42] = {"Iron Defense"},
  8936.             [37] = {"Metal Sound"},
  8937.             [30] = {"Rock Slide"},
  8938.             [25] = {"Iron Head"},
  8939.             [23] = {"Metal Claw"},
  8940.             [16] = {"Rock Tomb"},
  8941.             [12] = {"Headbutt"},
  8942.             [8] = {"Mud-Slap"},
  8943.             [1] = {"Tackle","Harden"}
  8944.             },
  8945.         ["TM"] = {"Thunder Wave","Brick Break","Thunderbolt","Submission","Ice Beam","Flamethrower","Double Team","Toxic","Rest","Double-Edge","Body Slam","Earthquake","Rock Tomb","Rock Slide"}
  8946.     },
  8947.     ["Sprites"] = {
  8948.         ["Front"] = "http://www.roblox.com/asset/?id=190813919",
  8949.         ["Back"] = "http://www.roblox.com/asset/?id=190813917",
  8950.         ["Mini"] = "http://www.roblox.com/asset/?id=190813910",
  8951.         ["SB"] = "http://www.roblox.com/asset/?id=190813915",
  8952.         ["SF"] = "http://www.roblox.com/asset/?id=190813924"
  8953.     },
  8954.     ["ExpType"] = "Slow",
  8955.     ["EVYield"] = {
  8956.         ["Exp"] = 197,
  8957.         ["Def"] = 3
  8958.     },
  8959.     ["CatchRate"] = 45,
  8960. },
  8961. ["Kingdra"] = {
  8962.     ["Pokedex"] = 195,
  8963.     ["PokedexDesc"] = "It is said that it usually hides in underwater caves. It can create whirlpools by yawning. ",
  8964.     ["Species"] = "Dragon Pokemon",
  8965.     ["Height"] = "5'11\"",
  8966.     ["Weight"] = 335.1,
  8967.     ["Type"] = {"Water","Dragon"},
  8968.     ["Stats"] = {
  8969.         ["HP"] = 75,
  8970.         ["Atk"] = 95,
  8971.         ["Def"] = 95,
  8972.         ["SpA"] = 95,
  8973.         ["SpD"] = 95,
  8974.         ["Speed"] = 95
  8975.         },
  8976.     ["Evolution"] = {},
  8977.     ["Gender"] = 50,
  8978.     ["Moves"] = {
  8979.         ["LevelUp"] = {
  8980.             [85] = {"Draco Meteor"},
  8981.             [80] = {"Signal Beam"},
  8982.             [75] = {"Scald"},
  8983.             [65] = {"Flash Cannon"},
  8984.             [55] = {"Hydro Pump"},
  8985.             [50] = {"Dragon Pulse"},
  8986.             [45] = {"Dragon Dance"},
  8987.             [36] = {"Agility"},
  8988.             [27] = {"Bubblebeam"},
  8989.             [24] = {"Twister"},
  8990.             [22] = {"Water Gun"},
  8991.             [15] = {"Leer"},
  8992.             [12] = {"Focus Slam"},
  8993.             [8] = {"SmokeScreen"},
  8994.             [1] = {"Bubble", "Flash Cannon"}
  8995.             },
  8996.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  8997.     },
  8998.     ["Sprites"] = {
  8999.         ["Front"] = "http://www.roblox.com/asset/?id=190814249",
  9000.         ["Back"] = "http://www.roblox.com/asset/?id=190814239",
  9001.         ["Mini"] = "http://www.roblox.com/asset/?id=190814236",
  9002.         ["SB"] = "http://www.roblox.com/asset/?id=190814246",
  9003.         ["SF"] = "http://www.roblox.com/asset/?id=190814255"
  9004.     },
  9005.     ["ExpType"] = "MedFast",
  9006.     ["EVYield"] = {
  9007.         ["Exp"] =207,
  9008.         ["SpD"] = 1,
  9009.         ["SpA"] = 1,
  9010.         ["Atk"] = 1
  9011.     },
  9012.     ["CatchRate"] = 45,
  9013. },
  9014. ["Lugia"] = {
  9015.     ["Pokedex"] = 196,
  9016.     ["PokedexDesc"] = "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.",
  9017.     ["Species"] = "Diving Pokemon",
  9018.     ["Height"] = "17'01\"",
  9019.     ["Weight"] = 476.3,
  9020.     ["Ability"] = "Pressure",
  9021.     ["Type"] = {"Psychic","Flying"},
  9022.     ["Stats"] = {
  9023.         ["HP"] = 106,
  9024.         ["Atk"] = 90,
  9025.         ["Def"] = 130,
  9026.         ["SpA"] = 90,
  9027.         ["SpD"] = 154,
  9028.         ["Speed"] = 110
  9029.         },
  9030.     ["Evolution"] = {},
  9031.     ["Gender"] = 50,
  9032.     ["Moves"] = {
  9033.         ["LevelUp"] = {
  9034.             [92] = {"Aeroblast"},
  9035.             [79] = {"Icy Wind"},
  9036.             [73] = {"Ice Beam"},
  9037.             [56] = {"Recover"},
  9038.             [53] = {"Psychic"},
  9039.             [47] = {"Shadow Ball"},
  9040.             [42] = {"Blizzard"},
  9041.             [35] = {"Thunder"},
  9042.             [26] = {"Aerial Ace"},
  9043.             [19] = {"Hydro Pump"},
  9044.             [12] = {"Extrasensory"},
  9045.             [8] = {"Dragon Rush"},
  9046.             [1] = {"Gust"}
  9047.             },
  9048.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Thunderbolt","Ice Beam","Psychic","Surf","Ice Beam"}
  9049.     },
  9050.     ["Sprites"] = {
  9051.         ["Front"] = "http://www.roblox.com/asset/?id=191030870",
  9052.         ["Back"] = "http://www.roblox.com/asset/?id=191030875",
  9053.         ["Mini"] = "http://www.roblox.com/asset/?id=191030866",
  9054.         ["SB"] = "http://www.roblox.com/asset/?id=191030877",
  9055.         ["SF"] = "http://www.roblox.com/asset/?id=191030872"
  9056.     },
  9057.     ["ExpType"] = "Slow",
  9058.     ["EVYield"] = {
  9059.         ["Exp"] =250,
  9060.         ["SpD"] = 3,
  9061.     },
  9062.     ["CatchRate"] = 3,
  9063. },
  9064. ["Delibird"] = {
  9065.     ["Pokedex"] = 197,
  9066.     ["PokedexDesc"] = "It carries food all day long. There are tales about lost people who were saved by the food it had. ",
  9067.     ["Species"] = "Delivery Pokemon",
  9068.     ["Height"] = "2'11\"",
  9069.     ["Weight"] = 35.3,
  9070.     ["Type"] = {"Ice","Flying"},
  9071.     ["Stats"] = {
  9072.         ["HP"] = 75,
  9073.         ["Atk"] = 85,
  9074.         ["Def"] = 75,
  9075.         ["SpA"] = 95,
  9076.         ["SpD"] = 75,
  9077.         ["Speed"] = 105
  9078.         },
  9079.     ["Evolution"] = {},
  9080.     ["Gender"] = 50,
  9081.     ["Moves"] = {
  9082.         ["LevelUp"] = {
  9083.             [60] = {"Aerial Ace"},
  9084.             [1] = {"Present"},
  9085.             },
  9086.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Ice Beam","Brick Break","Aerial Ace","Ice Beam"}
  9087.     },
  9088.     ["Sprites"] = {
  9089.         ["Front"] = "http://www.roblox.com/asset/?id=195885568",
  9090.         ["Back"] = "http://www.roblox.com/asset/?id=195885714",
  9091.         ["Mini"] = "http://www.roblox.com/asset/?id=195885509",
  9092.         ["SB"] = "http://www.roblox.com/asset/?id=195885741",
  9093.         ["SF"] = "http://www.roblox.com/asset/?id=195885618"
  9094.     },
  9095.     ["ExpType"] = "Fast",
  9096.     ["EVYield"] = {
  9097.         ["Exp"] =90,
  9098.         ["Speed"] = 1,
  9099.     },
  9100.     ["CatchRate"] = 45,
  9101. },
  9102. ["Ho-Oh"] = {
  9103.     ["Pokedex"] = 198,
  9104.     ["PokedexDesc"] = "Legends claim this Pokémon flies the world's skies continuously on its magnificent seven-colored wings. ",
  9105.     ["Species"] = "Rainbow Pokemon",
  9106.     ["Height"] = "12'06\"",
  9107.     ["Weight"] = 438.7,
  9108.     ["Ability"] = "Pressure",
  9109.     ["Type"] = {"Fire","Flying"},
  9110.     ["Stats"] = {
  9111.         ["HP"] = 106,
  9112.         ["Atk"] = 130,
  9113.         ["Def"] = 90,
  9114.         ["SpA"] = 110,
  9115.         ["SpD"] = 154,
  9116.         ["Speed"] = 90
  9117.         },
  9118.     ["Evolution"] = {},
  9119.     ["Gender"] = "Unknown",
  9120.     ["Moves"] = {
  9121.         ["LevelUp"] = {
  9122.             [92] = {"Sacred Fire"},
  9123.             [79] = {"Psychic"},
  9124.             [73] = {"Flame Charge"},
  9125.             [56] = {"Recover"},
  9126.             [53] = {"Psychic"},
  9127.             [47] = {"Heat Wave"},
  9128.             [42] = {"Iron Head"},
  9129.             [35] = {"Thunder"},
  9130.             [26] = {"Fire Blast"},
  9131.             [19] = {"Shock Wave"},
  9132.             [12] = {"Ember"},
  9133.             [8] = {"Brave Bird"},
  9134.             [1] = {"Gust"}
  9135.             },
  9136.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Flamethrower","Thunderbolt","Psychic","Surf","Ice Beam"}
  9137.     },
  9138.     ["Sprites"] = {
  9139.         ["Front"] = "http://www.roblox.com/asset/?id=195885648",
  9140.         ["Back"] = "http://www.roblox.com/asset/?id=195885771",
  9141.         ["Mini"] = "http://www.roblox.com/asset/?id=195885537",
  9142.         ["SB"] = "http://www.roblox.com/asset/?id=195885801",
  9143.         ["SF"] = "http://www.roblox.com/asset/?id=195885685"
  9144.     },
  9145.     ["ExpType"] = "Slow",
  9146.     ["EVYield"] = {
  9147.         ["Exp"] =250,
  9148.         ["SpD"] = 3,
  9149.     },
  9150.     ["CatchRate"] = 3,
  9151. },
  9152. ["Latias"] = {
  9153.     ["Pokedex"] = 199,
  9154.     ["PokedexDesc"] = "Its body is covered in a down that can refract light in such a way that it becomes invisible.",
  9155.     ["Species"] = "Eon Pokemon",
  9156.     ["Height"] = "4'07\"",
  9157.     ["Weight"] = 88.2,
  9158.     ["Ability"] = "Levitate",
  9159.     ["Type"] = {"Dragon","Psychic"},
  9160.     ["Stats"] = {
  9161.         ["HP"] = 80,
  9162.         ["Atk"] = 80,
  9163.         ["Def"] = 90,
  9164.         ["SpA"] = 110,
  9165.         ["SpD"] = 130,
  9166.         ["Speed"] = 110
  9167.         },
  9168.     ["Evolution"] = {},
  9169.     ["Gender"] = 0,
  9170.     ["Moves"] = {
  9171.         ["LevelUp"] = {
  9172.             [75] = {"Calm Mind"},
  9173.             [65] = {"Psychic"},
  9174.             [56] = {"Recover"},
  9175.             [53] = {"Dragon Pulse"},
  9176.             [47] = {"Recover"},
  9177.             [42] = {"Zen Headbutt"},
  9178.             [35] = {"Surf"},
  9179.             [26] = {"Thunderbolt"},
  9180.             [19] = {"Ice Beam"},
  9181.             [12] = {"Shadow Ball"},
  9182.             [8] = {"Confusion"},
  9183.             [1] = {"Dragon Breath"}
  9184.             },
  9185.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Surf","Thunderbolt","Psychic","Surf","Ice Beam"}
  9186.     },
  9187.     ["Sprites"] = {
  9188.         ["Front"] = "http://www.roblox.com/asset/?id=209740862",
  9189.         ["Back"] = "http://www.roblox.com/asset/?id=209740885",
  9190.         ["Mini"] = "http://www.roblox.com/asset/?id=209740844",
  9191.         ["SB"] = "http://www.roblox.com/asset/?id=209740899",
  9192.         ["SF"] = "http://www.roblox.com/asset/?id=209740869"
  9193.     },
  9194.     ["ExpType"] = "Slow",
  9195.     ["EVYield"] = {
  9196.         ["Exp"] =211,
  9197.         ["SpD"] = 3,
  9198.     },
  9199.     ["CatchRate"] = 3,
  9200. },
  9201. ["Latios"] = {
  9202.     ["Pokedex"] = 200,
  9203.     ["PokedexDesc"] = "It has a docile temperament and dislikes fighting. Tucking in its forelegs, it can fly faster than a jet plane.",
  9204.     ["Species"] = "Eon Pokemon",
  9205.     ["Height"] = "6'07\"",
  9206.     ["Weight"] = 132.2,
  9207.     ["Ability"] = "Levitate",
  9208.     ["Type"] = {"Dragon","Psychic"},
  9209.     ["Stats"] = {
  9210.         ["HP"] = 80,
  9211.         ["Atk"] = 90,
  9212.         ["Def"] = 80,
  9213.         ["SpA"] = 130,
  9214.         ["SpD"] = 110,
  9215.         ["Speed"] = 110
  9216.         },
  9217.     ["Evolution"] = {},
  9218.     ["Gender"] = 100,
  9219.     ["Moves"] = {
  9220.         ["LevelUp"] = {
  9221.             [75] = {"Calm Mind"},
  9222.             [65] = {"Psychic"},
  9223.             [56] = {"Recover"},
  9224.             [53] = {"Dragon Pulse"},
  9225.             [47] = {"Recover"},
  9226.             [42] = {"Zen Headbutt"},
  9227.             [35] = {"Surf"},
  9228.             [26] = {"Thunderbolt"},
  9229.             [19] = {"Ice Beam"},
  9230.             [12] = {"Shadow Ball"},
  9231.             [8] = {"Confusion"},
  9232.             [1] = {"Dragon Breath"}
  9233.             },
  9234.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Surf","Thunderbolt","Psychic","Surf","Ice Beam"}
  9235.     },
  9236.     ["Sprites"] = {
  9237.         ["Front"] = "http://www.roblox.com/asset/?id=209740873",
  9238.         ["Back"] = "http://www.roblox.com/asset/?id=209740919",
  9239.         ["Mini"] = "http://www.roblox.com/asset/?id=209740856",
  9240.         ["SB"] = "http://www.roblox.com/asset/?id=209740938",
  9241.         ["SF"] = "http://www.roblox.com/asset/?id=209740879"
  9242.     },
  9243.     ["ExpType"] = "Slow",
  9244.     ["EVYield"] = {
  9245.         ["Exp"] =211,
  9246.         ["SpA"] = 3,
  9247.     },
  9248.     ["CatchRate"] = 3,
  9249. },
  9250.  
  9251. ["Riolu"] = {
  9252.     ["Pokedex"] = 201,
  9253.     ["PokedexDesc"] = "The aura that emanates from its body intensifies to alert others if it is afraid or sad. ",
  9254.     ["Species"] = "Emanation Pokemon",
  9255.     ["Height"] = "2'04\"",
  9256.     ["Weight"] = 44.5,
  9257.     ["Ability"] = "Inner Focus",
  9258.     ["Type"] = {"Fighting"},
  9259.     ["Stats"] = {
  9260.         ["HP"] = 40,
  9261.         ["Atk"] = 70,
  9262.         ["Def"] = 40,
  9263.         ["SpA"] = 35,
  9264.         ["SpD"] = 40,
  9265.         ["Speed"] = 60
  9266.         },
  9267.     ["Evolution"] = {},
  9268.         ["EvolutionStone"] = {["Friendship Ribbon"] = "Lucario"},
  9269.     ["Gender"] = 88,
  9270.     ["Moves"] = {
  9271.         ["LevelUp"] = {
  9272.             [74] = {"Sky Uppercut"},
  9273.             [67] = {"Crunch"},
  9274.             [62] = {"Bullet Punch"},
  9275.             [53] = {"Blaze Kick"},
  9276.             [47] = {"Close Combat"},
  9277.             [42] = {"Agility"},
  9278.             [35] = {"Poison Jab"},
  9279.             [26] = {"Rock Tomb"},
  9280.             [23] = {"Bite"},
  9281.             [19] = {"Karate Chop"},
  9282.             [12] = {"Screech"},
  9283.             [8] = {"Low Kick"},
  9284.             [1] = {"Quick Attack"}
  9285.             },
  9286.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Brick Break","Body Slam","Focus Blast","Rock Slide",}
  9287.     },
  9288.     ["Sprites"] = {
  9289.         ["Front"] = "http://www.roblox.com/asset/?id=215177989",
  9290.         ["Back"] = "http://www.roblox.com/asset/?id=215178011",
  9291.         ["Mini"] = "http://www.roblox.com/asset/?id=215177987",
  9292.         ["SB"] = "http://www.roblox.com/asset/?id=215178017",
  9293.         ["SF"] = "http://www.roblox.com/asset/?id=215177991"
  9294.     },
  9295.     ["ExpType"] = "MedSlow",
  9296.     ["EVYield"] = {
  9297.         ["Exp"] = 72,
  9298.         ["Atk"] = 1,
  9299.     },
  9300.     ["CatchRate"] = 90,
  9301. },
  9302. ["Lucario"] = {
  9303.     ["Pokedex"] = 202,
  9304.     ["PokedexDesc"] = "By catching the Aura emanating from others, it can read their thoughts and movements. ",
  9305.     ["Species"] = "Aura Pokemon",
  9306.     ["Height"] = "3'11\"",
  9307.     ["Weight"] = 119.0,
  9308.     ["Ability"] = "Inner Focus",
  9309.     ["Type"] = {"Fighting","Steel"},
  9310.     ["Stats"] = {
  9311.         ["HP"] = 70,
  9312.         ["Atk"] = 110,
  9313.         ["Def"] = 70,
  9314.         ["SpA"] = 115,
  9315.         ["SpD"] = 70,
  9316.         ["Speed"] = 90
  9317.         },
  9318.     ["Evolution"] = {},
  9319.     ["Gender"] = 88,
  9320.     ["Moves"] = {
  9321.         ["LevelUp"] = {
  9322.             [100] = {"Nasty Plot"},
  9323.             [97] = {"Flash Cannon"},
  9324.             [89] = {"Extreme Speed"},
  9325.             [86] = {"Swords Dance"},
  9326.             [80] = {"Dragon Pulse"},
  9327.             [77] = {"Close Combat"},
  9328.             [74] = {"Sky Uppercut"},
  9329.             [67] = {"Crunch"},
  9330.             [64] = {"Calm Mind"},
  9331.             [62] = {"Bullet Punch"},
  9332.             [58] = {"Ice Punch"},
  9333.             [53] = {"Blaze Kick"},
  9334.             [47] = {"Close Combat"},
  9335.             [42] = {"Agility"},
  9336.             [38] = {"Aura Sphere"},
  9337.             [35] = {"Poison Jab"},
  9338.             [26] = {"Rock Tomb"},
  9339.             [24] = {"Metal Claw"},
  9340.             [23] = {"Bite"},
  9341.             [19] = {"Karate Chop"},
  9342.             [12] = {"Screech"},
  9343.             [8] = {"Low Kick"},
  9344.             [1] = {"Quick Attack"}
  9345.             },
  9346.         ["TM"] = {"Dark Pulse","Shadow Ball","Psychic","Double Team","Toxic","Rest","Double-Edge","Brick Break","Body Slam","Focus Blast","Rock Slide",}
  9347.     },
  9348.     ["Sprites"] = {
  9349.         ["Front"] = "http://www.roblox.com/asset/?id=215177998",
  9350.         ["Back"] = "http://www.roblox.com/asset/?id=215178019",
  9351.         ["Mini"] = "http://www.roblox.com/asset/?id=215178081",
  9352.         ["SB"] = "http://www.roblox.com/asset/?id=215178072",
  9353.         ["SF"] = "http://www.roblox.com/asset/?id=215178006"
  9354.     },
  9355.     ["ExpType"] = "MedSlow",
  9356.     ["EVYield"] = {
  9357.         ["Exp"] =204,
  9358.         ["Atk"] = 1,
  9359.         ["SpA"] = 1,
  9360.     },
  9361.     ["CatchRate"] = 45,
  9362. },
  9363. ["Magnezone"] = {
  9364.     ["Pokedex"] = 203,
  9365.     ["PokedexDesc"] = "It evolved from exposure to a special magnetic field. Three units generate magnetism.",
  9366.     ["Species"] = "Magnet Area Pokemon",
  9367.     ["Height"] = "3'11\"",
  9368.     ["Weight"] = 396.8,
  9369.     ["Type"] = {"Electric","Steel"},
  9370.     ["Stats"] = {
  9371.         ["HP"] = 70,
  9372.         ["Atk"] = 70,
  9373.         ["Def"] = 115,
  9374.         ["SpA"] = 130,
  9375.         ["SpD"] = 90,
  9376.         ["Speed"] = 60
  9377.         },
  9378.     ["Evolution"] = {},
  9379.     ["Gender"] = "Unknown",
  9380.     ["Moves"] = {
  9381.         ["LevelUp"] = {
  9382.             [65] = {"Zap Cannon"},
  9383.             [57] = {"Gyro Ball"},
  9384.             [50] = {"Thunder"},
  9385.             [45] = {"Flash Cannon"},
  9386.             [36] = {"Thunderbolt"},
  9387.             [32] = {"Screech"},
  9388.             [21] = {"Spark"},
  9389.             [13] = {"Thunder Wave"},
  9390.             [7] = {"ThunderShock"},
  9391.             [4] = {"Supersonic"},
  9392.             [1] = {"Tackle"}
  9393.             },
  9394.         ["TM"] = {"Thunderbolt","Double Team","Toxic","Rest","Double-Edge","Body Slam",}
  9395.     },
  9396.     ["Sprites"] = {
  9397.         ["Front"] = "http://www.roblox.com/asset/?id=218773732",
  9398.         ["Back"] = "http://www.roblox.com/asset/?id=218774239",
  9399.         ["Mini"] = "http://www.roblox.com/asset/?id=218771335",
  9400.         ["SB"] = "http://www.roblox.com/asset/?id=218774255",
  9401.         ["SF"] = "http://www.roblox.com/asset/?id=218773739"
  9402.     },
  9403.     ["ExpType"] = "MedFast",
  9404.     ["EVYield"] = {
  9405.         ["Exp"] =211,
  9406.         ["SpA"] = 3,
  9407.     },
  9408.     ["CatchRate"] = 30,
  9409. },
  9410. ["Lickilicky"] = {
  9411.     ["Pokedex"] = 204,
  9412.     ["PokedexDesc"] = "The long tongue is always soggy with slobber. The saliva contains a solvent that causes numbness.",
  9413.     ["Species"] = "Licking Pokemon",
  9414.     ["Height"] = "5'07\"",
  9415.     ["Weight"] = 308.6,
  9416.     ["Type"] = {"Normal"},
  9417.     ["Stats"] = {
  9418.         ["HP"] = 110,
  9419.         ["Atk"] = 85,
  9420.         ["Def"] = 95,
  9421.         ["SpA"] = 80,
  9422.         ["SpD"] = 95,
  9423.         ["Speed"] = 50
  9424.         },
  9425.     ["Evolution"] = {},
  9426.     ["Gender"] = 50,
  9427.     ["Moves"] = {
  9428.         ["LevelUp"] = {
  9429.             [100] = {"Nasty Plot"},
  9430.             [95] = {"Hammer Arm"},
  9431.             [85] = {"Blizzard"},
  9432.             [75] = {"Earthquake"},
  9433.             [65] = {"Ice Beam"},
  9434.             [55] = {"Energy Ball"},
  9435.             [45] = {"Power Whip"},
  9436.             [35] = {"Rock Tomb"},
  9437.             [26] = {"Gyro Ball"},
  9438.             [21] = {"Slam"},
  9439.             [15] = {"Stomp"},
  9440.             [9] = {"Defense Curl"},
  9441.             [5] = {"Supersonic"},
  9442.             [1] = {"Lick"}
  9443.             },
  9444.         ["TM"] = {"Double Team","Toxic","Rest","Surf","Flamethrower","Rock Tomb","Rock Slide","Shadow Ball","Thunderbolt","Dark Pulse","Body Slam","Double-Edge","Thunder Wave"}
  9445.     },
  9446.     ["Sprites"] = {
  9447.         ["Front"] = "http://www.roblox.com/asset/?id=218773749",
  9448.         ["Back"] = "http://www.roblox.com/asset/?id=218774262",
  9449.         ["Mini"] = "http://www.roblox.com/asset/?id=218771340",
  9450.         ["SB"] = "http://www.roblox.com/asset/?id=218774270",
  9451.         ["SF"] = "http://www.roblox.com/asset/?id=218773754"
  9452.     },
  9453.     ["ExpType"] = "MedFast",
  9454.     ["EVYield"] = {
  9455.         ["Exp"] = 193,
  9456.         ["HP"] = 3
  9457.     },
  9458.     ["CatchRate"] = 30,
  9459. },
  9460. ["Rhyperior"] = {
  9461.     ["Pokedex"] = 205,
  9462.     ["PokedexDesc"] = "It can launch a rock held in its hand like a missile by tightening then expanding its muscles instantly.",
  9463.     ["Species"] = "Drill Pokemon",
  9464.     ["Height"] = "7'10\"",
  9465.     ["Weight"] = 623.5,
  9466.     ["Type"] = {"Ground","Rock"},
  9467.     ["Stats"] = {
  9468.         ["HP"] = 115,
  9469.         ["Atk"] = 140,
  9470.         ["Def"] = 130,
  9471.         ["SpA"] = 55,
  9472.         ["SpD"] = 55,
  9473.         ["Speed"] = 40
  9474.         },
  9475.     ["Evolution"] = {},
  9476.     ["Gender"] = 50,
  9477.     ["Moves"] = {
  9478.         ["LevelUp"] = {
  9479.             [80] = {"Dragon Rush"},
  9480.             [76] = {"Fire Fang"},
  9481.             [75] = {"Ice Fang"},
  9482.             [74] = {"Thunder Fang"},
  9483.             [67] = {"Megahorn"},
  9484.             [60] = {"Earthquake"},
  9485.             [53] = {"Hammer Arm"},
  9486.             [49] = {"Stone Edge"},
  9487.             [35] = {"Take Down"},
  9488.             [24] = {"Rock Blast"},
  9489.             [19] = {"Scary Face"},
  9490.             [13] = {"Fury Attack"},
  9491.             [8] = {"Stomp"},
  9492.             [1] = {"Horn Attack","Tail Whip"}
  9493.             },
  9494.         ["TM"] = {"Earthquake","Submission","Double Team","Toxic","Rest","Flamethrower","Body Slam","Double-Edge","Rock Slide","Thunderbolt","Rock Tomb","Ice Beam","Icy Wind"}
  9495.     },
  9496.     ["Sprites"] = {
  9497.         ["Front"] = "http://www.roblox.com/asset/?id=218773766",
  9498.         ["Back"] = "http://www.roblox.com/asset/?id=218774302",
  9499.         ["Mini"] = "http://www.roblox.com/asset/?id=218771347",
  9500.         ["SB"] = "http://www.roblox.com/asset/?id=218774310",
  9501.         ["SF"] = "http://www.roblox.com/asset/?id=218773772"
  9502.     },
  9503.     ["ExpType"] = "Slow",
  9504.     ["EVYield"] = {
  9505.         ["Exp"] = 217,
  9506.         ["Atk"] = 3
  9507.     },
  9508.     ["CatchRate"] = 30,
  9509. },
  9510. ["Tangrowth"] = {
  9511.     ["Pokedex"] = 206,
  9512.     ["PokedexDesc"] = "Tangrowth's Japanese name is Mojumbo. I just thought it was a cool name...",
  9513.     ["Species"] = "Vine Pokemon",
  9514.     ["Height"] = "6'07\"",
  9515.     ["Weight"] = 283.5,
  9516.     ["Ability"] = "Regenerator",
  9517.     ["Type"] = {"Grass"},
  9518.     ["Stats"] = {
  9519.         ["HP"] = 100,
  9520.         ["Atk"] = 100,
  9521.         ["Def"] = 125,
  9522.         ["SpA"] = 110,
  9523.         ["SpD"] = 50,
  9524.         ["Speed"] = 50
  9525.         },
  9526.     ["Evolution"] = {},
  9527.     ["Gender"] = 50,
  9528.     ["Moves"] = {
  9529.         ["LevelUp"] = {
  9530.             [85] = {"Rock Slide"},
  9531.             [75] = {"Sludge Bomb"},
  9532.             [65] = {"Shock Wave"},
  9533.             [55] = {"Synthesis"},
  9534.             [50] = {"Power Whip"},
  9535.             [45] = {"Tickle"},
  9536.             [42] = {"Slam"},
  9537.             [36] = {"Giga Drain"},
  9538.             [30] = {"Stun Spore"},
  9539.             [24] = {"Mega Drain"},
  9540.             [21] = {"Growth"},
  9541.             [16] = {"PoisonPowder"},
  9542.             [12] = {"Absorb"},
  9543.             [9] = {"Vine Whip"},
  9544.             [4] = {"Sleep Powder"},
  9545.             [1] = {"Tackle"}
  9546.             },
  9547.         ["TM"] = {"Brick Break","Earthquake","Rock Tomb","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball"}
  9548.     },
  9549.     ["Sprites"] = {
  9550.         ["Front"] = "http://www.roblox.com/asset/?id=218773777",
  9551.         ["Back"] = "http://www.roblox.com/asset/?id=218774358",
  9552.         ["Mini"] = "http://www.roblox.com/asset/?id=218771351",
  9553.         ["SB"] = "http://www.roblox.com/asset/?id=218774380",
  9554.         ["SF"] = "http://www.roblox.com/asset/?id=218773784"
  9555.     },
  9556.     ["ExpType"] = "MedSlow",
  9557.     ["EVYield"] = {
  9558.         ["Exp"] = 211,
  9559.         ["Def"] = 2
  9560.     },
  9561.     ["CatchRate"] = 30,
  9562. },
  9563. ["Electivire"] = {
  9564.     ["Pokedex"] = 207,
  9565.     ["PokedexDesc"] =  "It pushes the tips of its two tails against the foe, then lets loose with over 20,000 volts of power.",
  9566.     ["Species"] = "Thunderbolt Pokemon",
  9567.     ["Height"] = "5'11\"",
  9568.     ["Weight"] = 305.6,
  9569.     ["Type"] = {"Electric"},
  9570.     ["Stats"] = {
  9571.         ["HP"] = 75,
  9572.         ["Atk"] = 123,
  9573.         ["Def"] = 67,
  9574.         ["SpA"] = 95,
  9575.         ["SpD"] = 85,
  9576.         ["Speed"] = 95
  9577.         },
  9578.     ["Evolution"] = {},
  9579.     ["Gender"] = 75,
  9580.     ["Moves"] = {
  9581.         ["LevelUp"] = {
  9582.             [68] = {"Discharge"},
  9583.             [62] = {"Cross Chop"},
  9584.             [56] = {"Fire Punch"},
  9585.             [50] = {"Ice Punch"},
  9586.             [47] = {"Karate Chop"},
  9587.             [44] = {"Screech"},
  9588.             [40] = {"Thunderbolt"},
  9589.             [32] = {"Thunder Punch"},
  9590.             [26] = {"Shock Wave"},
  9591.             [21] = {"Thunder Wave"},
  9592.             [17] = {"Swift"},
  9593.             [12] = {"Low Kick"},
  9594.             [3] = {"Leer"},
  9595.             [1] = {"Quick Attack","ThunderShock"}
  9596.             },
  9597.         ["TM"] = {"Earthquake","Thunderbolt","Double Team","Toxic","Rest","Double-Edge","Brick Break","Focus Blast","Thunder Wave","Body Slam","Psychic"}
  9598.     },
  9599.     ["Sprites"] = {
  9600.         ["Front"] = "http://www.roblox.com/asset/?id=218773918",
  9601.         ["Back"] = "http://www.roblox.com/asset/?id=218774423",
  9602.         ["Mini"] = "http://www.roblox.com/asset/?id=218771734",
  9603.         ["SB"] = "http://www.roblox.com/asset/?id=218774431",
  9604.         ["SF"] = "http://www.roblox.com/asset/?id=218773934"
  9605.     },
  9606.     ["ExpType"] = "MedFast",
  9607.     ["EVYield"] = {
  9608.         ["Exp"] = 199,
  9609.         ["Atk"] = 3
  9610.     },
  9611.     ["CatchRate"] = 30,
  9612. },
  9613. ["Magmortar"] = {
  9614.     ["Pokedex"] = 208,
  9615.     ["PokedexDesc"] =  "Is it just me or is Magmortar the pioneer of the duck face?",
  9616.     ["Species"] = "Blast Pokemon",
  9617.     ["Height"] = "5'03\"",
  9618.     ["Weight"] = 149.9,
  9619.     ["Type"] = {"Fire"},
  9620.     ["Stats"] = {
  9621.         ["HP"] = 75,
  9622.         ["Atk"] = 95,
  9623.         ["Def"] = 67,
  9624.         ["SpA"] = 125,
  9625.         ["SpD"] = 95,
  9626.         ["Speed"] = 83
  9627.         },
  9628.     ["Evolution"] = {},
  9629.     ["Gender"] = 75,
  9630.     ["Moves"] = {
  9631.         ["LevelUp"] = {
  9632.             [62] = {"Cross Chop"},
  9633.             [58] = {"Thunderbolt"},
  9634.             [55] = {"Thunder Punch"},
  9635.             [50] = {"Fire Blast"},
  9636.             [40] = {"Flamethrower"},
  9637.             [32] = {"Fire Punch"},
  9638.             [26] = {"Confuse Ray"},
  9639.             [21] = {"Will-O-Wisp"},
  9640.             [17] = {"Faint Attack"},
  9641.             [12] = {"SmokeScreen"},
  9642.             [3] = {"Leer"},
  9643.             [1] = {"Smog","Ember"}
  9644.             },
  9645.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Brick Break","Focus Blast","Will-O-Wisp","Flamethrower","Body Slam","Psychic","Thunderbolt"}
  9646.     },
  9647.     ["Sprites"] = {
  9648.         ["Front"] = "http://www.roblox.com/asset/?id=218773787",
  9649.         ["Back"] = "http://www.roblox.com/asset/?id=218774485",
  9650.         ["Mini"] = "http://www.roblox.com/asset/?id=218771671",
  9651.         ["SB"] = "http://www.roblox.com/asset/?id=218774490",
  9652.         ["SF"] = "http://www.roblox.com/asset/?id=218773835"
  9653.     },
  9654.     ["ExpType"] = "MedFast",
  9655.     ["EVYield"] = {
  9656.         ["Exp"] = 199,
  9657.         ["SpA"] = 3
  9658.     },
  9659.     ["CatchRate"] = 30,
  9660. },
  9661. ["Leafeon"] = {
  9662.     ["Pokedex"] = 209,
  9663.     ["PokedexDesc"] = "It basically does not fight. With cells similar to those of plants, it can perform photosynthesis. ",
  9664.     ["Species"] = "Verdant Pokemon",
  9665.     ["Height"] = "3'03\"",
  9666.     ["Weight"] = 56.2,
  9667.     ["Type"] = {"Grass"},
  9668.     ["Stats"] = {
  9669.         ["HP"] = 65,
  9670.         ["Atk"] = 110,
  9671.         ["Def"] = 130,
  9672.         ["SpA"] = 60,
  9673.         ["SpD"] = 65,
  9674.         ["Speed"] = 95
  9675.         },
  9676.     ["Evolution"] = {},
  9677.     ["Gender"] = 50,
  9678.     ["Moves"] = {
  9679.         ["LevelUp"] = {
  9680.             [55] = {"Leaf Blade"},
  9681.             [46] = {"Aerial Ace"},
  9682.             [40] = {"Crunch"},
  9683.             [37] = {"Swords Dance"},
  9684.             [30] = {"Bite"},
  9685.             [25] = {"Giga Drain"},
  9686.             [23] = {"Quick Attack"},
  9687.             [16] = {"Razor Leaf"},
  9688.             [12] = {"Swift"},
  9689.             [8] = {"Sand-Attack"},
  9690.             [1] = {"Tackle","Tail Whip"}
  9691.             },
  9692.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Shadow Ball"}
  9693.     },
  9694.     ["Sprites"] = {
  9695.         ["Front"] = "http://www.roblox.com/asset/?id=218773852",
  9696.         ["Back"] = "http://www.roblox.com/asset/?id=218774498",
  9697.         ["Mini"] = "http://www.roblox.com/asset/?id=218771677",
  9698.         ["SB"] = "http://www.roblox.com/asset/?id=218774504",
  9699.         ["SF"] = "http://www.roblox.com/asset/?id=218773863"
  9700.     },
  9701.     ["ExpType"] = "MedFast",
  9702.     ["EVYield"] = {
  9703.         ["Exp"] = 198,
  9704.         ["Def"] = 2
  9705.     },
  9706.     ["CatchRate"] = 45,
  9707. },
  9708. ["Glaceon"] = {
  9709.     ["Pokedex"] = 210,
  9710.     ["PokedexDesc"] = "What do you say to an angry Glaceon? \" Chill out, bro.\"",
  9711.     ["Species"] = "Fresh Snow Pokemon",
  9712.     ["Height"] = "2'07\"",
  9713.     ["Weight"] = 57.1,
  9714.     ["Type"] = {"Ice"},
  9715.     ["Stats"] = {
  9716.         ["HP"] = 65,
  9717.         ["Atk"] = 60,
  9718.         ["Def"] = 110,
  9719.         ["SpA"] = 130,
  9720.         ["SpD"] = 95,
  9721.         ["Speed"] = 65
  9722.         },
  9723.     ["Evolution"] = {},
  9724.     ["Gender"] = 50,
  9725.     ["Moves"] = {
  9726.         ["LevelUp"] = {
  9727.             [72] = {"Signal Beam"},
  9728.             [65] = {"Aqua Tail"},
  9729.             [58] = {"Water Pulse"},
  9730.             [55] = {"Blizzard"},
  9731.             [46] = {"Frost Breath"},
  9732.             [40] = {"Crunch"},
  9733.             [37] = {"Ice Beam"},
  9734.             [30] = {"Bite"},
  9735.             [25] = {"Ice Shard"},
  9736.             [23] = {"Quick Attack"},
  9737.             [20] = {"Ice Fang"},
  9738.             [16] = {"Icy Wind"},
  9739.             [12] = {"Swift"},
  9740.             [8] = {"Sand-Attack"},
  9741.             [1] = {"Tackle","Tail Whip"}
  9742.             },
  9743.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Ice Beam","Icy Wind","Shadow Ball"}
  9744.     },
  9745.     ["Sprites"] = {
  9746.         ["Front"] = "http://www.roblox.com/asset/?id=218773903",
  9747.         ["Back"] = "http://www.roblox.com/asset/?id=218774511",
  9748.         ["Mini"] = "http://www.roblox.com/asset/?id=218771682",
  9749.         ["SB"] = "http://www.roblox.com/asset/?id=218774522",
  9750.         ["SF"] = "http://www.roblox.com/asset/?id=218773912"
  9751.     },
  9752.     ["ExpType"] = "MedFast",
  9753.     ["EVYield"] = {
  9754.         ["Exp"] = 198,
  9755.         ["SpA"] = 2
  9756.     },
  9757.     ["CatchRate"] = 45,
  9758. },
  9759. ["Seedot"] = {
  9760.     ["Pokedex"] = 211,
  9761.     ["PokedexDesc"] = "Seedot is one of the best Pokemon in a nutshell.",
  9762.     ["Species"] = "Acorn Pokemon",
  9763.     ["Height"] = "1'08\"",
  9764.     ["Weight"] = 8.8,
  9765.     ["Type"] = {"Grass"},
  9766.     ["Stats"] = {
  9767.         ["HP"] = 40,
  9768.         ["Atk"] = 40,
  9769.         ["Def"] = 50,
  9770.         ["SpA"] = 30,
  9771.         ["SpD"] = 30,
  9772.         ["Speed"] = 30
  9773.         },
  9774.     ["Evolution"] = {14, "Nuzleaf"},
  9775.     ["Gender"] = 50,
  9776.     ["Moves"] = {
  9777.         ["LevelUp"] = {
  9778.             [15] = {"Quick Attack"},
  9779.             [14] = {"Bullet Seed"},
  9780.             [12] = {"Amnesia"},
  9781.             [6] = {"Tackle"},
  9782.             [1] = {"Harden", "Growth"}
  9783.             },
  9784.         ["TM"] = {"Brick Break","Dark Pulse", "Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Shadow Ball"}
  9785.     },
  9786.     ["Sprites"] = {
  9787.         ["Front"] = "http://www.roblox.com/asset/?id=225762644",
  9788.         ["Back"] = "http://www.roblox.com/asset/?id=225762682",
  9789.         ["Mini"] = "http://www.roblox.com/asset/?id=225762665",
  9790.         ["SB"] = "http://www.roblox.com/asset/?id=225762697",
  9791.         ["SF"] = "http://www.roblox.com/asset/?id=225762651"
  9792.     },
  9793.     ["ExpType"] = "MedSlow",
  9794.     ["EVYield"] = {
  9795.         ["Exp"] = 74,
  9796.         ["Def"] = 1
  9797.     },
  9798.     ["CatchRate"] = 255,
  9799. },
  9800.  
  9801. ["Nuzleaf"] = {
  9802.     ["Pokedex"] = 212,
  9803.     ["PokedexDesc"] = "This Pokemon reminds me of John Locke for some reason.",
  9804.     ["Species"] = "Wily Pokemon",
  9805.     ["Height"] = "3'03\"",
  9806.     ["Weight"] = 61.7,
  9807.     ["Type"] = {"Grass", "Dark"},
  9808.     ["Stats"] = {
  9809.         ["HP"] = 70,
  9810.         ["Atk"] = 70,
  9811.         ["Def"] = 40,
  9812.         ["SpA"] = 60,
  9813.         ["SpD"] = 40,
  9814.         ["Speed"] = 60
  9815.         },
  9816.     ["Evolution"] = {},
  9817.     ["EvolutionStone"] = {["Leaf Stone"] = "Shiftry"},
  9818.     ["Gender"] = 50,
  9819.     ["Moves"] = {
  9820.         ["LevelUp"] = {
  9821.             [40] = {"Energy Ball"},
  9822.             [33] = {"Leaf Blade"},
  9823.             [28] = {"Dark Pulse"},
  9824.             [23] = {"Swords Dance"},
  9825.             [20] = {"Faint Attack"},
  9826.             [14] = {"Razor Leaf"},
  9827.             [6] = {"Tackle"},
  9828.             [1] = {"Harden", "Growth"}
  9829.             },
  9830.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Shadow Ball"}
  9831.     },
  9832.     ["Sprites"] = {
  9833.         ["Front"] = "http://www.roblox.com/asset/?id=225764428",
  9834.         ["Back"] = "http://www.roblox.com/asset/?id=225764532",
  9835.         ["Mini"] = "http://www.roblox.com/asset/?id=225764485",
  9836.         ["SB"] = "http://www.roblox.com/asset/?id=225764468",
  9837.         ["SF"] = "http://www.roblox.com/asset/?id=225764459"
  9838.     },
  9839.     ["ExpType"] = "MedSlow",
  9840.     ["EVYield"] = {
  9841.         ["Exp"] = 141,
  9842.         ["Atk"] = 2
  9843.     },
  9844.     ["CatchRate"] = 120,
  9845. },
  9846.  
  9847. ["Shiftry"] = {
  9848.     ["Pokedex"] = 213,
  9849.     ["PokedexDesc"] = "\"I'm real. I'm a real boy!\" --Shiftry to Geppetto.",
  9850.     ["Species"] = "Wicked Pokemon",
  9851.     ["Height"] = "4'03\"",
  9852.     ["Weight"] = 131.4,
  9853.     ["Type"] = {"Grass", "Dark"},
  9854.     ["Stats"] = {
  9855.         ["HP"] = 90,
  9856.         ["Atk"] = 100,
  9857.         ["Def"] = 60,
  9858.         ["SpA"] = 90,
  9859.         ["SpD"] = 60,
  9860.         ["Speed"] = 80
  9861.         },
  9862.     ["Evolution"] = {},
  9863.     ["Gender"] = 50,
  9864.     ["Moves"] = {
  9865.         ["LevelUp"] = {
  9866.             [72] = {"Hurricane"},
  9867.             [65] = {"Leaf Storm"},
  9868.             [40] = {"Energy Ball"},
  9869.             [33] = {"Leaf Blade"},
  9870.             [28] = {"Dark Pulse"},
  9871.             [23] = {"Swords Dance"},
  9872.             [20] = {"Faint Attack"},
  9873.             [14] = {"Razor Leaf"},
  9874.             [6] = {"Tackle"},
  9875.             [1] = {"Harden", "Growth"}
  9876.             },
  9877.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Shadow Ball"}
  9878.     },
  9879.     ["Sprites"] = {
  9880.         ["Front"] = "http://www.roblox.com/asset/?id=225764722",
  9881.         ["Back"] = "http://www.roblox.com/asset/?id=225764705",
  9882.         ["Mini"] = "http://www.roblox.com/asset/?id=225764742",
  9883.         ["SB"] = "http://www.roblox.com/asset/?id=225764684",
  9884.         ["SF"] = "http://www.roblox.com/asset/?id=225764695"
  9885.     },
  9886.     ["ExpType"] = "MedSlow",
  9887.     ["EVYield"] = {
  9888.         ["Exp"] = 192,
  9889.         ["Atk"] = 3
  9890.     },
  9891.     ["CatchRate"] = 120,
  9892. },
  9893.  
  9894. ["Tropius"] = {
  9895.     ["Pokedex"] = 214,
  9896.     ["PokedexDesc"] = "Ring, ring, ring, ring, ring, ring, ring, bananaphone",
  9897.     ["Species"] = "Fruit Pokemon",
  9898.     ["Height"] = "6'07\"",
  9899.     ["Weight"] = 220.5,
  9900.     ["Type"] = {"Grass", "Flying"},
  9901.     ["Stats"] = {
  9902.         ["HP"] = 99,
  9903.         ["Atk"] = 68,
  9904.         ["Def"] = 83,
  9905.         ["SpA"] = 72,
  9906.         ["SpD"] = 87,
  9907.         ["Speed"] = 51
  9908.         },
  9909.     ["Evolution"] = {},
  9910.     ["Gender"] = 50,
  9911.     ["Moves"] = {
  9912.         ["LevelUp"] = {
  9913.             [72] = {"Leaf Storm"},
  9914.             [65] = {"Dragon Dance"},
  9915.             [52] = {"Dragon Pulse"},
  9916.             [40] = {"Seed Bomb"},
  9917.             [33] = {"Leaf Blade"},
  9918.             [28] = {"Body Slam"},
  9919.             [23] = {"Air Slash"},
  9920.             [15] = {"Magical Leaf"},
  9921.             [12] = {"Growth"},
  9922.             [6] = {"Gust"},
  9923.             [1] = {"Leaf Storm"}
  9924.             },
  9925.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Aerial Ace"}
  9926.     },
  9927.     ["Sprites"] = {
  9928.         ["Front"] = "http://www.roblox.com/asset/?id=225774035",
  9929.         ["Back"] = "http://www.roblox.com/asset/?id=225774013",
  9930.         ["Mini"] = "http://www.roblox.com/asset/?id=225773942",
  9931.         ["SB"] = "http://www.roblox.com/asset/?id=225773947",
  9932.         ["SF"] = "http://www.roblox.com/asset/?id=225773997"
  9933.     },
  9934.     ["ExpType"] = "Slow",
  9935.     ["EVYield"] = {
  9936.         ["Exp"] = 169,
  9937.         ["HP"] = 2
  9938.     },
  9939.     ["CatchRate"] = 200,
  9940. },
  9941. ["Sneasel"] = {
  9942.     ["Pokedex"] = 215,
  9943.     ["PokedexDesc"] = "Actual weasels don't have sharp claws.",
  9944.     ["Species"] = "Sharp Claw Pokemon",
  9945.     ["Height"] = "2'11\"",
  9946.     ["Weight"] = 61.7,
  9947.     ["Ability"] = "Inner Focus",
  9948.     ["Type"] = {"Dark", "Ice"},
  9949.     ["Stats"] = {
  9950.         ["HP"] = 55,
  9951.         ["Atk"] = 95,
  9952.         ["Def"] = 55,
  9953.         ["SpA"] = 35,
  9954.         ["SpD"] = 75,
  9955.         ["Speed"] = 115
  9956.         },
  9957.     ["Evolution"] = {},
  9958.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Weavile"},
  9959.     ["Gender"] = 50,
  9960.     ["Moves"] = {
  9961.         ["LevelUp"] = {
  9962.             [89] = {"False Swipe"},
  9963.             [72] = {"Night Slash"},
  9964.             [66] = {"Brick Break"},
  9965.             [59] = {"Ice Beam"},
  9966.             [53] = {"Swords Dance"},
  9967.             [47] = {"Low Kick"},
  9968.             [42] = {"Ice Punch"},
  9969.             [38] = {"Screech"},
  9970.             [36] = {"Ice Shard"},
  9971.             [33] = {"Agility"},
  9972.             [28] = {"Slash"},
  9973.             [23] = {"Metal Claw"},
  9974.             [18] = {"Faint Attack"},
  9975.             [14] = {"Icy Wind"},
  9976.             [6] = {"Quick Attack"},
  9977.             [1] = {"Scratch", "Growl"}
  9978.             },
  9979.         ["TM"] = {"Night Slash","Brick Break", "Dark Pulse", "Ice Beam","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Shadow Ball"}
  9980.     },
  9981.     ["Sprites"] = {
  9982.         ["Front"] = "http://www.roblox.com/asset/?id=225766130",
  9983.         ["Back"] = "http://www.roblox.com/asset/?id=225766113",
  9984.         ["Mini"] = "http://www.roblox.com/asset/?id=225766046",
  9985.         ["SB"] = "http://www.roblox.com/asset/?id=225766060",
  9986.         ["SF"] = "http://www.roblox.com/asset/?id=225766069"
  9987.     },
  9988.     ["ExpType"] = "MedSlow",
  9989.     ["EVYield"] = {
  9990.         ["Exp"] = 141,
  9991.         ["Speed"] = 1
  9992.     },
  9993.     ["CatchRate"] = 60,
  9994.     },
  9995.    
  9996. ["Weavile"] = {
  9997.     ["Pokedex"] = 216,
  9998.     ["PokedexDesc"] = "Weavile has a pretty sick headdress.",
  9999.     ["Species"] = "Sharp Claw Pokemon",
  10000.     ["Height"] = "3'07\"",
  10001.     ["Weight"] = 75,
  10002.     ["Ability"] = "Pressure",
  10003.     ["Type"] = {"Dark", "Ice"},
  10004.     ["Stats"] = {
  10005.         ["HP"] = 70,
  10006.         ["Atk"] = 120,
  10007.         ["Def"] = 65,
  10008.         ["SpA"] = 45,
  10009.         ["SpD"] = 85,
  10010.         ["Speed"] = 125
  10011.         },
  10012.     ["Evolution"] = {},
  10013.     ["Gender"] = 50,
  10014.     ["Moves"] = {
  10015.         ["LevelUp"] = {
  10016.             [86] = {"False Swipe"},
  10017.             [72] = {"Night Slash"},
  10018.             [66] = {"Brick Break"},
  10019.             [59] = {"Ice Beam"},
  10020.             [53] = {"Swords Dance"},
  10021.             [47] = {"Low Kick"},
  10022.             [42] = {"Ice Punch"},
  10023.             [38] = {"Screech"},
  10024.             [36] = {"Ice Shard"},
  10025.             [33] = {"Agility"},
  10026.             [28] = {"Slash"},
  10027.             [23] = {"Metal Claw"},
  10028.             [18] = {"Faint Attack"},
  10029.             [14] = {"Icy Wind"},
  10030.             [6] = {"Quick Attack"},
  10031.             [1] = {"Scratch", "Growl"}
  10032.             },
  10033.         ["TM"] = {"Aerial Ace", "Brick Break", "Dark Pulse", "Ice Beam","Night Slash","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Shadow Ball"}
  10034.     },
  10035.     ["Sprites"] = {
  10036.         ["Front"] = "http://www.roblox.com/asset/?id=225766388",
  10037.         ["Back"] = "http://www.roblox.com/asset/?id=225766370",
  10038.         ["Mini"] = "http://www.roblox.com/asset/?id=225766329",
  10039.         ["SB"] = "http://www.roblox.com/asset/?id=225766347",
  10040.         ["SF"] = "http://www.roblox.com/asset/?id=225766359"
  10041.     },
  10042.     ["ExpType"] = "MedSlow",
  10043.     ["EVYield"] = {
  10044.         ["Exp"] = 141,
  10045.         ["Atk"] = 1,
  10046.         ["Speed"] = 1
  10047.     },
  10048.     ["CatchRate"] = 45,
  10049. },
  10050.  
  10051. ["Togepi"] = {
  10052.     ["Pokedex"] = 217,
  10053.     ["PokedexDesc"] = "If a Togepi slides down a hill, it's called an \"Egg Roll\"!",
  10054.     ["Species"] = "Spike Ball Pokemon",
  10055.     ["Height"] = "1'00\"",
  10056.     ["Weight"] = 3.3,
  10057.     ["Ability"] = "Serene Grace",
  10058.     ["Type"] = {"Fairy"},
  10059.     ["Stats"] = {
  10060.         ["HP"] = 35,
  10061.         ["Atk"] = 20,
  10062.         ["Def"] = 65,
  10063.         ["SpA"] = 40,
  10064.         ["SpD"] = 65,
  10065.         ["Speed"] = 20
  10066.         },
  10067.     ["Evolution"] = {},
  10068.     ["EvolutionStone"] = {["Friendship Ribbon"] = "Togetic"},
  10069.     ["Gender"] = 90,
  10070.     ["Moves"] = {
  10071.         ["LevelUp"] = {
  10072.             [47] = {"Thunder Wave"},
  10073.             [42] = {"Present"},
  10074.             [33] = {"Nasty Plot"},
  10075.             [28] = {"Psychic"},
  10076.             [23] = {"Shadow Ball"},
  10077.             [18] = {"Double-Edge"},
  10078.             [14] = {"Body Slam"},
  10079.             [6] = {"Tackle"},
  10080.             [1] = {"Growl"}
  10081.             },
  10082.         ["TM"] = {"Brick Break", "Flamethrower", "Psychic","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Shadow Ball"}
  10083.     },
  10084.     ["Sprites"] = {
  10085.         ["Front"] = "http://www.roblox.com/asset/?id=225783353",
  10086.         ["Back"] = "http://www.roblox.com/asset/?id=225783323",
  10087.         ["Mini"] = "http://www.roblox.com/asset/?id=225783284",
  10088.         ["SB"] = "http://www.roblox.com/asset/?id=225783305",
  10089.         ["SF"] = "http://www.roblox.com/asset/?id=225783333"
  10090.     },
  10091.     ["ExpType"] = "Fast",
  10092.     ["EVYield"] = {
  10093.         ["Exp"] = 75,
  10094.         ["SpD"] = 1
  10095.     },
  10096.     ["CatchRate"] = 190,
  10097. },
  10098.  
  10099. ["Togetic"] = {
  10100.     ["Pokedex"] = 218,
  10101.     ["PokedexDesc"] = "^_^ <-- Togetic's typical face",
  10102.     ["Species"] = "Happiness Pokemon",
  10103.     ["Height"] = "2'00\"",
  10104.     ["Weight"] = 7.1,
  10105.     ["Ability"] = "Serene Grace",
  10106.     ["Type"] = {"Fairy", "Flying"},
  10107.     ["Stats"] = {
  10108.         ["HP"] = 55,
  10109.         ["Atk"] = 40,
  10110.         ["Def"] = 85,
  10111.         ["SpA"] = 80,
  10112.         ["SpD"] = 105,
  10113.         ["Speed"] = 40
  10114.         },
  10115.     ["Evolution"] = {},
  10116.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Togekiss"},
  10117.     ["Gender"] = 90,
  10118.     ["Moves"] = {
  10119.         ["LevelUp"] = {
  10120.             [52] = {"Steel Wing"},
  10121.             [47] = {"Thunder Wave"},
  10122.             [42] = {"Present"},
  10123.             [33] = {"Nasty Plot"},
  10124.             [28] = {"Psychic"},
  10125.             [23] = {"Shadow Ball"},
  10126.             [18] = {"Double-Edge"},
  10127.             [14] = {"Body Slam"},
  10128.             [6] = {"Tackle"},
  10129.             [1] = {"Growl"}
  10130.             },
  10131.         ["TM"] = {"Brick Break", "Flamethrower", "Psychic","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Shadow Ball"}
  10132.     },
  10133.     ["Sprites"] = {
  10134.         ["Front"] = "http://www.roblox.com/asset/?id=225783402",
  10135.         ["Back"] = "http://www.roblox.com/asset/?id=225783388",
  10136.         ["Mini"] = "http://www.roblox.com/asset/?id=225783428",
  10137.         ["SB"] = "http://www.roblox.com/asset/?id=225783376",
  10138.         ["SF"] = "http://www.roblox.com/asset/?id=225783370"
  10139.     },
  10140.     ["ExpType"] = "Fast",
  10141.     ["EVYield"] = {
  10142.         ["Exp"] = 110,
  10143.         ["SpD"] = 2
  10144.     },
  10145.     ["CatchRate"] = 75,
  10146. },
  10147.  
  10148. ["Togekiss"] = {
  10149.     ["Pokedex"] = 219,
  10150.     ["PokedexDesc"] = "I wanted to make a pun but I decided that would be poor TASTE.",
  10151.     ["Species"] = "Jubilee Pokemon",
  10152.     ["Height"] = "4'11\"",
  10153.     ["Weight"] = 83.8,
  10154.     ["Ability"] = "Serene Grace",
  10155.     ["Type"] = {"Fairy", "Flying"},
  10156.     ["Stats"] = {
  10157.         ["HP"] = 85,
  10158.         ["Atk"] = 50,
  10159.         ["Def"] = 95,
  10160.         ["SpA"] = 120,
  10161.         ["SpD"] = 115,
  10162.         ["Speed"] = 80
  10163.         },
  10164.     ["Evolution"] = {},
  10165.     ["Gender"] = 90,
  10166.     ["Moves"] = {
  10167.         ["LevelUp"] = {
  10168.             [75] = {"Dazzling Gleam"},
  10169.             [67] = {"Air Slash"},
  10170.             [60] = {"Aura Sphere"},
  10171.             [52] = {"Steel Wing"},
  10172.             [47] = {"Thunder Wave"},
  10173.             [42] = {"Present"},
  10174.             [37] = {"Air Slash"},
  10175.             [33] = {"Nasty Plot"},
  10176.             [28] = {"Psychic"},
  10177.             [23] = {"Shadow Ball"},
  10178.             [18] = {"Double-Edge"},
  10179.             [14] = {"Body Slam"},
  10180.             [6] = {"Tackle"},
  10181.             [1] = {"Growl"}
  10182.             },
  10183.         ["TM"] = {"Brick Break", "Flamethrower", "Psychic","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Shadow Ball"}
  10184.     },
  10185.     ["Sprites"] = {
  10186.         ["Front"] = "http://www.roblox.com/asset/?id=225783741",
  10187.         ["Back"] = "http://www.roblox.com/asset/?id=225783670",
  10188.         ["Mini"] = "http://www.roblox.com/asset/?id=225783504",
  10189.         ["SB"] = "http://www.roblox.com/asset/?id=225783536",
  10190.         ["SF"] = "http://www.roblox.com/asset/?id=225783708"
  10191.     },
  10192.     ["ExpType"] = "Fast",
  10193.     ["EVYield"] = {
  10194.         ["Exp"] = 220,
  10195.         ["SpA"] = 2,
  10196.         ["SpD"] = 1
  10197.     },
  10198.     ["CatchRate"] = 30,
  10199. },
  10200.  
  10201. ["Misdreavus"] = {
  10202.     ["Pokedex"] = 220,
  10203.     ["PokedexDesc"] = "Misdreavus - the only Ghost type added in Generation 2.",
  10204.     ["Species"] = "Screech Pokemon",
  10205.     ["Height"] = "2'04\"",
  10206.     ["Weight"] = 2.2,
  10207.     ["Ability"] = "Levitate",
  10208.     ["Type"] = {"Ghost"},
  10209.     ["Stats"] = {
  10210.         ["HP"] = 60,
  10211.         ["Atk"] = 60,
  10212.         ["Def"] = 60,
  10213.         ["SpA"] = 85,
  10214.         ["SpD"] = 85,
  10215.         ["Speed"] = 85
  10216.         },
  10217.     ["Evolution"] = {},
  10218.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Mismagius"},
  10219.     ["Gender"] = 50,
  10220.     ["Moves"] = {
  10221.         ["LevelUp"] = {
  10222.             [47] = {"Calm Mind"},
  10223.             [40] = {"Screech"},
  10224.             [34] = {"Shadow Ball"},
  10225.             [29] = {"Nasty Plot"},
  10226.             [23] = {"Will-O-Wisp"},
  10227.             [18] = {"Thunderbolt"},
  10228.             [14] = {"Confuse Ray"},
  10229.             [6] = {"Astonish"},
  10230.             [1] = {"Growl", "Confusion"}
  10231.             },
  10232.         ["TM"] = {"Thunderbolt", "Shadow Ball", "Thunder Wave","Double Team","Toxic","Rest","Icy Wind"}
  10233.     },
  10234.     ["Sprites"] = {
  10235.         ["Front"] = "http://www.roblox.com/asset/?id=225809223",
  10236.         ["Back"] = "http://www.roblox.com/asset/?id=225809204",
  10237.         ["Mini"] = "http://www.roblox.com/asset/?id=225809247",
  10238.         ["SB"] = "http://www.roblox.com/asset/?id=225809177",
  10239.         ["SF"] = "http://www.roblox.com/asset/?id=225809166"
  10240.     },
  10241.     ["ExpType"] = "Fast",
  10242.     ["EVYield"] = {
  10243.         ["Exp"] = 147,
  10244.         ["SpD"] = 1
  10245.     },
  10246.     ["CatchRate"] = 45,
  10247. },
  10248.  
  10249. ["Mismagius"] = {
  10250.     ["Pokedex"] = 221,
  10251.     ["PokedexDesc"] = "Blasted mages. Always sending you to the Twisting Nether. *sigh*",
  10252.     ["Species"] = "Magical Pokemon",
  10253.     ["Height"] = "2'11\"",
  10254.     ["Weight"] = 9.7,
  10255.     ["Ability"] = "Levitate",
  10256.     ["Type"] = {"Ghost"},
  10257.     ["Stats"] = {
  10258.         ["HP"] = 60,
  10259.         ["Atk"] = 60,
  10260.         ["Def"] = 60,
  10261.         ["SpA"] = 105,
  10262.         ["SpD"] = 105,
  10263.         ["Speed"] = 105
  10264.         },
  10265.     ["Evolution"] = {},
  10266.     ["Gender"] = 50,
  10267.     ["Moves"] = {
  10268.         ["LevelUp"] = {
  10269.             [67] = {"Dark Pulse"},
  10270.             [62] = {"Energy Ball"},
  10271.             [53] = {"Magical Leaf"},
  10272.             [47] = {"Calm Mind"},
  10273.             [40] = {"Screech"},
  10274.             [34] = {"Shadow Ball"},
  10275.             [29] = {"Nasty Plot"},
  10276.             [23] = {"Will-O-Wisp"},
  10277.             [18] = {"Thunderbolt"},
  10278.             [14] = {"Confuse Ray"},
  10279.             [6] = {"Astonish"},
  10280.             [1] = {"Growl", "Confusion"}
  10281.             },
  10282.         ["TM"] = {"Thunderbolt", "Shadow Ball", "Thunder Wave","Double Team","Toxic","Rest","Icy Wind"}
  10283.     },
  10284.     ["Sprites"] = {
  10285.         ["Front"] = "http://www.roblox.com/asset/?id=225809344",
  10286.         ["Back"] = "http://www.roblox.com/asset/?id=225809327",
  10287.         ["Mini"] = "http://www.roblox.com/asset/?id=225809267",
  10288.         ["SB"] = "http://www.roblox.com/asset/?id=225809306",
  10289.         ["SF"] = "http://www.roblox.com/asset/?id=225809318"
  10290.     },
  10291.     ["ExpType"] = "Fast",
  10292.     ["EVYield"] = {
  10293.         ["Exp"] = 187,
  10294.         ["SpA"] = 1,
  10295.         ["SpD"] = 1
  10296.     },
  10297.     ["CatchRate"] = 45,
  10298. },
  10299.  
  10300. ["Skorupi"] = {
  10301.     ["Pokedex"] = 222,
  10302.     ["PokedexDesc"] = "Skorupi is a SCORPION that's almost 3 feet tall. A SCORPION. Too scary.",
  10303.     ["Species"] = "Scorpion Pokemon",
  10304.     ["Height"] = "2'07\"",
  10305.     ["Weight"] = 26.5,
  10306.     ["Type"] = {"Poison", "Bug"},
  10307.     ["Stats"] = {
  10308.         ["HP"] = 40,
  10309.         ["Atk"] = 50,
  10310.         ["Def"] = 90,
  10311.         ["SpA"] = 30,
  10312.         ["SpD"] = 55,
  10313.         ["Speed"] = 65
  10314.         },
  10315.     ["Evolution"] = {40,"Drapion"},
  10316.     ["Gender"] = 50,
  10317.     ["Moves"] = {
  10318.         ["LevelUp"] = {
  10319.             [34] = {"Crunch"},
  10320.             [29] = {"Scary Face"},
  10321.             [23] = {"X-Scissor"},
  10322.             [18] = {"Twineedle"},
  10323.             [14] = {"Poison Fang"},
  10324.             [6] = {"Leer"},
  10325.             [1] = {"Bite", "Poison Sting"}
  10326.             },
  10327.         ["TM"] = {"Shadow Ball", "Thunder Wave","Double Team","Toxic","Rest"}
  10328.     },
  10329.     ["Sprites"] = {
  10330.         ["Front"] = "http://www.roblox.com/asset/?id=225805532",
  10331.         ["Back"] = "http://www.roblox.com/asset/?id=225805521",
  10332.         ["Mini"] = "http://www.roblox.com/asset/?id=225805483",
  10333.         ["SB"] = "http://www.roblox.com/asset/?id=225805505",
  10334.         ["SF"] = "http://www.roblox.com/asset/?id=225805513"
  10335.     },
  10336.     ["ExpType"] = "Slow",
  10337.     ["EVYield"] = {
  10338.         ["Exp"] = 114,
  10339.         ["Def"] = 1,
  10340.     },
  10341.     ["CatchRate"] = 90,
  10342. },
  10343.  
  10344. ["Drapion"] = {
  10345.     ["Pokedex"] = 223,
  10346.     ["PokedexDesc"] = "Drapion is love. Drapion is life.",
  10347.     ["Species"] = "Ogre Scorpion Pokemon",
  10348.     ["Height"] = "4'03\"",
  10349.     ["Weight"] = 135.6,
  10350.     ["Type"] = {"Poison", "Dark"},
  10351.     ["Stats"] = {
  10352.         ["HP"] = 70,
  10353.         ["Atk"] = 90,
  10354.         ["Def"] = 110,
  10355.         ["SpA"] = 60,
  10356.         ["SpD"] = 75,
  10357.         ["Speed"] = 95
  10358.         },
  10359.     ["Evolution"] = {},
  10360.     ["Gender"] = 50,
  10361.     ["Moves"] = {
  10362.         ["LevelUp"] = {
  10363.             [85] = {"False Swipe"},
  10364.             [75] = {"Rock Slide"},
  10365.             [70] = {"Earthquake"},
  10366.             [63] = {"Fire Fang"},
  10367.             [60] = {"Ice Fang"},
  10368.             [57] = {"Thunder Fang"},
  10369.             [54] = {"Night Slash"},
  10370.             [50] = {"Swords Dance"},
  10371.             [46] = {"Crunch"},
  10372.             [40] = {"Poison Jab"},
  10373.             [34] = {"Crunch"},
  10374.             [23] = {"X-Scissor"},
  10375.             [18] = {"Twineedle"},
  10376.             [14] = {"Poison Fang"},
  10377.             [6] = {"Leer"},
  10378.             [1] = {"Bite", "Poison Sting"}
  10379.             },
  10380.         ["TM"] = {"Earthquake","Brick Break","Shadow Ball", "Thunder Wave","Double Team","Toxic","Rest"}
  10381.     },
  10382.     ["Sprites"] = {
  10383.         ["Front"] = "http://www.roblox.com/asset/?id=225805635",
  10384.         ["Back"] = "http://www.roblox.com/asset/?id=225805619",
  10385.         ["Mini"] = "http://www.roblox.com/asset/?id=225805578",
  10386.         ["SB"] = "http://www.roblox.com/asset/?id=225805593",
  10387.         ["SF"] = "http://www.roblox.com/asset/?id=225805605"
  10388.     },
  10389.     ["ExpType"] = "Slow",
  10390.     ["EVYield"] = {
  10391.         ["Exp"] = 204,
  10392.         ["Def"] = 2,
  10393.     },
  10394.     ["CatchRate"] = 45,
  10395. },
  10396.  
  10397.  
  10398. ["Rayquaza"] = {
  10399.     ["Pokedex"] = 224,
  10400.     ["PokedexDesc"] =  "Rayquaza is slower than Salamence; something to think about.",
  10401.     ["Species"] = "Sky High Pokemon",
  10402.     ["Height"] = "23'00\"",
  10403.     ["Weight"] = 455.2,
  10404.     ["Type"] = {"Dragon","Flying"},
  10405.     ["Stats"] = {
  10406.         ["HP"] = 105,
  10407.         ["Atk"] = 150,
  10408.         ["Def"] = 90,
  10409.         ["SpA"] = 150,
  10410.         ["SpD"] = 90,
  10411.         ["Speed"] = 95
  10412.         },
  10413.     ["Evolution"] = {},
  10414.     ["Gender"] = "Unknown",
  10415.     ["Moves"] = {
  10416.         ["LevelUp"] = {
  10417.             [80] = {"Ice Beam"},
  10418.             [75] = {"Earthquake"},
  10419.             [65] = {"Iron Head"},
  10420.             [55] = {"Dragon Rush"},
  10421.             [40] = {"Dragon Dance"},
  10422.             [32] = {"Dragon Claw"},
  10423.             [26] = {"Dragon Pulse"},
  10424.             [26] = {"Rest"},
  10425.             [16] = {"Air Slash"},
  10426.             [11] = {"Crunch"},
  10427.             [5] = {"Scary Face"},
  10428.             [1] = {"Twister"}
  10429.             },
  10430.         ["TM"] = {"Aerial Ace","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  10431.     },
  10432.     ["Sprites"] = {
  10433.         ["Front"] = "http://www.roblox.com/asset/?id=230579709",
  10434.         ["Back"] = "http://www.roblox.com/asset/?id=230579728",
  10435.         ["Mini"] = "http://www.roblox.com/asset/?id=230579685",
  10436.         ["SB"] = "http://www.roblox.com/asset/?id=230579743",
  10437.         ["SF"] = "http://www.roblox.com/asset/?id=230579714"
  10438.     },
  10439.     ["ExpType"] = "Slow",
  10440.     ["EVYield"] = {
  10441.         ["Exp"] = 218,
  10442.         ["Atk"] = 2,
  10443.         ["SpA"] = 1,
  10444.     },
  10445.     ["CatchRate"] = 3,
  10446. },
  10447.  
  10448. ["Absol"] = {
  10449.     ["Pokedex"] = 225,
  10450.     ["PokedexDesc"] = "You're quite lucky to have owned an Absol --  congrats!",
  10451.     ["Species"] = "Disaster Pokemon",
  10452.     ["Height"] = "3'11\"",
  10453.     ["Weight"] = 103.6,
  10454.     ["Ability"] = "Pressure",
  10455.     ["Type"] = {"Dark"},
  10456.     ["Stats"] = {
  10457.         ["HP"] = 65,
  10458.         ["Atk"] = 130,
  10459.         ["Def"] = 60,
  10460.         ["SpA"] = 75,
  10461.         ["SpD"] = 60,
  10462.         ["Speed"] = 75
  10463.         },
  10464.     ["Evolution"] = {},
  10465.     ["Gender"] = 50,
  10466.     ["Moves"] = {
  10467.         ["LevelUp"] = {
  10468.             [65] = {"False Swipe"},
  10469.             [57] = {"Megahorn"},
  10470.             [50] = {"Faint Attack"},
  10471.             [46] = {"Rock Tomb"},
  10472.             [43] = {"Aerial Ace"},
  10473.             [40] = {"Psycho Cut"},
  10474.             [34] = {"Night Slash"},
  10475.             [30] = {"Swords Dance"},
  10476.             [23] = {"Slash"},
  10477.             [18] = {"Double Team"},
  10478.             [14] = {"Bite"},
  10479.             [6] = {"Quick Attack"},
  10480.             [1] = {"Scratch","Leer"}
  10481.             },
  10482.         ["TM"] = {"Ice Beam","Thunderbolt","Shadow Ball","Icy Wind","Thunder Wave","Double Team","Toxic","Rest"}
  10483.     },
  10484.     ["Sprites"] = {
  10485.         ["Front"] = "http://www.roblox.com/asset/?id=225871874",
  10486.         ["Back"] = "http://www.roblox.com/asset/?id=225871800",
  10487.         ["Mini"] = "http://www.roblox.com/asset/?id=225871738",
  10488.         ["SB"] = "http://www.roblox.com/asset/?id=225871762",
  10489.         ["SF"] = "http://www.roblox.com/asset/?id=225871824"
  10490.     },
  10491.     ["ExpType"] = "MedSlow",
  10492.     ["EVYield"] = {
  10493.         ["Exp"] = 174,
  10494.         ["Atk"] = 2,
  10495.     },
  10496.     ["CatchRate"] = 30,
  10497. },
  10498.  
  10499. ["Heracross"] = {
  10500.     ["Pokedex"] = 226,
  10501.     ["PokedexDesc"] = "I don't know why, but Heracross just bugs me.",
  10502.     ["Species"] = "Single Horn Pokemon",
  10503.     ["Height"] = "4'11\"",
  10504.     ["Weight"] = 119.0,
  10505.     ["Type"] = {"Bug","Fighting"},
  10506.     ["Stats"] = {
  10507.         ["HP"] = 80,
  10508.         ["Atk"] = 125,
  10509.         ["Def"] = 75,
  10510.         ["SpA"] = 40,
  10511.         ["SpD"] = 95,
  10512.         ["Speed"] = 85
  10513.         },
  10514.     ["Evolution"] = {},
  10515.     ["Gender"] = 50,
  10516.     ["Moves"] = {
  10517.         ["LevelUp"] = {
  10518.             [72] = {"False Swipe"},
  10519.             [65] = {"Stone Edge"},
  10520.             [57] = {"Megahorn"},
  10521.             [50] = {"Close Combat"},
  10522.             [46] = {"Brick Break"},
  10523.             [43] = {"Aerial Ace"},
  10524.             [40] = {"Night Slash"},
  10525.             [34] = {"Fury Attack"},
  10526.             [30] = {"Swords Dance"},
  10527.             [23] = {"Low Kick"},
  10528.             [18] = {"Aerial Ace"},
  10529.             [14] = {"Horn Attack"},
  10530.             [6] = {"Leer"},
  10531.             [1] = {"Tackle"}
  10532.             },
  10533.         ["TM"] = {"Brick Break","Earthquake","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10534.     },
  10535.     ["Sprites"] = {
  10536.         ["Front"] = "http://www.roblox.com/asset/?id=225871139",
  10537.         ["Back"] = "http://www.roblox.com/asset/?id=225871114",
  10538.         ["Mini"] = "http://www.roblox.com/asset/?id=225871074",
  10539.         ["SB"] = "http://www.roblox.com/asset/?id=225871096",
  10540.         ["SF"] = "http://www.roblox.com/asset/?id=225871105"
  10541.     },
  10542.     ["ExpType"] = "Slow",
  10543.     ["EVYield"] = {
  10544.         ["Exp"] = 174,
  10545.         ["Atk"] = 2,
  10546.     },
  10547.     ["CatchRate"] = 30,
  10548. },
  10549.  
  10550. ["Yanma"] = {
  10551.     ["Pokedex"] = 227,
  10552.     ["PokedexDesc"] = "You can see Yanma in Fast and Furious - in theaters!",
  10553.     ["Species"] = "Dragonfly Pokemon",
  10554.     ["Height"] = "3'11\"",
  10555.     ["Weight"] = 83.8,
  10556.     ["Type"] = {"Bug","Flying"},
  10557.     ["Stats"] = {
  10558.         ["HP"] = 65,
  10559.         ["Atk"] = 65,
  10560.         ["Def"] = 45,
  10561.         ["SpA"] = 75,
  10562.         ["SpD"] = 45,
  10563.         ["Speed"] = 95
  10564.         },
  10565.     ["Evolution"] = {},
  10566.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Yanmega"},
  10567.     ["Gender"] = 50,
  10568.     ["Moves"] = {
  10569.         ["LevelUp"] = {
  10570.             [50] = {"Signal Beam"},
  10571.             [46] = {"Steel Wing"},
  10572.             [47] = {"Screech"},
  10573.             [40] = {"Bug Buzz"},
  10574.             [34] = {"Air Slash"},
  10575.             [30] = {"Agility"},
  10576.             [23] = {"Wing Attack"},
  10577.             [18] = {"Hypnosis"},
  10578.             [14] = {"Supersonic"},
  10579.             [6] = {"Quick Attack"},
  10580.             [1] = {"Tackle"}
  10581.             },
  10582.         ["TM"] = {"Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10583.     },
  10584.     ["Sprites"] = {
  10585.         ["Front"] = "http://www.roblox.com/asset/?id=225870790",
  10586.         ["Back"] = "http://www.roblox.com/asset/?id=225870725",
  10587.         ["Mini"] = "http://www.roblox.com/asset/?id=225870618",
  10588.         ["SB"] = "http://www.roblox.com/asset/?id=225870667",
  10589.         ["SF"] = "http://www.roblox.com/asset/?id=225870699"
  10590.     },
  10591.     ["ExpType"] = "MedFast",
  10592.     ["EVYield"] = {
  10593.         ["Exp"] = 147,
  10594.         ["Speed"] = 1,
  10595.     },
  10596.     ["CatchRate"] = 75,
  10597. },
  10598.  
  10599. ["Yanmega"] = {
  10600.     ["Pokedex"] = 228,
  10601.     ["PokedexDesc"] = "Yanmega was a prototype for megaevolution - YanMEGA.",
  10602.     ["Species"] = "Ogre Darner Pokemon",
  10603.     ["Height"] = "6'03\"",
  10604.     ["Weight"] = 83.8,
  10605.     ["Type"] = {"Bug","Flying"},
  10606.     ["Stats"] = {
  10607.         ["HP"] = 86,
  10608.         ["Atk"] = 76,
  10609.         ["Def"] = 86,
  10610.         ["SpA"] = 116,
  10611.         ["SpD"] = 56,
  10612.         ["Speed"] = 95
  10613.         },
  10614.     ["Evolution"] = {},
  10615.     ["Gender"] = 50,
  10616.     ["Moves"] = {
  10617.         ["LevelUp"] = {
  10618.             [50] = {"Signal Beam"},
  10619.             [46] = {"Steel Wing"},
  10620.             [47] = {"Screech"},
  10621.             [40] = {"Bug Buzz"},
  10622.             [34] = {"Air Slash"},
  10623.             [30] = {"Agility"},
  10624.             [23] = {"Wing Attack"},
  10625.             [18] = {"Hypnosis"},
  10626.             [14] = {"Supersonic"},
  10627.             [6] = {"Quick Attack"},
  10628.             [1] = {"Tackle"}
  10629.             },
  10630.         ["TM"] = {"Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10631.     },
  10632.     ["Sprites"] = {
  10633.         ["Front"] = "http://www.roblox.com/asset/?id=225870982",
  10634.         ["Back"] = "http://www.roblox.com/asset/?id=225870966",
  10635.         ["Mini"] = "http://www.roblox.com/asset/?id=225871005",
  10636.         ["SB"] = "http://www.roblox.com/asset/?id=225870923",
  10637.         ["SF"] = "http://www.roblox.com/asset/?id=225870948"
  10638.     },
  10639.     ["ExpType"] = "MedFast",
  10640.     ["EVYield"] = {
  10641.         ["Exp"] = 147,
  10642.         ["Atk"] = 2,
  10643.     },
  10644.     ["CatchRate"] = 75,
  10645. },
  10646.  
  10647. ["Murkrow"] = {
  10648.     ["Pokedex"] = 229,
  10649.     ["PokedexDesc"] = "A group of Murkrows is called a murder.",
  10650.     ["Species"] = "Darkness Pokemon",
  10651.     ["Height"] = "1'08\"",
  10652.     ["Weight"] = 4.6,
  10653.     ["Type"] = {"Dark","Flying"},
  10654.     ["Stats"] = {
  10655.         ["HP"] = 60,
  10656.         ["Atk"] = 85,
  10657.         ["Def"] = 42,
  10658.         ["SpA"] = 82,
  10659.         ["SpD"] = 42,
  10660.         ["Speed"] = 91
  10661.         },
  10662.     ["Evolution"] = {},
  10663.     ["EvolutionStone"] = {["Sinnoh Stone"] =  "Honchkrow"},
  10664.     ["Gender"] = 50,
  10665.     ["Moves"] = {
  10666.         ["LevelUp"] = {
  10667.             [52] = {"Icy Wind"},
  10668.             [47] = {"Heat Wave"},
  10669.             [40] = {"Dark Pulse"},
  10670.             [34] = {"Brave Bird"},
  10671.             [30] = {"Night Slash"},
  10672.             [23] = {"Haze"},
  10673.             [18] = {"Faint Attack"},
  10674.             [14] = {"Wing Attack"},
  10675.             [6] = {"Astonish"},
  10676.             [1] = {"Peck"}
  10677.             },
  10678.         ["TM"] = {"Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10679.     },
  10680.     ["Sprites"] = {
  10681.         ["Front"] = "http://www.roblox.com/asset/?id=225944672",
  10682.         ["Back"] = "http://www.roblox.com/asset/?id=225944626",
  10683.         ["Mini"] = "http://www.roblox.com/asset/?id=225944692",
  10684.         ["SB"] = "http://www.roblox.com/asset/?id=225944585",
  10685.         ["SF"] = "http://www.roblox.com/asset/?id=225944652"
  10686.     },
  10687.     ["ExpType"] = "MedSlow",
  10688.     ["EVYield"] = {
  10689.         ["Exp"] = 107,
  10690.         ["Speed"] = 1,
  10691.     },
  10692.     ["CatchRate"] = 75,
  10693. },
  10694.  
  10695. ["Honchkrow"] = {
  10696.     ["Pokedex"] = 230,
  10697.     ["PokedexDesc"] = "*tips fedora* H-hello m-m'lady.",
  10698.     ["Species"] = "Big Boss Pokemon",
  10699.     ["Height"] = "2'11\"",
  10700.     ["Weight"] = 60.2,
  10701.     ["Type"] = {"Dark","Flying"},
  10702.     ["Stats"] = {
  10703.         ["HP"] = 100,
  10704.         ["Atk"] = 125,
  10705.         ["Def"] = 52,
  10706.         ["SpA"] = 105,
  10707.         ["SpD"] = 52,
  10708.         ["Speed"] = 71
  10709.         },
  10710.     ["Evolution"] = {},
  10711.     ["Gender"] = 50,
  10712.     ["Moves"] = {
  10713.         ["LevelUp"] = {
  10714.             [52] = {"Icy Wind"},
  10715.             [47] = {"Heat Wave"},
  10716.             [40] = {"Dark Pulse"},
  10717.             [34] = {"Brave Bird"},
  10718.             [30] = {"Night Slash"},
  10719.             [23] = {"Haze"},
  10720.             [18] = {"Faint Attack"},
  10721.             [14] = {"Wing Attack"},
  10722.             [6] = {"Astonish"},
  10723.             [1] = {"Peck"}
  10724.             },
  10725.         ["TM"] = {"Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10726.     },
  10727.     ["Sprites"] = {
  10728.         ["Front"] = "http://www.roblox.com/asset/?id=225945024",
  10729.         ["Back"] = "http://www.roblox.com/asset/?id=225945008",
  10730.         ["Mini"] = "http://www.roblox.com/asset/?id=225945049",
  10731.         ["SB"] = "http://www.roblox.com/asset/?id=225944973",
  10732.         ["SF"] = "http://www.roblox.com/asset/?id=225944989"
  10733.     },
  10734.     ["ExpType"] = "MedSlow",
  10735.     ["EVYield"] = {
  10736.         ["Exp"] = 204,
  10737.         ["Atk"] = 2,
  10738.     },
  10739.     ["CatchRate"] = 75,
  10740. },
  10741.  
  10742. ["Ralts"] = {
  10743.     ["Pokedex"] = 231,
  10744.     ["PokedexDesc"] = "The red thing on top of its head is like a knife.",
  10745.     ["Species"] = "Feeling Pokemon",
  10746.     ["Height"] = "1'04\"",
  10747.     ["Weight"] = 14.6,
  10748.     ["Type"] = {"Psychic","Fairy"},
  10749.     ["Stats"] = {
  10750.         ["HP"] = 28,
  10751.         ["Atk"] = 25,
  10752.         ["Def"] = 25,
  10753.         ["SpA"] = 45,
  10754.         ["SpD"] = 35,
  10755.         ["Speed"] = 40
  10756.         },
  10757.     ["Evolution"] = {20,"Kirlia"},
  10758.     ["Gender"] = 50,
  10759.     ["Moves"] = {
  10760.         ["LevelUp"] = {
  10761.             [52] = {"Will-O-Wisp"},
  10762.             [47] = {"Thunderbolt"},
  10763.             [40] = {"Dream Eater"},
  10764.             [34] = {"Dazzling Gleam"},
  10765.             [30] = {"Psychic"},
  10766.             [23] = {"Calm Mind"},
  10767.             [18] = {"Magical Leaf"},
  10768.             [14] = {"Double Team"},
  10769.             [6] = {"Confusion"},
  10770.             [1] = {"Growl"}
  10771.             },
  10772.         ["TM"] = {"Thunderbolt","Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10773.     },
  10774.     ["Sprites"] = {
  10775.         ["Front"] = "http://www.roblox.com/asset/?id=225977397",
  10776.         ["Back"] = "http://www.roblox.com/asset/?id=225977384",
  10777.         ["Mini"] = "http://www.roblox.com/asset/?id=225977367",
  10778.         ["SB"] = "http://www.roblox.com/asset/?id=225977376",
  10779.         ["SF"] = "http://www.roblox.com/asset/?id=225977388"
  10780.     },
  10781.     ["ExpType"] = "Slow",
  10782.     ["EVYield"] = {
  10783.         ["Exp"] = 70,
  10784.         ["SpA"] = 1,
  10785.     },
  10786.     ["CatchRate"] = 235,
  10787. },
  10788.  
  10789. ["Kirlia"] = {
  10790.     ["Pokedex"] = 232,
  10791.     ["PokedexDesc"] = "Human ballerinas don't exist -- Kirlia fills the void.",
  10792.     ["Species"] = "Emotion Pokemon",
  10793.     ["Height"] = "2'07\"",
  10794.     ["Weight"] = 44.5,
  10795.     ["Type"] = {"Psychic","Fairy"},
  10796.     ["Stats"] = {
  10797.         ["HP"] = 38,
  10798.         ["Atk"] = 35,
  10799.         ["Def"] = 35,
  10800.         ["SpA"] = 65,
  10801.         ["SpD"] = 45,
  10802.         ["Speed"] = 50
  10803.         },
  10804.     ["Evolution"] = {30,"Gardevoir"},
  10805.     ["Gender"] = 50,
  10806.     ["Moves"] = {
  10807.         ["LevelUp"] = {
  10808.             [57] = {"Will-O-Wisp"},
  10809.             [52] = {"Dream Eater"},
  10810.             [43] = {"Shadow Ball"},
  10811.             [37] = {"Dazzling Gleam"},
  10812.             [30] = {"Psychic"},
  10813.             [23] = {"Calm Mind"},
  10814.             [18] = {"Magical Leaf"},
  10815.             [14] = {"Double Team"},
  10816.             [6] = {"Confusion"},
  10817.             [1] = {"Growl"}
  10818.             },
  10819.         ["TM"] = {"Thunderbolt","Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10820.     },
  10821.     ["Sprites"] = {
  10822.         ["Front"] = "http://www.roblox.com/asset/?id=225977456",
  10823.         ["Back"] = "http://www.roblox.com/asset/?id=225977419",
  10824.         ["Mini"] = "http://www.roblox.com/asset/?id=225977466",
  10825.         ["SB"] = "http://www.roblox.com/asset/?id=225977412",
  10826.         ["SF"] = "http://www.roblox.com/asset/?id=225977434"
  10827.     },
  10828.     ["ExpType"] = "Slow",
  10829.     ["EVYield"] = {
  10830.         ["Exp"] = 70,
  10831.         ["SpA"] = 2,
  10832.     },
  10833.     ["CatchRate"] = 140,
  10834. },
  10835.  
  10836. ["Gardevoir"] = {
  10837.     ["Pokedex"] = 233,
  10838.     ["PokedexDesc"] = "Gardevoir could totally be considered a human... it can telepathically communicate.",
  10839.     ["Species"] = "Embrace Pokemon",
  10840.     ["Height"] = "5'03\"",
  10841.     ["Weight"] = 106.5,
  10842.     ["Type"] = {"Psychic","Fairy"},
  10843.     ["Stats"] = {
  10844.         ["HP"] = 68,
  10845.         ["Atk"] = 65,
  10846.         ["Def"] = 65,
  10847.         ["SpA"] = 135,
  10848.         ["SpD"] = 115,
  10849.         ["Speed"] = 80
  10850.         },
  10851.     ["Evolution"] = {},
  10852.     ["Gender"] = 50,
  10853.     ["Moves"] = {
  10854.         ["LevelUp"] = {
  10855.             [100] = {"Moonblast"},
  10856.             [75] = {"Energy Ball"},
  10857.             [66] = {"Dream Eater"},
  10858.             [60] = {"Thunderbolt"},
  10859.             [48] = {"Shadow Ball"},
  10860.             [45] = {"Dazzling Gleam"},
  10861.             [35] = {"Focus Blast"},
  10862.             [30] = {"Psychic"},
  10863.             [23] = {"Calm Mind"},
  10864.             [18] = {"Magical Leaf"},
  10865.             [14] = {"Double Team"},
  10866.             [6] = {"Confusion"},
  10867.             [1] = {"Growl"}
  10868.             },
  10869.         ["TM"] = {"Thunderbolt","Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10870.     },
  10871.     ["Sprites"] = {
  10872.         ["Front"] = "http://www.roblox.com/asset/?id=225977492",
  10873.         ["Back"] = "http://www.roblox.com/asset/?id=225977479",
  10874.         ["Mini"] = "http://www.roblox.com/asset/?id=225977498",
  10875.         ["SB"] = "http://www.roblox.com/asset/?id=225977473",
  10876.         ["SF"] = "http://www.roblox.com/asset/?id=225977487"
  10877.     },
  10878.     ["ExpType"] = "Slow",
  10879.     ["EVYield"] = {
  10880.         ["Exp"] = 200,
  10881.         ["SpA"] = 3,
  10882.     },
  10883.     ["CatchRate"] = 45,
  10884. },
  10885.  
  10886. ["Gallade"] = {
  10887.     ["Pokedex"] = 234,
  10888.     ["PokedexDesc"] = "How does a Gallade carry stuff with those arms?",
  10889.     ["Species"] = "Blade Pokemon",
  10890.     ["Height"] = "5'03\"",
  10891.     ["Weight"] = 114.6,
  10892.     ["Type"] = {"Psychic","Fighting"},
  10893.     ["Stats"] = {
  10894.         ["HP"] = 68,
  10895.         ["Atk"] = 135,
  10896.         ["Def"] = 65,
  10897.         ["SpA"] = 65,
  10898.         ["SpD"] = 115,
  10899.         ["Speed"] = 80
  10900.         },
  10901.     ["Evolution"] = {},
  10902.     ["Gender"] = 100,
  10903.     ["Moves"] = {
  10904.         ["LevelUp"] = {
  10905.             [100] = {"Drain Punch"},
  10906.             [99] = {"Shadow Claw"},
  10907.             [92] = {"False Swipe"},
  10908.             [80] = {"Hypnosis"},
  10909.             [78] = {"Zen Headbutt"},
  10910.             [73] = {"Close Combat"},
  10911.             [69] = {"Fire Punch"},
  10912.             [65] = {"Night Slash"},
  10913.             [62] = {"Ice Punch"},
  10914.             [57] = {"Thunder Punch"},
  10915.             [52] = {"Leaf Blade"},
  10916.             [43] = {"Earthquake"},
  10917.             [37] = {"Psycho Cut"},
  10918.             [33] = {"Swords Dance"},
  10919.             [30] = {"Psychic"},
  10920.             [23] = {"Calm Mind"},
  10921.             [18] = {"Magical Leaf"},
  10922.             [14] = {"Double Team"},
  10923.             [6] = {"Confusion"},
  10924.             [1] = {"Growl"}
  10925.             },
  10926.         ["TM"] = {"Earthquake","Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10927.     },
  10928.     ["Sprites"] = {
  10929.         ["Front"] = "http://www.roblox.com/asset/?id=225977530",
  10930.         ["Back"] = "http://www.roblox.com/asset/?id=225977527",
  10931.         ["Mini"] = "http://www.roblox.com/asset/?id=225977507",
  10932.         ["SB"] = "http://www.roblox.com/asset/?id=225977518",
  10933.         ["SF"] = "http://www.roblox.com/asset/?id=225977521"
  10934.     },
  10935.     ["ExpType"] = "Slow",
  10936.     ["EVYield"] = {
  10937.         ["Exp"] = 100,
  10938.         ["Atk"] = 3,
  10939.     },
  10940.     ["CatchRate"] = 45,
  10941. },
  10942.  
  10943. ["Swinub"] = {
  10944.     ["Pokedex"] = 235,
  10945.     ["PokedexDesc"] = "Swinub is a representation of Snowball from Animal Farm.?",
  10946.     ["Species"] = "Pig Pokemon",
  10947.     ["Height"] = "1'04\"",
  10948.     ["Weight"] = 14.6,
  10949.         ["Ability"] = "Thick Fat",
  10950.     ["Type"] = {"Ice","Ground"},
  10951.     ["Stats"] = {
  10952.         ["HP"] = 50,
  10953.         ["Atk"] = 50,
  10954.         ["Def"] = 40,
  10955.         ["SpA"] = 30,
  10956.         ["SpD"] = 30,
  10957.         ["Speed"] = 50
  10958.         },
  10959.     ["Evolution"] = {33,"Piloswine"},
  10960.     ["Gender"] = 50,
  10961.     ["Moves"] = {
  10962.         ["LevelUp"] = {
  10963.             [57] = {"Bite"},
  10964.             [52] = {"Blizzard"},
  10965.             [43] = {"Rock Slide"},
  10966.             [37] = {"Rock Tomb"},
  10967.             [33] = {"Ice Fang"},
  10968.             [30] = {"Amnesia"},
  10969.             [23] = {"Earthquake"},
  10970.             [18] = {"Ice Shard"},
  10971.             [14] = {"Mud-Slap"},
  10972.             [6] = {"Powder Snow"},
  10973.             [1] = {"Tackle"}
  10974.             },
  10975.         ["TM"] = {"Ice Beam","Earthquake","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  10976.     },
  10977.     ["Sprites"] = {
  10978.         ["Front"] = "http://www.roblox.com/asset/?id=225977294",
  10979.         ["Back"] = "http://www.roblox.com/asset/?id=225977287",
  10980.         ["Mini"] = "http://www.roblox.com/asset/?id=225977236",
  10981.         ["SB"] = "http://www.roblox.com/asset/?id=225977275",
  10982.         ["SF"] = "http://www.roblox.com/asset/?id=225977284"
  10983.     },
  10984.     ["ExpType"] = "Slow",
  10985.     ["EVYield"] = {
  10986.         ["Exp"] = 100,
  10987.         ["Atk"] = 1,
  10988.     },
  10989.     ["CatchRate"] = 45,
  10990. },
  10991.  
  10992.  
  10993. ["Piloswine"] = {
  10994.     ["Pokedex"] = 236,
  10995.     ["PokedexDesc"] = "Yeah. It's like midnight so I'm not going to bother writing a Pokedex entry.",
  10996.     ["Species"] = "Swine Pokemon",
  10997.     ["Height"] = "3'07\"",
  10998.     ["Weight"] = 123,
  10999.         ["Ability"] = "Thick Fat",
  11000.     ["Type"] = {"Ice","Ground"},
  11001.     ["Stats"] = {
  11002.         ["HP"] = 100,
  11003.         ["Atk"] = 100,
  11004.         ["Def"] = 80,
  11005.         ["SpA"] = 60,
  11006.         ["SpD"] = 60,
  11007.         ["Speed"] = 50
  11008.         },
  11009.     ["Evolution"] = {},
  11010.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Mamoswine"},
  11011.     ["Gender"] = 50,
  11012.     ["Moves"] = {
  11013.         ["LevelUp"] = {
  11014.             [57] = {"Bite"},
  11015.             [52] = {"Blizzard"},
  11016.             [43] = {"Rock Slide"},
  11017.             [37] = {"Rock Tomb"},
  11018.             [33] = {"Ice Fang"},
  11019.             [30] = {"Amnesia"},
  11020.             [23] = {"Earthquake"},
  11021.             [18] = {"Ice Shard"},
  11022.             [14] = {"Mud-Slap"},
  11023.             [6] = {"Powder Snow"},
  11024.             [1] = {"Tackle"}
  11025.             },
  11026.         ["TM"] = {"Ice Beam","Earthquake","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  11027.     },
  11028.     ["Sprites"] = {
  11029.         ["Front"] = "http://www.roblox.com/asset/?id=225977319",
  11030.         ["Back"] = "http://www.roblox.com/asset/?id=225977316",
  11031.         ["Mini"] = "http://www.roblox.com/asset/?id=225977329",
  11032.         ["SB"] = "http://www.roblox.com/asset/?id=225977300",
  11033.         ["SF"] = "http://www.roblox.com/asset/?id=225977308"
  11034.     },
  11035.     ["ExpType"] = "Slow",
  11036.     ["EVYield"] = {
  11037.         ["Exp"] = 100,
  11038.         ["Atk"] = 2,
  11039.     },
  11040.     ["CatchRate"] = 45,
  11041. },
  11042.  
  11043.  
  11044. ["Mamoswine"] = {
  11045.     ["Pokedex"] = 237,
  11046.     ["PokedexDesc"] = "Mamoswine starred with Kermit the Frog in the Muppets.",
  11047.     ["Species"] = "Twin Tusk Pokemon",
  11048.     ["Height"] = "8'02\"",
  11049.     ["Weight"] = 641,
  11050.     ["Ability"] = "Thick Fat",
  11051.     ["Type"] = {"Ice","Ground"},
  11052.     ["Stats"] = {
  11053.         ["HP"] = 110,
  11054.         ["Atk"] = 130,
  11055.         ["Def"] = 80,
  11056.         ["SpA"] = 70,
  11057.         ["SpD"] = 60,
  11058.         ["Speed"] = 80
  11059.         },
  11060.     ["Evolution"] = {},
  11061.  
  11062.     ["Gender"] = 50,
  11063.     ["Moves"] = {
  11064.         ["LevelUp"] = {
  11065.             [57] = {"Bite"},
  11066.             [52] = {"Blizzard"},
  11067.             [43] = {"Rock Slide"},
  11068.             [37] = {"Rock Tomb"},
  11069.             [33] = {"Ice Fang"},
  11070.             [30] = {"Amnesia"},
  11071.             [23] = {"Earthquake"},
  11072.             [18] = {"Ice Shard"},
  11073.             [14] = {"Mud-Slap"},
  11074.             [6] = {"Powder Snow"},
  11075.             [1] = {"Tackle"}
  11076.             },
  11077.         ["TM"] = {"Ice Beam","Earthquake","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  11078.     },
  11079.     ["Sprites"] = {
  11080.         ["Front"] = "http://www.roblox.com/asset/?id=225977356",
  11081.         ["Back"] = "http://www.roblox.com/asset/?id=225977352",
  11082.         ["Mini"] = "http://www.roblox.com/asset/?id=225977362",
  11083.         ["SB"] = "http://www.roblox.com/asset/?id=225977334",
  11084.         ["SF"] = "http://www.roblox.com/asset/?id=225977345"
  11085.     },
  11086.     ["ExpType"] = "Slow",
  11087.     ["EVYield"] = {
  11088.         ["Exp"] = 100,
  11089.         ["Atk"] = 3,
  11090.     },
  11091.     ["CatchRate"] = 45,
  11092. },
  11093.  
  11094. ["Celebi"] = {
  11095.     ["Pokedex"] = 238,
  11096.     ["PokedexDesc"] = "Celebi can only be found during the day.",
  11097.     ["Species"] = "Time Travel Pokemon",
  11098.     ["Height"] = "2'00\"",
  11099.     ["Weight"] = 11,
  11100.     ["Ability"] = "Natural Cure",
  11101.     ["Type"] = {"Grass","Psychic"},
  11102.     ["Stats"] = {
  11103.         ["HP"] = 100,
  11104.         ["Atk"] = 100,
  11105.         ["Def"] = 100,
  11106.         ["SpA"] = 100,
  11107.         ["SpD"] = 100,
  11108.         ["Speed"] = 100
  11109.         },
  11110.     ["Evolution"] = {},
  11111.  
  11112.     ["Gender"] = "Unknown",
  11113.     ["Moves"] = {
  11114.         ["LevelUp"] = {
  11115.             [82] = {"Zen Headbutt"},
  11116.             [77] = {"Swords Dance"},
  11117.             [72] = {"Signal Beam"},
  11118.             [65] = {"Giga Drain"},
  11119.             [60] = {"Water Pulse"},
  11120.             [52] = {"Thunder Wave"},
  11121.             [43] = {"Energy Ball"},
  11122.             [37] = {"Leaf Storm"},
  11123.             [33] = {"Seed Bomb"},
  11124.             [30] = {"Psychic"},
  11125.             [23] = {"Shadow Ball"},
  11126.             [18] = {"Calm Mind"},
  11127.             [14] = {"Magical Leaf"},
  11128.             [6] = {"Recover"},
  11129.             [1] = {"Confusion"}
  11130.             },
  11131.         ["TM"] = {"Psychic","Shadow Ball","Energy Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  11132.     },
  11133.     ["Sprites"] = {
  11134.         ["Front"] = "http://www.roblox.com/asset/?id=225977630",
  11135.         ["Back"] = "http://www.roblox.com/asset/?id=225977628",
  11136.         ["Mini"] = "http://www.roblox.com/asset/?id=225977613",
  11137.         ["SB"] = "http://www.roblox.com/asset/?id=225977623",
  11138.         ["SF"] = "http://www.roblox.com/asset/?id=225977615"
  11139.     },
  11140.     ["ExpType"] = "MedSlow",
  11141.     ["EVYield"] = {
  11142.         ["Exp"] = 100,
  11143.         ["HP"] = 3,
  11144.     },
  11145.     ["CatchRate"] = 3,
  11146. },
  11147.  
  11148. ["Darkrai"] = {
  11149.     ["Pokedex"] = 239,
  11150.     ["PokedexDesc"] = "Darkrai can only be found during the night.",
  11151.     ["Species"] = "Pitch Black Pokemon",
  11152.     ["Height"] = "4'11\"",
  11153.     ["Weight"] = 111.3,
  11154.     ["Type"] = {"Dark"},
  11155.     ["Stats"] = {
  11156.         ["HP"] = 70,
  11157.         ["Atk"] = 90,
  11158.         ["Def"] = 90,
  11159.         ["SpA"] = 135,
  11160.         ["SpD"] = 90,
  11161.         ["Speed"] = 125
  11162.         },
  11163.     ["Evolution"] = {},
  11164.  
  11165.     ["Gender"] = "Unknown",
  11166.     ["Moves"] = {
  11167.         ["LevelUp"] = {
  11168.             [91] = {"Rest"},
  11169.             [81] = {"Dark Pulse"},
  11170.             [71] = {"Thunderbolt"},
  11171.             [61] = {"Dark Void"},
  11172.             [51] = {"Focus Blast"},
  11173.             [41] = {"Dream Eater"},
  11174.             [31] = {"Nasty Plot"},
  11175.             [21] = {"Faint Attack"},
  11176.             [11] = {"Hypnosis"},
  11177.             [1] = {"Quick Attack"},
  11178.             },
  11179.         ["TM"] = {"Sludge Bomb","Psychic","Shadow Ball","Energy Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  11180.     },
  11181.     ["Sprites"] = {
  11182.         ["Front"] = "http://www.roblox.com/asset/?id=225977714",
  11183.         ["Back"] = "http://www.roblox.com/asset/?id=225977632",
  11184.         ["Mini"] = "http://www.roblox.com/asset/?id=225977648",
  11185.         ["SB"] = "http://www.roblox.com/asset/?id=225977655",
  11186.         ["SF"] = "http://www.roblox.com/asset/?id=225977707"
  11187.     },
  11188.     ["ExpType"] = "Slow",
  11189.     ["EVYield"] = {
  11190.         ["Exp"] = 100,
  11191.         ["SpA"] = 2,
  11192.         ["Speed"] = 1
  11193.     },
  11194.     ["CatchRate"] = 3,
  11195. },
  11196.  
  11197. ["Jirachi"] = {
  11198.     ["Pokedex"] = 240,
  11199.     ["PokedexDesc"] = "WishNite's favorite legendary Pokemon!",
  11200.     ["Species"] = "Wish Pokemon",
  11201.     ["Height"] = "1'00\"",
  11202.     ["Weight"] = 2.4,
  11203.     ["Ability"] = "Serene Grace",
  11204.     ["Type"] = {"Steel","Psychic"},
  11205.     ["Stats"] = {
  11206.         ["HP"] = 100,
  11207.         ["Atk"] = 100,
  11208.         ["Def"] = 100,
  11209.         ["SpA"] = 100,
  11210.         ["SpD"] = 100,
  11211.         ["Speed"] = 100
  11212.         },
  11213.     ["Evolution"] = {},
  11214.  
  11215.     ["Gender"] = "Unknown",
  11216.     ["Moves"] = {
  11217.         ["LevelUp"] = {
  11218.             [82] = {"Zen Headbutt"},
  11219.             [77] = {"Thunder Wave"},
  11220.             [72] = {"Iron Head"},
  11221.             [65] = {"Thunder Punch"},
  11222.             [60] = {"Ice Punch"},
  11223.             [52] = {"Fire Punch"},
  11224.             [43] = {"Thunderbolt"},
  11225.             [37] = {"Iron Head"},
  11226.             [33] = {"Zen Headbutt"},
  11227.             [30] = {"Psychic"},
  11228.             [23] = {"Shadow Ball"},
  11229.             [18] = {"Calm Mind"},
  11230.             [14] = {"Rest"},
  11231.             [6] = {"Swift"},
  11232.             [1] = {"Confusion"}
  11233.             },
  11234.         ["TM"] = {"Psychic","Shadow Ball","Energy Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  11235.     },
  11236.     ["Sprites"] = {
  11237.         ["Front"] = "http://www.roblox.com/asset/?id=225977589",
  11238.         ["Back"] = "http://www.roblox.com/asset/?id=225977603",
  11239.         ["Mini"] = "http://www.roblox.com/asset/?id=225977606",
  11240.         ["SB"] = "http://www.roblox.com/asset/?id=225977592",
  11241.         ["SF"] = "http://www.roblox.com/asset/?id=225977599"
  11242.     },
  11243.     ["ExpType"] = "MedSlow",
  11244.     ["EVYield"] = {
  11245.         ["Exp"] = 100,
  11246.         ["HP"] = 3,
  11247.     },
  11248.     ["CatchRate"] = 3,
  11249. },
  11250.  
  11251. ["Gligar"] = {
  11252.     ["Pokedex"] = 241,
  11253.     ["PokedexDesc"] = "Gligar's parents were brutally murdered - so now he patrols the streets of Gotham.",
  11254.     ["Species"] = "Fly Scorpion Pokemon",
  11255.     ["Height"] = "3'07\"",
  11256.     ["Weight"] = 142.7,
  11257.     ["Type"] = {"Ground", "Flying"},
  11258.     ["Stats"] = {
  11259.         ["HP"] = 65,
  11260.         ["Atk"] = 75,
  11261.         ["Def"] = 105,
  11262.         ["SpA"] = 35,
  11263.         ["SpD"] = 65,
  11264.         ["Speed"] = 85
  11265.         },
  11266.     ["Evolution"] = {},
  11267.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Gliscor"},
  11268.     ["Gender"] = 50,
  11269.     ["Moves"] = {
  11270.         ["LevelUp"] = {
  11271.             [57] = {"Screech"},
  11272.             [54] = {"Night Slash"},
  11273.             [50] = {"Swords Dance"},
  11274.             [46] = {"Sky Uppercut"},
  11275.             [43] = {"Aerial Ace"},
  11276.             [40] = {"Poison Jab"},
  11277.             [34] = {"Crunch"},
  11278.             [30] = {"Metal Claw"},
  11279.             [23] = {"X-Scissor"},
  11280.             [18] = {"Faint Attack"},
  11281.             [14] = {"Poison Fang"},
  11282.             [6] = {"Harden"},
  11283.             [1] = {"Sand-Attack", "Poison Sting"}
  11284.             },
  11285.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11286.     },
  11287.     ["Sprites"] = {
  11288.         ["Front"] = "http://www.roblox.com/asset/?id=225806527",
  11289.         ["Back"] = "http://www.roblox.com/asset/?id=225806469",
  11290.         ["Mini"] = "http://www.roblox.com/asset/?id=225806435",
  11291.         ["SB"] = "http://www.roblox.com/asset/?id=225806442",
  11292.         ["SF"] = "http://www.roblox.com/asset/?id=225806454"
  11293.     },
  11294.     ["ExpType"] = "MedSlow",
  11295.     ["EVYield"] = {
  11296.         ["Exp"] = 204,
  11297.         ["Def"] = 1,
  11298.     },
  11299.     ["CatchRate"] = 45,
  11300. },
  11301.  
  11302. ["Gliscor"] = {
  11303.     ["Pokedex"] = 242,
  11304.     ["PokedexDesc"] = "Gliscor is actually pronounced GLY-scor. Like glide. Weird, right?",
  11305.     ["Species"] = "Fang Scorpion Pokemon",
  11306.     ["Height"] = "6'07\"",
  11307.     ["Weight"] = 93.7,
  11308.     ["Type"] = {"Ground", "Flying"},
  11309.     ["Stats"] = {
  11310.         ["HP"] = 75,
  11311.         ["Atk"] = 95,
  11312.         ["Def"] = 125,
  11313.         ["SpA"] = 45,
  11314.         ["SpD"] = 75,
  11315.         ["Speed"] = 95
  11316.         },
  11317.     ["Evolution"] = {},
  11318.     ["Gender"] = 50,
  11319.     ["Moves"] = {
  11320.         ["LevelUp"] = {
  11321.             [75] = {"Earthquake"},
  11322.             [71] = {"Thunder Fang"},
  11323.             [67] = {"Fire Fang"},
  11324.             [63] = {"Ice Fang"},
  11325.             [57] = {"Screech"},
  11326.             [54] = {"Night Slash"},
  11327.             [50] = {"Swords Dance"},
  11328.             [46] = {"Sky Uppercut"},
  11329.             [43] = {"Aerial Ace"},
  11330.             [40] = {"Poison Jab"},
  11331.             [34] = {"Crunch"},
  11332.             [30] = {"Metal Claw"},
  11333.             [23] = {"X-Scissor"},
  11334.             [18] = {"Faint Attack"},
  11335.             [14] = {"Poison Fang"},
  11336.             [6] = {"Harden"},
  11337.             [1] = {"Sand-Attack", "Poison Sting"}
  11338.             },
  11339.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11340.     },
  11341.     ["Sprites"] = {
  11342.         ["Front"] = "http://www.roblox.com/asset/?id=225806643",
  11343.         ["Back"] = "http://www.roblox.com/asset/?id=225806626",
  11344.         ["Mini"] = "http://www.roblox.com/asset/?id=225806558",
  11345.         ["SB"] = "http://www.roblox.com/asset/?id=225806588",
  11346.         ["SF"] = "http://www.roblox.com/asset/?id=225806601"
  11347.     },
  11348.     ["ExpType"] = "MedSlow",
  11349.     ["EVYield"] = {
  11350.         ["Exp"] = 204,
  11351.         ["Def"] = 2,
  11352.     },
  11353.     ["CatchRate"] = 30,
  11354. },
  11355.  
  11356. ["Turtwig"] = {
  11357.     ["Pokedex"] = 243,
  11358.     ["PokedexDesc"] = "I'm rooting for this little guy.",
  11359.     ["Species"] = "Tiny Leaf Pokemon",
  11360.     ["Height"] = "1'04\"",
  11361.     ["Weight"] = 22.5,
  11362.     ["Type"] = {"Grass"},
  11363.     ["Stats"] = {
  11364.         ["HP"] = 55,
  11365.         ["Atk"] = 68,
  11366.         ["Def"] = 64,
  11367.         ["SpA"] = 45,
  11368.         ["SpD"] = 55,
  11369.         ["Speed"] = 31
  11370.         },
  11371.     ["Evolution"] = {18, "Grotle"},
  11372.     ["Gender"] = 88,
  11373.     ["Moves"] = {
  11374.         ["LevelUp"] = {
  11375.             [47] = {"Body Slam"},
  11376.             [43] = {"Energy Ball"},
  11377.             [40] = {"Giga Drain"},
  11378.             [34] = {"Crunch"},
  11379.             [30] = {"Mega Drain"},
  11380.             [16] = {"Bite"},
  11381.             [13] = {"Razor Leaf"},
  11382.             [7] = {"Absorb"},
  11383.             [5] = {"Withdraw"},
  11384.             [1] = {"Tackle"}
  11385.             },
  11386.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11387.     },
  11388.     ["Sprites"] = {
  11389.         ["Front"] = "http://www.roblox.com/asset/?id=230580130",
  11390.         ["Back"] = "http://www.roblox.com/asset/?id=230580108",
  11391.         ["Mini"] = "http://www.roblox.com/asset/?id=230580044",
  11392.         ["SB"] = "http://www.roblox.com/asset/?id=230580068",
  11393.         ["SF"] = "http://www.roblox.com/asset/?id=230580086"
  11394.     },
  11395.     ["ExpType"] = "MedSlow",
  11396.     ["EVYield"] = {
  11397.         ["Exp"] = 64,
  11398.         ["Def"] = 1,
  11399.     },
  11400.     ["CatchRate"] = 45,
  11401. },
  11402.  
  11403. ["Grotle"] = {
  11404.     ["Pokedex"] = 244,
  11405.     ["PokedexDesc"] = "I wonder if Grotle's bushes grow any fruit. I would love an apple!",
  11406.     ["Species"] = "Grove Pokemon",
  11407.     ["Height"] = "3'07\"",
  11408.     ["Weight"] = 213.8,
  11409.     ["Type"] = {"Grass"},
  11410.     ["Stats"] = {
  11411.         ["HP"] = 75,
  11412.         ["Atk"] = 89,
  11413.         ["Def"] = 85,
  11414.         ["SpA"] = 55,
  11415.         ["SpD"] = 65,
  11416.         ["Speed"] = 36
  11417.         },
  11418.     ["Evolution"] = {32, "Torterra"},
  11419.     ["Gender"] = 88,
  11420.     ["Moves"] = {
  11421.         ["LevelUp"] = {
  11422.             [47] = {"Body Slam"},
  11423.             [43] = {"Energy Ball"},
  11424.             [40] = {"Giga Drain"},
  11425.             [34] = {"Crunch"},
  11426.             [30] = {"Mega Drain"},
  11427.             [23] = {"Bite"},
  11428.             [18] = {"Razor Leaf"},
  11429.             [14] = {"Absorb"},
  11430.             [6] = {"Withdraw"},
  11431.             [1] = {"Tackle"}
  11432.             },
  11433.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11434.     },
  11435.     ["Sprites"] = {
  11436.         ["Front"] = "http://www.roblox.com/asset/?id=230580215",
  11437.         ["Back"] = "http://www.roblox.com/asset/?id=230580191",
  11438.         ["Mini"] = "http://www.roblox.com/asset/?id=230580253",
  11439.         ["SB"] = "http://www.roblox.com/asset/?id=230580157",
  11440.         ["SF"] = "http://www.roblox.com/asset/?id=230580173"
  11441.     },
  11442.     ["ExpType"] = "MedSlow",
  11443.     ["EVYield"] = {
  11444.         ["Exp"] = 142,
  11445.         ["Atk"] = 1,
  11446.         ["Def"] = 1,
  11447.     },
  11448.     ["CatchRate"] = 45,
  11449. },
  11450.  
  11451. ["Torterra"] = {
  11452.     ["Pokedex"] = 245,
  11453.     ["PokedexDesc"] = "All Torterra needs to be considered an island is a large body of water.",
  11454.     ["Species"] = "Continent Pokemon",
  11455.     ["Height"] = "7'03\"",
  11456.     ["Weight"] = 683.3,
  11457.     ["Type"] = {"Grass","Ground"},
  11458.     ["Stats"] = {
  11459.         ["HP"] = 95,
  11460.         ["Atk"] = 109,
  11461.         ["Def"] = 105,
  11462.         ["SpA"] = 75,
  11463.         ["SpD"] = 85,
  11464.         ["Speed"] = 56
  11465.         },
  11466.     ["Evolution"] = {},
  11467.     ["Gender"] = 88,
  11468.     ["Moves"] = {
  11469.         ["LevelUp"] = {
  11470.             [85] = {"Synthesis"},
  11471.             [75] = {"Wood Hammer"}, --happy?
  11472.             [70] = {"Swords Dance"},
  11473.             [62] = {"Stone Edge"},
  11474.             [55] = {"Rock Slide"},
  11475.             [47] = {"Body Slam"},
  11476.             [43] = {"Energy Ball"},
  11477.             [40] = {"Giga Drain"},
  11478.             [34] = {"Crunch"},
  11479.             [32] = {"Earthquake"},
  11480.             [30] = {"Mega Drain"},
  11481.             [23] = {"Bite"},
  11482.             [14] = {"Razor Leaf"},
  11483.             [7] = {"Absorb"},
  11484.             [5] = {"Withdraw"},
  11485.             [1] = {"Tackle"}
  11486.             },
  11487.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11488.     },
  11489.     ["Sprites"] = {
  11490.         ["Front"] = "http://www.roblox.com/asset/?id=230580387",
  11491.         ["Back"] = "http://www.roblox.com/asset/?id=230580371",
  11492.         ["Mini"] = "http://www.roblox.com/asset/?id=230580316",
  11493.         ["SB"] = "http://www.roblox.com/asset/?id=230580352",
  11494.         ["SF"] = "http://www.roblox.com/asset/?id=230580359"
  11495.     },
  11496.     ["ExpType"] = "MedSlow",
  11497.     ["EVYield"] = {
  11498.         ["Exp"] = 142,
  11499.         ["Atk"] = 2,
  11500.         ["Def"] = 1,
  11501.     },
  11502.     ["CatchRate"] = 45,
  11503. },
  11504.  
  11505. ["Chimchar"] = {
  11506.     ["Pokedex"] = 246,
  11507.     ["PokedexDesc"] = "I swear, the thing on the top of Chimchar's head looks disgusting",
  11508.     ["Species"] = "Chimp Pokemon",
  11509.     ["Height"] = "1'08\"",
  11510.     ["Weight"] = 13.7,
  11511.     ["Type"] = {"Fire"},
  11512.     ["Stats"] = {
  11513.         ["HP"] = 44,
  11514.         ["Atk"] = 58,
  11515.         ["Def"] = 44,
  11516.         ["SpA"] = 58,
  11517.         ["SpD"] = 44,
  11518.         ["Speed"] = 61
  11519.         },
  11520.     ["Evolution"] = {14, "Monferno"},
  11521.     ["Gender"] = 88,
  11522.     ["Moves"] = {
  11523.         ["LevelUp"] = {
  11524.             [47] = {"Body Slam"},
  11525.             [43] = {"Thunder Punch"},
  11526.             [40] = {"Fire Punch"},
  11527.             [34] = {"Flamethrower"},
  11528.             [30] = {"Flame Wheel"},
  11529.             [23] = {"Nasty Plot"},
  11530.             [18] = {"Fury Swipes"},
  11531.             [7] = {"Ember"},
  11532.             [5] = {"Leer"},
  11533.             [1] = {"Scratch"}
  11534.             },
  11535.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11536.     },
  11537.     ["Sprites"] = {
  11538.         ["Front"] = "http://www.roblox.com/asset/?id=230580504",
  11539.         ["Back"] = "http://www.roblox.com/asset/?id=230580485",
  11540.         ["Mini"] = "http://www.roblox.com/asset/?id=230580518",
  11541.         ["SB"] = "http://www.roblox.com/asset/?id=230580456",
  11542.         ["SF"] = "http://www.roblox.com/asset/?id=230580470"
  11543.     },
  11544.     ["ExpType"] = "MedSlow",
  11545.     ["EVYield"] = {
  11546.         ["Exp"] = 64,
  11547.         ["Speed"] = 1,
  11548.     },
  11549.     ["CatchRate"] = 45,
  11550. },
  11551.  
  11552. ["Monferno"] = {
  11553.     ["Pokedex"] = 247,
  11554.     ["PokedexDesc"] = "Clowns give me the heebiejeebies and Monferno looks like a clown",
  11555.     ["Species"] = "Playful Pokemon",
  11556.     ["Height"] = "2'11\"",
  11557.     ["Weight"] = 48.5,
  11558.     ["Type"] = {"Fire", "Fighting"},
  11559.     ["Stats"] = {
  11560.         ["HP"] = 64,
  11561.         ["Atk"] = 78,
  11562.         ["Def"] = 52,
  11563.         ["SpA"] = 78,
  11564.         ["SpD"] = 52,
  11565.         ["Speed"] = 81
  11566.         },
  11567.     ["Evolution"] = {36, "Infernape"},
  11568.     ["Gender"] = 88,
  11569.     ["Moves"] = {
  11570.         ["LevelUp"] = {
  11571.             [63] = {"Shadow Claw"},
  11572.             [56] = {"Blaze Kick"},
  11573.             [47] = {"Body Slam"},
  11574.             [43] = {"Thunder Punch"},
  11575.             [40] = {"Fire Punch"},
  11576.             [36] = {"Close Combat"},
  11577.             [34] = {"Flamethrower"},
  11578.             [26] = {"Flame Wheel"},
  11579.             [23] = {"Nasty Plot"},
  11580.             [18] = {"Fury Swipes"},
  11581.             [14] = {"Mach Punch"},
  11582.             [6] = {"Leer"},
  11583.             [1] = {"Scratch"}
  11584.             },
  11585.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11586.     },
  11587.     ["Sprites"] = {
  11588.         ["Front"] = "http://www.roblox.com/asset/?id=230580770",
  11589.         ["Back"] = "http://www.roblox.com/asset/?id=230580762",
  11590.         ["Mini"] = "http://www.roblox.com/asset/?id=230580814",
  11591.         ["SB"] = "http://www.roblox.com/asset/?id=230580734",
  11592.         ["SF"] = "http://www.roblox.com/asset/?id=230580750"
  11593.     },
  11594.     ["ExpType"] = "MedSlow",
  11595.     ["EVYield"] = {
  11596.         ["Exp"] = 64,
  11597.         ["SpA"] = 1,
  11598.         ["Speed"] = 1,
  11599.     },
  11600.     ["CatchRate"] = 45,
  11601. },
  11602.  
  11603. ["Infernape"] = {
  11604.     ["Pokedex"] = 248,
  11605.     ["PokedexDesc"] = "The star of \"Planet of the Apes\"... I wish Pokemon were real",
  11606.     ["Species"] = "Flame Pokemon",
  11607.     ["Height"] = "3'11\"",
  11608.     ["Weight"] = 121.3,
  11609.     ["Type"] = {"Fire", "Fighting"},
  11610.     ["Stats"] = {
  11611.         ["HP"] = 76,
  11612.         ["Atk"] = 104,
  11613.         ["Def"] = 71,
  11614.         ["SpA"] = 104,
  11615.         ["SpD"] = 71,
  11616.         ["Speed"] = 108
  11617.         },
  11618.     ["Evolution"] = {},
  11619.     ["Gender"] = 88,
  11620.     ["Moves"] = {
  11621.         ["LevelUp"] = {
  11622.             [78] = {"Calm Mind"},
  11623.             [72] = {"Flare Blitz"},
  11624.             [67] = {"Fire Blast"},
  11625.             [63] = {"Shadow Claw"},
  11626.             [56] = {"Blaze Kick"},
  11627.             [47] = {"Body Slam"},
  11628.             [43] = {"Thunder Punch"},
  11629.             [40] = {"Fire Punch"},
  11630.             [36] = {"Close Combat"},
  11631.             [34] = {"Flamethrower"},
  11632.             [26] = {"Flame Wheel"},
  11633.             [23] = {"Nasty Plot"},
  11634.             [18] = {"Fury Swipes"},
  11635.             [14] = {"Mach Punch"},
  11636.             [6] = {"Leer"},
  11637.             [1] = {"Scratch"}
  11638.             },
  11639.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11640.     },
  11641.     ["Sprites"] = {
  11642.         ["Front"] = "http://www.roblox.com/asset/?id=230581105",
  11643.         ["Back"] = "http://www.roblox.com/asset/?id=230581070",
  11644.         ["Mini"] = "http://www.roblox.com/asset/?id=230581022",
  11645.         ["SB"] = "http://www.roblox.com/asset/?id=230581038",
  11646.         ["SF"] = "http://www.roblox.com/asset/?id=230581052"
  11647.     },
  11648.     ["ExpType"] = "MedSlow",
  11649.     ["EVYield"] = {
  11650.         ["Exp"] = 64,
  11651.         ["SpA"] = 1,
  11652.         ["Speed"] = 1,
  11653.     },
  11654.     ["CatchRate"] = 45,
  11655. },
  11656.  
  11657. ["Piplup"] = {
  11658.     ["Pokedex"] = 249,
  11659.     ["PokedexDesc"] = "<insert Happy Feet reference here>",
  11660.     ["Species"] = "Penguin Pokemon",
  11661.     ["Height"] = "1'04\"",
  11662.     ["Weight"] = 11.5,
  11663.     ["Type"] = {"Water"},
  11664.     ["Stats"] = {
  11665.         ["HP"] = 53,
  11666.         ["Atk"] = 51,
  11667.         ["Def"] = 53,
  11668.         ["SpA"] = 61,
  11669.         ["SpD"] = 56,
  11670.         ["Speed"] = 40
  11671.         },
  11672.     ["Evolution"] = {16, "Prinplup"},
  11673.     ["Gender"] = 88,
  11674.     ["Moves"] = {
  11675.         ["LevelUp"] = {
  11676.             [62] = {"Agility"},
  11677.             [53] = {"Ice Beam"},
  11678.             [47] = {"Hydro Pump"},
  11679.             [43] = {"Icy Wind"},
  11680.             [40] = {"Surf"},
  11681.             [34] = {"Drill Peck"},
  11682.             [30] = {"Fury Attack"},
  11683.             [15] = {"Bubblebeam"},
  11684.             [11] = {"Peck"},
  11685.             [7] = {"Bubble"},
  11686.             [5] = {"Growl"},
  11687.             [1] = {"Pound"}
  11688.             },
  11689.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11690.     },
  11691.     ["Sprites"] = {
  11692.         ["Front"] = "http://www.roblox.com/asset/?id=230581671",
  11693.         ["Back"] = "http://www.roblox.com/asset/?id=230581641",
  11694.         ["Mini"] = "http://www.roblox.com/asset/?id=230581701",
  11695.         ["SB"] = "http://www.roblox.com/asset/?id=230581576",
  11696.         ["SF"] = "http://www.roblox.com/asset/?id=230581611"
  11697.     },
  11698.     ["ExpType"] = "MedSlow",
  11699.     ["EVYield"] = {
  11700.         ["Exp"] = 64,
  11701.         ["SpA"] = 1,
  11702.     },
  11703.     ["CatchRate"] = 45,
  11704. },
  11705.  
  11706. ["Prinplup"] = {
  11707.     ["Pokedex"] = 250,
  11708.     ["PokedexDesc"] = "Prinplup -- a portmanteau of Prince and... plup?",
  11709.     ["Species"] = "Penguin Pokemon",
  11710.     ["Height"] = "2'07\"",
  11711.     ["Weight"] = 50.7,
  11712.     ["Type"] = {"Water"},
  11713.     ["Stats"] = {
  11714.         ["HP"] = 64,
  11715.         ["Atk"] = 66,
  11716.         ["Def"] = 68,
  11717.         ["SpA"] = 81,
  11718.         ["SpD"] = 76,
  11719.         ["Speed"] = 50
  11720.         },
  11721.     ["Evolution"] = {36, "Empoleon"},
  11722.     ["Gender"] = 88,
  11723.     ["Moves"] = {
  11724.         ["LevelUp"] = {
  11725.             [62] = {"Agility"},
  11726.             [53] = {"Ice Beam"},
  11727.             [47] = {"Hydro Pump"},
  11728.             [43] = {"Icy Wind"},
  11729.             [40] = {"Surf"},
  11730.             [34] = {"Drill Peck"},
  11731.             [30] = {"Fury Attack"},
  11732.             [28] = {"Supersonic"},
  11733.             [23] = {"Bubblebeam"},
  11734.             [15] = {"Peck"},
  11735.             [8] = {"Bubble"},
  11736.             [6] = {"Growl"},
  11737.             [1] = {"Pound"}
  11738.             },
  11739.         ["TM"] = {"Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11740.     },
  11741.     ["Sprites"] = {
  11742.         ["Front"] = "http://www.roblox.com/asset/?id=230581898",
  11743.         ["Back"] = "http://www.roblox.com/asset/?id=230581883",
  11744.         ["Mini"] = "http://www.roblox.com/asset/?id=230581913",
  11745.         ["SB"] = "http://www.roblox.com/asset/?id=230581861",
  11746.         ["SF"] = "http://www.roblox.com/asset/?id=230581872"
  11747.     },
  11748.     ["ExpType"] = "MedSlow",
  11749.     ["EVYield"] = {
  11750.         ["Exp"] = 64,
  11751.         ["SpA"] = 2,
  11752.     },
  11753.     ["CatchRate"] = 45,
  11754. },
  11755.  
  11756. ["Empoleon"] = {
  11757.     ["Pokedex"] = 251,
  11758.     ["PokedexDesc"] = "Empoleon Dynamite -- coming in theaters next year!",
  11759.     ["Species"] = "Emperor Pokemon",
  11760.     ["Height"] = "5'07\"",
  11761.     ["Weight"] = 186.3,
  11762.     ["Type"] = {"Water","Steel"},
  11763.     ["Stats"] = {
  11764.         ["HP"] = 84,
  11765.         ["Atk"] = 86,
  11766.         ["Def"] = 88,
  11767.         ["SpA"] = 111,
  11768.         ["SpD"] = 101,
  11769.         ["Speed"] = 60
  11770.         },
  11771.     ["Evolution"] = {},
  11772.     ["Gender"] = 88,
  11773.     ["Moves"] = {
  11774.         ["LevelUp"] = {
  11775.             [95] = {"Iron Defense"},
  11776.             [86] = {"Signal Beam"},
  11777.             [82] = {"Scald"},
  11778.             [75] = {"Flash Cannon"},
  11779.             [62] = {"Agility"},
  11780.             [53] = {"Ice Beam"},
  11781.             [45] = {"Hydro Pump"},
  11782.             [39] = {"Icy Wind"},
  11783.             [36] = {"Surf"},
  11784.             [34] = {"Drill Peck"},
  11785.             [30] = {"Fury Attack"},
  11786.             [28] = {"Supersonic"},
  11787.             [23] = {"Bubblebeam"},
  11788.             [15] = {"Peck"},
  11789.             [8] = {"Bubble"},
  11790.             [6] = {"Growl"},
  11791.             [1] = {"Pound"}
  11792.             },
  11793.         ["TM"] = {"Surf","Earthquake","Brick Break","Double Team","Toxic","Rest"}
  11794.     },
  11795.     ["Sprites"] = {
  11796.         ["Front"] = "http://www.roblox.com/asset/?id=230582013",
  11797.         ["Back"] = "http://www.roblox.com/asset/?id=230581986",
  11798.         ["Mini"] = "http://www.roblox.com/asset/?id=230582037",
  11799.         ["SB"] = "http://www.roblox.com/asset/?id=230581952",
  11800.         ["SF"] = "http://www.roblox.com/asset/?id=230581976"
  11801.     },
  11802.     ["ExpType"] = "MedSlow",
  11803.     ["EVYield"] = {
  11804.         ["Exp"] = 64,
  11805.         ["SpA"] = 3,
  11806.     },
  11807.     ["CatchRate"] = 45,
  11808. },
  11809.  
  11810. ["Shroomish"] = {
  11811.     ["Pokedex"] = 252,
  11812.     ["PokedexDesc"] = "Meh. I'm not going to make the obvious joke here. Something about Bob Marley?",
  11813.     ["Species"] = "Mushroom Pokemon",
  11814.     ["Height"] = "1'04\"",
  11815.     ["Weight"] = 9.9,
  11816.     ["Type"] = {"Grass"},
  11817.     ["Stats"] = {
  11818.         ["HP"] = 60,
  11819.         ["Atk"] = 40,
  11820.         ["Def"] = 60,
  11821.         ["SpA"] = 40,
  11822.         ["SpD"] = 60,
  11823.         ["Speed"] = 35
  11824.         },
  11825.     ["Evolution"] = {23, "Breloom"},
  11826.     ["Gender"] = 50,
  11827.     ["Moves"] = {
  11828.         ["LevelUp"] = {
  11829.             [65] = {"False Swipe"},
  11830.             [58] = {"Spore"},
  11831.             [55] = {"Bullet Seed"},
  11832.             [47] = {"Seed Bomb"},
  11833.             [42] = {"Toxic"},
  11834.             [36] = {"Growth"},
  11835.             [30] = {"Giga Drain"},
  11836.             [28] = {"PoisonPowder"},
  11837.             [23] = {"Headbutt"},
  11838.             [17] = {"Mega Drain"},
  11839.             [13] = {"Stun Spore"},
  11840.             [6] = {"Tackle"},
  11841.             [1] = {"Absorb"}
  11842.             },
  11843.         ["TM"] = {"Energy Ball","Double-Edge","Double Team","Toxic","Rest"}
  11844.     },
  11845.     ["Sprites"] = {
  11846.         ["Front"] = "http://www.roblox.com/asset/?id=239867775",
  11847.         ["Back"] = "http://www.roblox.com/asset/?id=239867773",
  11848.         ["Mini"] = "http://www.roblox.com/asset/?id=239867772",
  11849.         ["SB"] = "http://www.roblox.com/asset/?id=239867781",
  11850.         ["SF"] = "http://www.roblox.com/asset/?id=239867774"
  11851.     },
  11852.     ["ExpType"] = "MedSlow",
  11853.     ["EVYield"] = {
  11854.         ["Exp"] = 64,
  11855.         ["HP"] = 1,
  11856.     },
  11857.     ["CatchRate"] = 255,
  11858. },
  11859.  
  11860.  
  11861. ["Breloom"] = {
  11862.     ["Pokedex"] = 253,
  11863.     ["PokedexDesc"] = "Combination of Mike Tyson and Bob Marley. Heck yes.",
  11864.     ["Species"] = "Mushroom Pokemon",
  11865.     ["Height"] = "3'11\"",
  11866.     ["Weight"] = 86.4,
  11867.     ["Ability"] = "Technician",
  11868.     ["Type"] = {"Grass","Fighting"},
  11869.     ["Stats"] = {
  11870.         ["HP"] = 60,
  11871.         ["Atk"] = 130,
  11872.         ["Def"] = 80,
  11873.         ["SpA"] = 60,
  11874.         ["SpD"] = 60,
  11875.         ["Speed"] = 75
  11876.         },
  11877.     ["Evolution"] = {},
  11878.     ["Gender"] = 50,
  11879.     ["Moves"] = {
  11880.         ["LevelUp"] = {
  11881.             [85] = {"Drain Punch"},
  11882.             [75] = {"False Swipe"},
  11883.             [70] = {"Stone Edge"},
  11884.             [63] = {"Sky Uppercut"},
  11885.             [58] = {"Spore"},
  11886.             [55] = {"Bullet Seed"},
  11887.             [47] = {"Seed Bomb"},
  11888.             [42] = {"Toxic"},
  11889.             [36] = {"Growth"},
  11890.             [30] = {"Giga Drain"},
  11891.             [28] = {"PoisonPowder"},
  11892.             [23] = {"Mach Punch"},
  11893.             [17] = {"Mega Drain"},
  11894.             [13] = {"Stun Spore"},
  11895.             [6] = {"Tackle"},
  11896.             [1] = {"Absorb"}
  11897.             },
  11898.         ["TM"] = {"Rock Tomb","Rock Slide","Brick Break","Energy Ball","Double-Edge","Double Team","Toxic","Rest"}
  11899.     },
  11900.     ["Sprites"] = {
  11901.         ["Front"] = "http://www.roblox.com/asset/?id=239867816",
  11902.         ["Back"] = "http://www.roblox.com/asset/?id=239867817",
  11903.         ["Mini"] = "http://www.roblox.com/asset/?id=239867815",
  11904.         ["SB"] = "http://www.roblox.com/asset/?id=239867819",
  11905.         ["SF"] = "http://www.roblox.com/asset/?id=239867818"
  11906.     },
  11907.     ["ExpType"] = "MedSlow",
  11908.     ["EVYield"] = {
  11909.         ["Exp"] = 128,
  11910.         ["Atk"] = 2,
  11911.     },
  11912.     ["CatchRate"] = 90,
  11913. },
  11914.  
  11915. ["Shinx"] = {
  11916.     ["Pokedex"] = 254,
  11917.     ["PokedexDesc"] = "In the jungle, the mighty jungle...",
  11918.     ["Species"] = "Flash Pokemon",
  11919.     ["Height"] = "1'08\"",
  11920.     ["Weight"] = 20.9,
  11921.     ["Ability"] = "Intimidate",
  11922.     ["Type"] = {"Electric"},
  11923.     ["Stats"] = {
  11924.         ["HP"] = 45,
  11925.         ["Atk"] = 65,
  11926.         ["Def"] = 34,
  11927.         ["SpA"] = 40,
  11928.         ["SpD"] = 34,
  11929.         ["Speed"] = 45
  11930.         },
  11931.     ["Evolution"] = {15, "Luxio"},
  11932.     ["Gender"] = 50,
  11933.     ["Moves"] = {
  11934.         ["LevelUp"] = {
  11935.             [58] = {"Ice Fang"},
  11936.             [47] = {"Fire Fang"},
  11937.             [42] = {"Crunch"},
  11938.             [36] = {"Thunderbolt"},
  11939.             [30] = {"Thunder Fang"},
  11940.             [28] = {"Scary Face"},
  11941.             [23] = {"Bite"},
  11942.             [17] = {"Swagger"},
  11943.             [13] = {"Spark"},
  11944.             [6] = {"Leer"},
  11945.             [1] = {"Tackle"}
  11946.             },
  11947.         ["TM"] = {"Thunderbolt","Double-Edge","Double Team","Toxic","Rest"}
  11948.     },
  11949.     ["Sprites"] = {
  11950.         ["Front"] = "http://www.roblox.com/asset/?id=230582901",
  11951.         ["Back"] = "http://www.roblox.com/asset/?id=230582879",
  11952.         ["Mini"] = "http://www.roblox.com/asset/?id=230582823",
  11953.         ["SB"] = "http://www.roblox.com/asset/?id=230582849",
  11954.         ["SF"] = "http://www.roblox.com/asset/?id=230582872"
  11955.     },
  11956.     ["ExpType"] = "MedSlow",
  11957.     ["EVYield"] = {
  11958.         ["Exp"] = 64,
  11959.         ["Atk"] = 1,
  11960.     },
  11961.     ["CatchRate"] = 235,
  11962. },
  11963.  
  11964. ["Luxio"] = {
  11965.     ["Pokedex"] = 255,
  11966.     ["PokedexDesc"] = "Lucky-o. I don't know. It sounded better in my head.",
  11967.     ["Species"] = "Spark Pokemon",
  11968.     ["Height"] = "2'11\"",
  11969.     ["Weight"] = 67.2,
  11970.     ["Ability"] = "Intimidate",
  11971.     ["Type"] = {"Electric"},
  11972.     ["Stats"] = {
  11973.         ["HP"] = 60,
  11974.         ["Atk"] = 85,
  11975.         ["Def"] = 49,
  11976.         ["SpA"] = 60,
  11977.         ["SpD"] = 49,
  11978.         ["Speed"] = 60
  11979.         },
  11980.     ["Evolution"] = {30, "Luxray"},
  11981.     ["Gender"] = 50,
  11982.     ["Moves"] = {
  11983.         ["LevelUp"] = {
  11984.             [58] = {"Ice Fang"},
  11985.             [47] = {"Fire Fang"},
  11986.             [42] = {"Crunch"},
  11987.             [36] = {"Thunderbolt"},
  11988.             [30] = {"Thunder Fang"},
  11989.             [28] = {"Scary Face"},
  11990.             [23] = {"Bite"},
  11991.             [17] = {"Swagger"},
  11992.             [13] = {"Spark"},
  11993.             [6] = {"Leer"},
  11994.             [1] = {"Tackle"}
  11995.             },
  11996.         ["TM"] = {"Thunderbolt","Double-Edge","Double Team","Toxic","Rest"}
  11997.     },
  11998.     ["Sprites"] = {
  11999.         ["Front"] = "http://www.roblox.com/asset/?id=230583008",
  12000.         ["Back"] = "http://www.roblox.com/asset/?id=230582992",
  12001.         ["Mini"] = "http://www.roblox.com/asset/?id=230583018",
  12002.         ["SB"] = "http://www.roblox.com/asset/?id=230582929",
  12003.         ["SF"] = "http://www.roblox.com/asset/?id=230582966"
  12004.     },
  12005.     ["ExpType"] = "MedSlow",
  12006.     ["EVYield"] = {
  12007.         ["Exp"] = 64,
  12008.         ["Atk"] = 2,
  12009.     },
  12010.     ["CatchRate"] = 120,
  12011. },
  12012.  
  12013. ["Luxray"] = {
  12014.     ["Pokedex"] = 256,
  12015.     ["PokedexDesc"] = "Luxray, shockingly, looks pretty cool!",
  12016.     ["Species"] = "Gleam Eyes Pokemon",
  12017.     ["Height"] = "4'07\"",
  12018.     ["Weight"] = 92.6,
  12019.     ["Ability"] = "Intimidate",
  12020.     ["Type"] = {"Electric"},
  12021.     ["Stats"] = {
  12022.         ["HP"] = 80,
  12023.         ["Atk"] = 123,
  12024.         ["Def"] = 79,
  12025.         ["SpA"] = 95,
  12026.         ["SpD"] = 79,
  12027.         ["Speed"] = 70
  12028.         },
  12029.     ["Evolution"] = {},
  12030.     ["Gender"] = 50,
  12031.     ["Moves"] = {
  12032.         ["LevelUp"] = {
  12033.             [58] = {"Ice Fang"},
  12034.             [47] = {"Fire Fang"},
  12035.             [42] = {"Crunch"},
  12036.             [36] = {"Thunderbolt"},
  12037.             [30] = {"Thunder Fang"},
  12038.             [28] = {"Scary Face"},
  12039.             [23] = {"Bite"},
  12040.             [17] = {"Swagger"},
  12041.             [13] = {"Spark"},
  12042.             [6] = {"Leer"},
  12043.             [1] = {"Tackle"}
  12044.             },
  12045.         ["TM"] = {"Thunderbolt","Double-Edge","Double Team","Toxic","Rest"}
  12046.     },
  12047.     ["Sprites"] = {
  12048.         ["Front"] = "http://www.roblox.com/asset/?id=230583238",
  12049.         ["Back"] = "http://www.roblox.com/asset/?id=230583200",
  12050.         ["Mini"] = "http://www.roblox.com/asset/?id=230583055",
  12051.         ["SB"] = "http://www.roblox.com/asset/?id=230583089",
  12052.         ["SF"] = "http://www.roblox.com/asset/?id=230583161"
  12053.     },
  12054.     ["ExpType"] = "MedSlow",
  12055.     ["EVYield"] = {
  12056.         ["Exp"] = 64,
  12057.         ["Atk"] = 3,
  12058.     },
  12059.     ["CatchRate"] = 120,
  12060. },
  12061.  
  12062. ["Manaphy"] = {
  12063.     ["Pokedex"] = 257,
  12064.     ["PokedexDesc"] = "More like MANAFAIL. Heh. ",
  12065.     ["Species"] = "Seafaring Pokemon",
  12066.     ["Height"] = "1'00\"",
  12067.     ["Weight"] = 3.1,
  12068.     ["Type"] = {"Water"},
  12069.     ["Stats"] = {
  12070.         ["HP"] = 100,
  12071.         ["Atk"] = 100,
  12072.         ["Def"] = 100,
  12073.         ["SpA"] = 100,
  12074.         ["SpD"] = 100,
  12075.         ["Speed"] = 100
  12076.         },
  12077.     ["Evolution"] = {},
  12078.  
  12079.     ["Gender"] = "Unknown",
  12080.     ["Moves"] = {
  12081.         ["LevelUp"] = {
  12082.             [60] = {"Energy Ball"},
  12083.             [52] = {"Hydro Pump"},
  12084.             [43] = {"Ice Beam"},
  12085.             [37] = {"Shadow Ball"},
  12086.             [33] = {"Surf"},
  12087.             [30] = {"Water Pulse"},
  12088.             [23] = {"Nasty Plot"},
  12089.             [18] = {"Acid Armor"},
  12090.             [14] = {"Supersonic"},
  12091.             [6] = {"Bubblebeam"},
  12092.             [1] = {"Bubble"}
  12093.             },
  12094.         ["TM"] = {"Psychic","Shadow Ball","Energy Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  12095.     },
  12096.     ["Sprites"] = {
  12097.         ["Front"] = "http://www.roblox.com/asset/?id=230579865",
  12098.         ["Back"] = "http://www.roblox.com/asset/?id=230579852",
  12099.         ["Mini"] = "http://www.roblox.com/asset/?id=230579785",
  12100.         ["SB"] = "http://www.roblox.com/asset/?id=230579804",
  12101.         ["SF"] = "http://www.roblox.com/asset/?id=230579832"
  12102.     },
  12103.     ["ExpType"] = "Slow",
  12104.     ["EVYield"] = {
  12105.         ["Exp"] = 100,
  12106.         ["HP"] = 3,
  12107.     },
  12108.     ["CatchRate"] = 3,
  12109. },
  12110.  
  12111. ["Buneary"] = {
  12112.     ["Pokedex"] = 258,
  12113.     ["PokedexDesc"] = "Hunting wabbits.",
  12114.     ["Species"] = "Rabbit Pokemon",
  12115.     ["Height"] = "1'04\"",
  12116.     ["Weight"] = 12.1,
  12117.     ["Type"] = {"Normal"},
  12118.     ["Stats"] = {
  12119.         ["HP"] = 55,
  12120.         ["Atk"] = 66,
  12121.         ["Def"] = 44,
  12122.         ["SpA"] = 44,
  12123.         ["SpD"] = 56,
  12124.         ["Speed"] = 85
  12125.         },
  12126.     ["Evolution"] = {},
  12127.     ["EvolutionStone"] = {["Friendship Ribbon"] = "Lopunny"},
  12128.     ["Gender"] = 50,
  12129.     ["Moves"] = {
  12130.         ["LevelUp"] = {
  12131.             [62] = {"Sky Uppercut"},
  12132.             [55] = {"Double-Edge"},
  12133.             [48] = {"Shadow Ball"},
  12134.             [42] = {"Thunderbolt"},
  12135.             [36] = {"Ice Beam"},
  12136.             [32] = {"Ice Punch"},
  12137.             [28] = {"Thunder Punch"},
  12138.             [24] = {"Fire Punch"},
  12139.             [19] = {"Take Down"},
  12140.             [10] = {"Quick Attack"},
  12141.             [5] = {"Defense Curl"},
  12142.             [1] = {"Scratch"}
  12143.             },
  12144.         ["TM"] = {"Psychic","Shadow Ball","Energy Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  12145.     },
  12146.     ["Sprites"] = {
  12147.         ["Front"] = "http://www.roblox.com/asset/?id=234385082",
  12148.         ["Back"] = "http://www.roblox.com/asset/?id=234385111",
  12149.         ["Mini"] = "http://www.roblox.com/asset/?id=234385059",
  12150.         ["SB"] = "http://www.roblox.com/asset/?id=234385120",
  12151.         ["SF"] = "http://www.roblox.com/asset/?id=234385088"
  12152.     },
  12153.     ["ExpType"] = "MedFast",
  12154.     ["EVYield"] = {
  12155.         ["Exp"] = 84,
  12156.         ["Speed"] = 1,
  12157.     },
  12158.     ["CatchRate"] = 3,
  12159. },
  12160.  
  12161. ["Lopunny"] = {
  12162.     ["Pokedex"] = 259,
  12163.     ["PokedexDesc"] = "This Pokemon is such weirdly designed. Seriously.",
  12164.     ["Species"] = "Rabbit Pokemon",
  12165.     ["Height"] = "3'11\"",
  12166.     ["Weight"] = 73.4,
  12167.     ["Type"] = {"Normal"},
  12168.     ["Stats"] = {
  12169.         ["HP"] = 65,
  12170.         ["Atk"] = 76,
  12171.         ["Def"] = 84,
  12172.         ["SpA"] = 54,
  12173.         ["SpD"] = 96,
  12174.         ["Speed"] = 105
  12175.         },
  12176.     ["Evolution"] = {},
  12177.     ["Gender"] = 50,
  12178.     ["Moves"] = {
  12179.         ["LevelUp"] = {
  12180.             [62] = {"Sky Uppercut"},
  12181.             [55] = {"Double-Edge"},
  12182.             [48] = {"Shadow Ball"},
  12183.             [42] = {"Thunderbolt"},
  12184.             [36] = {"Ice Beam"},
  12185.             [32] = {"Ice Punch"},
  12186.             [28] = {"Thunder Punch"},
  12187.             [24] = {"Fire Punch"},
  12188.             [19] = {"Take Down"},
  12189.             [10] = {"Quick Attack"},
  12190.             [5] = {"Defense Curl"},
  12191.             [1] = {"Scratch"}
  12192.             },
  12193.         ["TM"] = {"Psychic","Shadow Ball","Energy Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  12194.     },
  12195.     ["Sprites"] = {
  12196.         ["Front"] = "http://www.roblox.com/asset/?id=234385092",
  12197.         ["Back"] = "http://www.roblox.com/asset/?id=234385127",
  12198.         ["Mini"] = "http://www.roblox.com/asset/?id=234385068",
  12199.         ["SB"] = "http://www.roblox.com/asset/?id=234385138",
  12200.         ["SF"] = "http://www.roblox.com/asset/?id=234385095"
  12201.     },
  12202.     ["ExpType"] = "MedFast",
  12203.     ["EVYield"] = {
  12204.         ["Exp"] = 84,
  12205.         ["Speed"] = 2,
  12206.     },
  12207.     ["CatchRate"] = 60,
  12208. },
  12209.  
  12210. ["Cresselia"] = {
  12211.     ["Pokedex"] = 260,
  12212.     ["PokedexDesc"] = "This Pokemon was first found by Neil Armstrong. Something to think about.",
  12213.     ["Species"] = "Lunar Pokemon",
  12214.     ["Height"] = "4'11\"",
  12215.     ["Weight"] = 188.7,
  12216.     ["Ability"] = "Levitate",
  12217.     ["Type"] = {"Psychic"},
  12218.     ["Stats"] = {
  12219.         ["HP"] = 120,
  12220.         ["Atk"] = 70,
  12221.         ["Def"] = 120,
  12222.         ["SpA"] = 75,
  12223.         ["SpD"] = 130,
  12224.         ["Speed"] = 85
  12225.         },
  12226.     ["Evolution"] = {},
  12227.     ["Gender"] = 0,
  12228.     ["Moves"] = {
  12229.         ["LevelUp"] = {
  12230.             [85] = {"Calm Mind"},
  12231.             [71] = {"Moonblast"},
  12232.             [61] = {"Ice Beam"},
  12233.             [51] = {"Psychic"},
  12234.             [41] = {"Recover"},
  12235.             [31] = {"Slash"},
  12236.             [21] = {"Aurora Beam"},
  12237.             [11] = {"Psycho Cut"},
  12238.             [1] = {"Confusion"}
  12239.             },
  12240.         ["TM"] = {"Psychic","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  12241.     },
  12242.     ["Sprites"] = {
  12243.         ["Front"] = "http://www.roblox.com/asset/?id=234385097",
  12244.         ["Back"] = "http://www.roblox.com/asset/?id=234385178",
  12245.         ["Mini"] = "http://www.roblox.com/asset/?id=234385071",
  12246.         ["SB"] = "http://www.roblox.com/asset/?id=234385190",
  12247.         ["SF"] = "http://www.roblox.com/asset/?id=234385108"
  12248.     },
  12249.     ["ExpType"] = "Slow",
  12250.     ["EVYield"] = {
  12251.         ["Exp"] = 154,
  12252.         ["SpD"] = 3,
  12253.     },
  12254.     ["CatchRate"] = 3,
  12255. },
  12256.  
  12257. ["Groudon"] = {
  12258.     ["Pokedex"] = 261,
  12259.     ["PokedexDesc"] =  "Groudon is the heaviest Pokemon. It should stop eating McDonald's. ",
  12260.     ["Species"] = "Continient Pokemon",
  12261.     ["Height"] = "11'06\"",
  12262.     ["Weight"] = 2094.2,
  12263.     ["Type"] = {"Ground"},
  12264.     ["Stats"] = {
  12265.         ["HP"] = 100,
  12266.         ["Atk"] = 150,
  12267.         ["Def"] = 140,
  12268.         ["SpA"] = 100,
  12269.         ["SpD"] = 90,
  12270.         ["Speed"] = 90
  12271.         },
  12272.     ["Evolution"] = {},
  12273.     ["Gender"] = "Unknown",
  12274.     ["Moves"] = {
  12275.         ["LevelUp"] = {
  12276.             [100] = {"Precipice Blades"},
  12277.             [65] = {"Iron Head"},
  12278.             [55] = {"Hammer Arm"},
  12279.             [40] = {"Fire Blast"},
  12280.             [32] = {"Earthquake"},
  12281.             [26] = {"Flamethrower"},
  12282.             [26] = {"Rest"},
  12283.             [16] = {"Lava Plume"},
  12284.             [11] = {"Earth Power"},
  12285.             [5] = {"Scary Face"},
  12286.             [1] = {"Mud Shot"}
  12287.             },
  12288.         ["TM"] = {"Aerial Ace","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Surf","Flamethrower","Rock Slide"}
  12289.     },
  12290.     ["Sprites"] = {
  12291.         ["Front"] = "http://www.roblox.com/asset/?id=237254855",
  12292.         ["Back"] = "http://www.roblox.com/asset/?id=237254926",
  12293.         ["Mini"] = "http://www.roblox.com/asset/?id=237254809",
  12294.         ["SB"] = "http://www.roblox.com/asset/?id=237254940",
  12295.         ["SF"] = "http://www.roblox.com/asset/?id=237254872"
  12296.     },
  12297.     ["ExpType"] = "Slow",
  12298.     ["EVYield"] = {
  12299.         ["Exp"] = 300,
  12300.         ["Atk"] = 3,
  12301.     },
  12302.     ["CatchRate"] = 3,
  12303. },
  12304.  
  12305. ["Kyogre"] = {
  12306.     ["Pokedex"] = 262,
  12307.     ["PokedexDesc"] =  "Kyogre starred as the titular character in Free Willy. ",
  12308.     ["Species"] = "Sea Basin Pokemon",
  12309.     ["Height"] = "14'09\"",
  12310.     ["Weight"] = 700.2,
  12311.     ["Type"] = {"Water"},
  12312.     ["Stats"] = {
  12313.         ["HP"] = 100,
  12314.         ["Atk"] = 100,
  12315.         ["Def"] = 90,
  12316.         ["SpA"] = 150,
  12317.         ["SpD"] = 140,
  12318.         ["Speed"] = 90
  12319.         },
  12320.     ["Evolution"] = {},
  12321.     ["Gender"] = "Unknown",
  12322.     ["Moves"] = {
  12323.         ["LevelUp"] = {
  12324.             [100] = {"Origin Pulse"},
  12325.             [80] = {"Blizzard"},
  12326.             [65] = {"Double-Edge"},
  12327.             [55] = {"Hydro Pump"},
  12328.             [40] = {"Surf"},
  12329.             [32] = {"Calm Mind"},
  12330.             [26] = {"Ice Beam"},
  12331.             [26] = {"Rest"},
  12332.             [16] = {"Body Slam"},
  12333.             [11] = {"Aqua Tail"},
  12334.             [5] = {"Scary Face"},
  12335.             [1] = {"Water Pulse"}
  12336.             },
  12337.         ["TM"] = {"Surf","Aerial Ace","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  12338.     },
  12339.     ["Sprites"] = {
  12340.         ["Front"] = "http://www.roblox.com/asset/?id=237254826",
  12341.         ["Back"] = "http://www.roblox.com/asset/?id=237254895",
  12342.         ["Mini"] = "http://www.roblox.com/asset/?id=237254798",
  12343.         ["SB"] = "http://www.roblox.com/asset/?id=237254908",
  12344.         ["SF"] = "http://www.roblox.com/asset/?id=237254839"
  12345.     },
  12346.     ["ExpType"] = "Slow",
  12347.     ["EVYield"] = {
  12348.         ["Exp"] = 300,
  12349.         ["SpA"] = 3,
  12350.     },
  12351.     ["CatchRate"] = 3,
  12352. },
  12353.  
  12354. ["Duskull"] = {
  12355.     ["Pokedex"] = 263,
  12356.     ["PokedexDesc"] =  "Spooky scary skeletons send shivers down your spine...",
  12357.     ["Species"] = "Requiem Pokemon",
  12358.     ["Height"] = "2'07\"",
  12359.     ["Weight"] = 33.1,
  12360.     ["Ability"] = "Levitate",
  12361.     ["Type"] = {"Ghost"},
  12362.     ["Stats"] = {
  12363.         ["HP"] = 20,
  12364.         ["Atk"] = 40,
  12365.         ["Def"] = 90,
  12366.         ["SpA"] = 30,
  12367.         ["SpD"] = 90,
  12368.         ["Speed"] = 25
  12369.         },
  12370.     ["Evolution"] = {37,"Dusclops"},
  12371.     ["Gender"] = 50,
  12372.     ["Moves"] = {
  12373.         ["LevelUp"] = {
  12374.             [85] = {"Pain Split"},
  12375.             [45] = {"Shadow Ball"},
  12376.             [37] = {"Confuse Ray"},
  12377.             [33] = {"Will-O-Wisp"},
  12378.             [25] = {"Haze"},
  12379.             [17] = {"Calm Mind"},
  12380.             [10] = {"Faint Attack"},
  12381.             [5] = {"Astonish"},
  12382.             [1] = {"Leer"}
  12383.             },
  12384.         ["TM"] = {"Shadow Ball","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  12385.     },
  12386.     ["Sprites"] = {
  12387.         ["Front"] = "http://www.roblox.com/asset/?id=200797532",
  12388.         ["Back"] = "http://www.roblox.com/asset/?id=200797570",
  12389.         ["Mini"] = "http://www.roblox.com/asset/?id=200797516",
  12390.         ["SB"] = "http://www.roblox.com/asset/?id=200797579",
  12391.         ["SF"] = "http://www.roblox.com/asset/?id=200797539"
  12392.     },
  12393.     ["ExpType"] = "Fast",
  12394.     ["EVYield"] = {
  12395.         ["Exp"] = 97,
  12396.         ["SpD"] = 1,
  12397.     },
  12398.     ["CatchRate"] = 255,
  12399. },
  12400.  
  12401. ["Dusclops"] = {
  12402.     ["Pokedex"] = 264,
  12403.     ["PokedexDesc"] =  "Dusclops is the deceased soul of a T-Rex.",
  12404.     ["Species"] = "Beckon Pokemon",
  12405.     ["Height"] = "5'03\"",
  12406.     ["Weight"] = 179,
  12407.     ["Ability"] = "Pressure",
  12408.     ["Type"] = {"Ghost"},
  12409.     ["Stats"] = {
  12410.         ["HP"] = 40,
  12411.         ["Atk"] = 70,
  12412.         ["Def"] = 130,
  12413.         ["SpA"] = 60,
  12414.         ["SpD"] = 130,
  12415.         ["Speed"] = 25
  12416.         },
  12417.     ["Evolution"] = {},
  12418.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Dusknoir"},
  12419.     ["Gender"] = 50,
  12420.     ["Moves"] = {
  12421.         ["LevelUp"] = {
  12422.             [85] = {"Pain Split"},
  12423.             [75] = {"Shadow Ball"},
  12424.             [70] = {"Psychic"},
  12425.             [64] = {"Fire Punch"},
  12426.             [60] = {"Ice Punch"},
  12427.             [56] = {"Thunder Punch"},
  12428.             [45] = {"Shadow Ball"},
  12429.             [37] = {"Confuse Ray"},
  12430.             [33] = {"Will-O-Wisp"},
  12431.             [25] = {"Haze"},
  12432.             [17] = {"Calm Mind"},
  12433.             [10] = {"Faint Attack"},
  12434.             [5] = {"Astonish"},
  12435.             [1] = {"Leer"}
  12436.             },
  12437.         ["TM"] = {"Shadow Ball","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  12438.     },
  12439.     ["Sprites"] = {
  12440.         ["Front"] = "http://www.roblox.com/asset/?id=200797586",
  12441.         ["Back"] = "http://www.roblox.com/asset/?id=200797610",
  12442.         ["Mini"] = "http://www.roblox.com/asset/?id=200954217",
  12443.         ["SB"] = "http://www.roblox.com/asset/?id=200797618",
  12444.         ["SF"] = "http://www.roblox.com/asset/?id=200797594"
  12445.     },
  12446.     ["ExpType"] = "Fast",
  12447.     ["EVYield"] = {
  12448.         ["Exp"] = 137,
  12449.         ["SpD"] = 2,
  12450.     },
  12451.     ["CatchRate"] = 90,
  12452. },
  12453.  
  12454. ["Dusknoir"] = {
  12455.     ["Pokedex"] = 265,
  12456.     ["PokedexDesc"] =  "Dusknoir is the protagonist of L.A. Dusknoir.",
  12457.     ["Species"] = "Gripper Pokemon",
  12458.     ["Height"] = "7'03\"",
  12459.     ["Weight"] = 235,
  12460.     ["Ability"] = "Pressure",
  12461.     ["Type"] = {"Ghost"},
  12462.     ["Stats"] = {
  12463.         ["HP"] = 45,
  12464.         ["Atk"] = 100,
  12465.         ["Def"] = 135,
  12466.         ["SpA"] = 65,
  12467.         ["SpD"] = 135,
  12468.         ["Speed"] = 45
  12469.         },
  12470.     ["Evolution"] = {},
  12471.     ["Gender"] = 50,
  12472.     ["Moves"] = {
  12473.         ["LevelUp"] = {
  12474.             [88] = {"Pain Split"},
  12475.             [85] = {"Earthquake"},
  12476.             [75] = {"Shadow Ball"},
  12477.             [70] = {"Psychic"},
  12478.             [64] = {"Fire Punch"},
  12479.             [60] = {"Ice Punch"},
  12480.             [56] = {"Thunder Punch"},
  12481.             [50] = {"Shadow Punch"},
  12482.             [45] = {"Shadow Ball"},
  12483.             [37] = {"Confuse Ray"},
  12484.             [33] = {"Will-O-Wisp"},
  12485.             [25] = {"Haze"},
  12486.             [17] = {"Calm Mind"},
  12487.             [10] = {"Faint Attack"},
  12488.             [5] = {"Astonish"},
  12489.             [1] = {"Leer"}
  12490.             },
  12491.         ["TM"] = {"Shadow Ball","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  12492.     },
  12493.     ["Sprites"] = {
  12494.         ["Front"] = "http://www.roblox.com/asset/?id=239215324",
  12495.         ["Back"] = "http://www.roblox.com/asset/?id=239215326",
  12496.         ["Mini"] = "http://www.roblox.com/asset/?id=239214650",
  12497.         ["SB"] = "http://www.roblox.com/asset/?id=239215325",
  12498.         ["SF"] = "http://www.roblox.com/asset/?id=239215323"
  12499.     },
  12500.     ["ExpType"] = "Fast",
  12501.     ["EVYield"] = {
  12502.         ["Exp"] = 201,
  12503.         ["Def"] = 1,
  12504.         ["SpD"] = 2,
  12505.     },
  12506.     ["CatchRate"] = 90,
  12507. },
  12508.  
  12509. ["Slakoth"] = {
  12510.     ["Pokedex"] = 266,
  12511.     ["PokedexDesc"] =  "Slakoth, when it's not tired, is actually faster than an Electrode!",
  12512.     ["Species"] = "Slacker Pokemon",
  12513.     ["Height"] = "2'07\"",
  12514.     ["Weight"] = 42,
  12515.     ["Type"] = {"Normal"},
  12516.     ["Stats"] = {
  12517.         ["HP"] = 60,
  12518.         ["Atk"] = 60,
  12519.         ["Def"] = 60,
  12520.         ["SpA"] = 35,
  12521.         ["SpD"] = 35,
  12522.         ["Speed"] = 40
  12523.         },
  12524.     ["Evolution"] = {18,"Vigoroth"},
  12525.     ["Gender"] = 50,
  12526.     ["Moves"] = {
  12527.         ["LevelUp"] = {
  12528.             [75] = {"Earthquake"},
  12529.             [70] = {"Double-Edge"},
  12530.             [64] = {"Fire Punch"},
  12531.             [60] = {"Ice Punch"},
  12532.             [56] = {"Thunder Punch"},
  12533.             [50] = {"Body Slam"},
  12534.             [45] = {"Hammer Arm"},
  12535.             [37] = {"Shadow Claw"},
  12536.             [33] = {"Swagger"},
  12537.             [25] = {"Night Slash"},
  12538.             [17] = {"Slash"},
  12539.             [10] = {"Faint Attack"},
  12540.             [5] = {"Amnesia"},
  12541.             [1] = {"Scratch"}
  12542.             },
  12543.         ["TM"] = {"Shadow Ball","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  12544.     },
  12545.     ["Sprites"] = {
  12546.         ["Front"] = "http://www.roblox.com/asset/?id=239214725",
  12547.         ["Back"] = "http://www.roblox.com/asset/?id=239214727",
  12548.         ["Mini"] = "http://www.roblox.com/asset/?id=239214222",
  12549.         ["SB"] = "http://www.roblox.com/asset/?id=239214728",
  12550.         ["SF"] = "http://www.roblox.com/asset/?id=239214726"
  12551.     },
  12552.     ["ExpType"] = "Slow",
  12553.     ["EVYield"] = {
  12554.         ["Exp"] = 201,
  12555.         ["HP"] = 1,
  12556.     },
  12557.     ["CatchRate"] = 255,
  12558. },
  12559.  
  12560. ["Vigoroth"] = {
  12561.     ["Pokedex"] = 267,
  12562.     ["PokedexDesc"] =  "Angsty teenagers, amirite?",
  12563.     ["Species"] = "Wild Monkey Pokemon",
  12564.     ["Height"] = "4'07\"",
  12565.     ["Weight"] = 102,
  12566.     ["Type"] = {"Normal"},
  12567.     ["Stats"] = {
  12568.         ["HP"] = 80,
  12569.         ["Atk"] = 80,
  12570.         ["Def"] = 80,
  12571.         ["SpA"] = 55,
  12572.         ["SpD"] = 55,
  12573.         ["Speed"] = 90
  12574.         },
  12575.     ["Evolution"] = {36,"Slaking"},
  12576.     ["Gender"] = 50,
  12577.     ["Moves"] = {
  12578.         ["LevelUp"] = {
  12579.             [75] = {"Earthquake"},
  12580.             [70] = {"Double-Edge"},
  12581.             [64] = {"Fire Punch"},
  12582.             [60] = {"Ice Punch"},
  12583.             [56] = {"Thunder Punch"},
  12584.             [50] = {"Body Slam"},
  12585.             [45] = {"Hammer Arm"},
  12586.             [37] = {"Shadow Claw"},
  12587.             [33] = {"Swagger"},
  12588.             [25] = {"Night Slash"},
  12589.             [17] = {"Slash"},
  12590.             [10] = {"Faint Attack"},
  12591.             [5] = {"Amnesia"},
  12592.             [1] = {"Scratch"}
  12593.             },
  12594.         ["TM"] = {"Shadow Ball","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  12595.     },
  12596.     ["Sprites"] = {
  12597.         ["Front"] = "http://www.roblox.com/asset/?id=239214760",
  12598.         ["Back"] = "http://www.roblox.com/asset/?id=239214763",
  12599.         ["Mini"] = "http://www.roblox.com/asset/?id=239214235",
  12600.         ["SB"] = "http://www.roblox.com/asset/?id=239214762",
  12601.         ["SF"] = "http://www.roblox.com/asset/?id=239214761"
  12602.     },
  12603.     ["ExpType"] = "Slow",
  12604.     ["EVYield"] = {
  12605.         ["Exp"] = 201,
  12606.         ["Speed"] = 2,
  12607.     },
  12608.     ["CatchRate"] = 255,
  12609. },
  12610.  
  12611. ["Slaking"] = {
  12612.     ["Pokedex"] = 268,
  12613.     ["PokedexDesc"] =  "Slaking has the same stat total as Groudon and Kyogre.",
  12614.     ["Species"] = "Wild Monkey Pokemon",
  12615.     ["Height"] = "6'07\"",
  12616.     ["Weight"] = 287.7,
  12617.     ["Type"] = {"Normal"},
  12618.     ["Stats"] = {
  12619.         ["HP"] = 150,
  12620.         ["Atk"] = 160,
  12621.         ["Def"] = 100,
  12622.         ["SpA"] = 95,
  12623.         ["SpD"] = 65,
  12624.         ["Speed"] = 100
  12625.         },
  12626.     ["Evolution"] = {},
  12627.     ["Gender"] = 50,
  12628.     ["Moves"] = {
  12629.         ["LevelUp"] = {
  12630.             [75] = {"Earthquake"},
  12631.             [70] = {"Double-Edge"},
  12632.             [64] = {"Fire Punch"},
  12633.             [60] = {"Ice Punch"},
  12634.             [56] = {"Thunder Punch"},
  12635.             [50] = {"Body Slam"},
  12636.             [45] = {"Hammer Arm"},
  12637.             [37] = {"Shadow Claw"},
  12638.             [33] = {"Swagger"},
  12639.             [25] = {"Night Slash"},
  12640.             [17] = {"Slash"},
  12641.             [10] = {"Faint Attack"},
  12642.             [5] = {"Amnesia"},
  12643.             [1] = {"Scratch"}
  12644.             },
  12645.         ["TM"] = {"Shadow Ball","Submission","Rock Tomb","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Thunderbolt","Icy Wind","Surf","Flamethrower","Ice Beam","Rock Slide"}
  12646.     },
  12647.     ["Sprites"] = {
  12648.         ["Front"] = "http://www.roblox.com/asset/?id=239214816",
  12649.         ["Back"] = "http://www.roblox.com/asset/?id=239214814",
  12650.         ["Mini"] = "http://www.roblox.com/asset/?id=239214255",
  12651.         ["SB"] = "http://www.roblox.com/asset/?id=239214817",
  12652.         ["SF"] = "http://www.roblox.com/asset/?id=239214815"
  12653.     },
  12654.     ["ExpType"] = "Slow",
  12655.     ["EVYield"] = {
  12656.         ["Exp"] = 201,
  12657.         ["HP"] = 3,
  12658.     },
  12659.     ["CatchRate"] = 45,
  12660. },
  12661.  
  12662. ["Starly"] = {
  12663.     ["Pokedex"] = 269,
  12664.     ["PokedexDesc"] = "...are you startled? I'll show myself out.",
  12665.     ["Species"] = "Starling Pokemon",
  12666.     ["Height"] = "1'00\"",
  12667.     ["Weight"] = 4.4,
  12668.     ["Type"] = {"Normal","Flying"},
  12669.     ["Stats"] = {
  12670.         ["HP"] = 40,
  12671.         ["Atk"] = 55,
  12672.         ["Def"] = 30,
  12673.         ["SpA"] = 30,
  12674.         ["SpD"] = 30,
  12675.         ["Speed"] = 60
  12676.         },
  12677.     ["Evolution"] = {14, "Staravia"},
  12678.     ["Gender"] = 50,
  12679.     ["Moves"] = {
  12680.         ["LevelUp"] = {
  12681.             [40] = {"Brave Bird"},
  12682.             [34] = {"Agility"},
  12683.             [30] = {"Take Down"},
  12684.             [28] = {"Aerial Ace"},
  12685.             [23] = {"Double Team"},
  12686.             [15] = {"Wing Attack"},
  12687.             [8] = {"Quick Attack"},
  12688.             [6] = {"Growl"},
  12689.             [1] = {"Tackle"}
  12690.             },
  12691.         ["TM"] = {"Double-Edge","Double Team","Toxic","Rest"}
  12692.     },
  12693.     ["Sprites"] = {
  12694.         ["Front"] = "http://www.roblox.com/asset/?id=230582638",
  12695.         ["Back"] = "http://www.roblox.com/asset/?id=230582598",
  12696.         ["Mini"] = "http://www.roblox.com/asset/?id=230582228",
  12697.         ["SB"] = "http://www.roblox.com/asset/?id=230582253",
  12698.         ["SF"] = "http://www.roblox.com/asset/?id=230582289"
  12699.     },
  12700.     ["ExpType"] = "MedSlow",
  12701.     ["EVYield"] = {
  12702.         ["Exp"] = 64,
  12703.         ["Speed"] = 1,
  12704.     },
  12705.     ["CatchRate"] = 255,
  12706. },
  12707.  
  12708. ["Staravia"] = {
  12709.     ["Pokedex"] = 270,
  12710.     ["PokedexDesc"] = "Staravia is the mascot of KFC -- Kanto Fried Chicken!",
  12711.     ["Species"] = "Starling Pokemon",
  12712.     ["Height"] = "2'00\"",
  12713.     ["Weight"] = 34.2,
  12714.     ["Ability"] = "Intimidate",
  12715.     ["Type"] = {"Normal","Flying"},
  12716.     ["Stats"] = {
  12717.         ["HP"] = 55,
  12718.         ["Atk"] = 75,
  12719.         ["Def"] = 50,
  12720.         ["SpA"] = 40,
  12721.         ["SpD"] = 40,
  12722.         ["Speed"] = 80
  12723.         },
  12724.     ["Evolution"] = {34, "Staraptor"},
  12725.     ["Gender"] = 50,
  12726.     ["Moves"] = {
  12727.         ["LevelUp"] = {
  12728.             [40] = {"Brave Bird"},
  12729.             [34] = {"Agility"},
  12730.             [30] = {"Take Down"},
  12731.             [28] = {"Aerial Ace"},
  12732.             [23] = {"Double Team"},
  12733.             [15] = {"Wing Attack"},
  12734.             [8] = {"Quick Attack"},
  12735.             [6] = {"Growl"},
  12736.             [1] = {"Tackle"}
  12737.             },
  12738.         ["TM"] = {"Double-Edge","Double Team","Toxic","Rest"}
  12739.     },
  12740.     ["Sprites"] = {
  12741.         ["Front"] = "http://www.roblox.com/asset/?id=230582733",
  12742.         ["Back"] = "http://www.roblox.com/asset/?id=230582711",
  12743.         ["Mini"] = "http://www.roblox.com/asset/?id=230582745",
  12744.         ["SB"] = "http://www.roblox.com/asset/?id=230582670",
  12745.         ["SF"] = "http://www.roblox.com/asset/?id=230582700"
  12746.     },
  12747.     ["ExpType"] = "MedSlow",
  12748.     ["EVYield"] = {
  12749.         ["Exp"] = 64,
  12750.         ["Speed"] = 2,
  12751.     },
  12752.     ["CatchRate"] = 120,
  12753. },
  12754.  
  12755. ["Staraptor"] = {
  12756.     ["Pokedex"] = 271,
  12757.     ["PokedexDesc"] = "Staraptor REALLY needs a haircut.",
  12758.     ["Species"] = "Starling Pokemon",
  12759.     ["Height"] = "3'11\"",
  12760.     ["Weight"] = 54.9,
  12761.     ["Ability"] = "Intimidate",
  12762.     ["Type"] = {"Normal","Flying"},
  12763.     ["Stats"] = {
  12764.         ["HP"] = 85,
  12765.         ["Atk"] = 120,
  12766.         ["Def"] = 70,
  12767.         ["SpA"] = 50,
  12768.         ["SpD"] = 60,
  12769.         ["Speed"] = 100
  12770.         },
  12771.     ["Evolution"] = {},
  12772.     ["Gender"] = 50,
  12773.     ["Moves"] = {
  12774.         ["LevelUp"] = {
  12775.             [58] = {"Brave Bird"},
  12776.             [47] = {"Double-Edge"},
  12777.             [42] = {"Agility"},
  12778.             [36] = {"Close Combat"},
  12779.             [30] = {"Take Down"},
  12780.             [28] = {"Aerial Ace"},
  12781.             [23] = {"Double Team"},
  12782.             [15] = {"Wing Attack"},
  12783.             [8] = {"Quick Attack"},
  12784.             [6] = {"Growl"},
  12785.             [1] = {"Tackle"}
  12786.             },
  12787.         ["TM"] = {"Double-Edge","Double Team","Toxic","Rest"}
  12788.     },
  12789.     ["Sprites"] = {
  12790.         ["Front"] = "http://www.roblox.com/asset/?id=230582796",
  12791.         ["Back"] = "http://www.roblox.com/asset/?id=230582784",
  12792.         ["Mini"] = "http://www.roblox.com/asset/?id=230582810",
  12793.         ["SB"] = "http://www.roblox.com/asset/?id=230582757",
  12794.         ["SF"] = "http://www.roblox.com/asset/?id=230582769"
  12795.     },
  12796.     ["ExpType"] = "MedSlow",
  12797.     ["EVYield"] = {
  12798.         ["Exp"] = 64,
  12799.         ["Atk"] = 3,
  12800.     },
  12801.     ["CatchRate"] = 45,
  12802. },
  12803.  
  12804. ["Spheal"] = {
  12805.     ["Pokedex"] = 272,
  12806.     ["PokedexDesc"] = "Spheal makes me... SQUEAL! :3",
  12807.     ["Species"] = "Clap Pokemon",
  12808.     ["Height"] = "2'07\"",
  12809.     ["Weight"] = 87.1,
  12810.     ["Ability"] = "Thick Fat",
  12811.     ["Type"] = {"Ice","Water"},
  12812.     ["Stats"] = {
  12813.         ["HP"] = 70,
  12814.         ["Atk"] = 40,
  12815.         ["Def"] = 50,
  12816.         ["SpA"] = 55,
  12817.         ["SpD"] = 50,
  12818.         ["Speed"] = 25
  12819.         },
  12820.     ["Evolution"] = {32, "Sealeo"},
  12821.     ["Gender"] = 50,
  12822.     ["Moves"] = {
  12823.         ["LevelUp"] = {
  12824.             [72] = {"Hydro Pump"},
  12825.             [58] = {"Signal Beam"},
  12826.             [47] = {"Blizzard"},
  12827.             [42] = {"Ice Beam"},
  12828.             [36] = {"Surf"},
  12829.             [30] = {"Rest"},
  12830.             [28] = {"Body Slam"},
  12831.             [23] = {"Aurora Beam"},
  12832.             [15] = {"Growl"},
  12833.             [8] = {"Powder Snow"},
  12834.             [6] = {"Water Gun"},
  12835.             [1] = {"Defense Curl"}
  12836.             },
  12837.         ["TM"] = {"Ice Beam","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  12838.     },
  12839.     ["Sprites"] = {
  12840.         ["Front"] = "http://www.roblox.com/asset/?id=239214938",
  12841.         ["Back"] = "http://www.roblox.com/asset/?id=239214941",
  12842.         ["Mini"] = "http://www.roblox.com/asset/?id=239214276",
  12843.         ["SB"] = "http://www.roblox.com/asset/?id=239214940",
  12844.         ["SF"] = "http://www.roblox.com/asset/?id=239214939"
  12845.     },
  12846.     ["ExpType"] = "MedSlow",
  12847.     ["EVYield"] = {
  12848.         ["Exp"] = 64,
  12849.         ["HP"] = 1,
  12850.     },
  12851.     ["CatchRate"] = 255,
  12852. },
  12853.  
  12854. ["Sealeo"] = {
  12855.     ["Pokedex"] = 273,
  12856.     ["PokedexDesc"] = "Sealeo or No Sealeo",
  12857.     ["Species"] = "Ball Roll Pokemon",
  12858.     ["Height"] = "3'07\"",
  12859.     ["Weight"] = 193.1,
  12860.     ["Ability"] = "Thick Fat",
  12861.     ["Type"] = {"Ice","Water"},
  12862.     ["Stats"] = {
  12863.         ["HP"] = 90,
  12864.         ["Atk"] = 60,
  12865.         ["Def"] = 70,
  12866.         ["SpA"] = 75,
  12867.         ["SpD"] = 70,
  12868.         ["Speed"] = 45
  12869.         },
  12870.     ["Evolution"] = {44, "Walrein"},
  12871.     ["Gender"] = 50,
  12872.     ["Moves"] = {
  12873.         ["LevelUp"] = {
  12874.             [72] = {"Hydro Pump"},
  12875.             [58] = {"Signal Beam"},
  12876.             [47] = {"Blizzard"},
  12877.             [42] = {"Ice Beam"},
  12878.             [36] = {"Surf"},
  12879.             [30] = {"Rest"},
  12880.             [28] = {"Body Slam"},
  12881.             [23] = {"Aurora Beam"},
  12882.             [15] = {"Growl"},
  12883.             [8] = {"Powder Snow"},
  12884.             [6] = {"Water Gun"},
  12885.             [1] = {"Defense Curl"}
  12886.             },
  12887.         ["TM"] = {"Ice Beam","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  12888.     },
  12889.     ["Sprites"] = {
  12890.         ["Front"] = "http://www.roblox.com/asset/?id=239214967",
  12891.         ["Back"] = "http://www.roblox.com/asset/?id=239214970",
  12892.         ["Mini"] = "http://www.roblox.com/asset/?id=239214304",
  12893.         ["SB"] = "http://www.roblox.com/asset/?id=239214969",
  12894.         ["SF"] = "http://www.roblox.com/asset/?id=239214968"
  12895.     },
  12896.     ["ExpType"] = "MedSlow",
  12897.     ["EVYield"] = {
  12898.         ["Exp"] = 124,
  12899.         ["HP"] = 2,
  12900.     },
  12901.     ["CatchRate"] = 120,
  12902. },
  12903.  
  12904. ["Walrein"] = {
  12905.     ["Pokedex"] = 274,
  12906.     ["PokedexDesc"] = "Walrein really needs to see a dentist.",
  12907.     ["Species"] = "Ice Break Pokemon",
  12908.     ["Height"] = "4'07\"",
  12909.     ["Weight"] = 332.1,
  12910.         ["Ability"] = "Thick Fat",
  12911.     ["Type"] = {"Ice","Water"},
  12912.     ["Stats"] = {
  12913.         ["HP"] = 110,
  12914.         ["Atk"] = 80,
  12915.         ["Def"] = 90,
  12916.         ["SpA"] = 95,
  12917.         ["SpD"] = 90,
  12918.         ["Speed"] = 65
  12919.         },
  12920.     ["Evolution"] = {},
  12921.     ["Gender"] = 50,
  12922.     ["Moves"] = {
  12923.         ["LevelUp"] = {
  12924.             [72] = {"Hydro Pump"},
  12925.             [58] = {"Signal Beam"},
  12926.             [47] = {"Blizzard"},
  12927.             [42] = {"Ice Beam"},
  12928.             [36] = {"Surf"},
  12929.             [30] = {"Rest"},
  12930.             [28] = {"Body Slam"},
  12931.             [23] = {"Aurora Beam"},
  12932.             [15] = {"Growl"},
  12933.             [8] = {"Powder Snow"},
  12934.             [6] = {"Water Gun"},
  12935.             [1] = {"Defense Curl"}
  12936.             },
  12937.         ["TM"] = {"Ice Beam","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  12938.     },
  12939.     ["Sprites"] = {
  12940.         ["Front"] = "http://www.roblox.com/asset/?id=239214994",
  12941.         ["Back"] = "http://www.roblox.com/asset/?id=239214995",
  12942.         ["Mini"] = "http://www.roblox.com/asset/?id=239214331",
  12943.         ["SB"] = "http://www.roblox.com/asset/?id=239214996",
  12944.         ["SF"] = "http://www.roblox.com/asset/?id=239214993"
  12945.     },
  12946.     ["ExpType"] = "MedSlow",
  12947.     ["EVYield"] = {
  12948.         ["Exp"] = 174,
  12949.         ["HP"] = 3,
  12950.     },
  12951.     ["CatchRate"] = 45,
  12952. },
  12953.  
  12954. ["Gible"] = {
  12955.     ["Pokedex"] = 275,
  12956.     ["PokedexDesc"] = "Gible's diet consists of Cheez-its and Ritz crackers.",
  12957.     ["Species"] = "Land Shark Pokemon",
  12958.     ["Height"] = "2'04\"",
  12959.     ["Weight"] = 45.2,
  12960.     ["Type"] = {"Dragon","Ground"},
  12961.     ["Stats"] = {
  12962.         ["HP"] = 58,
  12963.         ["Atk"] = 70,
  12964.         ["Def"] = 45,
  12965.         ["SpA"] = 40,
  12966.         ["SpD"] = 45,
  12967.         ["Speed"] = 42
  12968.         },
  12969.     ["Evolution"] = {24,"Gabite"},
  12970.     ["Gender"] = 50,
  12971.     ["Moves"] = {
  12972.         ["LevelUp"] = {
  12973.             [72] = {"Dragon Rush"},
  12974.             [66] = {"Stone Edge"},
  12975.             [58] = {"Swords Dance"},
  12976.             [54] = {"Fire Blast"},
  12977.             [47] = {"Earthquake"},
  12978.             [42] = {"Rock Slide"},
  12979.             [36] = {"Fire Fang"},
  12980.             [30] = {"Dragon Claw"},
  12981.             [28] = {"Body Slam"},
  12982.             [23] = {"Slash"},
  12983.             [15] = {"Take Down"},
  12984.             [8] = {"Mud-Slap"},
  12985.             [6] = {"Sand-Attack"},
  12986.             [1] = {"Tackle"}
  12987.             },
  12988.         ["TM"] = {"Dragon Claw","Earthquake","Fire Blast","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  12989.     },
  12990.     ["Sprites"] = {
  12991.         ["Front"] = "http://www.roblox.com/asset/?id=239215034",
  12992.         ["Back"] = "http://www.roblox.com/asset/?id=239215035",
  12993.         ["Mini"] = "http://www.roblox.com/asset/?id=239214356",
  12994.         ["SB"] = "http://www.roblox.com/asset/?id=239215032",
  12995.         ["SF"] = "http://www.roblox.com/asset/?id=239215033"
  12996.     },
  12997.     ["ExpType"] = "Slow",
  12998.     ["EVYield"] = {
  12999.         ["Exp"] = 174,
  13000.         ["Atk"] = 1,
  13001.     },
  13002.     ["CatchRate"] = 45,
  13003. },
  13004.  
  13005. ["Gabite"] = {
  13006.     ["Pokedex"] = 276,
  13007.     ["PokedexDesc"] = "Gabite is awesome. Gabite evolves into Garchomp. Dragon Pokemon. ",
  13008.     ["Species"] = "Cave Pokemon",
  13009.     ["Height"] = "4'07\"",
  13010.     ["Weight"] = 123.5,
  13011.     ["Type"] = {"Dragon","Ground"},
  13012.     ["Stats"] = {
  13013.         ["HP"] = 68,
  13014.         ["Atk"] = 90,
  13015.         ["Def"] = 65,
  13016.         ["SpA"] = 50,
  13017.         ["SpD"] = 55,
  13018.         ["Speed"] = 82
  13019.         },
  13020.     ["Evolution"] = {48,"Garchomp"},
  13021.     ["Gender"] = 50,
  13022.     ["Moves"] = {
  13023.         ["LevelUp"] = {
  13024.             [72] = {"Dragon Rush"},
  13025.             [66] = {"Stone Edge"},
  13026.             [58] = {"Swords Dance"},
  13027.             [54] = {"Fire Blast"},
  13028.             [47] = {"Earthquake"},
  13029.             [42] = {"Rock Slide"},
  13030.             [36] = {"Fire Fang"},
  13031.             [30] = {"Dragon Claw"},
  13032.             [28] = {"Body Slam"},
  13033.             [23] = {"Slash"},
  13034.             [15] = {"Take Down"},
  13035.             [8] = {"Mud-Slap"},
  13036.             [6] = {"Sand-Attack"},
  13037.             [1] = {"Tackle"}
  13038.             },
  13039.         ["TM"] = {"Dragon Claw","Earthquake","Fire Blast","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13040.     },
  13041.     ["Sprites"] = {
  13042.         ["Front"] = "http://www.roblox.com/asset/?id=239215234",
  13043.         ["Back"] = "http://www.roblox.com/asset/?id=239215233",
  13044.         ["Mini"] = "http://www.roblox.com/asset/?id=239214375",
  13045.         ["SB"] = "http://www.roblox.com/asset/?id=239215235",
  13046.         ["SF"] = "http://www.roblox.com/asset/?id=239215232"
  13047.     },
  13048.     ["ExpType"] = "Slow",
  13049.     ["EVYield"] = {
  13050.         ["Exp"] = 174,
  13051.         ["Atk"] = 2,
  13052.     },
  13053.     ["CatchRate"] = 45,
  13054. },
  13055.  
  13056. ["Garchomp"] = {
  13057.     ["Pokedex"] = 277,
  13058.     ["PokedexDesc"] = "Shiny Garchomp looks exactly the same as normal Garchomp.",
  13059.     ["Species"] = "Mach Pokemon",
  13060.     ["Height"] = "6'03\"",
  13061.     ["Weight"] = 209.4,
  13062.     ["Type"] = {"Dragon","Ground"},
  13063.     ["Stats"] = {
  13064.         ["HP"] = 108,
  13065.         ["Atk"] = 130,
  13066.         ["Def"] = 95,
  13067.         ["SpA"] = 80,
  13068.         ["SpD"] = 85,
  13069.         ["Speed"] = 102
  13070.         },
  13071.     ["Evolution"] = {},
  13072.     ["Gender"] = 50,
  13073.     ["Moves"] = {
  13074.         ["LevelUp"] = {
  13075.             [85] = {"Iron Tail"},
  13076.             [72] = {"Dragon Rush"},
  13077.             [66] = {"Stone Edge"},
  13078.             [58] = {"Swords Dance"},
  13079.             [54] = {"Fire Blast"},
  13080.             [47] = {"Earthquake"},
  13081.             [42] = {"Rock Slide"},
  13082.             [36] = {"Fire Fang"},
  13083.             [30] = {"Dragon Claw"},
  13084.             [28] = {"Body Slam"},
  13085.             [23] = {"Slash"},
  13086.             [15] = {"Take Down"},
  13087.             [8] = {"Mud-Slap"},
  13088.             [6] = {"Sand-Attack"},
  13089.             [1] = {"Tackle"}
  13090.             },
  13091.         ["TM"] = {"Dragon Claw","Earthquake","Fire Blast","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13092.     },
  13093.     ["Sprites"] = {
  13094.         ["Front"] = "http://www.roblox.com/asset/?id=239215272",
  13095.         ["Back"] = "http://www.roblox.com/asset/?id=239215273",
  13096.         ["Mini"] = "http://www.roblox.com/asset/?id=239214640",
  13097.         ["SB"] = "http://www.roblox.com/asset/?id=239215275",
  13098.         ["SF"] = "http://www.roblox.com/asset/?id=239215274"
  13099.     },
  13100.     ["ExpType"] = "Slow",
  13101.     ["EVYield"] = {
  13102.         ["Exp"] = 174,
  13103.         ["Atk"] = 3,
  13104.     },
  13105.     ["CatchRate"] = 45,
  13106. },
  13107.  
  13108. ["Spiritomb"] = {
  13109.     ["Pokedex"] = 278,
  13110.     ["PokedexDesc"] = "Spiritomb is basically a plant if you look at its design.",
  13111.     ["Species"] = "Forbidden Pokemon",
  13112.     ["Height"] = "3'03\"",
  13113.     ["Weight"] = 238.1,
  13114.     ["Ability"] = "Pressure",
  13115.     ["Type"] = {"Ghost","Dark"},
  13116.     ["Stats"] = {
  13117.         ["HP"] = 50,
  13118.         ["Atk"] = 92,
  13119.         ["Def"] = 108,
  13120.         ["SpA"] = 92,
  13121.         ["SpD"] = 108,
  13122.         ["Speed"] = 35
  13123.         },
  13124.     ["Evolution"] = {},
  13125.     ["Gender"] = 50,
  13126.     ["Moves"] = {
  13127.         ["LevelUp"] = {
  13128.             [65] = {"Pain Split"},
  13129.             [51] = {"Will-O-Wisp"},
  13130.             [42] = {"Dark Pulse"},
  13131.             [31] = {"Shadow Ball"},
  13132.             [23] = {"Nasty Plot"},
  13133.             [19] = {"Dream Eater"},
  13134.             [15] = {"Hypnosis"},
  13135.             [8] = {"Faint Attack"},
  13136.             [6] = {"Confuse Ray"},
  13137.             [1] = {"Shadow Sneak"}
  13138.             },
  13139.         ["TM"] = {"Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13140.     },
  13141.     ["Sprites"] = {
  13142.         ["Front"] = "http://www.roblox.com/asset/?id=239867873",
  13143.         ["Back"] = "http://www.roblox.com/asset/?id=239867871",
  13144.         ["Mini"] = "http://www.roblox.com/asset/?id=239867869",
  13145.         ["SB"] = "http://www.roblox.com/asset/?id=239867870",
  13146.         ["SF"] = "http://www.roblox.com/asset/?id=239867872"
  13147.     },
  13148.     ["ExpType"] = "MedFast",
  13149.     ["EVYield"] = {
  13150.         ["Exp"] = 174,
  13151.         ["Def"] = 1,
  13152.         ["SpD"] = 1
  13153.     },
  13154.     ["CatchRate"] = 100,
  13155. },
  13156.  
  13157. ["Frillish"] = {
  13158.     ["Pokedex"] = 279,
  13159.     ["PokedexDesc"] = "A cool nickname would be Thrillish.",
  13160.     ["Species"] = "Floating Pokemon",
  13161.     ["Height"] = "3'11\"",
  13162.     ["Weight"] = 72.8,
  13163.     ["Type"] = {"Water","Ghost"},
  13164.     ["Stats"] = {
  13165.         ["HP"] = 55,
  13166.         ["Atk"] = 40,
  13167.         ["Def"] = 50,
  13168.         ["SpA"] = 65,
  13169.         ["SpD"] = 85,
  13170.         ["Speed"] = 40
  13171.         },
  13172.     ["Evolution"] = {40,"Jellicent"},
  13173.     ["Gender"] = 100,
  13174.     ["Moves"] = {
  13175.         ["LevelUp"] = {
  13176.             [80] = {"Will-O-Wisp"},
  13177.             [73] = {"Scald"},
  13178.             [62] = {"Acid Armor"},
  13179.             [56] = {"Energy Ball"},
  13180.             [51] = {"Ice Beam"},
  13181.             [42] = {"Hydro Pump"},
  13182.             [31] = {"Shadow Ball"},
  13183.             [23] = {"Water Pulse"},
  13184.             [15] = {"Recover"},
  13185.             [8] = {"Bubblebeam"},
  13186.             [6] = {"Absorb"},
  13187.             [1] = {"Bubble"}
  13188.             },
  13189.         ["TM"] = {"Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13190.     },
  13191.     ["Sprites"] = {
  13192.         ["Front"] = "http://www.roblox.com/asset/?id=239868119",
  13193.         ["Back"] = "http://www.roblox.com/asset/?id=239868117",
  13194.         ["Mini"] = "http://www.roblox.com/asset/?id=239868116",
  13195.         ["SB"] = "http://www.roblox.com/asset/?id=239868120",
  13196.         ["SF"] = "http://www.roblox.com/asset/?id=239868118"
  13197.     },
  13198.     ["ExpType"] = "MedFast",
  13199.     ["EVYield"] = {
  13200.         ["Exp"] = 174,
  13201.         ["SpD"] = 1
  13202.     },
  13203.     ["CatchRate"] = 100,
  13204. },
  13205.  
  13206. ["Jellicent"] = {
  13207.     ["Pokedex"] = 280,
  13208.     ["PokedexDesc"] = "Mascot for Pringles.",
  13209.     ["Species"] = "Floating Pokemon",
  13210.     ["Height"] = "7'03\"",
  13211.     ["Weight"] = 297.6,
  13212.     ["Type"] = {"Water","Ghost"},
  13213.     ["Stats"] = {
  13214.         ["HP"] = 100,
  13215.         ["Atk"] = 60,
  13216.         ["Def"] = 70,
  13217.         ["SpA"] = 85,
  13218.         ["SpD"] = 105,
  13219.         ["Speed"] = 60
  13220.         },
  13221.     ["Evolution"] = {},
  13222.     ["Gender"] = 100,
  13223.     ["Moves"] = {
  13224.         ["LevelUp"] = {
  13225.             [88] = {"Pain Split"},
  13226.             [80] = {"Will-O-Wisp"},
  13227.             [73] = {"Scald"},
  13228.             [62] = {"Acid Armor"},
  13229.             [56] = {"Energy Ball"},
  13230.             [51] = {"Ice Beam"},
  13231.             [42] = {"Hydro Pump"},
  13232.             [31] = {"Shadow Ball"},
  13233.             [23] = {"Water Pulse"},
  13234.             [15] = {"Recover"},
  13235.             [8] = {"Bubblebeam"},
  13236.             [6] = {"Absorb"},
  13237.             [1] = {"Bubble"}
  13238.             },
  13239.         ["TM"] = {"Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13240.     },
  13241.     ["Sprites"] = {
  13242.     ["Front"] = "http://www.roblox.com/asset/?id=239868155",
  13243.         ["Back"] = "http://www.roblox.com/asset/?id=239868158",
  13244.         ["Mini"] = "http://www.roblox.com/asset/?id=239868157",
  13245.         ["SB"] = "http://www.roblox.com/asset/?id=239868159",
  13246.         ["SF"] = "http://www.roblox.com/asset/?id=239868156"
  13247.     },
  13248.     ["ExpType"] = "MedFast",
  13249.     ["EVYield"] = {
  13250.         ["Exp"] = 174,
  13251.         ["SpD"] = 1
  13252.     },
  13253.     ["CatchRate"] = 100,
  13254. },
  13255.  
  13256. ["Palkia"] = {
  13257.     ["Pokedex"] = 281,
  13258.     ["PokedexDesc"] = "The controller of space. Should 11 year olds really control this thing?",
  13259.     ["Species"] = "Spatial Pokemon",
  13260.     ["Height"] = "13'09\"",
  13261.     ["Weight"] = 740.6,
  13262.     ["Ability"] = "Pressure",
  13263.     ["Type"] = {"Water","Dragon"},
  13264.     ["Stats"] = {
  13265.         ["HP"] = 90,
  13266.         ["Atk"] = 120,
  13267.         ["Def"] = 100,
  13268.         ["SpA"] = 150,
  13269.         ["SpD"] = 120,
  13270.         ["Speed"] = 100
  13271.         },
  13272.     ["Evolution"] = {},
  13273.     ["Gender"] = "Unknown",
  13274.     ["Moves"] = {
  13275.         ["LevelUp"] = {
  13276.             [91] = {"Hydro Pump"},
  13277.             [81] = {"Spacial Rend"},
  13278.             [71] = {"Aura Sphere"},
  13279.             [61] = {"Earth Power"},
  13280.             [51] = {"Dragon Claw"},
  13281.             [41] = {"Aqua Tail"},
  13282.             [31] = {"Slash"},
  13283.             [21] = {"Water Pulse"},
  13284.             [11] = {"Scary Face"},
  13285.             [1] = {"Dragon Breath"}
  13286.             },
  13287.         ["TM"] = {"Thunderbolt","Flamethrower","Ice Beam","Ice Beam","Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13288.     },
  13289.     ["Sprites"] = {
  13290.         ["Front"] = "http://www.roblox.com/asset/?id=239215399",
  13291.         ["Back"] = "http://www.roblox.com/asset/?id=239215402",
  13292.         ["Mini"] = "http://www.roblox.com/asset/?id=239214666",
  13293.         ["SB"] = "http://www.roblox.com/asset/?id=239215400",
  13294.         ["SF"] = "http://www.roblox.com/asset/?id=239215397"
  13295.     },
  13296.     ["ExpType"] = "Slow",
  13297.     ["EVYield"] = {
  13298.         ["Exp"] = 262,
  13299.         ["SpA"] = 3
  13300.     },
  13301.     ["CatchRate"] = 3,
  13302. },
  13303.  
  13304. ["Dialga"] = {
  13305.     ["Pokedex"] = 282,
  13306.     ["PokedexDesc"] = "The controller of time. If Dialga doesn't like you, can't he delete you from existence?",
  13307.     ["Species"] = "Temporal Pokemon",
  13308.     ["Height"] = "17'09\"",
  13309.     ["Weight"] = 1505.8,
  13310.     ["Ability"] = "Pressure",
  13311.     ["Type"] = {"Steel","Dragon"},
  13312.     ["Stats"] = {
  13313.         ["HP"] = 100,
  13314.         ["Atk"] = 120,
  13315.         ["Def"] = 120,
  13316.         ["SpA"] = 150,
  13317.         ["SpD"] = 100,
  13318.         ["Speed"] = 90
  13319.         },
  13320.     ["Evolution"] = {},
  13321.     ["Gender"] = "Unknown",
  13322.     ["Moves"] = {
  13323.         ["LevelUp"] = {
  13324.             [91] = {"Flash Cannon"},
  13325.             [81] = {"Roar of Time"},
  13326.             [71] = {"Aura Sphere"},
  13327.             [61] = {"Earth Power"},
  13328.             [51] = {"Dragon Claw"},
  13329.             [41] = {"Thunderbolt"},
  13330.             [31] = {"Slash"},
  13331.             [21] = {"Metal Claw"},
  13332.             [11] = {"Scary Face"},
  13333.             [1] = {"Dragon Breath"}
  13334.             },
  13335.         ["TM"] = {"Thunderbolt","Flamethrower","Ice Beam","Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13336.     },
  13337.     ["Sprites"] = {
  13338.         ["Front"] = "http://www.roblox.com/asset/?id=239215375",
  13339.         ["Back"] = "http://www.roblox.com/asset/?id=239215382",
  13340.         ["Mini"] = "http://www.roblox.com/asset/?id=239214660",
  13341.         ["SB"] = "http://www.roblox.com/asset/?id=239215376",
  13342.         ["SF"] = "http://www.roblox.com/asset/?id=239215377"
  13343.     },
  13344.     ["ExpType"] = "Slow",
  13345.     ["EVYield"] = {
  13346.         ["Exp"] = 262,
  13347.         ["SpA"] = 3
  13348.     },
  13349.     ["CatchRate"] = 3,
  13350. },
  13351.  
  13352. ["Giratina"] = {
  13353.     ["Pokedex"] = 283,
  13354.     ["PokedexDesc"] = "The controller of antimatter. We gettin' sciency up in here.",
  13355.     ["Species"] = "Renegade Pokemon",
  13356.     ["Height"] = "14'09\"",
  13357.     ["Weight"] = 1505.8,
  13358.     ["Ability"] = "Pressure",
  13359.     ["Type"] = {"Ghost","Dragon"},
  13360.     ["Stats"] = {
  13361.         ["HP"] = 150,
  13362.         ["Atk"] = 100,
  13363.         ["Def"] = 120,
  13364.         ["SpA"] = 100,
  13365.         ["SpD"] = 120,
  13366.         ["Speed"] = 90
  13367.         },
  13368.     ["Evolution"] = {},
  13369.     ["Gender"] = "Unknown",
  13370.     ["Moves"] = {
  13371.         ["LevelUp"] = {
  13372.             [91] = {"Shadow Ball"},
  13373.             [81] = {"Draco Meteor"},
  13374.             [71] = {"Aura Sphere"},
  13375.             [61] = {"Earth Power"},
  13376.             [51] = {"Dragon Claw"},
  13377.             [41] = {"Will-O-Wisp"},
  13378.             [31] = {"Slash"},
  13379.             [21] = {"Shadow Sneak"},
  13380.             [11] = {"Scary Face"},
  13381.             [1] = {"Dragon Breath"}
  13382.             },
  13383.         ["TM"] = {"Thunderbolt","Flamethrower","Ice Beam","Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13384.     },
  13385.     ["Sprites"] = {
  13386.         ["Front"] = "http://www.roblox.com/asset/?id=240225556",
  13387.         ["Back"] = "http://www.roblox.com/asset/?id=240225557",
  13388.         ["Mini"] = "http://www.roblox.com/asset/?id=240225554",
  13389.         ["SB"] = "http://www.roblox.com/asset/?id=240225562",
  13390.         ["SF"] = "http://www.roblox.com/asset/?id=240225558"
  13391.     },
  13392.     ["ExpType"] = "Slow",
  13393.     ["EVYield"] = {
  13394.         ["Exp"] = 262,
  13395.         ["HP"] = 3
  13396.     },
  13397.     ["CatchRate"] = 3,
  13398. },
  13399. ["Giratina-O"] = {
  13400.     ["Pokedex"] = 283,
  13401.     ["PokedexDesc"] = "The controller of antimatter. We gettin' sciency up in here.",
  13402.     ["Species"] = "Renegade Pokemon",
  13403.     ["Height"] = "22'09\"",
  13404.     ["Weight"] = 1433.8,
  13405.     ["Ability"] = "Pressure",
  13406.     ["Type"] = {"Ghost","Dragon"},
  13407.     ["Stats"] = {
  13408.         ["HP"] = 150,
  13409.         ["Atk"] = 120,
  13410.         ["Def"] = 100,
  13411.         ["SpA"] = 120,
  13412.         ["SpD"] = 100,
  13413.         ["Speed"] = 90
  13414.         },
  13415.     ["Evolution"] = {},
  13416.     ["Gender"] = "Unknown",
  13417.     ["Moves"] = {
  13418.         ["LevelUp"] = {
  13419.             [91] = {"Shadow Ball"},
  13420.             [81] = {"Draco Meteor"},
  13421.             [71] = {"Aura Sphere"},
  13422.             [61] = {"Earth Power"},
  13423.             [51] = {"Dragon Claw"},
  13424.             [41] = {"Will-O-Wisp"},
  13425.             [31] = {"Slash"},
  13426.             [21] = {"Shadow Sneak"},
  13427.             [11] = {"Scary Face"},
  13428.             [1] = {"Dragon Breath"}
  13429.             },
  13430.         ["TM"] = {"Thunderbolt","Flamethrower","Ice Beam","Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13431.     },
  13432.     ["Sprites"] = {
  13433.         ["Front"] = "http://www.roblox.com/asset/?id=312659450",
  13434.         ["Back"] = "http://www.roblox.com/asset/?id=312659448",
  13435.         ["Mini"] = "http://www.roblox.com/asset/?id=312659447",
  13436.         ["SB"] = "http://www.roblox.com/asset/?id=312659449",
  13437.         ["SF"] = "http://www.roblox.com/asset/?id=312661083"
  13438.     },
  13439.     ["ExpType"] = "Slow",
  13440.     ["EVYield"] = {
  13441.         ["Exp"] = 262,
  13442.         ["HP"] = 3
  13443.     },
  13444.     ["CatchRate"] = 3,
  13445. },
  13446. ["Kyurem"] = {
  13447.     ["Pokedex"] = 284,
  13448.     ["PokedexDesc"] = "The yin yang symbol: white is good, black is bad, while the dots represent the \"good in the bad\" and vice versa. ",
  13449.     ["Species"] = "Boundary Pokemon",
  13450.     ["Height"] = "9'10\"",
  13451.     ["Weight"] = 716.6,
  13452.     ["Ability"] = "Pressure",
  13453.     ["Type"] = {"Dragon","Ice"},
  13454.     ["Stats"] = {
  13455.         ["HP"] = 125,
  13456.         ["Atk"] = 120,
  13457.         ["Def"] = 90,
  13458.         ["SpA"] = 170,
  13459.         ["SpD"] = 90,
  13460.         ["Speed"] = 95
  13461.         },
  13462.     ["Evolution"] = {},
  13463.     ["Gender"] = "Unknown",
  13464.     ["Moves"] = {
  13465.         ["LevelUp"] = {
  13466.             [91] = {"Blizzard"},
  13467.             [81] = {"Draco Meteor"},
  13468.             [71] = {"Fusion Flare"},
  13469.             [61] = {"Frost Breath"},
  13470.             [51] = {"Scary Face"},
  13471.             [41] = {"Dragon Pulse"},
  13472.             [31] = {"Slash"},
  13473.             [21] = {"Ice Beam"},
  13474.             [11] = {"Dragon Breath"},
  13475.             [1] = {"Icy Wind"}
  13476.             },
  13477.         ["TM"] = {"Thunderbolt","Flamethrower","Ice Beam","Dragon Claw","Dark Pulse","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13478.     },
  13479.     ["Sprites"] = {
  13480.         ["Front"] = "http://www.roblox.com/asset/?id=239215518",
  13481.         ["Back"] = "http://www.roblox.com/asset/?id=239215520",
  13482.         ["Mini"] = "http://www.roblox.com/asset/?id=239214693",
  13483.         ["SB"] = "http://www.roblox.com/asset/?id=239215519",
  13484.         ["SF"] = "http://www.roblox.com/asset/?id=239215517"
  13485.     },
  13486.     ["ExpType"] = "Slow",
  13487.     ["EVYield"] = {
  13488.         ["Exp"] = 262,
  13489.         ["HP"] = 1,
  13490.         ["SpA"] = 1,
  13491.         ["Atk"] = 1
  13492.     },
  13493.     ["CatchRate"] = 3,
  13494. },
  13495.  
  13496. ["Keldeo"] = {
  13497.     ["Pokedex"] = 285,
  13498.     ["PokedexDesc"] = "Keldeo can run across water -- similar to Suicune! Pretty cool, eh? ",
  13499.     ["Species"] = "Colt Pokemon",
  13500.     ["Height"] = "4'07\"",
  13501.     ["Weight"] = 716.6,
  13502.     ["Type"] = {"Water","Fighting"},
  13503.     ["Stats"] = {
  13504.         ["HP"] = 91,
  13505.         ["Atk"] = 72,
  13506.         ["Def"] = 90,
  13507.         ["SpA"] = 129,
  13508.         ["SpD"] = 90,
  13509.         ["Speed"] = 108
  13510.         },
  13511.     ["Evolution"] = {},
  13512.     ["Gender"] = "Unknown",
  13513.     ["Moves"] = {
  13514.         ["LevelUp"] = {
  13515.             [91] = {"Close Combat"},
  13516.             [81] = {"Icy Wind"},
  13517.             [71] = {"Hydro Pump"},
  13518.             [61] = {"Superpower"},
  13519.             [51] = {"Water Pulse"},
  13520.             [41] = {"Aqua Tail"},
  13521.             [31] = {"Bubblebeam"},
  13522.             [21] = {"Double Kick"},
  13523.             [11] = {"Leer"},
  13524.             [1] = {"Aqua Jet"}
  13525.             },
  13526.         ["TM"] = {"Focus Blast","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13527.     },
  13528.     ["Sprites"] = {
  13529.         ["Front"] = "http://www.roblox.com/asset/?id=239215554",
  13530.         ["Back"] = "http://www.roblox.com/asset/?id=239215557",
  13531.         ["Mini"] = "http://www.roblox.com/asset/?id=239214700",
  13532.         ["SB"] = "http://www.roblox.com/asset/?id=239215556",
  13533.         ["SF"] = "http://www.roblox.com/asset/?id=239215555"
  13534.     },
  13535.     ["ExpType"] = "Slow",
  13536.     ["EVYield"] = {
  13537.         ["Exp"] = 262,
  13538.         ["SpA"] = 3,
  13539.     },
  13540.     ["CatchRate"] = 3,
  13541. },
  13542.  
  13543. ["Arceus"] = {
  13544.     ["Pokedex"] = 286,
  13545.     ["PokedexDesc"] = "I am the Alpha and the Omega, the First and the Last, the Beginning and the End.",
  13546.     ["Species"] = "Alpha Pokemon",
  13547.     ["Height"] = "10'06\"",
  13548.     ["Weight"] = 705.6,
  13549.     ["Type"] = {"Normal"},
  13550.     ["Stats"] = {
  13551.         ["HP"] = 120,
  13552.         ["Atk"] = 120,
  13553.         ["Def"] = 120,
  13554.         ["SpA"] = 120,
  13555.         ["SpD"] = 120,
  13556.         ["Speed"] = 120
  13557.         },
  13558.     ["Evolution"] = {},
  13559.     ["Gender"] = "Unknown",
  13560.     ["Moves"] = {
  13561.         ["LevelUp"] = {
  13562.             [100] = {"Earthquake"},
  13563.             [95] = {"Stone Edge"},
  13564.             [91] = {"Shadow Claw"},
  13565.             [81] = {"Swords Dance"},
  13566.             [71] = {"Zen Headbutt"},
  13567.             [61] = {"Fire Blast"},
  13568.             [51] = {"Ice Beam"},
  13569.             [41] = {"Thunderbolt"},
  13570.             [31] = {"Draco Meteor"},
  13571.             [21] = {"Extreme Speed"},
  13572.             [11] = {"Hyper Voice"},
  13573.             [1] = {"Earth Power"}
  13574.             },
  13575.         ["TM"] = {"Dragon Claw","Shadow Ball","Body Slam","Surf","Double-Edge","Double Team","Toxic","Rest"}
  13576.     },
  13577.     ["Sprites"] = {
  13578.         ["Front"] = "http://www.roblox.com/asset/?id=239215485",
  13579.         ["Back"] = "http://www.roblox.com/asset/?id=239215483",
  13580.         ["Mini"] = "http://www.roblox.com/asset/?id=239214690",
  13581.         ["SB"] = "http://www.roblox.com/asset/?id=239215484",
  13582.         ["SF"] = "http://www.roblox.com/asset/?id=239215486"
  13583.     },
  13584.     ["ExpType"] = "Slow",
  13585.     ["EVYield"] = {
  13586.         ["Exp"] = 262,
  13587.         ["HP"] = 3,
  13588.     },
  13589.     ["CatchRate"] = 3,
  13590. },
  13591.  
  13592. ["Snorunt"] = {
  13593.     ["Pokedex"] = 287,
  13594.     ["PokedexDesc"] = "I could totally go for some ice cream right now",
  13595.     ["Species"] = "Snow Hat Pokemon",
  13596.     ["Height"] = "2'04\"",
  13597.     ["Weight"] = 37,
  13598.     ["Type"] = {"Ice"},
  13599.     ["Stats"] = {
  13600.         ["HP"] = 50,
  13601.         ["Atk"] = 50,
  13602.         ["Def"] = 50,
  13603.         ["SpA"] = 50,
  13604.         ["SpD"] = 50,
  13605.         ["Speed"] = 50
  13606.         },
  13607.     ["Evolution"] = {42,"Glalie"},
  13608.     ["Gender"] = 50,
  13609.     ["Moves"] = {
  13610.         ["LevelUp"] = {
  13611.             [65] = {"Blizzard"},
  13612.             [52] = {"Crunch"},
  13613.             [46] = {"Frost Breath"},
  13614.             [39] = {"Headbutt"},
  13615.             [36] = {"Ice Fang"},
  13616.             [27] = {"Bite"},
  13617.             [21] = {"Icy Wind"},
  13618.             [16] = {"Ice Shard"},
  13619.             [11] = {"Double Team"},
  13620.             [5] = {"Leer"},
  13621.             [1] = {"Powder Snow"}
  13622.             },
  13623.         ["TM"] = {"Ice Beam","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  13624.     },
  13625.     ["Sprites"] = {
  13626.         ["Front"] = "http://www.roblox.com/asset/?id=255537194",
  13627.         ["Back"] = "http://www.roblox.com/asset/?id=255537193",
  13628.         ["Mini"] = "http://www.roblox.com/asset/?id=255537195",
  13629.         ["SB"] = "http://www.roblox.com/asset/?id=255537192",
  13630.         ["SF"] = "http://www.roblox.com/asset/?id=255537191"
  13631.     },
  13632.     ["ExpType"] = "MedFast",
  13633.     ["EVYield"] = {
  13634.         ["Exp"] = 72,
  13635.         ["HP"] = 1,
  13636.     },
  13637.     ["CatchRate"] = 190,
  13638. },
  13639.  
  13640. ["Glalie"] = {
  13641.     ["Pokedex"] = 288,
  13642.     ["PokedexDesc"] = "Glalie has the same stats as PHIONE. PHIONE.",
  13643.     ["Species"] = "Face Pokemon",
  13644.     ["Height"] = "4'11\"",
  13645.     ["Weight"] = 565.5,
  13646.     ["Type"] = {"Ice"},
  13647.     ["Stats"] = {
  13648.         ["HP"] = 80,
  13649.         ["Atk"] = 80,
  13650.         ["Def"] = 80,
  13651.         ["SpA"] = 80,
  13652.         ["SpD"] = 80,
  13653.         ["Speed"] = 80
  13654.         },
  13655.     ["Evolution"] = {},
  13656.     ["Gender"] = 50,
  13657.     ["Moves"] = {
  13658.         ["LevelUp"] = {
  13659.             [65] = {"Blizzard"},
  13660.             [52] = {"Crunch"},
  13661.             [46] = {"Frost Breath"},
  13662.             [39] = {"Headbutt"},
  13663.             [36] = {"Ice Fang"},
  13664.             [27] = {"Bite"},
  13665.             [21] = {"Icy Wind"},
  13666.             [16] = {"Ice Shard"},
  13667.             [11] = {"Double Team"},
  13668.             [5] = {"Leer"},
  13669.             [1] = {"Powder Snow"}
  13670.             },
  13671.         ["TM"] = {"Ice Beam","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  13672.     },
  13673.     ["Sprites"] = {
  13674.         ["Front"] = "http://www.roblox.com/asset/?id=255537087",
  13675.         ["Back"] = "http://www.roblox.com/asset/?id=255537088",
  13676.         ["Mini"] = "http://www.roblox.com/asset/?id=255537090",
  13677.         ["SB"] = "http://www.roblox.com/asset/?id=255537086",
  13678.         ["SF"] = "http://www.roblox.com/asset/?id=255537089"
  13679.     },
  13680.     ["ExpType"] = "MedFast",
  13681.     ["EVYield"] = {
  13682.         ["Exp"] = 72,
  13683.         ["HP"] = 2,
  13684.     },
  13685.     ["CatchRate"] = 190,
  13686. },
  13687.  
  13688. ["Froslass"] = {
  13689.     ["Pokedex"] = 289,
  13690.     ["PokedexDesc"] = "Elsa's deceased ghost.",
  13691.     ["Species"] = "Snow Land Pokemon",
  13692.     ["Height"] = "4'03\"",
  13693.     ["Weight"] = 58.6,
  13694.     ["Type"] = {"Ice","Ghost"},
  13695.     ["Stats"] = {
  13696.         ["HP"] = 70,
  13697.         ["Atk"] = 80,
  13698.         ["Def"] = 70,
  13699.         ["SpA"] = 80,
  13700.         ["SpD"] = 70,
  13701.         ["Speed"] = 110
  13702.         },
  13703.     ["Evolution"] = {},
  13704.     ["Gender"] = 0,
  13705.     ["Moves"] = {
  13706.         ["LevelUp"] = {
  13707.             [73] = {"Shadow Ball"},
  13708.             [65] = {"Blizzard"},
  13709.             [52] = {"Crunch"},
  13710.             [46] = {"Frost Breath"},
  13711.             [43] = {"Confuse Ray"},
  13712.             [39] = {"Headbutt"},
  13713.             [36] = {"Ice Fang"},
  13714.             [27] = {"Bite"},
  13715.             [21] = {"Icy Wind"},
  13716.             [16] = {"Ice Shard"},
  13717.             [11] = {"Double Team"},
  13718.             [5] = {"Leer"},
  13719.             [1] = {"Powder Snow"}
  13720.             },
  13721.         ["TM"] = {"Thunderbolt","Thunder Wave","Ice Beam","Shadow Ball","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  13722.     },
  13723.     ["Sprites"] = {
  13724.         ["Front"] = "http://www.roblox.com/asset/?id=255536999",
  13725.         ["Back"] = "http://www.roblox.com/asset/?id=255537001",
  13726.         ["Mini"] = "http://www.roblox.com/asset/?id=255537000",
  13727.         ["SB"] = "http://www.roblox.com/asset/?id=255536998",
  13728.         ["SF"] = "http://www.roblox.com/asset/?id=255536997"
  13729.     },
  13730.     ["ExpType"] = "MedFast",
  13731.     ["EVYield"] = {
  13732.         ["Exp"] = 72,
  13733.         ["Speed"] = 2,
  13734.     },
  13735.     ["CatchRate"] = 75,
  13736. },
  13737.  
  13738. ["Chinchou"] = {
  13739.     ["Pokedex"] = 290,
  13740.     ["PokedexDesc"] = "Finding Chinchou -- in theaters soon",
  13741.     ["Species"] = "Angler Pokemon",
  13742.     ["Height"] = "1'08\"",
  13743.     ["Weight"] = 26.5,
  13744.     ["Type"] = {"Water","Electric"},
  13745.     ["Stats"] = {
  13746.         ["HP"] = 75,
  13747.         ["Atk"] = 38,
  13748.         ["Def"] = 38,
  13749.         ["SpA"] = 56,
  13750.         ["SpD"] = 56,
  13751.         ["Speed"] = 67
  13752.         },
  13753.     ["Evolution"] = {27, "Lanturn"},
  13754.     ["Gender"] = 50,
  13755.     ["Moves"] = {
  13756.         ["LevelUp"] = {
  13757.             [63] = {"Thunder"},
  13758.             [52] = {"Hydro Pump"},
  13759.             [43] = {"Take Down"},
  13760.             [39] = {"Discharge"},
  13761.             [36] = {"Signal Beam"},
  13762.             [27] = {"Spark"},
  13763.             [21] = {"Bubblebeam"},
  13764.             [16] = {"Confuse Ray"},
  13765.             [11] = {"Water Gun"},
  13766.             [5] = {"Supersonic"},
  13767.             [1] = {"Bubble"}
  13768.             },
  13769.         ["TM"] = {"Thunderbolt","Thunder Wave","Ice Beam","Surf","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  13770.     },
  13771.     ["Sprites"] = {
  13772.         ["Front"] = "http://www.roblox.com/asset/?id=255535343",
  13773.         ["Back"] = "http://www.roblox.com/asset/?id=255535344",
  13774.         ["Mini"] = "http://www.roblox.com/asset/?id=255535335",
  13775.         ["SB"] = "http://www.roblox.com/asset/?id=255535336",
  13776.         ["SF"] = "http://www.roblox.com/asset/?id=255535337"
  13777.     },
  13778.     ["ExpType"] = "Slow",
  13779.     ["EVYield"] = {
  13780.         ["Exp"] = 72,
  13781.         ["HP"] = 1,
  13782.     },
  13783.     ["CatchRate"] = 190,
  13784. },
  13785.  
  13786. ["Lanturn"] = {
  13787.     ["Pokedex"] = 291,
  13788.     ["PokedexDesc"] = "Please Lanturn the lights on",
  13789.     ["Species"] = "Angler Pokemon",
  13790.     ["Height"] = "3'11\"",
  13791.     ["Weight"] = 49.6,
  13792.     ["Type"] = {"Water","Electric"},
  13793.     ["Stats"] = {
  13794.         ["HP"] = 125,
  13795.         ["Atk"] = 58,
  13796.         ["Def"] = 58,
  13797.         ["SpA"] = 76,
  13798.         ["SpD"] = 76,
  13799.         ["Speed"] = 67
  13800.         },
  13801.     ["Evolution"] = {},
  13802.     ["Gender"] = 50,
  13803.     ["Moves"] = {
  13804.         ["LevelUp"] = {
  13805.             [63] = {"Thunder"},
  13806.             [52] = {"Hydro Pump"},
  13807.             [43] = {"Take Down"},
  13808.             [39] = {"Discharge"},
  13809.             [36] = {"Signal Beam"},
  13810.             [27] = {"Spark"},
  13811.             [21] = {"Bubblebeam"},
  13812.             [16] = {"Confuse Ray"},
  13813.             [11] = {"Water Gun"},
  13814.             [5] = {"Supersonic"},
  13815.             [1] = {"Bubble"}
  13816.             },
  13817.         ["TM"] = {"Thunderbolt","Thunder Wave","Ice Beam","Surf","Body Slam","Double-Edge","Double Team","Toxic","Rest"}
  13818.     },
  13819.     ["Sprites"] = {
  13820.         ["Front"] = "http://www.roblox.com/asset/?id=255535408",
  13821.         ["Back"] = "http://www.roblox.com/asset/?id=255535407",
  13822.         ["Mini"] = "http://www.roblox.com/asset/?id=255535409",
  13823.         ["SB"] = "http://www.roblox.com/asset/?id=255535405",
  13824.         ["SF"] = "http://www.roblox.com/asset/?id=255535406"
  13825.     },
  13826.     ["ExpType"] = "Slow",
  13827.     ["EVYield"] = {
  13828.         ["Exp"] = 72,
  13829.         ["HP"] = 2,
  13830.     },
  13831.     ["CatchRate"] = 75,
  13832. },
  13833.  
  13834. ["Feebas"] = {
  13835.     ["Pokedex"] = 292,
  13836.     ["PokedexDesc"] = "Drop the Feebas WUBWUBWUB",
  13837.     ["Species"] = "Fish Pokemon",
  13838.     ["Height"] = "2'00\"",
  13839.     ["Weight"] = 16.3,
  13840.     ["Type"] = {"Water"},
  13841.     ["Stats"] = {
  13842.         ["HP"] = 20,
  13843.         ["Atk"] = 15,
  13844.         ["Def"] = 20,
  13845.         ["SpA"] = 10,
  13846.         ["SpD"] = 55,
  13847.         ["Speed"] = 80
  13848.         },
  13849.     ["Evolution"] = {},
  13850.     ["EvolutionStone"] = {["Dragon Scale"] = "Milotic"},
  13851.     ["Gender"] = 50,
  13852.     ["Moves"] = {
  13853.         ["LevelUp"] = {
  13854.             [15] = {"Tackle"},
  13855.             [1] = {"Splash"},
  13856.             },
  13857.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  13858.     },
  13859.     ["Sprites"] = {
  13860.         ["Front"] = "http://www.roblox.com/asset/?id=255539262",
  13861.         ["Back"] = "http://www.roblox.com/asset/?id=255539264",
  13862.         ["Mini"] = "http://www.roblox.com/asset/?id=255539260",
  13863.         ["SB"] = "http://www.roblox.com/asset/?id=255539265",
  13864.         ["SF"] = "http://www.roblox.com/asset/?id=255539261"
  13865.     },
  13866.     ["ExpType"] = "Slow",
  13867.     ["EVYield"] = {
  13868.         ["Exp"] = 155,
  13869.         ["Speed"] = 1,
  13870.     },
  13871.     ["CatchRate"] = 255,
  13872. },
  13873.  
  13874.  
  13875. ["Milotic"] = {
  13876.     ["Pokedex"] = 293,
  13877.     ["PokedexDesc"] = "Apparently a giant snake thing is considered beautiful.",
  13878.     ["Species"] = "Tender Pokemon",
  13879.     ["Height"] = "20'04\"",
  13880.     ["Weight"] = 357.1,
  13881.     ["Type"] = {"Water"},
  13882.     ["Stats"] = {
  13883.         ["HP"] = 95,
  13884.         ["Atk"] = 60,
  13885.         ["Def"] = 79,
  13886.         ["SpA"] = 100,
  13887.         ["SpD"] = 125,
  13888.         ["Speed"] = 81
  13889.         },
  13890.     ["Evolution"] = {},
  13891.     ["EvolutionStone"] = {},
  13892.     ["Gender"] = 50,
  13893.     ["Moves"] = {
  13894.         ["LevelUp"] = {
  13895.             [86] = {"Scald"},
  13896.             [82] = {"Recover"},
  13897.             [75] = {"Hydro Pump"},
  13898.             [66] = {"Confuse Ray"},
  13899.             [60] = {"Haze"},
  13900.             [56] = {"Dragon Pulse"},
  13901.             [45] = {"Hypnosis"},
  13902.             [36] = {"Icy Wind"},
  13903.             [29] = {"Aqua Tail"},
  13904.             [22] = {"Water Pulse"},
  13905.             [15] = {"Twister"},
  13906.             [1] = {"Water Gun"},
  13907.             },
  13908.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  13909.     },
  13910.     ["Sprites"] = {
  13911.         ["Front"] = "http://www.roblox.com/asset/?id=255539300",
  13912.         ["Back"] = "http://www.roblox.com/asset/?id=255539298",
  13913.         ["Mini"] = "http://www.roblox.com/asset/?id=255539299",
  13914.         ["SB"] = "http://www.roblox.com/asset/?id=255539297",
  13915.         ["SF"] = "http://www.roblox.com/asset/?id=255539301"
  13916.     },
  13917.     ["ExpType"] = "Slow",
  13918.     ["EVYield"] = {
  13919.         ["Exp"] = 155,
  13920.         ["SpD"] = 2,
  13921.     },
  13922.     ["CatchRate"] = 60,
  13923. },
  13924.  
  13925.  
  13926. ["Lotad"] = {
  13927.     ["Pokedex"] = 294,
  13928.     ["PokedexDesc"] = "Lotad is just a LoFad.",
  13929.     ["Species"] = "Water Weed Pokemon",
  13930.     ["Height"] = "1'08\"",
  13931.     ["Weight"] = 5.7,
  13932.     ["Type"] = {"Water","Grass"},
  13933.     ["Stats"] = {
  13934.         ["HP"] = 40,
  13935.         ["Atk"] = 30,
  13936.         ["Def"] = 30,
  13937.         ["SpA"] = 40,
  13938.         ["SpD"] = 50,
  13939.         ["Speed"] = 30
  13940.         },
  13941.     ["Evolution"] = {14,"Lombre"},
  13942.     ["EvolutionStone"] = {},
  13943.     ["Gender"] = 50,
  13944.     ["Moves"] = {
  13945.         ["LevelUp"] = {
  13946.             [46] = {"Hydro Pump"},
  13947.             [38] = {"Energy Ball"},
  13948.             [33] = {"Zen Headbutt"},
  13949.             [27] = {"Giga Drain"},
  13950.             [22] = {"Bubblebeam"},
  13951.             [18] = {"Mega Drain"},
  13952.             [16] = {"Fury Swipes"},
  13953.             [14] = {"Bubble"},
  13954.             [10] = {"Absorb"},
  13955.             [6] = {"Growl"},
  13956.             [1] = {"Astonish"},
  13957.             },
  13958.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  13959.     },
  13960.     ["Sprites"] = {
  13961.         ["Front"] = "http://www.roblox.com/asset/?id=255536690",
  13962.         ["Back"] = "http://www.roblox.com/asset/?id=255536688",
  13963.         ["Mini"] = "http://www.roblox.com/asset/?id=255536686",
  13964.         ["SB"] = "http://www.roblox.com/asset/?id=255536687",
  13965.         ["SF"] = "http://www.roblox.com/asset/?id=255536689"
  13966.     },
  13967.     ["ExpType"] = "MedSlow",
  13968.     ["EVYield"] = {
  13969.         ["Exp"] = 74,
  13970.         ["SpD"] = 1,
  13971.     },
  13972.     ["CatchRate"] = 255,
  13973. },
  13974.  
  13975. ["Lombre"] = {
  13976.     ["Pokedex"] = 295,
  13977.     ["PokedexDesc"] = "Was sup, holmes.",
  13978.     ["Species"] = "Jolly Pokemon",
  13979.     ["Height"] = "3'11\"",
  13980.     ["Weight"] = 71.6,
  13981.     ["Type"] = {"Water","Grass"},
  13982.     ["Stats"] = {
  13983.         ["HP"] = 60,
  13984.         ["Atk"] = 50,
  13985.         ["Def"] = 50,
  13986.         ["SpA"] = 60,
  13987.         ["SpD"] = 70,
  13988.         ["Speed"] = 50
  13989.         },
  13990.     ["Evolution"] = {},
  13991.     ["EvolutionStone"] = {["Water Stone"] = "Ludicolo"},
  13992.     ["Gender"] = 50,
  13993.     ["Moves"] = {
  13994.         ["LevelUp"] = {
  13995.             [75] = {"Hydro Pump"},
  13996.             [38] = {"Energy Ball"},
  13997.             [33] = {"Zen Headbutt"},
  13998.             [27] = {"Giga Drain"},
  13999.             [22] = {"Bubblebeam"},
  14000.             [18] = {"Mega Drain"},
  14001.             [16] = {"Fury Swipes"},
  14002.             [14] = {"Bubble"},
  14003.             [10] = {"Absorb"},
  14004.             [6] = {"Growl"},
  14005.             [1] = {"Astonish"},
  14006.             },
  14007.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  14008.     },
  14009.     ["Sprites"] = {
  14010.         ["Front"] = "http://www.roblox.com/asset/?id=255536645",
  14011.         ["Back"] = "http://www.roblox.com/asset/?id=255536647",
  14012.         ["Mini"] = "http://www.roblox.com/asset/?id=255536648",
  14013.         ["SB"] = "http://www.roblox.com/asset/?id=255536646",
  14014.         ["SF"] = "http://www.roblox.com/asset/?id=255536644"
  14015.     },
  14016.     ["ExpType"] = "MedSlow",
  14017.     ["EVYield"] = {
  14018.         ["Exp"] = 74,
  14019.         ["SpD"] = 2,
  14020.     },
  14021.     ["CatchRate"] = 255,
  14022. },
  14023.  
  14024. ["Ludicolo"] = {
  14025.     ["Pokedex"] = 296,
  14026.     ["PokedexDesc"] = "Ludicolo would not look out of place in a mariachi band.",
  14027.     ["Species"] = "Carefree Pokemon",
  14028.     ["Height"] = "4'11\"",
  14029.     ["Weight"] = 121.3,
  14030.     ["Type"] = {"Water","Grass"},
  14031.     ["Stats"] = {
  14032.         ["HP"] = 80,
  14033.         ["Atk"] = 70,
  14034.         ["Def"] = 70,
  14035.         ["SpA"] = 90,
  14036.         ["SpD"] = 100,
  14037.         ["Speed"] = 70
  14038.         },
  14039.     ["Evolution"] = {},
  14040.     ["EvolutionStone"] = {},
  14041.     ["Gender"] = 50,
  14042.     ["Moves"] = {
  14043.         ["LevelUp"] = {
  14044.             [83] = {"Scald"},
  14045.             [75] = {"Hydro Pump"},
  14046.             [38] = {"Energy Ball"},
  14047.             [33] = {"Zen Headbutt"},
  14048.             [27] = {"Giga Drain"},
  14049.             [22] = {"Bubblebeam"},
  14050.             [18] = {"Mega Drain"},
  14051.             [16] = {"Fury Swipes"},
  14052.             [14] = {"Bubble"},
  14053.             [10] = {"Absorb"},
  14054.             [6] = {"Growl"},
  14055.             [1] = {"Astonish"},
  14056.             },
  14057.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam"}
  14058.     },
  14059.     ["Sprites"] = {
  14060.         ["Front"] = "http://www.roblox.com/asset/?id=255536600",
  14061.         ["Back"] = "http://www.roblox.com/asset/?id=255536599",
  14062.         ["Mini"] = "http://www.roblox.com/asset/?id=255536601",
  14063.         ["SB"] = "http://www.roblox.com/asset/?id=255536597",
  14064.         ["SF"] = "http://www.roblox.com/asset/?id=255536598"
  14065.     },
  14066.     ["ExpType"] = "MedSlow",
  14067.     ["EVYield"] = {
  14068.         ["Exp"] = 140,
  14069.         ["SpD"] = 3,
  14070.     },
  14071.     ["CatchRate"] = 255,
  14072. },
  14073.  
  14074. ["Buizel"] = {
  14075.     ["Pokedex"] = 297,
  14076.     ["PokedexDesc"] = "Ron Buisely is my favorite red headed character",
  14077.     ["Species"] = "Sea Weasel Pokemon",
  14078.     ["Height"] = "2'04\"",
  14079.     ["Weight"] = 65,
  14080.     ["Type"] = {"Water"},
  14081.     ["Stats"] = {
  14082.         ["HP"] = 55,
  14083.         ["Atk"] = 65,
  14084.         ["Def"] = 35,
  14085.         ["SpA"] = 60,
  14086.         ["SpD"] = 30,
  14087.         ["Speed"] = 85
  14088.         },
  14089.     ["Evolution"] = {27,"Floatzel"},
  14090.     ["EvolutionStone"] = {},
  14091.     ["Gender"] = 50,
  14092.     ["Moves"] = {
  14093.         ["LevelUp"] = {
  14094.             [75] = {"Hydro Pump"},
  14095.             [38] = {"Waterfall"},
  14096.             [33] = {"Ice Punch"},
  14097.             [27] = {"Water Pulse"},
  14098.             [22] = {"Slash"},
  14099.             [18] = {"Aqua Jet"},
  14100.             [16] = {"Swift"},
  14101.             [14] = {"Water Gun"},
  14102.             [10] = {"Quick Attack"},
  14103.             [6] = {"Growl"},
  14104.             [1] = {"Tackle"},
  14105.             },
  14106.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam","Brick Break"}
  14107.     },
  14108.     ["Sprites"] = {
  14109.         ["Front"] = "http://www.roblox.com/asset/?id=255537697",
  14110.         ["Back"] = "http://www.roblox.com/asset/?id=255537699",
  14111.         ["Mini"] = "http://www.roblox.com/asset/?id=255537542",
  14112.         ["SB"] = "http://www.roblox.com/asset/?id=255537695",
  14113.         ["SF"] = "http://www.roblox.com/asset/?id=255537696"
  14114.     },
  14115.     ["ExpType"] = "MedFast",
  14116.     ["EVYield"] = {
  14117.         ["Exp"] = 140,
  14118.         ["Speed"] = 1,
  14119.     },
  14120.     ["CatchRate"] = 190,
  14121. },
  14122.  
  14123. ["Floatzel"] = {
  14124.     ["Pokedex"] = 298,
  14125.     ["PokedexDesc"] = "Floatzel has a pretty cool scarf",
  14126.     ["Species"] = "Sea Weasel Pokemon",
  14127.     ["Height"] = "3'07\"",
  14128.     ["Weight"] = 73.9,
  14129.     ["Type"] = {"Water"},
  14130.     ["Stats"] = {
  14131.         ["HP"] = 85,
  14132.         ["Atk"] = 105,
  14133.         ["Def"] = 55,
  14134.         ["SpA"] = 85,
  14135.         ["SpD"] = 50,
  14136.         ["Speed"] = 115
  14137.         },
  14138.     ["Evolution"] = {},
  14139.     ["EvolutionStone"] = {},
  14140.     ["Gender"] = 50,
  14141.     ["Moves"] = {
  14142.         ["LevelUp"] = {
  14143.             [75] = {"Hydro Pump"},
  14144.             [38] = {"Waterfall"},
  14145.             [33] = {"Ice Punch"},
  14146.             [27] = {"Water Pulse"},
  14147.             [22] = {"Slash"},
  14148.             [18] = {"Aqua Jet"},
  14149.             [16] = {"Swift"},
  14150.             [14] = {"Water Gun"},
  14151.             [10] = {"Quick Attack"},
  14152.             [6] = {"Growl"},
  14153.             [1] = {"Tackle"},
  14154.             },
  14155.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Icy Wind","Surf","Ice Beam","Brick Break"}
  14156.     },
  14157.     ["Sprites"] = {
  14158.         ["Front"] = "http://www.roblox.com/asset/?id=255537541",
  14159.         ["Back"] = "http://www.roblox.com/asset/?id=255537546",
  14160.         ["Mini"] = "http://www.roblox.com/asset/?id=255537698",
  14161.         ["SB"] = "http://www.roblox.com/asset/?id=255537540",
  14162.         ["SF"] = "http://www.roblox.com/asset/?id=255537547"
  14163.     },
  14164.     ["ExpType"] = "MedFast",
  14165.     ["EVYield"] = {
  14166.         ["Exp"] = 140,
  14167.         ["Speed"] = 2,
  14168.     },
  14169.     ["CatchRate"] = 190,
  14170. },
  14171.  
  14172. ["Zangoose"] = {
  14173.     ["Pokedex"] = 299,
  14174.     ["PokedexDesc"] = "The plural form of Zangoose is Zangeese.",
  14175.     ["Species"] = "Cat Ferret Pokemon",
  14176.     ["Height"] = "4'03\"",
  14177.     ["Weight"] = 88.8,
  14178.     ["Type"] = {"Normal"},
  14179.     ["Stats"] = {
  14180.         ["HP"] = 73,
  14181.         ["Atk"] = 115,
  14182.         ["Def"] = 60,
  14183.         ["SpA"] = 60,
  14184.         ["SpD"] = 60,
  14185.         ["Speed"] = 90
  14186.         },
  14187.     ["Evolution"] = {},
  14188.     ["EvolutionStone"] = {},
  14189.     ["Gender"] = 50,
  14190.     ["Moves"] = {
  14191.         ["LevelUp"] = {
  14192.             [75] = {"Thunderbolt"},
  14193.             [56] = {"Double-Edge"},
  14194.             [48] = {"Close Combat"},
  14195.             [40] = {"Swords Dance"},
  14196.             [32] = {"X-Scissor"},
  14197.             [26] = {"False Swipe"},
  14198.             [20] = {"Crush Claw"},
  14199.             [14] = {"Slash"},
  14200.             [10] = {"Quick Attack"},
  14201.             [6] = {"Leer"},
  14202.             [1] = {"Scratch"},
  14203.             },
  14204.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Surf","Thunder Wave","Brick Break"}
  14205.     },
  14206.     ["Sprites"] = {
  14207.         ["Front"] = "http://www.roblox.com/asset/?id=255538760",
  14208.         ["Back"] = "http://www.roblox.com/asset/?id=255538759",
  14209.         ["Mini"] = "http://www.roblox.com/asset/?id=255538756",
  14210.         ["SB"] = "http://www.roblox.com/asset/?id=255538758",
  14211.         ["SF"] = "http://www.roblox.com/asset/?id=255538757"
  14212.     },
  14213.     ["ExpType"] = "MedFast",
  14214.     ["EVYield"] = {
  14215.         ["Exp"] = 140,
  14216.         ["Atk"] = 2,
  14217.     },
  14218.     ["CatchRate"] = 90,
  14219. },
  14220.  
  14221. ["Seviper"] = {
  14222.     ["Pokedex"] = 300,
  14223.     ["PokedexDesc"] = "Seviper actually evolves from Arbok.",
  14224.     ["Species"] = "Fang Snake Pokemon",
  14225.     ["Height"] = "8'10\"",
  14226.     ["Weight"] = 115.7,
  14227.     ["Type"] = {"Poison"},
  14228.     ["Stats"] = {
  14229.         ["HP"] = 73,
  14230.         ["Atk"] = 100,
  14231.         ["Def"] = 60,
  14232.         ["SpA"] = 100,
  14233.         ["SpD"] = 60,
  14234.         ["Speed"] = 65
  14235.         },
  14236.     ["Evolution"] = {},
  14237.     ["EvolutionStone"] = {},
  14238.     ["Gender"] = 50,
  14239.     ["Moves"] = {
  14240.         ["LevelUp"] = {
  14241.             [65] = {"Sludge Bomb"},
  14242.             [45] = {"Poison Jab"},
  14243.             [39] = {"Crunch"},
  14244.             [34] = {"Haze"},
  14245.             [29] = {"Night Slash"},
  14246.             [23] = {"Poison Fang"},
  14247.             [17] = {"Glare"},
  14248.             [10] = {"Screech"},
  14249.             [6] = {"Swagger"},
  14250.             [1] = {"Tackle"},
  14251.             },
  14252.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower","Thunder Wave","Brick Break"}
  14253.     },
  14254.     ["Sprites"] = {
  14255.         ["Front"] = "http://www.roblox.com/asset/?id=255538679",
  14256.         ["Back"] = "http://www.roblox.com/asset/?id=255538681",
  14257.         ["Mini"] = "http://www.roblox.com/asset/?id=255538680",
  14258.         ["SB"] = "http://www.roblox.com/asset/?id=255538677",
  14259.         ["SF"] = "http://www.roblox.com/asset/?id=255538678"
  14260.     },
  14261.     ["ExpType"] = "MedFast",
  14262.     ["EVYield"] = {
  14263.         ["Exp"] = 140,
  14264.         ["Atk"] = 1,
  14265.         ["SpA"] = 1,
  14266.     },
  14267.     ["CatchRate"] = 90,
  14268. },
  14269.  
  14270. ["Bronzor"] = {
  14271.     ["Pokedex"] = 301,
  14272.     ["Ability"] = "Levitate",
  14273.     ["PokedexDesc"] = "You could probably use a Bronzor as a frisbee.",
  14274.     ["Species"] = "Bronze Pokemon",
  14275.     ["Height"] = "1'08\"",
  14276.     ["Weight"] = 133.4,
  14277.     ["Type"] = {"Steel","Psychic"},
  14278.     ["Stats"] = {
  14279.         ["HP"] = 57,
  14280.         ["Atk"] = 24,
  14281.         ["Def"] = 86,
  14282.         ["SpA"] = 24,
  14283.         ["SpD"] = 86,
  14284.         ["Speed"] = 23
  14285.         },
  14286.     ["Evolution"] = {33,"Bronzong"},
  14287.     ["EvolutionStone"] = {},
  14288.     ["Gender"] = "Unknown",
  14289.     ["Moves"] = {
  14290.         ["LevelUp"] = {
  14291.             [45] = {"Charge Beam"},
  14292.             [39] = {"Hypnosis"},
  14293.             [34] = {"Extrasensory"},
  14294.             [29] = {"Gyro Ball"},
  14295.             [23] = {"Faint Attack"},
  14296.             [17] = {"Iron Defense"},
  14297.             [10] = {"Confuse Ray"},
  14298.             [6] = {"Confusion"},
  14299.             [1] = {"Tackle"},
  14300.             },
  14301.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Thunder Wave","Energy Ball"}
  14302.     },
  14303.     ["Sprites"] = {
  14304.         ["Front"] = "http://www.roblox.com/asset/?id=255537299",
  14305.         ["Back"] = "http://www.roblox.com/asset/?id=255537297",
  14306.         ["Mini"] = "http://www.roblox.com/asset/?id=255537298",
  14307.         ["SB"] = "http://www.roblox.com/asset/?id=255537295",
  14308.         ["SF"] = "http://www.roblox.com/asset/?id=255537296"
  14309.     },
  14310.     ["ExpType"] = "MedFast",
  14311.     ["EVYield"] = {
  14312.         ["Exp"] = 140,
  14313.         ["Def"] = 1,
  14314.     },
  14315.     ["CatchRate"] = 255,
  14316. },
  14317.  
  14318.  
  14319. ["Bronzong"] = {
  14320.     ["Pokedex"] = 302,
  14321.     ["Ability"] = "Levitate",
  14322.     ["PokedexDesc"] = "Bronze is composed of copper and tin.",
  14323.     ["Species"] = "Bronze Bell Pokemon",
  14324.     ["Height"] = "4'03\"",
  14325.     ["Weight"] = 412.2,
  14326.     ["Type"] = {"Steel","Psychic"},
  14327.     ["Stats"] = {
  14328.         ["HP"] = 67,
  14329.         ["Atk"] = 89,
  14330.         ["Def"] = 116,
  14331.         ["SpA"] = 70,
  14332.         ["SpD"] = 116,
  14333.         ["Speed"] = 33
  14334.         },
  14335.     ["Evolution"] = {},
  14336.     ["EvolutionStone"] = {},
  14337.     ["Gender"] = "Unknown",
  14338.     ["Moves"] = {
  14339.         ["LevelUp"] = {
  14340.             [45] = {"Charge Beam"},
  14341.             [39] = {"Hypnosis"},
  14342.             [34] = {"Extrasensory"},
  14343.             [29] = {"Gyro Ball"},
  14344.             [23] = {"Faint Attack"},
  14345.             [17] = {"Iron Defense"},
  14346.             [10] = {"Confuse Ray"},
  14347.             [6] = {"Confusion"},
  14348.             [1] = {"Tackle"},
  14349.             },
  14350.         ["TM"] = {"Earthquake","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Thunder Wave","Energy Ball"}
  14351.     },
  14352.     ["Sprites"] = {
  14353.         ["Front"] = "http://www.roblox.com/asset/?id=255537260",
  14354.         ["Back"] = "http://www.roblox.com/asset/?id=255537259",
  14355.         ["Mini"] = "http://www.roblox.com/asset/?id=255537261",
  14356.         ["SB"] = "http://www.roblox.com/asset/?id=255537257",
  14357.         ["SF"] = "http://www.roblox.com/asset/?id=255537258"
  14358.     },
  14359.     ["ExpType"] = "MedFast",
  14360.     ["EVYield"] = {
  14361.         ["Exp"] = 140,
  14362.         ["Def"] = 1,
  14363.         ["SpD"] = 1
  14364.     },
  14365.     ["CatchRate"] = 90,
  14366. },
  14367.  
  14368. ["Numel"] = {
  14369.     ["Pokedex"] = 303,
  14370.     ["PokedexDesc"] = "Numel... more like dumbel...I dunno.",
  14371.     ["Species"] = "Numb Pokemon",
  14372.     ["Height"] = "2'04\"",
  14373.     ["Weight"] = 52.9,
  14374.     ["Type"] = {"Fire","Ground"},
  14375.     ["Stats"] = {
  14376.         ["HP"] = 60,
  14377.         ["Atk"] = 60,
  14378.         ["Def"] = 40,
  14379.         ["SpA"] = 65,
  14380.         ["SpD"] = 45,
  14381.         ["Speed"] = 35
  14382.         },
  14383.     ["Evolution"] = {33,"Camerupt"},
  14384.     ["EvolutionStone"] = {},
  14385.     ["Gender"] = 50,
  14386.     ["Moves"] = {
  14387.         ["LevelUp"] = {
  14388.             [62] = {"Double-Edge"},
  14389.             [55] = {"Fire Blast"},
  14390.             [45] = {"Flamethrower"},
  14391.             [39] = {"Earthquake"},
  14392.             [34] = {"Take Down"},
  14393.             [29] = {"Earth Power"},
  14394.             [23] = {"Flame Burst"},
  14395.             [17] = {"Magnitude"},
  14396.             [10] = {"Ember"},
  14397.             [6] = {"Growl"},
  14398.             [1] = {"Tackle"},
  14399.             },
  14400.         ["TM"] = {"Earthquake","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14401.     },
  14402.     ["Sprites"] = {
  14403.         ["Front"] = "http://www.roblox.com/asset/?id=255538345",
  14404.         ["Back"] = "http://www.roblox.com/asset/?id=255538344",
  14405.         ["Mini"] = "http://www.roblox.com/asset/?id=255538342",
  14406.         ["SB"] = "http://www.roblox.com/asset/?id=255538341",
  14407.         ["SF"] = "http://www.roblox.com/asset/?id=255538343"
  14408.     },
  14409.     ["ExpType"] = "MedFast",
  14410.     ["EVYield"] = {
  14411.         ["Exp"] = 140,
  14412.         ["SpA"] = 1
  14413.     },
  14414.     ["CatchRate"] = 255,
  14415. },
  14416.  
  14417. ["Camerupt"] = {
  14418.     ["Pokedex"] = 304,
  14419.     ["PokedexDesc"] = "You would have to be REALLY heat tolerant to ride a Camerupt.",
  14420.     ["Species"] = "Eruption Pokemon",
  14421.     ["Height"] = "6'03\"",
  14422.     ["Weight"] = 485,
  14423.     ["Type"] = {"Fire","Ground"},
  14424.     ["Stats"] = {
  14425.         ["HP"] = 70,
  14426.         ["Atk"] = 100,
  14427.         ["Def"] = 70,
  14428.         ["SpA"] = 105,
  14429.         ["SpD"] = 75,
  14430.         ["Speed"] = 40
  14431.         },
  14432.     ["Evolution"] = {},
  14433.     ["EvolutionStone"] = {},
  14434.     ["Gender"] = 50,
  14435.     ["Moves"] = {
  14436.         ["LevelUp"] = {
  14437.             [75] = {"Iron Head"},
  14438.             [62] = {"Double-Edge"},
  14439.             [55] = {"Fire Blast"},
  14440.             [45] = {"Flamethrower"},
  14441.             [39] = {"Earthquake"},
  14442.             [34] = {"Take Down"},
  14443.             [29] = {"Earth Power"},
  14444.             [23] = {"Flame Burst"},
  14445.             [17] = {"Magnitude"},
  14446.             [10] = {"Ember"},
  14447.             [6] = {"Growl"},
  14448.             [1] = {"Tackle"},
  14449.             },
  14450.         ["TM"] = {"Will-O-Wisp","Flamethrower","Earthquake","Rock Slide","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14451.     },
  14452.     ["Sprites"] = {
  14453.         ["Front"] = "http://www.roblox.com/asset/?id=255538445",
  14454.         ["Back"] = "http://www.roblox.com/asset/?id=255538443",
  14455.         ["Mini"] = "http://www.roblox.com/asset/?id=255538446",
  14456.         ["SB"] = "http://www.roblox.com/asset/?id=255538444",
  14457.         ["SF"] = "http://www.roblox.com/asset/?id=255538442"
  14458.     },
  14459.     ["ExpType"] = "MedFast",
  14460.     ["EVYield"] = {
  14461.         ["Exp"] = 180,
  14462.         ["SpA"] = 2
  14463.     },
  14464.     ["CatchRate"] = 255,
  14465.     },
  14466.        
  14467. ["Budew"] = {
  14468.     ["Pokedex"] = 305,
  14469.     ["PokedexDesc"] = "I'm not your Budew, pal.",
  14470.     ["Species"] = "Bud Pokemon",
  14471.     ["Height"] = "0'08\"",
  14472.     ["Weight"] = 2.6,
  14473.     ["Type"] = {"Grass","Poison"},
  14474.     ["Stats"] = {
  14475.         ["HP"] = 40,
  14476.         ["Atk"] = 30,
  14477.         ["Def"] = 35,
  14478.         ["SpA"] = 50,
  14479.         ["SpD"] = 70,
  14480.         ["Speed"] = 55
  14481.         },
  14482.     ["Evolution"] = {},
  14483.     ["EvolutionStone"] = {["Friendship Ribbon"] = "Roselia"},
  14484.     ["Gender"] = 50,
  14485.     ["Moves"] = {
  14486.         ["LevelUp"] = {
  14487.             [17] = {"Mega Drain"},
  14488.             [10] = {"Stun Spore"},
  14489.             [6] = {"Growth"},
  14490.             [1] = {"Absorb"},
  14491.             },
  14492.         ["TM"] = {"Energy Ball","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14493.     },
  14494.     ["Sprites"] = {
  14495.         ["Front"] = "http://www.roblox.com/asset/?id=255537935",
  14496.         ["Back"] = "http://www.roblox.com/asset/?id=255537934",
  14497.         ["Mini"] = "http://www.roblox.com/asset/?id=255537931",
  14498.         ["SB"] = "http://www.roblox.com/asset/?id=255537933",
  14499.         ["SF"] = "http://www.roblox.com/asset/?id=255537932"
  14500.     },
  14501.     ["ExpType"] = "MedSlow",
  14502.     ["EVYield"] = {
  14503.         ["Exp"] = 68,
  14504.         ["SpA"] = 1
  14505.     },
  14506.     ["CatchRate"] = 255,
  14507.     },
  14508.  
  14509. ["Roselia"] = {
  14510.     ["Pokedex"] = 306,
  14511.     ["PokedexDesc"] = "The roses are red, and the violets are blue. Surprise!! A haiku.",
  14512.     ["Species"] = "Thorn Pokemon",
  14513.     ["Height"] = "1'00\"",
  14514.     ["Weight"] = 4.4,
  14515.     ["Type"] = {"Grass","Poison"},
  14516.     ["Stats"] = {
  14517.         ["HP"] = 50,
  14518.         ["Atk"] = 60,
  14519.         ["Def"] = 45,
  14520.         ["SpA"] = 100,
  14521.         ["SpD"] = 80,
  14522.         ["Speed"] = 65
  14523.         },
  14524.     ["Evolution"] = {},
  14525.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Roserade"},
  14526.     ["Gender"] = 50,
  14527.     ["Moves"] = {
  14528.         ["LevelUp"] = {
  14529.             [75] = {"Extrasensory"},
  14530.             [60] = {"Leaf Storm"},
  14531.             [55] = {"Synthesis"},
  14532.             [48] = {"Giga Drain"},
  14533.             [45] = {"Toxic"},
  14534.             [38] = {"Energy Ball"},
  14535.             [32] = {"Sludge Bomb"},
  14536.             [25] = {"Sleep Powder"},
  14537.             [17] = {"Mega Drain"},
  14538.             [10] = {"Stun Spore"},
  14539.             [8] = {"Poison Sting"},
  14540.             [6] = {"Growth"},
  14541.             [1] = {"Absorb"},
  14542.             },
  14543.         ["TM"] = {"Energy Ball","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14544.     },
  14545.     ["Sprites"] = {
  14546.         ["Front"] = "http://www.roblox.com/asset/?id=255538010",
  14547.         ["Back"] = "http://www.roblox.com/asset/?id=255538004",
  14548.         ["Mini"] = "http://www.roblox.com/asset/?id=255538007",
  14549.         ["SB"] = "http://www.roblox.com/asset/?id=255538003",
  14550.         ["SF"] = "http://www.roblox.com/asset/?id=255538008"
  14551.     },
  14552.     ["ExpType"] = "MedSlow",
  14553.     ["EVYield"] = {
  14554.         ["Exp"] = 152,
  14555.         ["SpA"] = 2
  14556.     },
  14557.     ["CatchRate"] = 150,
  14558.     },
  14559.        
  14560. ["Roserade"] = {
  14561.     ["Pokedex"] = 307,
  14562.     ["PokedexDesc"] = "Roserade is known as the Bouquet Pokemon. The T is silent. Very weird.",
  14563.     ["Species"] = "Bouquet Pokemon",
  14564.     ["Height"] = "2'11\"",
  14565.     ["Weight"] = 32,
  14566.     ["Type"] = {"Grass","Poison"},
  14567.     ["Stats"] = {
  14568.         ["HP"] = 60,
  14569.         ["Atk"] = 70,
  14570.         ["Def"] = 65,
  14571.         ["SpA"] = 120,
  14572.         ["SpD"] = 105,
  14573.         ["Speed"] = 90
  14574.         },
  14575.     ["Evolution"] = {},
  14576.     ["EvolutionStone"] = {},
  14577.     ["Gender"] = 50,
  14578.     ["Moves"] = {
  14579.         ["LevelUp"] = {
  14580.             [75] = {"Extrasensory"},
  14581.             [60] = {"Leaf Storm"},
  14582.             [55] = {"Synthesis"},
  14583.             [48] = {"Giga Drain"},
  14584.             [45] = {"Toxic"},
  14585.             [38] = {"Energy Ball"},
  14586.             [32] = {"Sludge Bomb"},
  14587.             [25] = {"Sleep Powder"},
  14588.             [17] = {"Mega Drain"},
  14589.             [10] = {"Stun Spore"},
  14590.             [8] = {"Poison Sting"},
  14591.             [6] = {"Growth"},
  14592.             [1] = {"Absorb"},
  14593.             },
  14594.         ["TM"] = {"Energy Ball","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14595.     },
  14596.     ["Sprites"] = {
  14597.         ["Front"] = "http://www.roblox.com/asset/?id=255537875",
  14598.         ["Back"] = "http://www.roblox.com/asset/?id=255537873",
  14599.         ["Mini"] = "http://www.roblox.com/asset/?id=255537874",
  14600.         ["SB"] = "http://www.roblox.com/asset/?id=255537876",
  14601.         ["SF"] = "http://www.roblox.com/asset/?id=255537872"
  14602.     },
  14603.     ["ExpType"] = "MedSlow",
  14604.     ["EVYield"] = {
  14605.         ["Exp"] = 152,
  14606.         ["SpA"] = 3
  14607.     },
  14608.     ["CatchRate"] = 75,
  14609.     },
  14610.        
  14611. ["Cranidos"] = {
  14612.     ["Pokedex"] = 308,
  14613.     ["PokedexDesc"] = "Cranidos has the highest base attack out of all unevolved Pokemon.",
  14614.     ["Species"] = "Headbutt Pokemon",
  14615.     ["Height"] = "2'11\"",
  14616.     ["Weight"] = 69.4,
  14617.     ["Type"] = {"Rock"},
  14618.     ["Stats"] = {
  14619.         ["HP"] = 67,
  14620.         ["Atk"] = 125,
  14621.         ["Def"] = 40,
  14622.         ["SpA"] = 30,
  14623.         ["SpD"] = 30,
  14624.         ["Speed"] = 58
  14625.         },
  14626.     ["Evolution"] = {30,"Rampardos"},
  14627.     ["EvolutionStone"] = {},
  14628.     ["Gender"] = 88,
  14629.     ["Moves"] = {
  14630.         ["LevelUp"] = {
  14631.             [65] = {"Double-Edge"},
  14632.             [60] = {"Stone Edge"},
  14633.             [55] = {"Head Smash"},
  14634.             [48] = {"Earthquake"},
  14635.             [45] = {"Rock Slide"},
  14636.             [38] = {"Flamethrower"},
  14637.             [32] = {"Rock Tomb"},
  14638.             [29] = {"Screech"},
  14639.             [24] = {"Zen Headbutt"},
  14640.             [19] = {"Scary Face"},
  14641.             [13] = {"Take Down"},
  14642.             [6] = {"Leer"},
  14643.             [1] = {"Headbutt"},
  14644.             },
  14645.         ["TM"] = {"Flamethrower","Ice Beam","Thunderbolt","Thunder Wave","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14646.     },
  14647.     ["Sprites"] = {
  14648.         ["Front"] = "http://www.roblox.com/asset/?id=255537825",
  14649.         ["Back"] = "http://www.roblox.com/asset/?id=255537826",
  14650.         ["Mini"] = "http://www.roblox.com/asset/?id=255537827",
  14651.         ["SB"] = "http://www.roblox.com/asset/?id=255537823",
  14652.         ["SF"] = "http://www.roblox.com/asset/?id=255537824"
  14653.     },
  14654.     ["ExpType"] = "Slow",
  14655.     ["EVYield"] = {
  14656.         ["Exp"] = 152,
  14657.         ["Atk"] = 1
  14658.     },
  14659.     ["CatchRate"] = 45,
  14660. },
  14661.  
  14662. ["Rampardos"] = {
  14663.     ["Pokedex"] = 309,
  14664.     ["PokedexDesc"] = "Rampardos has A LOT of attack. Seriously.",
  14665.     ["Species"] = "Headbutt Pokemon",
  14666.     ["Height"] = "5'03\"",
  14667.     ["Weight"] = 226,
  14668.     ["Type"] = {"Rock"},
  14669.     ["Stats"] = {
  14670.         ["HP"] = 97,
  14671.         ["Atk"] = 165,
  14672.         ["Def"] = 60,
  14673.         ["SpA"] = 65,
  14674.         ["SpD"] = 50,
  14675.         ["Speed"] = 58
  14676.         },
  14677.     ["Evolution"] = {},
  14678.     ["EvolutionStone"] = {},
  14679.     ["Gender"] = 88,
  14680.     ["Moves"] = {
  14681.         ["LevelUp"] = {
  14682.             [65] = {"Double-Edge"},
  14683.             [60] = {"Stone Edge"},
  14684.             [55] = {"Head Smash"},
  14685.             [48] = {"Earthquake"},
  14686.             [45] = {"Rock Slide"},
  14687.             [38] = {"Flamethrower"},
  14688.             [32] = {"Rock Tomb"},
  14689.             [29] = {"Screech"},
  14690.             [24] = {"Zen Headbutt"},
  14691.             [19] = {"Scary Face"},
  14692.             [13] = {"Take Down"},
  14693.             [6] = {"Leer"},
  14694.             [1] = {"Headbutt"},
  14695.             },
  14696.         ["TM"] = {"Flamethrower","Ice Beam","Thunderbolt","Thunder Wave","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14697.     },
  14698.     ["Sprites"] = {
  14699.         ["Front"] = "http://www.roblox.com/asset/?id=255537769",
  14700.         ["Back"] = "http://www.roblox.com/asset/?id=255537767",
  14701.         ["Mini"] = "http://www.roblox.com/asset/?id=255537766",
  14702.         ["SB"] = "http://www.roblox.com/asset/?id=255537764",
  14703.         ["SF"] = "http://www.roblox.com/asset/?id=255537765"
  14704.     },
  14705.     ["ExpType"] = "Slow",
  14706.     ["EVYield"] = {
  14707.         ["Exp"] = 152,
  14708.         ["Atk"] = 1
  14709.     },
  14710.     ["CatchRate"] = 45,
  14711.     },
  14712.    
  14713. ["Whismur"] = {
  14714.     ["Pokedex"] = 310,
  14715.     ["PokedexDesc"] = "psssst did you know whismur is pink pssssst",
  14716.     ["Species"] = "Whisper Pokemon",
  14717.     ["Height"] = "2'00\"",
  14718.     ["Weight"] = 35.9,
  14719.     ["Type"] = {"Normal"},
  14720.     ["Stats"] = {
  14721.         ["HP"] = 64,
  14722.         ["Atk"] = 51,
  14723.         ["Def"] = 23,
  14724.         ["SpA"] = 51,
  14725.         ["SpD"] = 23,
  14726.         ["Speed"] = 28
  14727.         },
  14728.     ["Evolution"] = {20, "Loudred"},
  14729.     ["EvolutionStone"] = {},
  14730.     ["Gender"] = 50,
  14731.     ["Moves"] = {
  14732.         ["LevelUp"] = {
  14733.             [52] = {"Extrasensory"},
  14734.             [45] = {"Hammer Arm"},
  14735.             [30] = {"Hyper Voice"},
  14736.             [28] = {"Rest"},
  14737.             [23] = {"Stomp"},
  14738.             [21] = {"Supersonic"},
  14739.             [19] = {"Screech"},
  14740.             [13] = {"Howl"},
  14741.             [6] = {"Astonish"},
  14742.             [1] = {"Pound"},
  14743.             },
  14744.         ["TM"] = {"Flamethrower","Ice Beam","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14745.     },
  14746.     ["Sprites"] = {
  14747.         ["Front"] = "http://www.roblox.com/asset/?id=255536899",
  14748.         ["Back"] = "http://www.roblox.com/asset/?id=255536900",
  14749.         ["Mini"] = "http://www.roblox.com/asset/?id=255536901",
  14750.         ["SB"] = "http://www.roblox.com/asset/?id=255536897",
  14751.         ["SF"] = "http://www.roblox.com/asset/?id=255536898"
  14752.     },
  14753.     ["ExpType"] = "MedSlow",
  14754.     ["EVYield"] = {
  14755.         ["Exp"] = 152,
  14756.         ["HP"] = 1
  14757.     },
  14758.     ["CatchRate"] = 255,
  14759.     }, 
  14760.    
  14761. ["Loudred"] = {
  14762.     ["Pokedex"] = 311,
  14763.     ["PokedexDesc"] = "I used to have neighbors that had a Loudred. Worst. Experience. Ever.",
  14764.     ["Species"] = "Big Voice Pokemon",
  14765.     ["Height"] = "3'03\"",
  14766.     ["Weight"] = 89.6,
  14767.     ["Type"] = {"Normal"},
  14768.     ["Stats"] = {
  14769.         ["HP"] = 84,
  14770.         ["Atk"] = 71,
  14771.         ["Def"] = 43,
  14772.         ["SpA"] = 71,
  14773.         ["SpD"] = 43,
  14774.         ["Speed"] = 48
  14775.         },
  14776.     ["Evolution"] = {40, "Exploud"},
  14777.     ["EvolutionStone"] = {},
  14778.     ["Gender"] = 50,
  14779.     ["Moves"] = {
  14780.         ["LevelUp"] = {
  14781.             [52] = {"Extrasensory"},
  14782.             [45] = {"Hammer Arm"},
  14783.             [30] = {"Hyper Voice"},
  14784.             [28] = {"Rest"},
  14785.             [23] = {"Stomp"},
  14786.             [21] = {"Supersonic"},
  14787.             [20] = {"Bite"},
  14788.             [19] = {"Screech"},
  14789.             [13] = {"Howl"},
  14790.             [6] = {"Astonish"},
  14791.             [1] = {"Pound"},
  14792.             },
  14793.         ["TM"] = {"Flamethrower","Ice Beam","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14794.     },
  14795.     ["Sprites"] = {
  14796.         ["Front"] = "http://www.roblox.com/asset/?id=255536803",
  14797.         ["Back"] = "http://www.roblox.com/asset/?id=255536804",
  14798.         ["Mini"] = "http://www.roblox.com/asset/?id=255536802",
  14799.         ["SB"] = "http://www.roblox.com/asset/?id=255536801",
  14800.         ["SF"] = "http://www.roblox.com/asset/?id=255536800"
  14801.     },
  14802.     ["ExpType"] = "MedSlow",
  14803.     ["EVYield"] = {
  14804.         ["Exp"] = 152,
  14805.         ["HP"] = 2
  14806.     },
  14807.     ["CatchRate"] = 120,
  14808. },
  14809.  
  14810. ["Exploud"] = {
  14811.     ["Pokedex"] = 312,
  14812.     ["PokedexDesc"] = "Mutated bagpipes have came to life! OH NOES!",
  14813.     ["Species"] = "Loud Voice Pokemon",
  14814.     ["Height"] = "4'11\"",
  14815.     ["Weight"] = 185.2,
  14816.     ["Type"] = {"Normal"},
  14817.     ["Stats"] = {
  14818.         ["HP"] = 104,
  14819.         ["Atk"] = 91,
  14820.         ["Def"] = 63,
  14821.         ["SpA"] = 91,
  14822.         ["SpD"] = 73,
  14823.         ["Speed"] = 68
  14824.         },
  14825.     ["Evolution"] = {},
  14826.     ["EvolutionStone"] = {},
  14827.     ["Gender"] = 50,
  14828.     ["Moves"] = {
  14829.         ["LevelUp"] = {
  14830.             [52] = {"Extrasensory"},
  14831.             [45] = {"Hammer Arm"},
  14832.             [30] = {"Hyper Voice"},
  14833.             [28] = {"Rest"},
  14834.             [23] = {"Stomp"},
  14835.             [21] = {"Supersonic"},
  14836.             [20] = {"Bite"},
  14837.             [19] = {"Screech"},
  14838.             [13] = {"Howl"},
  14839.             [6] = {"Astonish"},
  14840.             [1] = {"Pound"},
  14841.             },
  14842.         ["TM"] = {"Flamethrower","Ice Beam","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14843.     },
  14844.     ["Sprites"] = {
  14845.         ["Front"] = "http://www.roblox.com/asset/?id=255536748",
  14846.         ["Back"] = "http://www.roblox.com/asset/?id=255536747",
  14847.         ["Mini"] = "http://www.roblox.com/asset/?id=255536749",
  14848.         ["SB"] = "http://www.roblox.com/asset/?id=255536745",
  14849.         ["SF"] = "http://www.roblox.com/asset/?id=255536746"
  14850.     },
  14851.     ["ExpType"] = "MedSlow",
  14852.     ["EVYield"] = {
  14853.         ["Exp"] = 152,
  14854.         ["HP"] = 3
  14855.     },
  14856.     ["CatchRate"] = 120,
  14857. }, 
  14858.  
  14859. ["Swablu"] = {
  14860.     ["Pokedex"] = 313,
  14861.     ["PokedexDesc"] = "Fluffy Swablu sits on my head :3",
  14862.     ["Species"] = "Cotton Bird Pokemon",
  14863.     ["Height"] = "1'04\"",
  14864.     ["Weight"] = 2.6,
  14865.     ["Type"] = {"Normal","Flying"},
  14866.     ["Stats"] = {
  14867.         ["HP"] = 45,
  14868.         ["Atk"] = 40,
  14869.         ["Def"] = 60,
  14870.         ["SpA"] = 40,
  14871.         ["SpD"] = 75,
  14872.         ["Speed"] = 50
  14873.         },
  14874.     ["Evolution"] = {35,"Altaria"},
  14875.     ["EvolutionStone"] = {},
  14876.     ["Gender"] = 50,
  14877.     ["Moves"] = {
  14878.         ["LevelUp"] = {
  14879.             [60] = {"Moonblast"},
  14880.             [47] = {"Hyper Voice"},
  14881.             [42] = {"Haze"},
  14882.             [35] = {"Agility"},
  14883.             [31] = {"Dragon Pulse"},
  14884.             [26] = {"Sing"},
  14885.             [20] = {"Take Down"},
  14886.             [15] = {"Fury Attack"},
  14887.             [10] = {"Astonish"},
  14888.             [6] = {"Growl"},
  14889.             [1] = {"Peck"},
  14890.             },
  14891.         ["TM"] = {"Flamethrower","Ice Beam","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14892.     },
  14893.     ["Sprites"] = {
  14894.         ["Front"] = "http://www.roblox.com/asset/?id=255538470",
  14895.         ["Back"] = "http://www.roblox.com/asset/?id=255538472",
  14896.         ["Mini"] = "http://www.roblox.com/asset/?id=255538469",
  14897.         ["SB"] = "http://www.roblox.com/asset/?id=255538468",
  14898.         ["SF"] = "http://www.roblox.com/asset/?id=255538467"
  14899.     },
  14900.     ["ExpType"] = "MedSlow",
  14901.     ["EVYield"] = {
  14902.         ["Exp"] = 102,
  14903.         ["SpD"] = 1
  14904.     },
  14905.     ["CatchRate"] = 190,
  14906. }, 
  14907.  
  14908. ["Altaria"] = {
  14909.     ["Pokedex"] = 314,
  14910.     ["PokedexDesc"] = "Nothing is true, everything is permitted.",
  14911.     ["Species"] = "Cotton Bird Pokemon",
  14912.     ["Height"] = "3'07\"",
  14913.     ["Weight"] = 45.4,
  14914.     ["Type"] = {"Dragon","Flying"},
  14915.     ["Stats"] = {
  14916.         ["HP"] = 75,
  14917.         ["Atk"] = 70,
  14918.         ["Def"] = 90,
  14919.         ["SpA"] = 70,
  14920.         ["SpD"] = 105,
  14921.         ["Speed"] = 80
  14922.         },
  14923.     ["Evolution"] = {},
  14924.     ["EvolutionStone"] = {},
  14925.     ["Gender"] = 50,
  14926.     ["Moves"] = {
  14927.         ["LevelUp"] = {
  14928.             [60] = {"Moonblast"},
  14929.             [47] = {"Hyper Voice"},
  14930.             [42] = {"Haze"},
  14931.             [35] = {"Agility"},
  14932.             [31] = {"Dragon Pulse"},
  14933.             [26] = {"Sing"},
  14934.             [20] = {"Take Down"},
  14935.             [15] = {"Fury Attack"},
  14936.             [10] = {"Astonish"},
  14937.             [6] = {"Growl"},
  14938.             [1] = {"Peck"},
  14939.             },
  14940.         ["TM"] = {"Flamethrower","Ice Beam","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14941.     },
  14942.     ["Sprites"] = {
  14943.         ["Front"] = "http://www.roblox.com/asset/?id=255538504",
  14944.         ["Back"] = "http://www.roblox.com/asset/?id=255538503",
  14945.         ["Mini"] = "http://www.roblox.com/asset/?id=255538501",
  14946.         ["SB"] = "http://www.roblox.com/asset/?id=255538500",
  14947.         ["SF"] = "http://www.roblox.com/asset/?id=255538499"
  14948.     },
  14949.     ["ExpType"] = "MedSlow",
  14950.     ["EVYield"] = {
  14951.         ["Exp"] = 102,
  14952.         ["SpD"] = 2
  14953.     },
  14954.     ["CatchRate"] = 120,
  14955. },     
  14956.  
  14957. ["Drifloon"] = {
  14958.     ["Pokedex"] = 315,
  14959.     ["PokedexDesc"] = "It tugs on the hands of children to steal them away. However, it gets pulled around instead. ",
  14960.     ["Species"] = "Balloon Pokemon",
  14961.     ["Height"] = "1'04\"",
  14962.     ["Weight"] = 2.6,
  14963.     ["Type"] = {"Ghost","Flying"},
  14964.     ["Stats"] = {
  14965.         ["HP"] = 90,
  14966.         ["Atk"] = 50,
  14967.         ["Def"] = 34,
  14968.         ["SpA"] = 60,
  14969.         ["SpD"] = 44,
  14970.         ["Speed"] = 70
  14971.         },
  14972.     ["Evolution"] = {28,"Drifblim"},
  14973.     ["EvolutionStone"] = {},
  14974.     ["Gender"] = 50,
  14975.     ["Moves"] = {
  14976.         ["LevelUp"] = {
  14977.             [47] = {"Charge Beam"},
  14978.             [42] = {"Shadow Ball"},
  14979.             [35] = {"Body Slam"},
  14980.             [31] = {"Hypnosis"},
  14981.             [26] = {"Haze"},
  14982.             [20] = {"Will-O-Wisp"},
  14983.             [15] = {"Focus Slam"},
  14984.             [13] = {"Gust"},
  14985.             [6] = {"Minimize"},
  14986.             [1] = {"Astonish"},
  14987.             },
  14988.         ["TM"] = {"Thunderbolt","Thunder Wave","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  14989.     },
  14990.     ["Sprites"] = {
  14991.         ["Front"] = "http://www.roblox.com/asset/?id=255537474",
  14992.         ["Back"] = "http://www.roblox.com/asset/?id=255537473",
  14993.         ["Mini"] = "http://www.roblox.com/asset/?id=255537470",
  14994.         ["SB"] = "http://www.roblox.com/asset/?id=255537472",
  14995.         ["SF"] = "http://www.roblox.com/asset/?id=255537471"
  14996.     },
  14997.     ["ExpType"] = "MedSlow",
  14998.     ["EVYield"] = {
  14999.         ["Exp"] = 127,
  15000.         ["HP"] = 1
  15001.     },
  15002.     ["CatchRate"] = 190,
  15003. }, 
  15004.  
  15005. ["Drifblim"] = {
  15006.     ["Pokedex"] = 316,
  15007.     ["PokedexDesc"] = "In the Pokemon version of GTA, you can call a Drifblim and fly around on it..",
  15008.     ["Species"] = "Blimp Pokemon",
  15009.     ["Height"] = "3'11\"",
  15010.     ["Weight"] = 33.1,
  15011.     ["Type"] = {"Ghost","Flying"},
  15012.     ["Stats"] = {
  15013.         ["HP"] = 150,
  15014.         ["Atk"] = 80,
  15015.         ["Def"] = 44,
  15016.         ["SpA"] = 90,
  15017.         ["SpD"] = 54,
  15018.         ["Speed"] = 80
  15019.         },
  15020.     ["Evolution"] = {},
  15021.     ["EvolutionStone"] = {},
  15022.     ["Gender"] = 50,
  15023.     ["Moves"] = {
  15024.         ["LevelUp"] = {
  15025.             [47] = {"Charge Beam"},
  15026.             [42] = {"Shadow Ball"},
  15027.             [35] = {"Body Slam"},
  15028.             [31] = {"Hypnosis"},
  15029.             [26] = {"Haze"},
  15030.             [20] = {"Will-O-Wisp"},
  15031.             [15] = {"Focus Slam"},
  15032.             [13] = {"Gust"},
  15033.             [6] = {"Minimize"},
  15034.             [1] = {"Astonish"},
  15035.             },
  15036.         ["TM"] = {"Thunderbolt","Thunder Wave","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  15037.     },
  15038.     ["Sprites"] = {
  15039.         ["Front"] = "http://www.roblox.com/asset/?id=255537368",
  15040.         ["Back"] = "http://www.roblox.com/asset/?id=255537366",
  15041.         ["Mini"] = "http://www.roblox.com/asset/?id=255537369",
  15042.         ["SB"] = "http://www.roblox.com/asset/?id=255537365",
  15043.         ["SF"] = "http://www.roblox.com/asset/?id=255537367"
  15044.     },
  15045.     ["ExpType"] = "MedSlow",
  15046.     ["EVYield"] = {
  15047.         ["Exp"] = 127,
  15048.         ["HP"] = 2
  15049.     },
  15050.     ["CatchRate"] = 190,
  15051. },     
  15052.  
  15053. ["Shuppet"] = {
  15054.     ["Pokedex"] = 317,
  15055.     ["PokedexDesc"] = "Shuppet is Kermit in disguise.",
  15056.     ["Species"] = "Puppet Pokemon",
  15057.     ["Height"] = "2'00\"",
  15058.     ["Weight"] = 5.1,
  15059.     ["Type"] = {"Ghost"},
  15060.     ["Stats"] = {
  15061.         ["HP"] = 44,
  15062.         ["Atk"] = 75,
  15063.         ["Def"] = 35,
  15064.         ["SpA"] = 63,
  15065.         ["SpD"] = 33,
  15066.         ["Speed"] = 45
  15067.         },
  15068.     ["Evolution"] = {37,"Banette"},
  15069.     ["EvolutionStone"] = {},
  15070.     ["Gender"] = 50,
  15071.     ["Moves"] = {
  15072.         ["LevelUp"] = {
  15073.             [47] = {"Charge Beam"},
  15074.             [42] = {"Shadow Ball"},
  15075.             [35] = {"Icy Wind"},
  15076.             [31] = {"Dazzling Gleam"},
  15077.             [26] = {"Confuse Ray"},
  15078.             [20] = {"Will-O-Wisp"},
  15079.             [15] = {"Faint Attack"},
  15080.             [13] = {"Shadow Sneak"},
  15081.             [6] = {"Screech"},
  15082.             [1] = {"Astonish"},
  15083.             },
  15084.         ["TM"] = {"Thunderbolt","Thunder Wave","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  15085.     },
  15086.     ["Sprites"] = {
  15087.         ["Front"] = "http://www.roblox.com/asset/?id=255539011",
  15088.         ["Back"] = "http://www.roblox.com/asset/?id=255539012",
  15089.         ["Mini"] = "http://www.roblox.com/asset/?id=255539008",
  15090.         ["SB"] = "http://www.roblox.com/asset/?id=255539010",
  15091.         ["SF"] = "http://www.roblox.com/asset/?id=255539009"
  15092.     },
  15093.     ["ExpType"] = "Fast",
  15094.     ["EVYield"] = {
  15095.         ["Exp"] = 127,
  15096.         ["Atk"] = 1
  15097.     },
  15098.     ["CatchRate"] = 225,
  15099. },     
  15100.  
  15101. ["Banette"] = {
  15102.     ["Pokedex"] = 318,
  15103.     ["PokedexDesc"] = "The soul of someone who has been to banland... BANette...",
  15104.     ["Species"] = "Marionette Pokemon",
  15105.     ["Height"] = "3'07\"",
  15106.     ["Weight"] = 27.6,
  15107.     ["Type"] = {"Ghost"},
  15108.     ["Stats"] = {
  15109.         ["HP"] = 44,
  15110.         ["Atk"] = 75,
  15111.         ["Def"] = 35,
  15112.         ["SpA"] = 63,
  15113.         ["SpD"] = 33,
  15114.         ["Speed"] = 45
  15115.         },
  15116.     ["Evolution"] = {},
  15117.     ["EvolutionStone"] = {},
  15118.     ["Gender"] = 50,
  15119.     ["Moves"] = {
  15120.         ["LevelUp"] = {
  15121.             [65] = {"Charge Beam"},
  15122.             [50] = {"Shadow Ball"},
  15123.             [43] = {"Shadow Claw"},
  15124.             [35] = {"Icy Wind"},
  15125.             [31] = {"Dazzling Gleam"},
  15126.             [26] = {"Confuse Ray"},
  15127.             [20] = {"Will-O-Wisp"},
  15128.             [15] = {"Faint Attack"},
  15129.             [13] = {"Shadow Sneak"},
  15130.             [6] = {"Screech"},
  15131.             [1] = {"Astonish"},
  15132.             },
  15133.         ["TM"] = {"Thunderbolt","Thunder Wave","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  15134.     },
  15135.     ["Sprites"] = {
  15136.         ["Front"] = "http://www.roblox.com/asset/?id=255538885",
  15137.         ["Back"] = "http://www.roblox.com/asset/?id=255538887",
  15138.         ["Mini"] = "http://www.roblox.com/asset/?id=255538884",
  15139.         ["SB"] = "http://www.roblox.com/asset/?id=255538883",
  15140.         ["SF"] = "http://www.roblox.com/asset/?id=255538886"
  15141.     },
  15142.     ["ExpType"] = "Fast",
  15143.     ["EVYield"] = {
  15144.         ["Exp"] = 127,
  15145.         ["Atk"] = 2
  15146.     },
  15147.     ["CatchRate"] = 225,
  15148. },     
  15149.  
  15150. ["Lunatone"] = {
  15151.     ["Pokedex"] = 319,
  15152.     ["PokedexDesc"] = "Lunatone is going to destroy Clock Town!",
  15153.     ["Species"] = "Meteorite Pokemon",
  15154.     ["Height"] = "3'03\"",
  15155.     ["Weight"] = 370.4,
  15156.     ["Ability"] = "Levitate",
  15157.     ["Type"] = {"Rock","Psychic"},
  15158.     ["Stats"] = {
  15159.         ["HP"] = 70,
  15160.         ["Atk"] = 55,
  15161.         ["Def"] = 65,
  15162.         ["SpA"] = 95,
  15163.         ["SpD"] = 85,
  15164.         ["Speed"] = 70
  15165.         },
  15166.     ["Evolution"] = {},
  15167.     ["EvolutionStone"] = {},
  15168.     ["Gender"] = "Unknown",
  15169.     ["Moves"] = {
  15170.         ["LevelUp"] = {
  15171.             [60] = {"Charge Beam"},
  15172.             [50] = {"Moonblast"},
  15173.             [43] = {"Stone Edge"},
  15174.             [35] = {"Psychic"},
  15175.             [31] = {"Rock Slide"},
  15176.             [26] = {"Rock Polish"},
  15177.             [20] = {"Hypnosis"},
  15178.             [15] = {"Rock Throw"},
  15179.             [13] = {"Confusion"},
  15180.             [6] = {"Harden"},
  15181.             [1] = {"Tackle"},
  15182.             },
  15183.         ["TM"] = {"Ice Beam","Earthquake","Psychic","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  15184.     },
  15185.     ["Sprites"] = {
  15186.         ["Front"] = "http://www.roblox.com/asset/?id=255538612",
  15187.         ["Back"] = "http://www.roblox.com/asset/?id=255538611",
  15188.         ["Mini"] = "http://www.roblox.com/asset/?id=255538610",
  15189.         ["SB"] = "http://www.roblox.com/asset/?id=255538608",
  15190.         ["SF"] = "http://www.roblox.com/asset/?id=255538609"
  15191.     },
  15192.     ["ExpType"] = "Fast",
  15193.     ["EVYield"] = {
  15194.         ["Exp"] = 127,
  15195.         ["SpA"] = 2
  15196.     },
  15197.     ["CatchRate"] = 45,
  15198. },     
  15199.  
  15200.  
  15201. ["Solrock"] = {
  15202.     ["Pokedex"] = 320,
  15203.     ["PokedexDesc"] = "This rock has a soul.",
  15204.     ["Species"] = "Meteorite Pokemon",
  15205.     ["Height"] = "3'11\"",
  15206.     ["Weight"] = 339.4,
  15207.     ["Ability"] = "Levitate",
  15208.     ["Type"] = {"Rock","Psychic"},
  15209.     ["Stats"] = {
  15210.         ["HP"] = 70,
  15211.         ["Atk"] = 95,
  15212.         ["Def"] = 85,
  15213.         ["SpA"] = 55,
  15214.         ["SpD"] = 65,
  15215.         ["Speed"] = 70
  15216.         },
  15217.     ["Evolution"] = {},
  15218.     ["EvolutionStone"] = {},
  15219.     ["Gender"] = "Unknown",
  15220.     ["Moves"] = {
  15221.         ["LevelUp"] = {
  15222.             [60] = {"Charge Beam"},
  15223.             [50] = {"Shadow Ball"},
  15224.             [43] = {"Stone Edge"},
  15225.             [35] = {"Psychic"},
  15226.             [31] = {"Rock Slide"},
  15227.             [26] = {"Rock Polish"},
  15228.             [20] = {"Hypnosis"},
  15229.             [15] = {"Rock Throw"},
  15230.             [13] = {"Confusion"},
  15231.             [6] = {"Harden"},
  15232.             [1] = {"Tackle"},
  15233.             },
  15234.         ["TM"] = {"Flamethrower","Rock Slide","Earthquake","Psychic","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball","Double-Edge"}
  15235.     },
  15236.     ["Sprites"] = {
  15237.         ["Front"] = "http://www.roblox.com/asset/?id=255538580",
  15238.         ["Back"] = "http://www.roblox.com/asset/?id=255538579",
  15239.         ["Mini"] = "http://www.roblox.com/asset/?id=255538582",
  15240.         ["SB"] = "http://www.roblox.com/asset/?id=255538581",
  15241.         ["SF"] = "http://www.roblox.com/asset/?id=255538583"
  15242.     },
  15243.     ["ExpType"] = "Fast",
  15244.     ["EVYield"] = {
  15245.         ["Exp"] = 127,
  15246.         ["Atk"] = 2
  15247.     },
  15248.     ["CatchRate"] = 45,
  15249. },     
  15250.  
  15251. ["Regirock"] = {
  15252.     ["Pokedex"] = 321,
  15253.     ["PokedexDesc"] = "My body is ready.",
  15254.     ["Species"] = "Rock Peak Pokemon",
  15255.     ["Height"] = "5'07\"",
  15256.     ["Weight"] = 507.4,
  15257.     ["Type"] = {"Rock"},
  15258.     ["Stats"] = {
  15259.         ["HP"] = 80,
  15260.         ["Atk"] = 100,
  15261.         ["Def"] = 200,
  15262.         ["SpA"] = 50,
  15263.         ["SpD"] = 100,
  15264.         ["Speed"] = 50
  15265.         },
  15266.     ["Evolution"] = {},
  15267.     ["EvolutionStone"] = {},
  15268.     ["Gender"] = "Unknown",
  15269.     ["Moves"] = {
  15270.         ["LevelUp"] = {
  15271.             [99] = {"Fire Punch","Ice Punch","Thunder Punch",},
  15272.             [89] = {"Earthquake"},
  15273.             [79] = {"Superpower"},
  15274.             [69] = {"Zap Cannon"},
  15275.             [59] = {"Stone Edge"},
  15276.             [49] = {"Rock Polish"},
  15277.             [39] = {"Rock Slide"},
  15278.             [29] = {"Stomp"},
  15279.             [19] = {"Iron Defense"},
  15280.             [14] = {"Rock Tomb"},
  15281.             [9] = {"Charge Beam"},
  15282.             [1] = {"Rock Throw"},
  15283.             },
  15284.         ["TM"] = {"Thunderbolt","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball"}
  15285.     },
  15286.     ["Sprites"] = {
  15287.         ["Front"] = "http://www.roblox.com/asset/?id=255536478",
  15288.         ["Back"] = "http://www.roblox.com/asset/?id=255536481",
  15289.         ["Mini"] = "http://www.roblox.com/asset/?id=255536477",
  15290.         ["SB"] = "http://www.roblox.com/asset/?id=255536479",
  15291.         ["SF"] = "http://www.roblox.com/asset/?id=255536480"
  15292.     },
  15293.     ["ExpType"] = "Slow",
  15294.     ["EVYield"] = {
  15295.         ["Exp"] = 175,
  15296.         ["Def"] = 3
  15297.     },
  15298.     ["CatchRate"] = 3,
  15299. },     
  15300.  
  15301. ["Regice"] = {
  15302.     ["Pokedex"] = 322,
  15303.     ["PokedexDesc"] = "Regice caused the sinking of the titanic. #conspiracy",
  15304.     ["Species"] = "Iceberg Pokemon",
  15305.     ["Height"] = "5'11\"",
  15306.     ["Weight"] = 385.4,
  15307.     ["Type"] = {"Ice"},
  15308.     ["Stats"] = {
  15309.         ["HP"] = 80,
  15310.         ["Atk"] = 50,
  15311.         ["Def"] = 100,
  15312.         ["SpA"] = 100,
  15313.         ["SpD"] = 200,
  15314.         ["Speed"] = 50
  15315.         },
  15316.     ["Evolution"] = {},
  15317.     ["EvolutionStone"] = {},
  15318.     ["Gender"] = "Unknown",
  15319.     ["Moves"] = {
  15320.         ["LevelUp"] = {
  15321.             [100] = {"Signal Beam"},
  15322.             [99] = {"Ice Punch","Thunder Punch"},
  15323.             [89] = {"Zap Cannon"},
  15324.             [79] = {"Superpower"},
  15325.             [69] = {"Thunderbolt"},
  15326.             [59] = {"Blizzard"},
  15327.             [49] = {"Frost Breath"},
  15328.             [39] = {"Ice Beam"},
  15329.             [29] = {"Stomp"},
  15330.             [19] = {"Amnesia"},
  15331.             [14] = {"Rock Slide"},
  15332.             [9] = {"Charge Beam"},
  15333.             [1] = {"Icy Wind"},
  15334.             },
  15335.         ["TM"] = {"Rock Slide","Thunderbolt","Ice Beam","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball"}
  15336.     },
  15337.     ["Sprites"] = {
  15338.         ["Front"] = "http://www.roblox.com/asset/?id=255536540",
  15339.         ["Back"] = "http://www.roblox.com/asset/?id=255536533",
  15340.         ["Mini"] = "http://www.roblox.com/asset/?id=255536537",
  15341.         ["SB"] = "http://www.roblox.com/asset/?id=255536534",
  15342.         ["SF"] = "http://www.roblox.com/asset/?id=255536532"
  15343.     },
  15344.     ["ExpType"] = "Slow",
  15345.     ["EVYield"] = {
  15346.         ["Exp"] = 175,
  15347.         ["SpD"] = 3
  15348.     },
  15349.     ["CatchRate"] = 3,
  15350. }, 
  15351.  
  15352. ["Registeel"] = {
  15353.     ["Pokedex"] = 323,
  15354.     ["PokedexDesc"] = "wanted to refrain from making another reggie joke",
  15355.     ["Species"] = "Iron Pokemon",
  15356.     ["Height"] = "6'03\"",
  15357.     ["Weight"] = 451.8,
  15358.     ["Type"] = {"Steel"},
  15359.     ["Stats"] = {
  15360.         ["HP"] = 80,
  15361.         ["Atk"] = 75,
  15362.         ["Def"] = 150,
  15363.         ["SpA"] = 75,
  15364.         ["SpD"] = 150,
  15365.         ["Speed"] = 50
  15366.         },
  15367.     ["Evolution"] = {},
  15368.     ["EvolutionStone"] = {},
  15369.     ["Gender"] = "Unknown",
  15370.     ["Moves"] = {
  15371.         ["LevelUp"] = {
  15372.             [99] = {"Ice Punch","Thunder Punch"},
  15373.             [89] = {"Zap Cannon"},
  15374.             [79] = {"Superpower"},
  15375.             [69] = {"Thunderbolt"},
  15376.             [59] = {"Iron Head"},
  15377.             [55] = {"Amnesia"},
  15378.             [49] = {"Earthquake"},
  15379.             [39] = {"Flash Cannon"},
  15380.             [29] = {"Stomp"},
  15381.             [19] = {"Iron Defense"},
  15382.             [14] = {"Shadow Claw"},
  15383.             [9] = {"Charge Beam"},
  15384.             [1] = {"Metal Claw"},
  15385.             },
  15386.         ["TM"] = {"Thunder Wave","Rock Slide","Thunderbolt","Ice Beam","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball"}
  15387.     },
  15388.     ["Sprites"] = {
  15389.         ["Front"] = "http://www.roblox.com/asset/?id=255536293",
  15390.         ["Back"] = "http://www.roblox.com/asset/?id=255536290",
  15391.         ["Mini"] = "http://www.roblox.com/asset/?id=255536294",
  15392.         ["SB"] = "http://www.roblox.com/asset/?id=255536288",
  15393.         ["SF"] = "http://www.roblox.com/asset/?id=255536289"
  15394.     },
  15395.     ["ExpType"] = "Slow",
  15396.     ["EVYield"] = {
  15397.         ["Exp"] = 175,
  15398.         ["Def"] = 2,
  15399.         ["SpD"] = 1
  15400.     },
  15401.     ["CatchRate"] = 3,
  15402. },     
  15403.  
  15404. ["Regigigas"] = {
  15405.     ["Pokedex"] = 324,
  15406.     ["PokedexDesc"] = "YOU CANNOT GRASP THE TRUE FORM OF REGIGIGAS' ATTACK",
  15407.     ["Species"] = "Colossal Pokemon",
  15408.     ["Height"] = "12'02\"",
  15409.     ["Weight"] = 925.9,
  15410.     ["Type"] = {"Normal"},
  15411.     ["Stats"] = {
  15412.         ["HP"] = 110,
  15413.         ["Atk"] = 160,
  15414.         ["Def"] = 110,
  15415.         ["SpA"] = 80,
  15416.         ["SpD"] = 110,
  15417.         ["Speed"] = 100
  15418.         },
  15419.     ["Evolution"] = {},
  15420.     ["EvolutionStone"] = {},
  15421.     ["Gender"] = "Unknown",
  15422.     ["Moves"] = {
  15423.         ["LevelUp"] = {
  15424.             [99] = {"Ice Punch","Thunder Punch","Fire Punch"},
  15425.             [89] = {"Earthquake"},
  15426.             [79] = {"Superpower"},
  15427.             [69] = {"Thunderbolt"},
  15428.             [59] = {"Zen Headbutt"},
  15429.             [49] = {"Thunder Wave"},
  15430.             [39] = {"Swagger"},
  15431.             [29] = {"Stomp"},
  15432.             [19] = {"Rock Tomb"},
  15433.             [9] = {"Confuse Ray"},
  15434.             [1] = {"Crush Claw"},
  15435.             },
  15436.         ["TM"] = {"Rock Slide","Thunderbolt","Ice Beam","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Shadow Ball"}
  15437.     },
  15438.     ["Sprites"] = {
  15439.         ["Front"] = "http://www.roblox.com/asset/?id=255536128",
  15440.         ["Back"] = "http://www.roblox.com/asset/?id=255536130",
  15441.         ["Mini"] = "http://www.roblox.com/asset/?id=255536126",
  15442.         ["SB"] = "http://www.roblox.com/asset/?id=255536127",
  15443.         ["SF"] = "http://www.roblox.com/asset/?id=255536129"
  15444.     },
  15445.     ["ExpType"] = "Slow",
  15446.     ["EVYield"] = {
  15447.         ["Exp"] = 321,
  15448.         ["Atk"] = 3,
  15449.     },
  15450.     ["CatchRate"] = 3,
  15451. }, 
  15452.  
  15453. ["Heatran"] = {
  15454.     ["Pokedex"] = 325,
  15455.     ["PokedexDesc"] = "Heatran is one of the legendary Pokemon to have a known gender!",
  15456.     ["Species"] = "Lava Dome Pokemon",
  15457.     ["Height"] = "5'07\"",
  15458.     ["Weight"] = 948,
  15459.     ["Type"] = {"Fire","Steel"},
  15460.     ["Stats"] = {
  15461.         ["HP"] = 91,
  15462.         ["Atk"] = 90,
  15463.         ["Def"] = 106,
  15464.         ["SpA"] = 130,
  15465.         ["SpD"] = 106,
  15466.         ["Speed"] = 77
  15467.         },
  15468.     ["Evolution"] = {},
  15469.     ["EvolutionStone"] = {},
  15470.     ["Gender"] = 50,
  15471.     ["Moves"] = {
  15472.         ["LevelUp"] = {
  15473.             [99] = {"Fire Blast"},
  15474.             [86] = {"Flash Cannon"},
  15475.             [89] = {"Earthquake"},
  15476.             [79] = {"Stone Edge"},
  15477.             [69] = {"Heat Wave"},
  15478.             [59] = {"Earth Power"},
  15479.             [49] = {"Lava Plume"},
  15480.             [39] = {"Crunch"},
  15481.             [29] = {"Metal Sound"},
  15482.             [19] = {"Fire Fang"},
  15483.             [9] = {"Leer"},
  15484.             [1] = {"Iron Head"},
  15485.             },
  15486.         ["TM"] = {"Rock Tomb","Will-O-Wisp","Rock Slide","Earthquake","Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower"}
  15487.     },
  15488.     ["Sprites"] = {
  15489.         ["Front"] = "http://www.roblox.com/asset/?id=255536084",
  15490.         ["Back"] = "http://www.roblox.com/asset/?id=255536083",
  15491.         ["Mini"] = "http://www.roblox.com/asset/?id=255536087",
  15492.         ["SB"] = "http://www.roblox.com/asset/?id=255536085",
  15493.         ["SF"] = "http://www.roblox.com/asset/?id=255536086"
  15494.     },
  15495.     ["ExpType"] = "Slow",
  15496.     ["EVYield"] = {
  15497.         ["Exp"] = 321,
  15498.         ["SpA"] = 3,
  15499.     },
  15500.     ["CatchRate"] = 3,
  15501. }, 
  15502.    
  15503. ["Victini"] = {
  15504.     ["Pokedex"] = 326,
  15505.     ["PokedexDesc"] = "Veni vidi Victini",
  15506.     ["Species"] = "Victory Pokemon",
  15507.     ["Height"] = "1'04\"",
  15508.     ["Weight"] = 8.8,
  15509.     ["Type"] = {"Fire","Psychic"},
  15510.     ["Stats"] = {
  15511.         ["HP"] = 100,
  15512.         ["Atk"] = 100,
  15513.         ["Def"] = 100,
  15514.         ["SpA"] = 100,
  15515.         ["SpD"] = 100,
  15516.         ["Speed"] = 100
  15517.         },
  15518.     ["Evolution"] = {},
  15519.     ["EvolutionStone"] = {},
  15520.     ["Gender"] = "Unknown",
  15521.     ["Moves"] = {
  15522.         ["LevelUp"] = {
  15523.             [87] = {"Psychic"},
  15524.             [83] = {"V-Create"},
  15525.             [76] = {"Dazzling Gleam"},
  15526.             [70] = {"Energy Ball"},
  15527.             [67] = {"Fire Blast"},
  15528.             [62] = {"Flare Blitz"},
  15529.             [55] = {"Double-Edge"},
  15530.             [49] = {"Zen Headbutt"},
  15531.             [39] = {"Thunderbolt"},
  15532.             [29] = {"Flamethrower"},
  15533.             [24] = {"Flame Charge"},
  15534.             [19] = {"Headbutt"},
  15535.             [14] = {"Quick Attack"},
  15536.             [9] = {"Ember"},
  15537.             [5] = {"Searing Shot"},
  15538.             [1] = {"Confusion"},
  15539.             },
  15540.         ["TM"] = {"Shadow Ball","Psychic","Focus Blast","Charge Beam","Will-O-Wisp","Thunder Wave","Thunderbolt","Energy Ball","Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower"}
  15541.     },
  15542.     ["Sprites"] = {
  15543.         ["Front"] = "http://www.roblox.com/asset/?id=255545090",
  15544.         ["Back"] = "http://www.roblox.com/asset/?id=255545111",
  15545.         ["Mini"] = "http://www.roblox.com/asset/?id=255545082",
  15546.         ["SB"] = "http://www.roblox.com/asset/?id=255545130",
  15547.         ["SF"] = "http://www.roblox.com/asset/?id=255545097"
  15548.     },
  15549.     ["ExpType"] = "Slow",
  15550.     ["EVYield"] = {
  15551.         ["Exp"] = 321,
  15552.         ["HP"] = 3,
  15553.     },
  15554.     ["CatchRate"] = 3,
  15555. },     
  15556.  
  15557. ["Axew"] = {
  15558.     ["Pokedex"] = 327,
  15559.     ["PokedexDesc"] = "I must Axew a question",
  15560.     ["Species"] = "Tusk Pokemon",
  15561.     ["Height"] = "2'00\"",
  15562.     ["Weight"] = 39.7,
  15563.     ["Type"] = {"Dragon"},
  15564.     ["Stats"] = {
  15565.         ["HP"] = 46,
  15566.         ["Atk"] = 87,
  15567.         ["Def"] = 60,
  15568.         ["SpA"] = 30,
  15569.         ["SpD"] = 40,
  15570.         ["Speed"] = 57
  15571.         },
  15572.     ["Evolution"] = {38,"Fraxure"},
  15573.     ["Gender"] = 50,
  15574.     ["Moves"] = {
  15575.         ["LevelUp"] = {
  15576.             [45] = {"Swords Dance"},
  15577.             [39] = {"Dragon Claw"},
  15578.             [34] = {"Dragon Dance"},
  15579.             [27] = {"Slash"},
  15580.             [24] = {"False Swipe"},
  15581.             [18] = {"Scary Face"},
  15582.             [9] = {"Dual Chop"},
  15583.             [5] = {"Leer"},
  15584.             [1] = {"Scratch"},
  15585.             },
  15586.         ["TM"] = {"Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower"}
  15587.     },
  15588.     ["Sprites"] = {
  15589.         ["Front"] = "http://www.roblox.com/asset/?id=275821752",
  15590.         ["Back"] = "http://www.roblox.com/asset/?id=275821751",
  15591.         ["Mini"] = "http://www.roblox.com/asset/?id=275821747",
  15592.         ["SB"] = "http://www.roblox.com/asset/?id=275821749",
  15593.         ["SF"] = "http://www.roblox.com/asset/?id=275821750"
  15594.     },
  15595.     ["ExpType"] = "Slow",
  15596.     ["EVYield"] = {
  15597.         ["Exp"] = 321,
  15598.         ["Atk"] = 1,
  15599.     },
  15600.     ["CatchRate"] = 75,
  15601. }, 
  15602.  
  15603. ["Fraxure"] = {
  15604.     ["Pokedex"] = 328,
  15605.     ["PokedexDesc"] = "Fraxure was the first 5th Generation Pokemon to be designed.",
  15606.     ["Species"] = "Axe Jaw Pokemon",
  15607.     ["Height"] = "3'03\"",
  15608.     ["Weight"] = 79.4,
  15609.     ["Type"] = {"Dragon"},
  15610.     ["Stats"] = {
  15611.         ["HP"] = 76,
  15612.         ["Atk"] = 117,
  15613.         ["Def"] = 70,
  15614.         ["SpA"] = 40,
  15615.         ["SpD"] = 50,
  15616.         ["Speed"] = 67
  15617.         },
  15618.     ["Evolution"] = {48,"Haxorus"},
  15619.     ["Gender"] = 50,
  15620.     ["Moves"] = {
  15621.         ["LevelUp"] = {
  15622.             [45] = {"Swords Dance"},
  15623.             [39] = {"Dragon Claw"},
  15624.             [34] = {"Dragon Dance"},
  15625.             [27] = {"Slash"},
  15626.             [24] = {"False Swipe"},
  15627.             [18] = {"Scary Face"},
  15628.             [9] = {"Dual Chop"},
  15629.             [5] = {"Leer"},
  15630.             [1] = {"Scratch"},
  15631.             },
  15632.         ["TM"] = {"Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower"}
  15633.     },
  15634.     ["Sprites"] = {
  15635.         ["Front"] = "http://www.roblox.com/asset/?id=275821777",
  15636.         ["Back"] = "http://www.roblox.com/asset/?id=275821771",
  15637.         ["Mini"] = "http://www.roblox.com/asset/?id=275821769",
  15638.         ["SB"] = "http://www.roblox.com/asset/?id=275821770",
  15639.         ["SF"] = "http://www.roblox.com/asset/?id=275821768"
  15640.     },
  15641.     ["ExpType"] = "Slow",
  15642.     ["EVYield"] = {
  15643.         ["Exp"] = 321,
  15644.         ["Atk"] = 2,
  15645.     },
  15646.     ["CatchRate"] = 75,
  15647. }, 
  15648.  
  15649. ["Haxorus"] = {
  15650.     ["Pokedex"] = 329,
  15651.     ["PokedexDesc"] = "Haxorus has such high attack, users of this Pokemon must've hacked. Hence the name. ",
  15652.     ["Species"] = "Axe Jaw Pokemon",
  15653.     ["Height"] = "5'11\"",
  15654.     ["Weight"] = 232.4,
  15655.     ["Type"] = {"Dragon"},
  15656.     ["Stats"] = {
  15657.         ["HP"] = 76,
  15658.         ["Atk"] = 147,
  15659.         ["Def"] = 90,
  15660.         ["SpA"] = 70,
  15661.         ["SpD"] = 70,
  15662.         ["Speed"] = 97
  15663.         },
  15664.     ["Evolution"] = {},
  15665.     ["Gender"] = 50,
  15666.     ["Moves"] = {
  15667.         ["LevelUp"] = {
  15668.             [83] = {"Night Slash"},
  15669.             [75] = {"Iron Tail"},
  15670.             [65] = {"Dragon Rush"},
  15671.             [45] = {"Swords Dance"},
  15672.             [39] = {"Dragon Claw"},
  15673.             [34] = {"Dragon Dance"},
  15674.             [27] = {"Slash"},
  15675.             [24] = {"False Swipe"},
  15676.             [18] = {"Scary Face"},
  15677.             [9] = {"Dual Chop"},
  15678.             [5] = {"Leer"},
  15679.             [1] = {"Scratch"},
  15680.             },
  15681.         ["TM"] = {"Stone Edge","Brick Break","Earthquake","Rock Tomb","Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower"}
  15682.     },
  15683.     ["Sprites"] = {
  15684.         ["Front"] = "http://www.roblox.com/asset/?id=275821792",
  15685.         ["Back"] = "http://www.roblox.com/asset/?id=275821794",
  15686.         ["Mini"] = "http://www.roblox.com/asset/?id=275821791",
  15687.         ["SB"] = "http://www.roblox.com/asset/?id=275821789",
  15688.         ["SF"] = "http://www.roblox.com/asset/?id=275821790"
  15689.     },
  15690.     ["ExpType"] = "Slow",
  15691.     ["EVYield"] = {
  15692.         ["Exp"] = 321,
  15693.         ["Atk"] = 2,
  15694.     },
  15695.     ["CatchRate"] = 75,
  15696. },
  15697.  
  15698. ["Durant"] = {
  15699.     ["Pokedex"] = 330,
  15700.     ["PokedexDesc"] = "Whenever someone says \"Pokemon should be real!\", I just show them a picture of this Pokemon. ",
  15701.     ["Species"] = "Iron Ant Pokemon",
  15702.     ["Height"] = "1'00\"",
  15703.     ["Weight"] = 72.8,
  15704.     ["Type"] = {"Bug","Steel"},
  15705.     ["Stats"] = {
  15706.         ["HP"] = 58,
  15707.         ["Atk"] = 109,
  15708.         ["Def"] = 112,
  15709.         ["SpA"] = 48,
  15710.         ["SpD"] = 48,
  15711.         ["Speed"] = 109
  15712.         },
  15713.     ["Evolution"] = {},
  15714.     ["Gender"] = 50,
  15715.     ["Moves"] = {
  15716.         ["LevelUp"] = {
  15717.             [80] = {"Shadow Claw"},
  15718.             [65] = {"Metal Sound"},
  15719.             [55] = {"Iron Defense"},
  15720.             [45] = {"Swords Dance"},
  15721.             [39] = {"X-Scissor"},
  15722.             [34] = {"Iron Head"},
  15723.             [27] = {"Crunch"},
  15724.             [24] = {"Metal Claw"},
  15725.             [18] = {"Agility"},
  15726.             [9] = {"Bite"},
  15727.             [5] = {"Sand-Attack"},
  15728.             [1] = {"Vice Grip"},
  15729.             },
  15730.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Stone Edge"}
  15731.     },
  15732.     ["Sprites"] = {
  15733.         ["Front"] = "http://www.roblox.com/asset/?id=275820658",
  15734.         ["Back"] = "http://www.roblox.com/asset/?id=275820660",
  15735.         ["Mini"] = "http://www.roblox.com/asset/?id=275820657",
  15736.         ["SB"] = "http://www.roblox.com/asset/?id=275820659",
  15737.         ["SF"] = "http://www.roblox.com/asset/?id=275820656"
  15738.     },
  15739.     ["ExpType"] = "MedFast",
  15740.     ["EVYield"] = {
  15741.         ["Exp"] = 151,
  15742.         ["Def"] = 2,
  15743.     },
  15744.     ["CatchRate"] = 90,
  15745. },
  15746.  
  15747.  
  15748. ["Hoppip"] = {
  15749.     ["Pokedex"] = 331,
  15750.     ["PokedexDesc"] = "Essentially a Magikarp in plant form! ",
  15751.     ["Species"] = "Cottonweed Pokemon",
  15752.     ["Height"] = "1'04\"",
  15753.     ["Weight"] = 1.1,
  15754.     ["Type"] = {"Grass","Flying"},
  15755.     ["Stats"] = {
  15756.         ["HP"] = 35,
  15757.         ["Atk"] = 35,
  15758.         ["Def"] = 40,
  15759.         ["SpA"] = 35,
  15760.         ["SpD"] = 55,
  15761.         ["Speed"] = 50
  15762.         },
  15763.     ["Evolution"] = {18,"Skiploom"},
  15764.     ["Gender"] = 50,
  15765.     ["Moves"] = {
  15766.         ["LevelUp"] = {
  15767.             [46] = {"Aerial Ace"},
  15768.             [42] = {"Energy Ball"},
  15769.             [36] = {"Giga Drain"},
  15770.             [29] = {"Cotton Spore"},
  15771.             [24] = {"Mega Drain"},
  15772.             [18] = {"Sleep Powder"},
  15773.             [16] = {"Stun Spore"},
  15774.             [14] = {"PoisonPowder"},
  15775.             [9] = {"Tackle"},
  15776.             [4] = {"Tail Whip"},
  15777.             [1] = {"Splash"},
  15778.             },
  15779.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Stone Edge"}
  15780.     },
  15781.     ["Sprites"] = {
  15782.         ["Front"] = "http://www.roblox.com/asset/?id=275819812",
  15783.         ["Back"] = "http://www.roblox.com/asset/?id=275819813",
  15784.         ["Mini"] = "http://www.roblox.com/asset/?id=275819818",
  15785.         ["SB"] = "http://www.roblox.com/asset/?id=275819811",
  15786.         ["SF"] = "http://www.roblox.com/asset/?id=275819809"
  15787.     },
  15788.     ["ExpType"] = "MedSlow",
  15789.     ["EVYield"] = {
  15790.         ["Exp"] = 151,
  15791.         ["SpD"] = 1,
  15792.     },
  15793.     ["CatchRate"] = 255,
  15794. },
  15795.  
  15796. ["Skiploom"] = {
  15797.     ["Pokedex"] = 332,
  15798.     ["PokedexDesc"] = "I always skipped over this Pokemon ",
  15799.     ["Species"] = "Cottonweed Pokemon",
  15800.     ["Height"] = "2'00\"",
  15801.     ["Weight"] = 2.2,
  15802.     ["Type"] = {"Grass","Flying"},
  15803.     ["Stats"] = {
  15804.         ["HP"] = 55,
  15805.         ["Atk"] = 45,
  15806.         ["Def"] = 50,
  15807.         ["SpA"] = 45,
  15808.         ["SpD"] = 65,
  15809.         ["Speed"] = 80
  15810.         },
  15811.     ["Evolution"] = {27,"Jumpluff"},
  15812.     ["Gender"] = 50,
  15813.     ["Moves"] = {
  15814.         ["LevelUp"] = {
  15815.             [46] = {"Aerial Ace"},
  15816.             [42] = {"Energy Ball"},
  15817.             [36] = {"Giga Drain"},
  15818.             [29] = {"Cotton Spore"},
  15819.             [24] = {"Mega Drain"},
  15820.             [18] = {"Sleep Powder"},
  15821.             [16] = {"Stun Spore"},
  15822.             [14] = {"PoisonPowder"},
  15823.             [9] = {"Tackle"},
  15824.             [4] = {"Tail Whip"},
  15825.             [1] = {"Splash"},
  15826.             },
  15827.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Stone Edge"}
  15828.     },
  15829.     ["Sprites"] = {
  15830.         ["Front"] = "http://www.roblox.com/asset/?id=275819933",
  15831.         ["Back"] = "http://www.roblox.com/asset/?id=275819932",
  15832.         ["Mini"] = "http://www.roblox.com/asset/?id=275819930",
  15833.         ["SB"] = "http://www.roblox.com/asset/?id=275819931",
  15834.         ["SF"] = "http://www.roblox.com/asset/?id=275819934"
  15835.     },
  15836.     ["ExpType"] = "MedSlow",
  15837.     ["EVYield"] = {
  15838.         ["Exp"] = 151,
  15839.         ["Speed"] = 2,
  15840.     },
  15841.     ["CatchRate"] = 120,
  15842. },
  15843.  
  15844.  
  15845. ["Jumpluff"] = {
  15846.     ["Pokedex"] = 333,
  15847.     ["PokedexDesc"] = "Don't breathe in Jumpluff's spores! ",
  15848.     ["Species"] = "Cottonweed Pokemon",
  15849.     ["Height"] = "2'07\"",
  15850.     ["Weight"] = 6.6,
  15851.     ["Type"] = {"Grass","Flying"},
  15852.     ["Stats"] = {
  15853.         ["HP"] = 75,
  15854.         ["Atk"] = 55,
  15855.         ["Def"] = 70,
  15856.         ["SpA"] = 55,
  15857.         ["SpD"] = 95,
  15858.         ["Speed"] = 110
  15859.         },
  15860.     ["Evolution"] = {},
  15861.     ["Gender"] = 50,
  15862.     ["Moves"] = {
  15863.         ["LevelUp"] = {
  15864.             [46] = {"Aerial Ace"},
  15865.             [42] = {"Energy Ball"},
  15866.             [36] = {"Giga Drain"},
  15867.             [29] = {"Cotton Spore"},
  15868.             [24] = {"Mega Drain"},
  15869.             [18] = {"Sleep Powder"},
  15870.             [16] = {"Stun Spore"},
  15871.             [14] = {"PoisonPowder"},
  15872.             [9] = {"Tackle"},
  15873.             [4] = {"Tail Whip"},
  15874.             [1] = {"Splash"},
  15875.             },
  15876.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Energy Ball","Stone Edge"}
  15877.     },
  15878.     ["Sprites"] = {
  15879.         ["Front"] = "http://www.roblox.com/asset/?id=275819977",
  15880.         ["Back"] = "http://www.roblox.com/asset/?id=275819976",
  15881.         ["Mini"] = "http://www.roblox.com/asset/?id=275819975",
  15882.         ["SB"] = "http://www.roblox.com/asset/?id=275819979",
  15883.         ["SF"] = "http://www.roblox.com/asset/?id=275819978"
  15884.     },
  15885.     ["ExpType"] = "MedSlow",
  15886.     ["EVYield"] = {
  15887.         ["Exp"] = 151,
  15888.         ["Speed"] = 3,
  15889.     },
  15890.     ["CatchRate"] = 45,
  15891. },
  15892.  
  15893. ["Taillow"] = {
  15894.     ["Pokedex"] = 334,
  15895.     ["PokedexDesc"] = "Taillow was the first Pokemon I ever caught in a Pokemon game. ",
  15896.     ["Species"] = "Tiny Swallow Pokemon",
  15897.     ["Height"] = "1'00\"",
  15898.     ["Weight"] = 5.1,
  15899.     ["Type"] = {"Normal","Flying"},
  15900.     ["Stats"] = {
  15901.         ["HP"] = 40,
  15902.         ["Atk"] = 55,
  15903.         ["Def"] = 30,
  15904.         ["SpA"] = 30,
  15905.         ["SpD"] = 30,
  15906.         ["Speed"] = 85
  15907.         },
  15908.     ["Evolution"] = {22,"Swellow"},
  15909.     ["Gender"] = 50,
  15910.     ["Moves"] = {
  15911.         ["LevelUp"] = {
  15912.  
  15913.             [48] = {"Steel Wing"},
  15914.             [41] = {"Brave Bird"},
  15915.             [34] = {"Air Slash"},
  15916.             [28] = {"Agility"},
  15917.             [23] = {"Aerial Ace"},
  15918.             [18] = {"Wing Attack"},
  15919.             [14] = {"Quick Attack"},
  15920.             [9] = {"Focus Slam"},
  15921.             [4] = {"Growl"},
  15922.             [1] = {"Peck"},
  15923.             },
  15924.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Aerial Ace"}
  15925.     },
  15926.     ["Sprites"] = {
  15927.         ["Front"] = "http://www.roblox.com/asset/?id=275820194",
  15928.         ["Back"] = "http://www.roblox.com/asset/?id=275820196",
  15929.         ["Mini"] = "http://www.roblox.com/asset/?id=275820195",
  15930.         ["SB"] = "http://www.roblox.com/asset/?id=275820193",
  15931.         ["SF"] = "http://www.roblox.com/asset/?id=275820192"
  15932.     },
  15933.     ["ExpType"] = "MedSlow",
  15934.     ["EVYield"] = {
  15935.         ["Exp"] = 151,
  15936.         ["Speed"] = 1,
  15937.     },
  15938.     ["CatchRate"] = 200,
  15939. }, 
  15940.  
  15941.  
  15942. ["Swellow"] = {
  15943.     ["Pokedex"] = 335,
  15944.     ["PokedexDesc"] = "Swellow is a swell fellow! HAHAHAHAHA ! ",
  15945.     ["Species"] = "Swallow Pokemon",
  15946.     ["Height"] = "2'04\"",
  15947.     ["Weight"] = 43.7,
  15948.     ["Type"] = {"Normal","Flying"},
  15949.     ["Stats"] = {
  15950.         ["HP"] = 60,
  15951.         ["Atk"] = 85,
  15952.         ["Def"] = 60,
  15953.         ["SpA"] = 50,
  15954.         ["SpD"] = 50,
  15955.         ["Speed"] = 125
  15956.         },
  15957.     ["Evolution"] = {},
  15958.     ["Gender"] = 50,
  15959.     ["Moves"] = {
  15960.         ["LevelUp"] = {
  15961.  
  15962.             [48] = {"Steel Wing"},
  15963.             [41] = {"Brave Bird"},
  15964.             [34] = {"Air Slash"},
  15965.             [28] = {"Agility"},
  15966.             [23] = {"Aerial Ace"},
  15967.             [18] = {"Wing Attack"},
  15968.             [14] = {"Quick Attack"},
  15969.             [9] = {"Focus Slam"},
  15970.             [4] = {"Growl"},
  15971.             [1] = {"Peck"},
  15972.             },
  15973.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Aerial Ace"}
  15974.     },
  15975.     ["Sprites"] = {
  15976.         ["Front"] = "http://www.roblox.com/asset/?id=275820145",
  15977.         ["Back"] = "http://www.roblox.com/asset/?id=275820143",
  15978.         ["Mini"] = "http://www.roblox.com/asset/?id=275820144",
  15979.         ["SB"] = "http://www.roblox.com/asset/?id=275820141",
  15980.         ["SF"] = "http://www.roblox.com/asset/?id=275820142"
  15981.     },
  15982.     ["ExpType"] = "MedSlow",
  15983.     ["EVYield"] = {
  15984.         ["Exp"] = 151,
  15985.         ["Speed"] = 2,
  15986.     },
  15987.     ["CatchRate"] = 45,
  15988. }, 
  15989.  
  15990. ["Wooper"] = {
  15991.     ["Pokedex"] = 336,
  15992.     ["PokedexDesc"] = "The fact that anyone can be always happy without any arms is amazing. Kudos. ",
  15993.     ["Species"] = "Water Fish Pokemon",
  15994.     ["Height"] = "1'04\"",
  15995.     ["Weight"] = 18.7,
  15996.     ["Type"] = {"Water","Ground"},
  15997.     ["Stats"] = {
  15998.         ["HP"] = 55,
  15999.         ["Atk"] = 45,
  16000.         ["Def"] = 45,
  16001.         ["SpA"] = 25,
  16002.         ["SpD"] = 25,
  16003.         ["Speed"] = 15
  16004.         },
  16005.     ["Evolution"] = {20,"Quagsire"},
  16006.     ["Gender"] = 50,
  16007.     ["Moves"] = {
  16008.         ["LevelUp"] = {
  16009.             [80] = {"Scald"},
  16010.             [72] = {"Hydro Pump"},
  16011.             [56] = {"Sludge Bomb"},
  16012.             [48] = {"Surf"},
  16013.             [41] = {"Muddy Water"},
  16014.             [34] = {"Haze"},
  16015.             [28] = {"Earthquake"},
  16016.             [23] = {"Amnesia"},
  16017.             [18] = {"Mud Bomb"},
  16018.             [14] = {"Slam"},
  16019.             [9] = {"Mud Shot"},
  16020.             [4] = {"Tail Whip"},
  16021.             [1] = {"Water Gun"},
  16022.             },
  16023.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Surf","Ice Beam"}
  16024.     },
  16025.     ["Sprites"] = {
  16026.         ["Front"] = "http://www.roblox.com/asset/?id=275820526",
  16027.         ["Back"] = "http://www.roblox.com/asset/?id=275820527",
  16028.         ["Mini"] = "http://www.roblox.com/asset/?id=275820524",
  16029.         ["SB"] = "http://www.roblox.com/asset/?id=275820525",
  16030.         ["SF"] = "http://www.roblox.com/asset/?id=275820523"
  16031.     },
  16032.     ["ExpType"] = "MedFast",
  16033.     ["EVYield"] = {
  16034.         ["Exp"] = 151,
  16035.         ["HP"] = 1,
  16036.     },
  16037.     ["CatchRate"] = 255,
  16038. }, 
  16039.  
  16040. ["Quagsire"] = {
  16041.     ["Pokedex"] = 337,
  16042.     ["PokedexDesc"] = "Giggity giggity ",
  16043.     ["Species"] = "Water Fish Pokemon",
  16044.     ["Height"] = "1'04\"",
  16045.     ["Weight"] = 18.7,
  16046.     ["Type"] = {"Water","Ground"},
  16047.     ["Stats"] = {
  16048.         ["HP"] = 95,
  16049.         ["Atk"] = 85,
  16050.         ["Def"] = 85,
  16051.         ["SpA"] = 65,
  16052.         ["SpD"] = 65,
  16053.         ["Speed"] = 35
  16054.         },
  16055.     ["Evolution"] = {},
  16056.     ["Gender"] = 50,
  16057.     ["Moves"] = {
  16058.         ["LevelUp"] = {
  16059.             [90] = {"Recover"},
  16060.             [80] = {"Scald"},
  16061.             [75] = {"Aqua Tail"},
  16062.             [72] = {"Hydro Pump"},
  16063.             [56] = {"Sludge Bomb"},
  16064.             [48] = {"Surf"},
  16065.             [41] = {"Muddy Water"},
  16066.             [34] = {"Haze"},
  16067.             [28] = {"Earthquake"},
  16068.             [23] = {"Amnesia"},
  16069.             [18] = {"Mud Bomb"},
  16070.             [14] = {"Slam"},
  16071.             [9] = {"Mud Shot"},
  16072.             [4] = {"Tail Whip"},
  16073.             [1] = {"Water Gun"},
  16074.             },
  16075.         ["TM"] = {"Rock Tomb","Stone Edge","Double Team","Toxic","Rest","Double-Edge","Body Slam","Surf","Ice Beam"}
  16076.     },
  16077.     ["Sprites"] = {
  16078.         ["Front"] = "http://www.roblox.com/asset/?id=275820554",
  16079.         ["Back"] = "http://www.roblox.com/asset/?id=275820553",
  16080.         ["Mini"] = "http://www.roblox.com/asset/?id=275820555",
  16081.         ["SB"] = "http://www.roblox.com/asset/?id=275820552",
  16082.         ["SF"] = "http://www.roblox.com/asset/?id=275820551"
  16083.     },
  16084.     ["ExpType"] = "MedFast",
  16085.     ["EVYield"] = {
  16086.         ["Exp"] = 151,
  16087.         ["HP"] = 2,
  16088.     },
  16089.     ["CatchRate"] = 90,
  16090. }, 
  16091.  
  16092. ["Larvesta"] = {
  16093.     ["Pokedex"] = 338,
  16094.     ["PokedexDesc"] = "Let's have a Larfiesta. ",
  16095.     ["Species"] = "Torch Pokemon",
  16096.     ["Height"] = "3'07\"",
  16097.     ["Weight"] = 63.5,
  16098.     ["Type"] = {"Bug","Fire"},
  16099.     ["Stats"] = {
  16100.         ["HP"] = 55,
  16101.         ["Atk"] = 85,
  16102.         ["Def"] = 55,
  16103.         ["SpA"] = 50,
  16104.         ["SpD"] = 55,
  16105.         ["Speed"] = 60
  16106.         },
  16107.     ["Evolution"] = {59,"Volcarona"},
  16108.     ["Gender"] = 50,
  16109.     ["Moves"] = {
  16110.         ["LevelUp"] = {
  16111.             [90] = {"Fire Blast"},
  16112.             [80] = {"Flare Blitz"},
  16113.             [70] = {"Amnesia"},
  16114.             [60] = {"Bug Buzz"},
  16115.             [50] = {"Flame Wheel"},
  16116.             [40] = {"Double-Edge"},
  16117.             [30] = {"Take Down"},
  16118.             [20] = {"Flame Charge"},
  16119.             [10] = {"Leech Life"},
  16120.             [4] = {"String Shot"},
  16121.             [1] = {"Ember"},
  16122.             },
  16123.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower",}
  16124.     },
  16125.     ["Sprites"] = {
  16126.         ["Front"] = "http://www.roblox.com/asset/?id=275820711",
  16127.         ["Back"] = "http://www.roblox.com/asset/?id=275820710",
  16128.         ["Mini"] = "http://www.roblox.com/asset/?id=275820708",
  16129.         ["SB"] = "http://www.roblox.com/asset/?id=275820703",
  16130.         ["SF"] = "http://www.roblox.com/asset/?id=275820704"
  16131.     },
  16132.     ["ExpType"] = "Slow",
  16133.     ["EVYield"] = {
  16134.         ["Exp"] = 151,
  16135.         ["HP"] = 1,
  16136.     },
  16137.     ["CatchRate"] = 45,
  16138. },     
  16139.  
  16140. ["Volcarona"] = {
  16141.     ["Pokedex"] = 339,
  16142.     ["PokedexDesc"] = "PRAISE THE SUN \o/",
  16143.     ["Species"] = "Sun Pokemon",
  16144.     ["Height"] = "3'07\"",
  16145.     ["Weight"] = 63.5,
  16146.     ["Type"] = {"Bug","Fire"},
  16147.     ["Stats"] = {
  16148.         ["HP"] = 85,
  16149.         ["Atk"] = 60,
  16150.         ["Def"] = 65,
  16151.         ["SpA"] = 135,
  16152.         ["SpD"] = 105,
  16153.         ["Speed"] = 100
  16154.         },
  16155.     ["Evolution"] = {},
  16156.     ["Gender"] = 50,
  16157.     ["Moves"] = {
  16158.         ["LevelUp"] = {
  16159.             [100] = {"Fire Blast"},
  16160.             [90] = {"Flare Blitz"},
  16161.             [80] = {"Amnesia"},
  16162.             [70] = {"Bug Buzz"},
  16163.             [59] = {"Quiver Dance"},
  16164.             [50] = {"Flame Wheel"},
  16165.             [40] = {"Giga Drain"},
  16166.             [30] = {"Take Down"},
  16167.             [20] = {"Flame Charge"},
  16168.             [10] = {"Leech Life"},
  16169.             [4] = {"String Shot"},
  16170.             [1] = {"Ember"},
  16171.             },
  16172.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Flamethrower","Psychic"}
  16173.     },
  16174.     ["Sprites"] = {
  16175.         ["Front"] = "http://www.roblox.com/asset/?id=275820743",
  16176.         ["Back"] = "http://www.roblox.com/asset/?id=275820749",
  16177.         ["Mini"] = "http://www.roblox.com/asset/?id=275820744",
  16178.         ["SB"] = "http://www.roblox.com/asset/?id=275820742",
  16179.         ["SF"] = "http://www.roblox.com/asset/?id=275820748"
  16180.     },
  16181.     ["ExpType"] = "Slow",
  16182.     ["EVYield"] = {
  16183.         ["Exp"] = 151,
  16184.         ["SpA"] = 3,
  16185.     },
  16186.     ["CatchRate"] = 15,
  16187. },     
  16188.    
  16189.    
  16190. ["Golett"] = {
  16191.     ["Pokedex"] = 339,
  16192.     ["PokedexDesc"] = "Registeel version 1",
  16193.     ["Species"] = "Automaton Pokemon",
  16194.     ["Height"] = "3'03\"",
  16195.     ["Weight"] = 202.8,
  16196.     ["Type"] = {"Ground","Ghost"},
  16197.     ["Stats"] = {
  16198.         ["HP"] = 59,
  16199.         ["Atk"] = 74,
  16200.         ["Def"] = 50,
  16201.         ["SpA"] = 35,
  16202.         ["SpD"] = 50,
  16203.         ["Speed"] = 35
  16204.         },
  16205.     ["Evolution"] = {43,"Golurk"},
  16206.     ["Gender"] = "Unknown",
  16207.     ["Moves"] = {
  16208.         ["LevelUp"] = {
  16209.             [53] = {"Hammer Arm"}, 
  16210.             [46] = {"Earthquake"},
  16211.             [40] = {"Shadow Ball"},
  16212.             [32] = {"Magnitude"},
  16213.             [26] = {"Mega Punch"},
  16214.             [20] = {"Iron Defense"},
  16215.             [16] = {"Shadow Punch"},
  16216.             [10] = {"Defense Curl"},
  16217.             [4] = {"Astonish"},
  16218.             [1] = {"Pound"},
  16219.             },
  16220.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Shadow Ball","Ice Beam","Psychic"}
  16221.     },
  16222.     ["Sprites"] = {
  16223.         ["Front"] = "http://www.roblox.com/asset/?id=275820888",
  16224.         ["Back"] = "http://www.roblox.com/asset/?id=275820889",
  16225.         ["Mini"] = "http://www.roblox.com/asset/?id=275820890",
  16226.         ["SB"] = "http://www.roblox.com/asset/?id=275820886",
  16227.         ["SF"] = "http://www.roblox.com/asset/?id=275820887"
  16228.     },
  16229.     ["ExpType"] = "MedFast",
  16230.     ["EVYield"] = {
  16231.         ["Exp"] = 151,
  16232.         ["Atk"] = 1,
  16233.     },
  16234.     ["CatchRate"] = 190,
  16235. },     
  16236.  
  16237. ["Golurk"] = {
  16238.     ["Pokedex"] = 340,
  16239.     ["PokedexDesc"] = "Golurks looks menacing, but is actually nice. Sort of like Barney.",
  16240.     ["Species"] = "Automaton Pokemon",
  16241.     ["Height"] = "9'02\"",
  16242.     ["Weight"] = 727.5,
  16243.     ["Type"] = {"Ground","Ghost"},
  16244.     ["Stats"] = {
  16245.         ["HP"] = 89,
  16246.         ["Atk"] = 124,
  16247.         ["Def"] = 80,
  16248.         ["SpA"] = 55,
  16249.         ["SpD"] = 80,
  16250.         ["Speed"] = 55
  16251.         },
  16252.     ["Evolution"] = {},
  16253.     ["Gender"] = "Unknown",
  16254.     ["Moves"] = {
  16255.         ["LevelUp"] = {
  16256.             [53] = {"Hammer Arm"}, 
  16257.             [46] = {"Earthquake"},
  16258.             [40] = {"Shadow Ball"},
  16259.             [32] = {"Magnitude"},
  16260.             [26] = {"Mega Punch"},
  16261.             [20] = {"Iron Defense"},
  16262.             [16] = {"Shadow Punch"},
  16263.             [10] = {"Defense Curl"},
  16264.             [4] = {"Astonish"},
  16265.             [1] = {"Pound"},
  16266.             },
  16267.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Shadow Ball","Ice Beam","Psychic"}
  16268.     },
  16269.     ["Sprites"] = {
  16270.         ["Front"] = "http://www.roblox.com/asset/?id=275820979",
  16271.         ["Back"] = "http://www.roblox.com/asset/?id=275820975",
  16272.         ["Mini"] = "http://www.roblox.com/asset/?id=275820976",
  16273.         ["SB"] = "http://www.roblox.com/asset/?id=275820978",
  16274.         ["SF"] = "http://www.roblox.com/asset/?id=275820977"
  16275.     },
  16276.     ["ExpType"] = "MedFast",
  16277.     ["EVYield"] = {
  16278.         ["Exp"] = 151,
  16279.         ["Atk"] = 2,
  16280.     },
  16281.     ["CatchRate"] = 190,
  16282. }, 
  16283.  
  16284. ["Aipom"] = {
  16285.     ["Pokedex"] = 341,
  16286.     ["PokedexDesc"] = "It's a monkey.",
  16287.     ["Species"] = "Long Tail Pokemon",
  16288.     ["Height"] = "2'07\"",
  16289.     ["Weight"] = 25.4,
  16290.     ["Type"] = {"Normal"},
  16291.     ["Ability"] = "Technician",
  16292.     ["Stats"] = {
  16293.         ["HP"] = 55,
  16294.         ["Atk"] = 70,
  16295.         ["Def"] = 55,
  16296.         ["SpA"] = 40,
  16297.         ["SpD"] = 55,
  16298.         ["Speed"] = 85
  16299.         },
  16300.     ["Evolution"] = {},
  16301.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Ambipom"},
  16302.     ["Gender"] = 50,
  16303.     ["Moves"] = {
  16304.         ["LevelUp"] = {
  16305.             [40] = {"Nasty Plot"},
  16306.             [36] = {"Double Hit"}, 
  16307.             [32] = {"Agility"},
  16308.             [28] = {"Screech"},
  16309.             [24] = {"Swift"},
  16310.             [20] = {"Fury Swipes"},
  16311.             [16] = {"Tickle"},
  16312.             [12] = {"Astonish"},
  16313.             [8] = {"Sand-Attack"},
  16314.             [4] = {"Tail Whip"},
  16315.             [1] = {"Scratch"},
  16316.             },
  16317.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Shadow Ball","Thunderbolt"}
  16318.     },
  16319.     ["Sprites"] = {
  16320.         ["Front"] = "http://www.roblox.com/asset/?id=275820219",
  16321.         ["Back"] = "http://www.roblox.com/asset/?id=275820214",
  16322.         ["Mini"] = "http://www.roblox.com/asset/?id=275820211",
  16323.         ["SB"] = "http://www.roblox.com/asset/?id=275820213",
  16324.         ["SF"] = "http://www.roblox.com/asset/?id=275820212"
  16325.     },
  16326.     ["ExpType"] = "Fast",
  16327.     ["EVYield"] = {
  16328.         ["Exp"] = 151,
  16329.         ["Speed"] = 1,
  16330.     },
  16331.     ["CatchRate"] = 190,
  16332. }, 
  16333.  
  16334. ["Ambipom"] = {
  16335.     ["Pokedex"] = 342,
  16336.     ["PokedexDesc"] = "It's a monkey. WITH TWO TAILS. AND THE TAILS HAVE HANDS. IT'S GORO!!!",
  16337.     ["Species"] = "Long Tail Pokemon",
  16338.     ["Height"] = "3'11\"",
  16339.     ["Weight"] = 44.8,
  16340.     ["Type"] = {"Normal"},
  16341.     ["Ability"] = "Technician",
  16342.     ["Stats"] = {
  16343.         ["HP"] = 75,
  16344.         ["Atk"] = 100,
  16345.         ["Def"] = 66,
  16346.         ["SpA"] = 60,
  16347.         ["SpD"] = 66,
  16348.         ["Speed"] = 115
  16349.         },
  16350.     ["Evolution"] = {},
  16351.     ["Gender"] = 50,
  16352.     ["Moves"] = {
  16353.         ["LevelUp"] = {
  16354.             [40] = {"Nasty Plot"},
  16355.             [36] = {"Double Hit"}, 
  16356.             [32] = {"Agility"},
  16357.             [28] = {"Screech"},
  16358.             [24] = {"Swift"},
  16359.             [20] = {"Fury Swipes"},
  16360.             [16] = {"Tickle"},
  16361.             [12] = {"Astonish"},
  16362.             [8] = {"Sand-Attack"},
  16363.             [4] = {"Tail Whip"},
  16364.             [1] = {"Scratch"},
  16365.             },
  16366.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Brick Break","Shadow Ball","Thunderbolt"}
  16367.     },
  16368.     ["Sprites"] = {
  16369.         ["Front"] = "http://www.roblox.com/asset/?id=275820318",
  16370.         ["Back"] = "http://www.roblox.com/asset/?id=275820317",
  16371.         ["Mini"] = "http://www.roblox.com/asset/?id=275820314",
  16372.         ["SB"] = "http://www.roblox.com/asset/?id=275820315",
  16373.         ["SF"] = "http://www.roblox.com/asset/?id=275820316"
  16374.     },
  16375.     ["ExpType"] = "Fast",
  16376.     ["EVYield"] = {
  16377.         ["Exp"] = 151,
  16378.         ["Speed"] = 2,
  16379.     },
  16380.     ["CatchRate"] = 45,
  16381. }, 
  16382.  
  16383. ["Deino"] = {
  16384.     ["Pokedex"] = 343,
  16385.     ["PokedexDesc"] = "So cute. It's blind. Like Zubat.",
  16386.     ["Species"] = "Irate Pokemon",
  16387.     ["Height"] = "2'07\"",
  16388.     ["Weight"] = 38.1,
  16389.     ["Type"] = {"Dark","Dragon"},
  16390.     ["Stats"] = {
  16391.         ["HP"] = 52,
  16392.         ["Atk"] = 65,
  16393.         ["Def"] = 50,
  16394.         ["SpA"] = 45,
  16395.         ["SpD"] = 50,
  16396.         ["Speed"] = 38
  16397.         },
  16398.     ["Evolution"] = {50,"Zweilous"},
  16399.     ["Gender"] = 50,
  16400.     ["Moves"] = {
  16401.         ["LevelUp"] = {
  16402.             [80] = {"Earth Power"},
  16403.             [60] = {"Dark Pulse"},
  16404.             [52] = {"Hyper Voice"},
  16405.             [48] = {"Scary Face"}, 
  16406.             [44] = {"Body Slam"},
  16407.             [39] = {"Dragon Rush"},
  16408.             [33] = {"Dragon Pulse"},
  16409.             [27] = {"Crunch"},
  16410.             [22] = {"Dragon Breath"},
  16411.             [16] = {"Headbutt"},
  16412.             [8] = {"Bite"},
  16413.             [4] = {"Focus Slam"},
  16414.             [1] = {"Tackle"},
  16415.             },
  16416.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave"}
  16417.     },
  16418.     ["Sprites"] = {
  16419.         ["Front"] = "http://www.roblox.com/asset/?id=275821837",
  16420.         ["Back"] = "http://www.roblox.com/asset/?id=275821829",
  16421.         ["Mini"] = "http://www.roblox.com/asset/?id=275821828",
  16422.         ["SB"] = "http://www.roblox.com/asset/?id=275821830",
  16423.         ["SF"] = "http://www.roblox.com/asset/?id=275821834"
  16424.     },
  16425.     ["ExpType"] = "Slow",
  16426.     ["EVYield"] = {
  16427.         ["Exp"] = 151,
  16428.         ["Atk"] = 1,
  16429.     },
  16430.     ["CatchRate"] = 45,
  16431. }, 
  16432.  
  16433. ["Zweilous"] = {
  16434.     ["Pokedex"] = 344,
  16435.     ["PokedexDesc"] = "Zweilous has the weirdest name in all of Pokemon.",
  16436.     ["Species"] = "Hostile Pokemon",
  16437.     ["Height"] = "4'07\"",
  16438.     ["Weight"] = 110.2,
  16439.     ["Type"] = {"Dark","Dragon"},
  16440.     ["Stats"] = {
  16441.         ["HP"] = 72,
  16442.         ["Atk"] = 85,
  16443.         ["Def"] = 70,
  16444.         ["SpA"] = 65,
  16445.         ["SpD"] = 70,
  16446.         ["Speed"] = 58
  16447.         },
  16448.     ["Evolution"] = {64,"Hydreigon"},
  16449.     ["Gender"] = 50,
  16450.     ["Moves"] = {
  16451.     ["LevelUp"] = {
  16452.             [80] = {"Earth Power"},
  16453.             [60] = {"Dark Pulse"},
  16454.             [52] = {"Hyper Voice"},
  16455.             [48] = {"Scary Face"}, 
  16456.             [44] = {"Body Slam"},
  16457.             [39] = {"Dragon Rush"},
  16458.             [33] = {"Dragon Pulse"},
  16459.             [27] = {"Crunch"},
  16460.             [22] = {"Dragon Breath"},
  16461.             [16] = {"Headbutt"},
  16462.             [8] = {"Bite"},
  16463.             [4] = {"Focus Slam"},
  16464.             [1] = {"Tackle"},
  16465.             },
  16466.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave"}
  16467.     },
  16468.     ["Sprites"] = {
  16469.         ["Front"] = "http://www.roblox.com/asset/?id=275821856",
  16470.         ["Back"] = "http://www.roblox.com/asset/?id=275821859",
  16471.         ["Mini"] = "http://www.roblox.com/asset/?id=275821857",
  16472.         ["SB"] = "http://www.roblox.com/asset/?id=275821858",
  16473.         ["SF"] = "http://www.roblox.com/asset/?id=275821860"
  16474.     },
  16475.     ["ExpType"] = "Slow",
  16476.     ["EVYield"] = {
  16477.         ["Exp"] = 151,
  16478.         ["Atk"] = 2,
  16479.     },
  16480.     ["CatchRate"] = 45,
  16481. }, 
  16482.  
  16483.  
  16484. ["Hydreigon"] = {
  16485.     ["Pokedex"] = 345,
  16486.     ["PokedexDesc"] = "This Pokemon looks AMAZING. Too bad fairies destroy it easily...",
  16487.     ["Species"] = "Brutal Pokemon",
  16488.     ["Height"] = "5'11\"",
  16489.     ["Weight"] = 352.7,
  16490.     ["Ability"] = "Levitate",
  16491.     ["Type"] = {"Dark","Dragon"},
  16492.     ["Stats"] = {
  16493.         ["HP"] = 92,
  16494.         ["Atk"] = 105,
  16495.         ["Def"] = 90,
  16496.         ["SpA"] = 125,
  16497.         ["SpD"] = 90,
  16498.         ["Speed"] = 98
  16499.         },
  16500.     ["Evolution"] = {},
  16501.     ["Gender"] = 50,
  16502.     ["Moves"] = {
  16503.             ["LevelUp"] = {
  16504.             [90] = {"Draco Meteor"},
  16505.             [85] = {"Heat Wave"},
  16506.             [80] = {"Earth Power"},
  16507.             [70] = {"Dark Pulse"},
  16508.             [60] = {"Dark Pulse"},
  16509.             [52] = {"Hyper Voice"},
  16510.             [48] = {"Scary Face"}, 
  16511.             [44] = {"Body Slam"},
  16512.             [39] = {"Dragon Rush"},
  16513.             [33] = {"Dragon Pulse"},
  16514.             [27] = {"Crunch"},
  16515.             [22] = {"Dragon Breath"},
  16516.             [16] = {"Headbutt"},
  16517.             [8] = {"Bite"},
  16518.             [4] = {"Focus Slam"},
  16519.             [1] = {"Tackle"},
  16520.             },
  16521.         ["TM"] = {"Double Team","Toxic","Rest","Double-Edge","Body Slam","Thunder Wave","Earthquake","Flamethrower","Stone Edge"}
  16522.     },
  16523.     ["Sprites"] = {
  16524.         ["Front"] = "http://www.roblox.com/asset/?id=275821881",
  16525.         ["Back"] = "http://www.roblox.com/asset/?id=275821880",
  16526.         ["Mini"] = "http://www.roblox.com/asset/?id=275821882",
  16527.         ["SB"] = "http://www.roblox.com/asset/?id=275821879",
  16528.         ["SF"] = "http://www.roblox.com/asset/?id=275821883"
  16529.     },
  16530.     ["ExpType"] = "Slow",
  16531.     ["EVYield"] = {
  16532.         ["Exp"] = 151,
  16533.         ["SpA"] = 3,
  16534.     },
  16535.     ["CatchRate"] = 45,
  16536. }, 
  16537.  
  16538.  
  16539. ["Tynamo"] = {
  16540.     ["Pokedex"] = 346,
  16541.     ["PokedexDesc"] = "eel hath no fury",
  16542.     ["Species"] = "EleFish Pokemon",
  16543.     ["Height"] = "0'08\"",
  16544.     ["Weight"] = .7,
  16545.     ["Ability"] = "Levitate",
  16546.     ["Type"] = {"Electric"},
  16547.     ["Stats"] = {
  16548.         ["HP"] = 35,
  16549.         ["Atk"] = 55,
  16550.         ["Def"] = 40,
  16551.         ["SpA"] = 45,
  16552.         ["SpD"] = 40,
  16553.         ["Speed"] = 60
  16554.         },
  16555.     ["Evolution"] = {39,"Eelektrik"},
  16556.     ["Gender"] = 50,
  16557.     ["Moves"] = {
  16558.             ["LevelUp"] = {
  16559.             [1] = {"Tackle","Thunder Wave","Charge Beam","Spark"},
  16560.             },
  16561.         ["TM"] = {"Thunder Wave"}
  16562.     },
  16563.     ["Sprites"] = {
  16564.         ["Front"] = "http://www.roblox.com/asset/?id=275821977",
  16565.         ["Back"] = "http://www.roblox.com/asset/?id=275821981",
  16566.         ["Mini"] = "http://www.roblox.com/asset/?id=275821978",
  16567.         ["SB"] = "http://www.roblox.com/asset/?id=275821975",
  16568.         ["SF"] = "http://www.roblox.com/asset/?id=275821976"
  16569.     },
  16570.     ["ExpType"] = "Slow",
  16571.     ["EVYield"] = {
  16572.         ["Exp"] = 151,
  16573.         ["Speed"] = 1,
  16574.     },
  16575.     ["CatchRate"] = 190,
  16576. }, 
  16577.  
  16578. ["Eelektrik"] = {
  16579.     ["Pokedex"] = 347,
  16580.     ["PokedexDesc"] = "Does this Pokemon just... float?",
  16581.     ["Species"] = "EleFish Pokemon",
  16582.     ["Height"] = "3'11\"",
  16583.     ["Weight"] = 48.5,
  16584.     ["Ability"] = "Levitate",
  16585.     ["Type"] = {"Electric"},
  16586.     ["Stats"] = {
  16587.         ["HP"] = 65,
  16588.         ["Atk"] = 85,
  16589.         ["Def"] = 70,
  16590.         ["SpA"] = 75,
  16591.         ["SpD"] = 70,
  16592.         ["Speed"] = 40
  16593.         },
  16594.     ["Evolution"] = {},
  16595.     ["EvolutionStone"] = {["Thunder Stone"] = "Eelektross"},
  16596.     ["Gender"] = 50,
  16597.     ["Moves"] = {
  16598.             ["LevelUp"] = {
  16599.             [80] = {"Iron Tail"},
  16600.             [73] = {"Giga Drain"},
  16601.             [65] = {"Aqua Tail"},
  16602.             [55] = {"Zap Cannon"},
  16603.             [44] = {"Thunderbolt"},
  16604.             [39] = {"Crunch"},
  16605.             [29] = {"Discharge"},
  16606.             [14] = {"Spark"},
  16607.             [9] = {"Charge Beam"},
  16608.             [5] = {"Thunder Wave"},
  16609.             [1] = {"Headbutt"},
  16610.             },
  16611.         ["TM"] = {"Thunder Wave","Double Team","Toxic","Thunderbolt"}
  16612.     },
  16613.     ["Sprites"] = {
  16614.         ["Front"] = "http://www.roblox.com/asset/?id=276644346",
  16615.         ["Back"] = "http://www.roblox.com/asset/?id=276644348",
  16616.         ["Mini"] = "http://www.roblox.com/asset/?id=276644349",
  16617.         ["SB"] = "http://www.roblox.com/asset/?id=276644340",
  16618.         ["SF"] = "http://www.roblox.com/asset/?id=276644341"
  16619.     },
  16620.     ["ExpType"] = "Slow",
  16621.     ["EVYield"] = {
  16622.         ["Exp"] = 151,
  16623.         ["Atk"] = 2,
  16624.     },
  16625.     ["CatchRate"] = 60,
  16626. },     
  16627.  
  16628. ["Eelektross"] = {
  16629.     ["Pokedex"] = 348,
  16630.     ["PokedexDesc"] = "This Pokemon has its feet on the ground... yet it has Levitate?",
  16631.     ["Species"] = "EleFish Pokemon",
  16632.     ["Height"] = "6'11\"",
  16633.     ["Weight"] = 177.5,
  16634.     ["Ability"] = "Levitate",
  16635.     ["Type"] = {"Electric"},
  16636.     ["Stats"] = {
  16637.         ["HP"] = 85,
  16638.         ["Atk"] = 115,
  16639.         ["Def"] = 80,
  16640.         ["SpA"] = 105,
  16641.         ["SpD"] = 80,
  16642.         ["Speed"] = 50
  16643.         },
  16644.     ["Evolution"] = {},
  16645.     ["EvolutionStone"] = {},
  16646.     ["Gender"] = 50,
  16647.     ["Moves"] = {
  16648.             ["LevelUp"] = {
  16649.             [90] = {"Rock Slide"},
  16650.             [80] = {"Iron Tail"},
  16651.             [73] = {"Giga Drain"},
  16652.             [65] = {"Aqua Tail"},
  16653.             [55] = {"Zap Cannon"},
  16654.             [44] = {"Thunderbolt"},
  16655.             [39] = {"Crunch"},
  16656.             [29] = {"Discharge"},
  16657.             [14] = {"Spark"},
  16658.             [9] = {"Charge Beam"},
  16659.             [5] = {"Thunder Wave"},
  16660.             [1] = {"Headbutt"},
  16661.             },
  16662.         ["TM"] = {"Thunder Wave","Double Team","Toxic","Thunderbolt","Flamethrower","Double-Edge","Rock Tomb"}
  16663.     },
  16664.     ["Sprites"] = {
  16665.         ["Front"] = "http://www.roblox.com/asset/?id=275822026",
  16666.         ["Back"] = "http://www.roblox.com/asset/?id=275822032",
  16667.         ["Mini"] = "http://www.roblox.com/asset/?id=275822029",
  16668.         ["SB"] = "http://www.roblox.com/asset/?id=275822028",
  16669.         ["SF"] = "http://www.roblox.com/asset/?id=275822027"
  16670.     },
  16671.     ["ExpType"] = "Slow",
  16672.     ["EVYield"] = {
  16673.         ["Exp"] = 151,
  16674.         ["Atk"] = 3,
  16675.     },
  16676.     ["CatchRate"] = 30,
  16677. }, 
  16678.  
  16679. ["Cobalion"] = {
  16680.     ["Pokedex"] = 349,
  16681.     ["PokedexDesc"] = "basically a glorified unicorn but with TWO horns",
  16682.     ["Species"] = "Iron Will Pokemon",
  16683.     ["Height"] = "6'11\"",
  16684.     ["Weight"] = 551.2,
  16685.     ["Type"] = {"Steel","Fighting"},
  16686.     ["Stats"] = {
  16687.         ["HP"] = 91,
  16688.         ["Atk"] = 90,
  16689.         ["Def"] = 129,
  16690.         ["SpA"] = 90,
  16691.         ["SpD"] = 72,
  16692.         ["Speed"] = 108
  16693.         },
  16694.     ["Evolution"] = {},
  16695.     ["Gender"] = "Unknown",
  16696.     ["Moves"] = {
  16697.             ["LevelUp"] = {
  16698.             [60] = {"Close Combat"},
  16699.             [50] = {"Work Up"},
  16700.             [43] = {"Zen Headbutt"},
  16701.             [34] = {"Swords Dance"},
  16702.             [26] = {"Iron Head"},
  16703.             [22] = {"Take Down"},
  16704.             [14] = {"Metal Claw"},
  16705.             [9] = {"Double Kick"},
  16706.             [5] = {"Leer"},
  16707.             [1] = {"Quick Attack"},
  16708.             },
  16709.         ["TM"] = {"Thunder Wave","Double Team","Toxic","Stone Edge","Double-Edge","Rock Tomb"}
  16710.     },
  16711.     ["Sprites"] = {
  16712.         ["Front"] = "http://www.roblox.com/asset/?id=275821047",
  16713.         ["Back"] = "http://www.roblox.com/asset/?id=275821048",
  16714.         ["Mini"] = "http://www.roblox.com/asset/?id=275821049",
  16715.         ["SB"] = "http://www.roblox.com/asset/?id=275821045",
  16716.         ["SF"] = "http://www.roblox.com/asset/?id=275821046"
  16717.     },
  16718.     ["ExpType"] = "Slow",
  16719.     ["EVYield"] = {
  16720.         ["Exp"] = 151,
  16721.         ["Def"] = 3,
  16722.     },
  16723.     ["CatchRate"] = 3,
  16724. }, 
  16725.  
  16726. ["Terrakion"] = {
  16727.     ["Pokedex"] = 350,
  16728.     ["PokedexDesc"] = "This Pokemon is scary. Terrorkion more like",
  16729.     ["Species"] = "Cavern Pokemon",
  16730.     ["Height"] = "6'03\"",
  16731.     ["Weight"] = 573.2,
  16732.     ["Type"] = {"Rock","Fighting"},
  16733.     ["Stats"] = {
  16734.         ["HP"] = 91,
  16735.         ["Atk"] = 129,
  16736.         ["Def"] = 90,
  16737.         ["SpA"] = 72,
  16738.         ["SpD"] = 90,
  16739.         ["Speed"] = 108
  16740.         },
  16741.     ["Evolution"] = {},
  16742.     ["Gender"] = "Unknown",
  16743.     ["Moves"] = {
  16744.             ["LevelUp"] = {
  16745.             [100] = {"Superpower"},
  16746.             [80] = {"Earthquake"},
  16747.             [70] = {"Stone Edge"},
  16748.             [60] = {"Close Combat"},
  16749.             [50] = {"Work Up"},
  16750.             [43] = {"Zen Headbutt"},
  16751.             [34] = {"Swords Dance"},
  16752.             [26] = {"Rock Tomb"},
  16753.             [22] = {"Take Down"},
  16754.             [14] = {"Metal Claw"},
  16755.             [9] = {"Double Kick"},
  16756.             [5] = {"Leer"},
  16757.             [1] = {"Quick Attack"},
  16758.             },
  16759.         ["TM"] = {"Double Team","Toxic","Stone Edge","Double-Edge","Rock Tomb","Earthquake"}
  16760.     },
  16761.     ["Sprites"] = {
  16762.         ["Front"] = "http://www.roblox.com/asset/?id=275821091",
  16763.         ["Back"] = "http://www.roblox.com/asset/?id=275821089",
  16764.         ["Mini"] = "http://www.roblox.com/asset/?id=275821092",
  16765.         ["SB"] = "http://www.roblox.com/asset/?id=275821088",
  16766.         ["SF"] = "http://www.roblox.com/asset/?id=275821090"
  16767.     },
  16768.     ["ExpType"] = "Slow",
  16769.     ["EVYield"] = {
  16770.         ["Exp"] = 151,
  16771.         ["Atk"] = 3,
  16772.     },
  16773.     ["CatchRate"] = 3,
  16774. },
  16775.  
  16776. ["Virizion"] = {
  16777.     ["Pokedex"] = 351,
  16778.     ["PokedexDesc"] = "Virizion provides all the internet in the Pokemon world",
  16779.     ["Species"] = "Grassland Pokemon",
  16780.     ["Height"] = "6'07\"",
  16781.     ["Weight"] = 440.9,
  16782.     ["Type"] = {"Grass","Fighting"},
  16783.     ["Stats"] = {
  16784.         ["HP"] = 91,
  16785.         ["Atk"] = 90,
  16786.         ["Def"] = 72,
  16787.         ["SpA"] = 129,
  16788.         ["SpD"] = 90,
  16789.         ["Speed"] = 108
  16790.         },
  16791.     ["Evolution"] = {},
  16792.     ["Gender"] = "Unknown",
  16793.     ["Moves"] = {
  16794.             ["LevelUp"] = {
  16795.             [100] = {"X-Scissor"},
  16796.             [90] = {"Focus Blast"},
  16797.             [80] = {"Leaf Blade"},
  16798.             [70] = {"Energy Ball"},
  16799.             [60] = {"Close Combat"},
  16800.             [50] = {"Work Up"},
  16801.             [43] = {"Zen Headbutt"},
  16802.             [34] = {"Swords Dance"},
  16803.             [26] = {"Rock Tomb"},
  16804.             [22] = {"Take Down"},
  16805.             [14] = {"Metal Claw"},
  16806.             [9] = {"Double Kick"},
  16807.             [5] = {"Leer"},
  16808.             [1] = {"Quick Attack"},
  16809.             },
  16810.         ["TM"] = {"Double Team","Toxic","Stone Edge","Double-Edge","Rock Tomb","Energy Ball"}
  16811.     },
  16812.     ["Sprites"] = {
  16813.         ["Front"] = "http://www.roblox.com/asset/?id=275821128",
  16814.         ["Back"] = "http://www.roblox.com/asset/?id=275821120",
  16815.         ["Mini"] = "http://www.roblox.com/asset/?id=275821121",
  16816.         ["SB"] = "http://www.roblox.com/asset/?id=275821118",
  16817.         ["SF"] = "http://www.roblox.com/asset/?id=275821119"
  16818.     },
  16819.     ["ExpType"] = "Slow",
  16820.     ["EVYield"] = {
  16821.         ["Exp"] = 151,
  16822.         ["SpA"] = 3,
  16823.     },
  16824.     ["CatchRate"] = 3,
  16825. }, 
  16826.  
  16827. ["Mareep"] = {
  16828.     ["Pokedex"] = 352,
  16829.     ["PokedexDesc"] = "What do you call a sheep covered in chocolate? A candy baa.",
  16830.     ["Species"] = "Wool Pokemon",
  16831.     ["Height"] = "2'00\"",
  16832.     ["Weight"] = 17.2,
  16833.     ["Type"] = {"Electric"},
  16834.     ["Stats"] = {
  16835.         ["HP"] = 55,
  16836.         ["Atk"] = 40,
  16837.         ["Def"] = 40,
  16838.         ["SpA"] = 65,
  16839.         ["SpD"] = 45,
  16840.         ["Speed"] = 35
  16841.         },
  16842.     ["Evolution"] = {15,"Flaaffy"},
  16843.     ["Gender"] = 50,
  16844.     ["Moves"] = {
  16845.             ["LevelUp"] = {
  16846.             [55] = {"Thunder"},
  16847.             [48] = {"Iron Tail"},
  16848.             [43] = {"Agility"},
  16849.             [37] = {"Signal Beam"},
  16850.             [32] = {"Discharge"},
  16851.             [26] = {"Confuse Ray"},
  16852.             [18] = {"Take Down"},
  16853.             [13] = {"ThunderShock"},
  16854.             [10] = {"Thunder Wave"},
  16855.             [5] = {"Growl"},
  16856.             [1] = {"Tackle"},
  16857.             },
  16858.         ["TM"] = {"Double Team","Toxic","Thunderbolt","Double-Edge","Rock Tomb"}
  16859.     },
  16860.     ["Sprites"] = {
  16861.         ["Front"] = "http://www.roblox.com/asset/?id=295912824",
  16862.         ["Back"] = "http://www.roblox.com/asset/?id=295912817",
  16863.         ["Mini"] = "http://www.roblox.com/asset/?id=295912818",
  16864.         ["SB"] = "http://www.roblox.com/asset/?id=295912815",
  16865.         ["SF"] = "http://www.roblox.com/asset/?id=295912816"
  16866.     },
  16867.     ["ExpType"] = "MedSlow",
  16868.     ["EVYield"] = {
  16869.         ["Exp"] =  59,
  16870.         ["SpA"] = 1,
  16871.     },
  16872.     ["CatchRate"] = 235,
  16873. }, 
  16874.  
  16875. ["Flaaffy"] = {
  16876.     ["Pokedex"] = 353,
  16877.     ["PokedexDesc"] = "",
  16878.     ["Species"] = "Wool Pokemon",
  16879.     ["Height"] = "2'07\"",
  16880.     ["Weight"] = 28.3,
  16881.     ["Type"] = {"Electric"},
  16882.     ["Stats"] = {
  16883.         ["HP"] = 55,
  16884.         ["Atk"] = 40,
  16885.         ["Def"] = 40,
  16886.         ["SpA"] = 65,
  16887.         ["SpD"] = 45,
  16888.         ["Speed"] = 35
  16889.         },
  16890.     ["Evolution"] = {30,"Ampharos"},
  16891.     ["Gender"] = 50,
  16892.     ["Moves"] = {
  16893.             ["LevelUp"] = {
  16894.             [65] = {"Fire Punch"},
  16895.             [55] = {"Thunder"},
  16896.             [48] = {"Iron Tail"},
  16897.             [43] = {"Agility"},
  16898.             [37] = {"Signal Beam"},
  16899.             [32] = {"Discharge"},
  16900.             [26] = {"Confuse Ray"},
  16901.             [18] = {"Take Down"},
  16902.             [13] = {"ThunderShock"},
  16903.             [10] = {"Thunder Wave"},
  16904.             [5] = {"Growl"},
  16905.             [1] = {"Tackle"},
  16906.             },
  16907.         ["TM"] = {"Double Team","Toxic","Thunderbolt","Double-Edge","Rock Tomb"}
  16908.     },
  16909.     ["Sprites"] = {
  16910.         ["Front"] = "http://www.roblox.com/asset/?id=295912866",
  16911.         ["Back"] = "http://www.roblox.com/asset/?id=295912865",
  16912.         ["Mini"] = "http://www.roblox.com/asset/?id=295912862",
  16913.         ["SB"] = "http://www.roblox.com/asset/?id=299414510",
  16914.         ["SF"] = "http://www.roblox.com/asset/?id=295912863"
  16915.     },
  16916.     ["ExpType"] = "MedSlow",
  16917.     ["EVYield"] = {
  16918.         ["Exp"] =  129,
  16919.         ["SpA"] = 2,
  16920.     },
  16921.     ["CatchRate"] = 135,
  16922. }, 
  16923.  
  16924.  
  16925. ["Ampharos"] = {
  16926.     ["Pokedex"] = 354,
  16927.     ["PokedexDesc"] = "Ampharos is used as a lighthouse. That would be pretty boring, don't you think so?",
  16928.     ["Species"] = "Wool Pokemon",
  16929.     ["Height"] = "4'07\"",
  16930.     ["Weight"] = 135.3,
  16931.     ["Type"] = {"Electric"},
  16932.     ["Stats"] = {
  16933.         ["HP"] = 90,
  16934.         ["Atk"] = 75,
  16935.         ["Def"] = 85,
  16936.         ["SpA"] = 115,
  16937.         ["SpD"] = 90,
  16938.         ["Speed"] = 55
  16939.         },
  16940.     ["Evolution"] = {},
  16941.     ["Gender"] = 50,
  16942.     ["Moves"] = {
  16943.             ["LevelUp"] = {
  16944.             [65] = {"Fire Punch"},
  16945.             [55] = {"Thunder"},
  16946.             [48] = {"Iron Tail"},
  16947.             [43] = {"Agility"},
  16948.             [37] = {"Signal Beam"},
  16949.             [32] = {"Discharge"},
  16950.             [26] = {"Confuse Ray"},
  16951.             [18] = {"Take Down"},
  16952.             [13] = {"ThunderShock"},
  16953.             [10] = {"Thunder Wave"},
  16954.             [5] = {"Growl"},
  16955.             [1] = {"Tackle"},
  16956.             },
  16957.         ["TM"] = {"Double Team","Toxic","Thunderbolt","Double-Edge","Rock Tomb"}
  16958.     },
  16959.     ["Sprites"] = {
  16960.         ["Front"] = "http://www.roblox.com/asset/?id=299414520",
  16961.         ["Back"] = "http://www.roblox.com/asset/?id=299414521",
  16962.         ["Mini"] = "http://www.roblox.com/asset/?id=299414518",
  16963.         ["SB"] = "http://www.roblox.com/asset/?id=299414519",
  16964.         ["SF"] = "http://www.roblox.com/asset/?id=299414522"
  16965.     },
  16966.     ["ExpType"] = "MedSlow",
  16967.     ["EVYield"] = {
  16968.         ["Exp"] =  129,
  16969.         ["SpA"] = 3,
  16970.     },
  16971.     ["CatchRate"] = 45,
  16972. },     
  16973.  
  16974. ["Ampharos"] = {
  16975.     ["Pokedex"] = 354,
  16976.     ["PokedexDesc"] = "Ampharos is used as a lighthouse. That would be pretty boring, don't you think so?",
  16977.     ["Species"] = "Wool Pokemon",
  16978.     ["Height"] = "4'07\"",
  16979.     ["Weight"] = 135.3,
  16980.     ["Type"] = {"Electric"},
  16981.     ["Stats"] = {
  16982.         ["HP"] = 90,
  16983.         ["Atk"] = 75,
  16984.         ["Def"] = 85,
  16985.         ["SpA"] = 115,
  16986.         ["SpD"] = 90,
  16987.         ["Speed"] = 55
  16988.         },
  16989.     ["Evolution"] = {},
  16990.     ["Gender"] = 50,
  16991.     ["Moves"] = {
  16992.             ["LevelUp"] = {
  16993.             [65] = {"Fire Punch"},
  16994.             [55] = {"Thunder"},
  16995.             [48] = {"Iron Tail"},
  16996.             [43] = {"Agility"},
  16997.             [37] = {"Signal Beam"},
  16998.             [32] = {"Discharge"},
  16999.             [26] = {"Confuse Ray"},
  17000.             [18] = {"Take Down"},
  17001.             [13] = {"ThunderShock"},
  17002.             [10] = {"Thunder Wave"},
  17003.             [5] = {"Growl"},
  17004.             [1] = {"Tackle"},
  17005.             },
  17006.         ["TM"] = {"Double Team","Toxic","Thunderbolt","Double-Edge","Rock Tomb"}
  17007.     },
  17008.     ["Sprites"] = {
  17009.         ["Front"] = "http://www.roblox.com/asset/?id=299414520",
  17010.         ["Back"] = "http://www.roblox.com/asset/?id=299414521",
  17011.         ["Mini"] = "http://www.roblox.com/asset/?id=299414518",
  17012.         ["SB"] = "http://www.roblox.com/asset/?id=299414519",
  17013.         ["SF"] = "http://www.roblox.com/asset/?id=299414522"
  17014.     },
  17015.     ["ExpType"] = "MedSlow",
  17016.     ["EVYield"] = {
  17017.         ["Exp"] =  129,
  17018.         ["SpA"] = 3,
  17019.     },
  17020.     ["CatchRate"] = 45,
  17021. }, 
  17022.  
  17023. ["Ampharos"] = {
  17024.     ["Pokedex"] = 354,
  17025.     ["PokedexDesc"] = "Ampharos is used as a lighthouse. That would be pretty boring, don't you think so?",
  17026.     ["Species"] = "Wool Pokemon",
  17027.     ["Height"] = "4'07\"",
  17028.     ["Weight"] = 135.3,
  17029.     ["Type"] = {"Electric"},
  17030.     ["Stats"] = {
  17031.         ["HP"] = 90,
  17032.         ["Atk"] = 75,
  17033.         ["Def"] = 85,
  17034.         ["SpA"] = 115,
  17035.         ["SpD"] = 90,
  17036.         ["Speed"] = 55
  17037.         },
  17038.     ["Evolution"] = {},
  17039.     ["Gender"] = 50,
  17040.     ["Moves"] = {
  17041.             ["LevelUp"] = {
  17042.             [65] = {"Fire Punch"},
  17043.             [55] = {"Thunder"},
  17044.             [48] = {"Iron Tail"},
  17045.             [43] = {"Agility"},
  17046.             [37] = {"Signal Beam"},
  17047.             [32] = {"Discharge"},
  17048.             [26] = {"Confuse Ray"},
  17049.             [18] = {"Take Down"},
  17050.             [13] = {"ThunderShock"},
  17051.             [10] = {"Thunder Wave"},
  17052.             [5] = {"Growl"},
  17053.             [1] = {"Tackle"},
  17054.             },
  17055.         ["TM"] = {"Double Team","Toxic","Thunderbolt","Double-Edge","Rock Tomb"}
  17056.     },
  17057.     ["Sprites"] = {
  17058.         ["Front"] = "http://www.roblox.com/asset/?id=299414520",
  17059.         ["Back"] = "http://www.roblox.com/asset/?id=299414521",
  17060.         ["Mini"] = "http://www.roblox.com/asset/?id=299414518",
  17061.         ["SB"] = "http://www.roblox.com/asset/?id=299414519",
  17062.         ["SF"] = "http://www.roblox.com/asset/?id=299414522"
  17063.     },
  17064.     ["ExpType"] = "MedSlow",
  17065.     ["EVYield"] = {
  17066.         ["Exp"] =  129,
  17067.         ["SpA"] = 3,
  17068.     },
  17069.     ["CatchRate"] = 45,
  17070. }, 
  17071.  
  17072. ["Scraggy"] = {
  17073.     ["Pokedex"] = 355,
  17074.     ["PokedexDesc"] = "Pull your pants up, Scraggy! ",
  17075.     ["Species"] = "Shedding Pokemon",
  17076.     ["Height"] = "2'00\"",
  17077.     ["Weight"] = 26,
  17078.     ["Type"] = {"Dark","Fighting"},
  17079.     ["Stats"] = {
  17080.         ["HP"] = 50,
  17081.         ["Atk"] = 75,
  17082.         ["Def"] = 70,
  17083.         ["SpA"] = 35,
  17084.         ["SpD"] = 70,
  17085.         ["Speed"] = 48
  17086.         },
  17087.     ["Evolution"] = {39,"Scrafty"},
  17088.     ["Gender"] = 50,
  17089.     ["Moves"] = {
  17090.             ["LevelUp"] = {
  17091.             [85] = {"Dragon Dance"},
  17092.             [75] = {"Rock Slide"},
  17093.             [65] = {"Fire Punch"},
  17094.             [60] = {"Ice Punch"},
  17095.             [55] = {"Thunder Punch"},
  17096.             [52] = {"Bulk Up"},
  17097.             [48] = {"Amnesia"},
  17098.             [43] = {"Drain Punch"},
  17099.             [37] = {"Crunch"},
  17100.             [32] = {"Scary Face"},
  17101.             [26] = {"Brick Break"},
  17102.             [18] = {"Swagger"},
  17103.             [13] = {"Headbutt"},
  17104.             [10] = {"Sand-Attack"},
  17105.             [5] = {"Leer"},
  17106.             [1] = {"Low Kick"},
  17107.             },
  17108.         ["TM"] = {"Double Team","Toxic","Focus Blast","Double-Edge","Rock Tomb","Stone Edge","Dark Pulse"}
  17109.     },
  17110.     ["Sprites"] = {
  17111.         ["Front"] = "http://www.roblox.com/asset/?id=295914806",
  17112.         ["Back"] = "http://www.roblox.com/asset/?id=295914805",
  17113.         ["Mini"] = "http://www.roblox.com/asset/?id=295914803",
  17114.         ["SB"] = "http://www.roblox.com/asset/?id=295914804",
  17115.         ["SF"] = "http://www.roblox.com/asset/?id=295914802"
  17116.     },
  17117.     ["ExpType"] = "MedFast",
  17118.     ["EVYield"] = {
  17119.         ["Exp"] =  129,
  17120.         ["Atk"] = 1,
  17121.     },
  17122.     ["CatchRate"] = 45,
  17123. }, 
  17124.  
  17125. ["Scrafty"] = {
  17126.     ["Pokedex"] = 356,
  17127.     ["PokedexDesc"] = "Scrafty was overweight - after diet and exercise, his old pants don't fit him! ",
  17128.     ["Species"] = "Hoodlum Pokemon",
  17129.     ["Height"] = "3'07\"",
  17130.     ["Weight"] = 26,
  17131.     ["Type"] = {"Dark","Fighting"},
  17132.     ["Stats"] = {
  17133.         ["HP"] = 65,
  17134.         ["Atk"] = 90,
  17135.         ["Def"] = 115,
  17136.         ["SpA"] = 45,
  17137.         ["SpD"] = 115,
  17138.         ["Speed"] = 58
  17139.         },
  17140.     ["Evolution"] = {},
  17141.     ["Gender"] = 50,
  17142.     ["Moves"] = {
  17143.             ["LevelUp"] = {
  17144.             [85] = {"Dragon Dance"},
  17145.             [75] = {"Rock Slide"},
  17146.             [65] = {"Fire Punch"},
  17147.             [60] = {"Ice Punch"},
  17148.             [55] = {"Thunder Punch"},
  17149.             [52] = {"Bulk Up"},
  17150.             [48] = {"Amnesia"},
  17151.             [43] = {"Drain Punch"},
  17152.             [37] = {"Crunch"},
  17153.             [32] = {"Scary Face"},
  17154.             [26] = {"Brick Break"},
  17155.             [18] = {"Swagger"},
  17156.             [13] = {"Headbutt"},
  17157.             [10] = {"Sand-Attack"},
  17158.             [5] = {"Leer"},
  17159.             [1] = {"Low Kick"},
  17160.             },
  17161.         ["TM"] = {"Double Team","Toxic","Focus Blast","Double-Edge","Rock Tomb","Stone Edge","Dark Pulse"}
  17162.     },
  17163.     ["Sprites"] = {
  17164.         ["Front"] = "http://www.roblox.com/asset/?id=295914873",
  17165.         ["Back"] = "http://www.roblox.com/asset/?id=295914874",
  17166.         ["Mini"] = "http://www.roblox.com/asset/?id=295914871",
  17167.         ["SB"] = "http://www.roblox.com/asset/?id=295914872",
  17168.         ["SF"] = "http://www.roblox.com/asset/?id=295914875"
  17169.     },
  17170.     ["ExpType"] = "MedFast",
  17171.     ["EVYield"] = {
  17172.         ["Exp"] =  215,
  17173.         ["Def"] = 1,
  17174.         ["SpD"] = 1
  17175.     },
  17176.     ["CatchRate"] = 45,
  17177. }, 
  17178.  
  17179. ["Carvanha"] = {
  17180.     ["Pokedex"] = 357,
  17181.     ["PokedexDesc"] = "SAVAGE. Also has the same Defense stats as Deoxys Attack form. ",
  17182.     ["Species"] = "SAVAGE Pokemon",
  17183.     ["Height"] = "2'07\"",
  17184.     ["Weight"] = 45.9,
  17185.     ["Type"] = {"Water","Dark"},
  17186.     ["Stats"] = {
  17187.         ["HP"] = 45,
  17188.         ["Atk"] = 90,
  17189.         ["Def"] = 20,
  17190.         ["SpA"] = 65,
  17191.         ["SpD"] = 20,
  17192.         ["Speed"] = 65
  17193.         },
  17194.     ["Evolution"] = {30,"Sharpedo"},
  17195.     ["Gender"] = 50,
  17196.     ["Moves"] = {
  17197.             ["LevelUp"] = {
  17198.             [65] = {"Zen Headbutt"},
  17199.             [55] = {"Take Down"},
  17200.             [52] = {"Agility"},
  17201.             [48] = {"Crunch"},
  17202.             [43] = {"Poison Fang"},
  17203.             [37] = {"Ice Fang"},
  17204.             [32] = {"Scary Face"},
  17205.             [26] = {"Screech"},
  17206.             [18] = {"Swagger"},
  17207.             [13] = {"Aqua Jet"},
  17208.             [10] = {"Focus Slam"},
  17209.             [5] = {"Leer"},
  17210.             [1] = {"Bite"},
  17211.             },
  17212.         ["TM"] = {"Icy Wind","Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Ice Beam","Dark Pulse"}
  17213.     },
  17214.     ["Sprites"] = {
  17215.         ["Front"] = "http://www.roblox.com/asset/?id=295913071",
  17216.         ["Back"] = "http://www.roblox.com/asset/?id=295913074",
  17217.         ["Mini"] = "http://www.roblox.com/asset/?id=295913075",
  17218.         ["SB"] = "http://www.roblox.com/asset/?id=295913072",
  17219.         ["SF"] = "http://www.roblox.com/asset/?id=295913073"
  17220.     },
  17221.     ["ExpType"] = "Slow",
  17222.     ["EVYield"] = {
  17223.         ["Exp"] =  215,
  17224.         ["Atk"] = 1,       
  17225.     },
  17226.     ["CatchRate"] = 225,
  17227. }, 
  17228.  
  17229. ["Sharpedo"] = {
  17230.     ["Pokedex"] = 358,
  17231.     ["PokedexDesc"] = "Sharpedo is actually the pre-evolved form of Garchomp !! ",
  17232.     ["Species"] = "SAVAGE Pokemon",
  17233.     ["Height"] = "5'11\"",
  17234.     ["Weight"] = 195.8,
  17235.     ["Type"] = {"Water","Dark"},
  17236.     ["Stats"] = {
  17237.         ["HP"] = 70,
  17238.         ["Atk"] = 120,
  17239.         ["Def"] = 40,
  17240.         ["SpA"] = 95,
  17241.         ["SpD"] = 40,
  17242.         ["Speed"] = 95
  17243.         },
  17244.     ["Evolution"] = {},
  17245.     ["Gender"] = 50,
  17246.     ["Moves"] = {
  17247.             ["LevelUp"] = {
  17248.             [65] = {"Zen Headbutt"},
  17249.             [55] = {"Take Down"},
  17250.             [52] = {"Agility"},
  17251.             [48] = {"Crunch"},
  17252.             [43] = {"Poison Fang"},
  17253.             [37] = {"Ice Fang"},
  17254.             [32] = {"Scary Face"},
  17255.             [26] = {"Screech"},
  17256.             [18] = {"Swagger"},
  17257.             [13] = {"Aqua Jet"},
  17258.             [10] = {"Focus Slam"},
  17259.             [5] = {"Leer"},
  17260.             [1] = {"Bite"},
  17261.             },
  17262.         ["TM"] = {"Icy Wind","Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Ice Beam","Dark Pulse"}
  17263.     },
  17264.     ["Sprites"] = {
  17265.         ["Front"] = "http://www.roblox.com/asset/?id=295913114",
  17266.         ["Back"] = "http://www.roblox.com/asset/?id=295913112",
  17267.         ["Mini"] = "http://www.roblox.com/asset/?id=295913110",
  17268.         ["SB"] = "http://www.roblox.com/asset/?id=295913111",
  17269.         ["SF"] = "http://www.roblox.com/asset/?id=295913113"
  17270.     },
  17271.     ["ExpType"] = "Slow",
  17272.     ["EVYield"] = {
  17273.         ["Exp"] =  215,
  17274.         ["Atk"] = 2,       
  17275.     },
  17276.     ["CatchRate"] = 60,
  17277. }, 
  17278.  
  17279. ["Wailmer"] = {
  17280.     ["Pokedex"] = 359,
  17281.     ["PokedexDesc"] = "Let's play beach ball with a Wailmer! ...if only we were giants. ",
  17282.     ["Species"] = "Ball Whale Pokemon",
  17283.     ["Height"] = "6'07\"",
  17284.     ["Weight"] = 286.8,
  17285.     ["Type"] = {"Water"},
  17286.     ["Stats"] = {
  17287.         ["HP"] = 130,
  17288.         ["Atk"] = 70,
  17289.         ["Def"] = 35,
  17290.         ["SpA"] = 70,
  17291.         ["SpD"] = 35,
  17292.         ["Speed"] = 60
  17293.         },
  17294.     ["Evolution"] = {40,"Wailord"},
  17295.     ["Gender"] = 50,
  17296.     ["Moves"] = {
  17297.             ["LevelUp"] = {
  17298.             [52] = {"Hydro Pump"},
  17299.             [43] = {"Zen Headbutt"},
  17300.             [37] = {"Body Slam"},
  17301.             [32] = {"Amnesia"},
  17302.             [26] = {"Rest"},
  17303.             [18] = {"Water Pulse"},
  17304.             [13] = {"Astonish"},
  17305.             [10] = {"Water Gun"},
  17306.             [5] = {"Growl"},
  17307.             [1] = {"Splash"},
  17308.             },
  17309.         ["TM"] = {"Icy Wind","Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Ice Beam","Body Slam"}
  17310.     },
  17311.     ["Sprites"] = {
  17312.         ["Front"] = "http://www.roblox.com/asset/?id=295913203",
  17313.         ["Back"] = "http://www.roblox.com/asset/?id=295913201",
  17314.         ["Mini"] = "http://www.roblox.com/asset/?id=295913204",
  17315.         ["SB"] = "http://www.roblox.com/asset/?id=295913202",
  17316.         ["SF"] = "http://www.roblox.com/asset/?id=295913200"
  17317.     },
  17318.     ["ExpType"] = "Slow",
  17319.     ["EVYield"] = {
  17320.         ["Exp"] =  137,
  17321.         ["HP"] = 1,    
  17322.     },
  17323.     ["CatchRate"] = 60,
  17324. }, 
  17325.  
  17326. ["Wailord"] = {
  17327.     ["Pokedex"] = 360,
  17328.     ["PokedexDesc"] = "Wailord's density is lighter than AIR. So basically it can float on air.",
  17329.     ["Species"] = "Ball Whale Pokemon",
  17330.     ["Height"] = "47'07\"",
  17331.     ["Weight"] = 877.4,
  17332.     ["Type"] = {"Water"},
  17333.     ["Stats"] = {
  17334.         ["HP"] = 170,
  17335.         ["Atk"] = 90,
  17336.         ["Def"] = 45,
  17337.         ["SpA"] = 90,
  17338.         ["SpD"] = 45,
  17339.         ["Speed"] = 60
  17340.         },
  17341.     ["Evolution"] = {},
  17342.     ["Gender"] = 50,
  17343.     ["Moves"] = {
  17344.             ["LevelUp"] = {
  17345.             [65] = {"Waterfall"}, --why?
  17346.             [52] = {"Hydro Pump"},
  17347.             [43] = {"Zen Headbutt"},
  17348.             [37] = {"Body Slam"},
  17349.             [32] = {"Amnesia"},
  17350.             [26] = {"Rest"},
  17351.             [18] = {"Water Pulse"},
  17352.             [13] = {"Astonish"},
  17353.             [10] = {"Water Gun"},
  17354.             [5] = {"Growl"},
  17355.             [1] = {"Splash"},
  17356.             },
  17357.         ["TM"] = {"Icy Wind","Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Ice Beam","Body Slam","Earthquake"}
  17358.     },
  17359.     ["Sprites"] = {
  17360.         ["Front"] = "http://www.roblox.com/asset/?id=295913386",
  17361.         ["Back"] = "http://www.roblox.com/asset/?id=295913385",
  17362.         ["Mini"] = "http://www.roblox.com/asset/?id=295913391",
  17363.         ["SB"] = "http://www.roblox.com/asset/?id=295913383",
  17364.         ["SF"] = "http://www.roblox.com/asset/?id=295913384"
  17365.     },
  17366.     ["ExpType"] = "Slow",
  17367.     ["EVYield"] = {
  17368.         ["Exp"] =  137,
  17369.         ["HP"] = 2,    
  17370.     },
  17371.     ["CatchRate"] = 60,
  17372. },
  17373.  
  17374.  
  17375. ["Sableye"] = {
  17376.     ["Pokedex"] = 361,
  17377.     ["PokedexDesc"] = "BRIGHT SHINE LIKE A DIAMOND.",
  17378.     ["Species"] = "Darkness Pokemon",
  17379.     ["Height"] = "1'08\"",
  17380.     ["Weight"] = 24.3,
  17381.     ["Type"] = {"Dark","Ghost"},
  17382.     ["Stats"] = {
  17383.         ["HP"] = 50,
  17384.         ["Atk"] = 75,
  17385.         ["Def"] = 75,
  17386.         ["SpA"] = 65,
  17387.         ["SpD"] = 65,
  17388.         ["Speed"] = 50
  17389.         },
  17390.     ["Evolution"] = {},
  17391.     ["Gender"] = 50,
  17392.     ["Moves"] = {
  17393.             ["LevelUp"] = {
  17394.             [60] = {"Recover"},
  17395.             [52] = {"Will-O-Wisp"},
  17396.             [43] = {"Zen Headbutt"},
  17397.             [37] = {"Shadow Ball"},
  17398.             [32] = {"Confuse Ray"},
  17399.             [26] = {"Shadow Claw"},
  17400.             [18] = {"Faint Attack"},
  17401.             [13] = {"Shadow Sneak"},
  17402.             [10] = {"Fury Swipes"},
  17403.             [5] = {"Leer"},
  17404.             [1] = {"Scratch"},
  17405.             },
  17406.         ["TM"] = {"Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Shadow Ball"}
  17407.     },
  17408.     ["Sprites"] = {
  17409.         ["Front"] = "http://www.roblox.com/asset/?id=295913738",
  17410.         ["Back"] = "http://www.roblox.com/asset/?id=295913736",
  17411.         ["Mini"] = "http://www.roblox.com/asset/?id=295913739",
  17412.         ["SB"] = "http://www.roblox.com/asset/?id=295913732",
  17413.         ["SF"] = "http://www.roblox.com/asset/?id=295913733"
  17414.     },
  17415.     ["ExpType"] = "MedSlow",
  17416.     ["EVYield"] = {
  17417.         ["Exp"] =  137,
  17418.         ["Atk"] = 1,
  17419.         ["Def"] = 1    
  17420.     },
  17421.     ["CatchRate"] = 60,
  17422. },
  17423.  
  17424. ["Mawile"] = {
  17425.     ["Pokedex"] = 362,
  17426.     ["PokedexDesc"] = "Mawile can chew through steel beams.",
  17427.     ["Species"] = "Deceiver Pokemon",
  17428.     ["Height"] = "2'00\"",
  17429.     ["Weight"] = 25.4,
  17430.     ["Type"] = {"Steel","Fairy"},
  17431.     ["Stats"] = {
  17432.         ["HP"] = 50,
  17433.         ["Atk"] = 85,
  17434.         ["Def"] = 85,
  17435.         ["SpA"] = 55,
  17436.         ["SpD"] = 55,
  17437.         ["Speed"] = 50
  17438.         },
  17439.     ["Evolution"] = {},
  17440.     ["Gender"] = 50,
  17441.     ["Moves"] = {
  17442.             ["LevelUp"] = {
  17443.             [75] = {"Poison Fang"},
  17444.             [70] = {"Fire Fang"},
  17445.             [65] = {"Thunder Fang"},
  17446.             [60] = {"Ice Fang"},
  17447.             [52] = {"Iron Head"},
  17448.             [43] = {"Iron Defense"},
  17449.             [37] = {"Crunch"},
  17450.             [32] = {"Faint Attack"},
  17451.             [26] = {"Vice Grip"},
  17452.             [18] = {"Sweet Scent"},
  17453.             [13] = {"Bite"},
  17454.             [10] = {"Fake Tears"},
  17455.             [5] = {"Growl"},
  17456.             [1] = {"Astonish"},
  17457.             },
  17458.         ["TM"] = {"Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Shadow Bomb"}
  17459.     },
  17460.     ["Sprites"] = {
  17461.         ["Front"] = "http://www.roblox.com/asset/?id=295913763",
  17462.         ["Back"] = "http://www.roblox.com/asset/?id=295913760",
  17463.         ["Mini"] = "http://www.roblox.com/asset/?id=295913758",
  17464.         ["SB"] = "http://www.roblox.com/asset/?id=295913759",
  17465.         ["SF"] = "http://www.roblox.com/asset/?id=295913761"
  17466.     },
  17467.     ["ExpType"] = "Fast",
  17468.     ["EVYield"] = {
  17469.         ["Exp"] =  137,
  17470.         ["Atk"] = 1,
  17471.         ["Def"] = 1    
  17472.     },
  17473.     ["CatchRate"] = 60,
  17474. },
  17475.  
  17476. ["Nosepass"] = {
  17477.     ["Pokedex"] = 363,
  17478.     ["PokedexDesc"] = "Its nose is a magnet. I would like to stick a Nosepass on a fridge!",
  17479.     ["Species"] = "Compass Pokemon",
  17480.     ["Height"] = "3'03\"",
  17481.     ["Weight"] = 213.8,
  17482.     ["Type"] = {"Rock"},
  17483.     ["Stats"] = {
  17484.         ["HP"] = 30,
  17485.         ["Atk"] = 45,
  17486.         ["Def"] = 135,
  17487.         ["SpA"] = 45,
  17488.         ["SpD"] = 90,
  17489.         ["Speed"] = 30
  17490.         },
  17491.     ["Evolution"] = {},
  17492.     ["EvolutionStone"] = {["Sinnoh Stone"] = "Probopass"},
  17493.     ["Gender"] = 50,
  17494.     ["Moves"] = {
  17495.             ["LevelUp"] = {
  17496.             [60] = {"Zap Cannon"},
  17497.             [52] = {"Earth Power"},
  17498.             [43] = {"Discharge"},
  17499.             [37] = {"Rock Blast"},
  17500.             [32] = {"Rock Slide"},
  17501.             [26] = {"Spark"},
  17502.             [18] = {"Rest"},
  17503.             [13] = {"Thunder Wave"},
  17504.             [10] = {"Rock Throw"},
  17505.             [5] = {"Harden"},
  17506.             [1] = {"Tackle"},
  17507.             },
  17508.         ["TM"] = {"Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Shadow Bomb"}
  17509.     },
  17510.     ["Sprites"] = {
  17511.         ["Front"] = "http://www.roblox.com/asset/?id=295913806",
  17512.         ["Back"] = "http://www.roblox.com/asset/?id=295913804",
  17513.         ["Mini"] = "http://www.roblox.com/asset/?id=295913813",
  17514.         ["SB"] = "http://www.roblox.com/asset/?id=295913802",
  17515.         ["SF"] = "http://www.roblox.com/asset/?id=295913803"
  17516.     },
  17517.     ["ExpType"] = "MedFast",
  17518.     ["EVYield"] = {
  17519.         ["Exp"] =  137,
  17520.         ["Def"] = 1    
  17521.     },
  17522.     ["CatchRate"] = 255,
  17523. }, 
  17524.  
  17525. ["Probopass"] = {
  17526.     ["Pokedex"] = 364,
  17527.     ["PokedexDesc"] = "Probopass's mustache is actually just metal because Probopass's nose is a magnet!",
  17528.     ["Species"] = "Compass Pokemon",
  17529.     ["Height"] = "4'07\"",
  17530.     ["Weight"] = 749.7,
  17531.     ["Type"] = {"Rock","Steel"},
  17532.     ["Stats"] = {
  17533.         ["HP"] = 60,
  17534.         ["Atk"] = 55,
  17535.         ["Def"] = 145,
  17536.         ["SpA"] = 75,
  17537.         ["SpD"] = 150,
  17538.         ["Speed"] = 40
  17539.         },
  17540.     ["Evolution"] = {},
  17541.     ["Gender"] = 50,
  17542.     ["Moves"] = {
  17543.             ["LevelUp"] = {
  17544.             [60] = {"Zap Cannon"},
  17545.             [52] = {"Earth Power"},
  17546.             [49] = {"Iron Defense"},
  17547.             [43] = {"Discharge"},
  17548.             [37] = {"Rock Blast"},
  17549.             [32] = {"Rock Slide"},
  17550.             [26] = {"Spark"},
  17551.             [18] = {"Rest"},
  17552.             [13] = {"Thunder Wave"},
  17553.             [10] = {"Rock Throw"},
  17554.             [5] = {"Harden"},
  17555.             [1] = {"Tackle"},
  17556.             },
  17557.         ["TM"] = {"Double Team","Toxic","Surf","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Earthquake","Stone Edge","Thunderbolt","Rock Tomb"}
  17558.     },
  17559.     ["Sprites"] = {
  17560.         ["Front"] = "http://www.roblox.com/asset/?id=295913868",
  17561.         ["Back"] = "http://www.roblox.com/asset/?id=295913867",
  17562.         ["Mini"] = "http://www.roblox.com/asset/?id=295913865",
  17563.         ["SB"] = "http://www.roblox.com/asset/?id=295913864",
  17564.         ["SF"] = "http://www.roblox.com/asset/?id=295913866"
  17565.     },
  17566.     ["ExpType"] = "MedFast",
  17567.     ["EVYield"] = {
  17568.         ["Exp"] =  137,
  17569.         ["Def"] = 1,
  17570.         ["SpD"] = 2
  17571.     },
  17572.     ["CatchRate"] = 255,
  17573. }, 
  17574.  
  17575. ["Croagunk"] = {
  17576.     ["Pokedex"] = 365,
  17577.     ["PokedexDesc"] = "It rarely fights fairly, but that is strictly to ensure survival. It is popular as a mascot. ",
  17578.     ["Species"] = "Toxic Mouth Pokemon",
  17579.     ["Height"] = "2'04\"",
  17580.     ["Weight"] = 50.7,
  17581.     ["Type"] = {"Poison","Fighting"},
  17582.     ["Stats"] = {
  17583.         ["HP"] = 48,
  17584.         ["Atk"] = 61,
  17585.         ["Def"] = 40,
  17586.         ["SpA"] = 61,
  17587.         ["SpD"] = 40,
  17588.         ["Speed"] = 50
  17589.         },
  17590.     ["Evolution"] = {37,"Toxicroak"},
  17591.     ["Gender"] = 50,
  17592.     ["Moves"] = {
  17593.             ["LevelUp"] = {
  17594.             [90] = {"Swords Dance"},
  17595.             [82] = {"Ice Punch"},
  17596.             [76] = {"Vacuum Wave"},
  17597.             [70] = {"Cross Chop"},
  17598.             [65] = {"Drain Punch"},
  17599.             [60] = {"X-Scissor"},
  17600.             [52] = {"Shadow Ball"},
  17601.             [49] = {"Sludge Bomb"},
  17602.             [43] = {"Poison Jab"},
  17603.             [37] = {"Focus Blast"},
  17604.             [32] = {"Nasty Plot"},
  17605.             [26] = {"Mud Bomb"},
  17606.             [18] = {"Swagger"},
  17607.             [13] = {"Faint Attack"},
  17608.             [10] = {"Poison Sting"},
  17609.             [5] = {"Mud-Slap"},
  17610.             [1] = {"Astonish"},
  17611.             },
  17612.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Stone Edge","Thunderbolt","Rock Tomb"}
  17613.     },
  17614.     ["Sprites"] = {
  17615.         ["Front"] = "http://www.roblox.com/asset/?id=295914280",
  17616.         ["Back"] = "http://www.roblox.com/asset/?id=295914279",
  17617.         ["Mini"] = "http://www.roblox.com/asset/?id=295914281",
  17618.         ["SB"] = "http://www.roblox.com/asset/?id=295914277",
  17619.         ["SF"] = "http://www.roblox.com/asset/?id=295914278"
  17620.     },
  17621.     ["ExpType"] = "MedFast",
  17622.     ["EVYield"] = {
  17623.         ["Exp"] =  137,
  17624.         ["Atk"] = 1,
  17625.        
  17626.     },
  17627.     ["CatchRate"] = 255,
  17628. }, 
  17629.  
  17630. ["Toxicroak"] = {
  17631.     ["Pokedex"] = 366,
  17632.     ["PokedexDesc"] = "It rarely fights fairly, but that is strictly to ensure survival. It is popular as a mascot. ",
  17633.     ["Species"] = "Toxic Mouth Pokemon",
  17634.     ["Height"] = "4'03\"",
  17635.     ["Weight"] = 97.9,
  17636.     ["Type"] = {"Poison","Fighting"},
  17637.     ["Stats"] = {
  17638.         ["HP"] = 83,
  17639.         ["Atk"] = 106,
  17640.         ["Def"] = 65,
  17641.         ["SpA"] = 86,
  17642.         ["SpD"] = 65,
  17643.         ["Speed"] = 85
  17644.         },
  17645.     ["Evolution"] = {},
  17646.     ["Gender"] = 50,
  17647.     ["Moves"] = {
  17648.             ["LevelUp"] = {
  17649.             [90] = {"Swords Dance"},
  17650.             [82] = {"Ice Punch"},
  17651.             [76] = {"Vacuum Wave"},
  17652.             [70] = {"Cross Chop"},
  17653.             [65] = {"Drain Punch"},
  17654.             [60] = {"X-Scissor"},
  17655.             [52] = {"Shadow Ball"},
  17656.             [49] = {"Sludge Bomb"},
  17657.             [43] = {"Poison Jab"},
  17658.             [37] = {"Focus Blast"},
  17659.             [32] = {"Nasty Plot"},
  17660.             [26] = {"Mud Bomb"},
  17661.             [18] = {"Swagger"},
  17662.             [13] = {"Faint Attack"},
  17663.             [10] = {"Poison Sting"},
  17664.             [5] = {"Mud-Slap"},
  17665.             [1] = {"Astonish"},
  17666.             },
  17667.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Stone Edge","Rock Tomb"}
  17668.     },
  17669.     ["Sprites"] = {
  17670.         ["Front"] = "http://www.roblox.com/asset/?id=302504573",
  17671.         ["Back"] = "http://www.roblox.com/asset/?id=302504574",
  17672.         ["Mini"] = "http://www.roblox.com/asset/?id=302504565",
  17673.         ["SB"] = "http://www.roblox.com/asset/?id=302504566",
  17674.         ["SF"] = "http://www.roblox.com/asset/?id=302504564"
  17675.     },
  17676.     ["ExpType"] = "MedFast",
  17677.     ["EVYield"] = {
  17678.         ["Exp"] =  137,
  17679.         ["Atk"] = 1,
  17680.        
  17681.     },
  17682.     ["CatchRate"] = 255,
  17683. }, 
  17684.  
  17685. ["Snivy"] = {
  17686.     ["Pokedex"] = 367,
  17687.     ["PokedexDesc"] = "I wish Snivy was named Smugleaf... ",
  17688.     ["Species"] = "Grass Snake Pokemon",
  17689.     ["Height"] = "2'00\"",
  17690.     ["Weight"] = 17.9,
  17691.     ["Type"] = {"Grass"},
  17692.     ["Stats"] = {
  17693.         ["HP"] = 45,
  17694.         ["Atk"] = 45,
  17695.         ["Def"] = 55,
  17696.         ["SpA"] = 45,
  17697.         ["SpD"] = 55,
  17698.         ["Speed"] = 63
  17699.         },
  17700.     ["Evolution"] = {17,"Servine"},
  17701.     ["Gender"] = 87,
  17702.     ["Moves"] = {
  17703.             ["LevelUp"] = {
  17704.             [60] = {"Iron Tail"},
  17705.             [55] = {"Synthesis"},
  17706.             [52] = {"Energy Ball"},
  17707.             [49] = {"Calm Mind"},
  17708.             [43] = {"Leaf Storm"},
  17709.             [37] = {"Giga Drain"},
  17710.             [32] = {"Leaf Blade"},
  17711.             [26] = {"Slam"},
  17712.             [18] = {"Mega Drain"},
  17713.             [13] = {"Absorb"},
  17714.             [10] = {"Growth"},
  17715.             [5] = {"Leer"},
  17716.             [1] = {"Tackle"},
  17717.             },
  17718.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Stone Edge","Rock Tomb"}
  17719.     },
  17720.     ["Sprites"] = {
  17721.         ["Front"] = "http://www.roblox.com/asset/?id=295914361",
  17722.         ["Back"] = "http://www.roblox.com/asset/?id=295914360",
  17723.         ["Mini"] = "http://www.roblox.com/asset/?id=295914357",
  17724.         ["SB"] = "http://www.roblox.com/asset/?id=295914358",
  17725.         ["SF"] = "http://www.roblox.com/asset/?id=295914359"
  17726.     },
  17727.     ["ExpType"] = "MedSlow",
  17728.     ["EVYield"] = {
  17729.         ["Exp"] =  137,
  17730.         ["Speed"] = 1,
  17731.        
  17732.     },
  17733.     ["CatchRate"] = 45,
  17734. }, 
  17735.  
  17736. ["Servine"] = {
  17737.     ["Pokedex"] = 368,
  17738.     ["PokedexDesc"] =  "When it gets dirty, its leaves can't be used in photosynthesis, so it always keeps itself clean. . ",
  17739.     ["Species"] = "Grass Snake Pokemon",
  17740.     ["Height"] = "2'07\"",
  17741.     ["Weight"] = 35.3,
  17742.     ["Type"] = {"Grass"},
  17743.     ["Stats"] = {
  17744.         ["HP"] = 60,
  17745.         ["Atk"] = 60,
  17746.         ["Def"] = 75,
  17747.         ["SpA"] = 60,
  17748.         ["SpD"] = 55,
  17749.         ["Speed"] = 83
  17750.         },
  17751.     ["Evolution"] = {36,"Serperior"},
  17752.     ["Gender"] = 87,
  17753.     ["Moves"] = {
  17754.             ["LevelUp"] = {
  17755.             [60] = {"Iron Tail"},
  17756.             [55] = {"Synthesis"},
  17757.             [52] = {"Energy Ball"},
  17758.             [49] = {"Calm Mind"},
  17759.             [43] = {"Leaf Storm"},
  17760.             [37] = {"Giga Drain"},
  17761.             [32] = {"Leaf Blade"},
  17762.             [26] = {"Slam"},
  17763.             [18] = {"Mega Drain"},
  17764.             [13] = {"Absorb"},
  17765.             [10] = {"Growth"},
  17766.             [5] = {"Leer"},
  17767.             [1] = {"Tackle"},
  17768.             },
  17769.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Stone Edge","Rock Tomb"}
  17770.     },
  17771.     ["Sprites"] = {
  17772.         ["Front"] = "http://www.roblox.com/asset/?id=295914384",
  17773.         ["Back"] = "http://www.roblox.com/asset/?id=295914382",
  17774.         ["Mini"] = "http://www.roblox.com/asset/?id=295914383",
  17775.         ["SB"] = "http://www.roblox.com/asset/?id=295914381",
  17776.         ["SF"] = "http://www.roblox.com/asset/?id=295914390"
  17777.     },
  17778.     ["ExpType"] = "MedSlow",
  17779.     ["EVYield"] = {
  17780.         ["Exp"] =  137,
  17781.         ["Speed"] = 2,
  17782.        
  17783.     },
  17784.     ["CatchRate"] = 45,
  17785. },
  17786.  
  17787. ["Serperior"] = {
  17788.     ["Pokedex"] = 369,
  17789.     ["PokedexDesc"] =  "Serperior and Rhyperior are distant cousins.  ",
  17790.     ["Species"] = "Grass Snake Pokemon",
  17791.     ["Height"] = "10'10\"",
  17792.     ["Weight"] = 138.9,
  17793.     ["Type"] = {"Grass"},
  17794.     ["Stats"] = {
  17795.         ["HP"] = 75,
  17796.         ["Atk"] = 75,
  17797.         ["Def"] = 95,
  17798.         ["SpA"] = 75,
  17799.         ["SpD"] = 95,
  17800.         ["Speed"] = 113
  17801.         },
  17802.     ["Evolution"] = {},
  17803.     ["Gender"] = 87,
  17804.     ["Moves"] = {
  17805.             ["LevelUp"] = {
  17806.             [75] = {"Aqua Tail"},
  17807.             [60] = {"Iron Tail"},
  17808.             [55] = {"Synthesis"},
  17809.             [52] = {"Energy Ball"},
  17810.             [49] = {"Calm Mind"},
  17811.             [43] = {"Leaf Storm"},
  17812.             [37] = {"Giga Drain"},
  17813.             [32] = {"Leaf Blade"},
  17814.             [26] = {"Slam"},
  17815.             [18] = {"Mega Drain"},
  17816.             [13] = {"Absorb"},
  17817.             [10] = {"Growth"},
  17818.             [5] = {"Leer"},
  17819.             [1] = {"Tackle"},
  17820.             },
  17821.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Stone Edge","Rock Tomb"}
  17822.     },
  17823.     ["Sprites"] = {
  17824.         ["Front"] = "http://www.roblox.com/asset/?id=295914415",
  17825.         ["Back"] = "http://www.roblox.com/asset/?id=295914414",
  17826.         ["Mini"] = "http://www.roblox.com/asset/?id=295914413",
  17827.         ["SB"] = "http://www.roblox.com/asset/?id=295914411",
  17828.         ["SF"] = "http://www.roblox.com/asset/?id=295914412"
  17829.     },
  17830.     ["ExpType"] = "MedSlow",
  17831.     ["EVYield"] = {
  17832.         ["Exp"] =  137,
  17833.         ["Speed"] = 3,
  17834.        
  17835.     },
  17836.     ["CatchRate"] = 45,
  17837. },     
  17838.  
  17839. ["Tepig"] = {
  17840.     ["Pokedex"] = 370,
  17841.     ["PokedexDesc"] =  "Tepig is the pig!! haha I'm so clever ",
  17842.     ["Species"] = "Fire Pig Pokemon",
  17843.     ["Height"] = "1'08\"",
  17844.     ["Weight"] = 21.8,
  17845.     ["Type"] = {"Fire"},
  17846.     ["Stats"] = {
  17847.         ["HP"] = 65,
  17848.         ["Atk"] = 63,
  17849.         ["Def"] = 45,
  17850.         ["SpA"] = 45,
  17851.         ["SpD"] = 45,
  17852.         ["Speed"] = 45
  17853.         },
  17854.     ["Evolution"] = {17,"Pignite"},
  17855.     ["Gender"] = 87,
  17856.     ["Moves"] = {
  17857.             ["LevelUp"] = {
  17858.             [52] = {"Flare Blitz"},
  17859.             [49] = {"Body Slam"},
  17860.             [43] = {"Zen Headbutt"},
  17861.             [37] = {"Superpower"},
  17862.             [32] = {"Flamethrower"},
  17863.             [26] = {"Smog"},
  17864.             [18] = {"Flame Charge"},
  17865.             [13] = {"Defense Curl"},
  17866.             [10] = {"Ember"},
  17867.             [5] = {"Tail Whip"},
  17868.             [1] = {"Tackle"},
  17869.             },
  17870.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Dark Pulse","Body Slam","Stone Edge","Rock Tomb"}
  17871.     },
  17872.     ["Sprites"] = {
  17873.         ["Front"] = "http://www.roblox.com/asset/?id=295914115",
  17874.         ["Back"] = "http://www.roblox.com/asset/?id=295914114",
  17875.         ["Mini"] = "http://www.roblox.com/asset/?id=295914116",
  17876.         ["SB"] = "http://www.roblox.com/asset/?id=295914112",
  17877.         ["SF"] = "http://www.roblox.com/asset/?id=295914113"
  17878.     },
  17879.     ["ExpType"] = "MedSlow",
  17880.     ["EVYield"] = {
  17881.         ["Exp"] =  137,
  17882.         ["HP"] = 1,
  17883.     },
  17884.     ["CatchRate"] = 45,
  17885. },     
  17886.  
  17887. ["Pignite"] = {
  17888.     ["Pokedex"] = 371,
  17889.     ["PokedexDesc"] =  "PigNite more like WishNite xD ",
  17890.     ["Species"] = "Fire Pig Pokemon",
  17891.     ["Height"] = "3'03\"",
  17892.     ["Weight"] = 122.4,
  17893.     ["Type"] = {"Fire","Fighting"},
  17894.     ["Stats"] = {
  17895.         ["HP"] = 90,
  17896.         ["Atk"] = 93,
  17897.         ["Def"] = 55,
  17898.         ["SpA"] = 70,
  17899.         ["SpD"] = 55,
  17900.         ["Speed"] = 55
  17901.         },
  17902.     ["Evolution"] = {36,"Emboar"},
  17903.     ["Gender"] = 87,
  17904.     ["Moves"] = {
  17905.             ["LevelUp"] = {
  17906.             [83] = {"Head Smash"},
  17907.             [75] = {"Brick Break"},
  17908.             [60] = {"Iron Tail"},
  17909.             [52] = {"Flare Blitz"},
  17910.             [49] = {"Body Slam"},
  17911.             [43] = {"Zen Headbutt"},
  17912.             [37] = {"Superpower"},
  17913.             [32] = {"Flamethrower"},
  17914.             [26] = {"Smog"},
  17915.             [18] = {"Flame Charge"},
  17916.             [13] = {"Defense Curl"},
  17917.             [10] = {"Ember"},
  17918.             [5] = {"Tail Whip"},
  17919.             [1] = {"Tackle"},
  17920.             },
  17921.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  17922.     },
  17923.     ["Sprites"] = {
  17924.         ["Front"] = "http://www.roblox.com/asset/?id=295914146",
  17925.         ["Back"] = "http://www.roblox.com/asset/?id=295914144",
  17926.         ["Mini"] = "http://www.roblox.com/asset/?id=295914145",
  17927.         ["SB"] = "http://www.roblox.com/asset/?id=295914143",
  17928.         ["SF"] = "http://www.roblox.com/asset/?id=295914158"
  17929.     },
  17930.     ["ExpType"] = "MedSlow",
  17931.     ["EVYield"] = {
  17932.         ["Exp"] =  137,
  17933.         ["HP"] = 2,
  17934.     },
  17935.     ["CatchRate"] = 45,
  17936. }, 
  17937.  
  17938. ["Emboar"] = {
  17939.     ["Pokedex"] = 372,
  17940.     ["PokedexDesc"] =  "Emboar... the third Fire-Fighting starter released... ",
  17941.     ["Species"] = "Fire Pig Pokemon",
  17942.     ["Height"] = "5'03\"",
  17943.     ["Weight"] = 330.7,
  17944.     ["Type"] = {"Fire","Fighting"},
  17945.     ["Stats"] = {
  17946.         ["HP"] = 110,
  17947.         ["Atk"] = 123,
  17948.         ["Def"] = 65,
  17949.         ["SpA"] = 100,
  17950.         ["SpD"] = 65,
  17951.         ["Speed"] = 65
  17952.         },
  17953.     ["Evolution"] = {},
  17954.     ["Gender"] = 87,
  17955.     ["Moves"] = {
  17956.             ["LevelUp"] = {
  17957.             [83] = {"Head Smash"},
  17958.             [75] = {"Brick Break"},
  17959.             [60] = {"Iron Tail"},
  17960.             [52] = {"Flare Blitz"},
  17961.             [49] = {"Body Slam"},
  17962.             [43] = {"Zen Headbutt"},
  17963.             [37] = {"Superpower"},
  17964.             [32] = {"Flamethrower"},
  17965.             [26] = {"Smog"},
  17966.             [18] = {"Flame Charge"},
  17967.             [13] = {"Defense Curl"},
  17968.             [10] = {"Ember"},
  17969.             [5] = {"Tail Whip"},
  17970.             [1] = {"Tackle"},
  17971.             },
  17972.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  17973.     },
  17974.     ["Sprites"] = {
  17975.         ["Front"] = "http://www.roblox.com/asset/?id=295914169",
  17976.         ["Back"] = "http://www.roblox.com/asset/?id=295914170",
  17977.         ["Mini"] = "http://www.roblox.com/asset/?id=295914171",
  17978.         ["SB"] = "http://www.roblox.com/asset/?id=295914180",
  17979.         ["SF"] = "http://www.roblox.com/asset/?id=295914168"
  17980.     },
  17981.     ["ExpType"] = "MedSlow",
  17982.     ["EVYield"] = {
  17983.         ["Exp"] =  137,
  17984.         ["Atk"] = 3,
  17985.     },
  17986.     ["CatchRate"] = 45,
  17987. }, 
  17988.  
  17989. ["Oshawott"] = {
  17990.     ["Pokedex"] = 373,
  17991.     ["PokedexDesc"] =  "I swear, Oshawott should have been named Wotter... ",
  17992.     ["Species"] = "Sea Otter Pokemon",
  17993.     ["Height"] = "1'08\"",
  17994.     ["Weight"] = 13.0,
  17995.     ["Type"] = {"Water"},
  17996.     ["Stats"] = {
  17997.         ["HP"] = 55,
  17998.         ["Atk"] = 55,
  17999.         ["Def"] = 45,
  18000.         ["SpA"] = 63,
  18001.         ["SpD"] = 45,
  18002.         ["Speed"] = 45
  18003.         },
  18004.     ["Evolution"] = {17,"Dewott"},
  18005.     ["Gender"] = 87,
  18006.     ["Moves"] = {
  18007.             ["LevelUp"] = {
  18008.             [83] = {"Swords Dance"},
  18009.             [75] = {"Scald"},
  18010.             [60] = {"Night Slash"},
  18011.             [52] = {"Hydro Pump"},
  18012.             [49] = {"Air Slash"},
  18013.             [43] = {"Ice Beam"},
  18014.             [37] = {"Aqua Tail"},
  18015.             [32] = {"Aqua Jet"},
  18016.             [26] = {"Water Pulse"},
  18017.             [18] = {"Razor Shell"},
  18018.             [13] = {"Focus Slam"},
  18019.             [10] = {"Water Gun"},
  18020.             [5] = {"Tail Whip"},
  18021.             [1] = {"Tackle"},
  18022.             },
  18023.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  18024.     },
  18025.     ["Sprites"] = {
  18026.         ["Front"] = "http://www.roblox.com/asset/?id=295913909",
  18027.         ["Back"] = "http://www.roblox.com/asset/?id=295913903",
  18028.         ["Mini"] = "http://www.roblox.com/asset/?id=295913904",
  18029.         ["SB"] = "http://www.roblox.com/asset/?id=295913901",
  18030.         ["SF"] = "http://www.roblox.com/asset/?id=295913902"
  18031.     },
  18032.     ["ExpType"] = "MedSlow",
  18033.     ["EVYield"] = {
  18034.         ["Exp"] =  137,
  18035.         ["SpA"] = 1,
  18036.     },
  18037.     ["CatchRate"] = 45,
  18038. },     
  18039.  
  18040. ["Dewott"] = {
  18041.     ["Pokedex"] = 374,
  18042.     ["PokedexDesc"] =  "Dewott? ",
  18043.     ["Species"] = "Sea Otter Pokemon",
  18044.     ["Height"] = "2'07\"",
  18045.     ["Weight"] = 54.0,
  18046.     ["Type"] = {"Water"},
  18047.     ["Stats"] = {
  18048.         ["HP"] = 75,
  18049.         ["Atk"] = 75,
  18050.         ["Def"] = 60,
  18051.         ["SpA"] = 83,
  18052.         ["SpD"] = 60,
  18053.         ["Speed"] = 60
  18054.         },
  18055.     ["Evolution"] = {36,"Samurott"},
  18056.     ["Gender"] = 87,
  18057.     ["Moves"] = {
  18058.             ["LevelUp"] = {
  18059.             [83] = {"Swords Dance"},
  18060.             [75] = {"Scald"},
  18061.             [60] = {"Night Slash"},
  18062.             [52] = {"Hydro Pump"},
  18063.             [49] = {"Air Slash"},
  18064.             [43] = {"Ice Beam"},
  18065.             [37] = {"Aqua Tail"},
  18066.             [32] = {"Aqua Jet"},
  18067.             [26] = {"Water Pulse"},
  18068.             [18] = {"Razor Shell"},
  18069.             [13] = {"Focus Slam"},
  18070.             [10] = {"Water Gun"},
  18071.             [5] = {"Tail Whip"},
  18072.             [1] = {"Tackle"},
  18073.             },
  18074.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  18075.     },
  18076.     ["Sprites"] = {
  18077.         ["Front"] = "http://www.roblox.com/asset/?id=295913935",
  18078.         ["Back"] = "http://www.roblox.com/asset/?id=295913933",
  18079.         ["Mini"] = "http://www.roblox.com/asset/?id=295913962",
  18080.         ["SB"] = "http://www.roblox.com/asset/?id=295913932",
  18081.         ["SF"] = "http://www.roblox.com/asset/?id=295913934"
  18082.     },
  18083.     ["ExpType"] = "MedSlow",
  18084.     ["EVYield"] = {
  18085.         ["Exp"] =  137,
  18086.         ["SpA"] = 2,
  18087.     },
  18088.     ["CatchRate"] = 45,
  18089. },
  18090.  
  18091. ["Samurott"] = {
  18092.     ["Pokedex"] = 375,
  18093.     ["PokedexDesc"] =  "Samurott -- the only Pokemon that is quadrupedal but its pre-evolutions are bipedal...",
  18094.     ["Species"] = "Formidable Pokemon",
  18095.     ["Height"] = "4'11\"",
  18096.     ["Weight"] = 208.6,
  18097.     ["Type"] = {"Water"},
  18098.     ["Stats"] = {
  18099.         ["HP"] = 95,
  18100.         ["Atk"] = 100,
  18101.         ["Def"] = 85,
  18102.         ["SpA"] = 108,
  18103.         ["SpD"] = 70,
  18104.         ["Speed"] = 70
  18105.         },
  18106.     ["Evolution"] = {},
  18107.     ["Gender"] = 87,
  18108.     ["Moves"] = {
  18109.             ["LevelUp"] = {
  18110.             [100] = {"Megahorn"},
  18111.             [83] = {"Swords Dance"},
  18112.             [75] = {"Scald"},
  18113.             [60] = {"Night Slash"},
  18114.             [52] = {"Hydro Pump"},
  18115.             [49] = {"Air Slash"},
  18116.             [43] = {"Ice Beam"},
  18117.             [37] = {"Aqua Tail"},
  18118.             [32] = {"Aqua Jet"},
  18119.             [26] = {"Water Pulse"},
  18120.             [18] = {"Razor Shell"},
  18121.             [13] = {"Focus Slam"},
  18122.             [10] = {"Water Gun"},
  18123.             [5] = {"Tail Whip"},
  18124.             [1] = {"Tackle"},
  18125.             },
  18126.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  18127.     },
  18128.     ["Sprites"] = {
  18129.         ["Front"] = "http://www.roblox.com/asset/?id=295913970",
  18130.         ["Back"] = "http://www.roblox.com/asset/?id=295913971",
  18131.         ["Mini"] = "http://www.roblox.com/asset/?id=295913969",
  18132.         ["SB"] = "http://www.roblox.com/asset/?id=302672739",
  18133.         ["SF"] = "http://www.roblox.com/asset/?id=295913968"
  18134.     },
  18135.     ["ExpType"] = "MedSlow",
  18136.     ["EVYield"] = {
  18137.         ["Exp"] =  137,
  18138.         ["SpA"] = 3,
  18139.     },
  18140.     ["CatchRate"] = 45,
  18141. },
  18142.  
  18143. ["Sandile"] = {
  18144.     ["Pokedex"] = 376,
  18145.     ["PokedexDesc"] =  "Sandile is a crocodile, not an alligator.",
  18146.     ["Species"] = "Desert Croc Pokemon",
  18147.     ["Height"] = "2'04\"",
  18148.     ["Weight"] = 33.5,
  18149.     ["Type"] = {"Ground","Dark"},
  18150.     ["Stats"] = {
  18151.         ["HP"] = 50,
  18152.         ["Atk"] = 72,
  18153.         ["Def"] = 35,
  18154.         ["SpA"] = 35,
  18155.         ["SpD"] = 35,
  18156.         ["Speed"] = 65
  18157.         },
  18158.     ["Evolution"] = {29,"Krokorok"},
  18159.     ["Gender"] = 50,
  18160.     ["Moves"] = {
  18161.             ["LevelUp"] = {
  18162.             [60] = {"Earthquake"},
  18163.             [52] = {"Thunder Fang"},
  18164.             [49] = {"Dark Pulse"},
  18165.             [43] = {"Rock Slide"},
  18166.             [37] = {"Sludge Bomb"},
  18167.             [32] = {"Scary Face"},
  18168.             [26] = {"Crunch"},
  18169.             [18] = {"Swagger"},
  18170.             [13] = {"Mud-Slap"},
  18171.             [10] = {"Sand-Attack"},
  18172.             [5] = {"Bite"},
  18173.             [1] = {"Leer"},
  18174.             },
  18175.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  18176.     },
  18177.     ["Sprites"] = {
  18178.         ["Front"] = "http://www.roblox.com/asset/?id=295914197",
  18179.         ["Back"] = "http://www.roblox.com/asset/?id=295914195",
  18180.         ["Mini"] = "http://www.roblox.com/asset/?id=295914193",
  18181.         ["SB"] = "http://www.roblox.com/asset/?id=295914194",
  18182.         ["SF"] = "http://www.roblox.com/asset/?id=295914196"
  18183.     },
  18184.     ["ExpType"] = "MedSlow",
  18185.     ["EVYield"] = {
  18186.         ["Exp"] =  137,
  18187.         ["Atk"] = 1,
  18188.     },
  18189.     ["CatchRate"] = 180,
  18190. }, 
  18191.  
  18192. ["Krokorok"] = {
  18193.     ["Pokedex"] = 377,
  18194.     ["PokedexDesc"] =  "Krokorok is spelled funny and it's really fun to say! Try it! Krcok-o-rock.",
  18195.     ["Species"] = "Formidable Pokemon",
  18196.     ["Height"] = "3'03\"",
  18197.     ["Weight"] = 73.6,
  18198.     ["Type"] = {"Ground","Dark"},
  18199.     ["Stats"] = {
  18200.         ["HP"] = 60,
  18201.         ["Atk"] = 82,
  18202.         ["Def"] = 45,
  18203.         ["SpA"] = 45,
  18204.         ["SpD"] = 45,
  18205.         ["Speed"] = 74
  18206.         },
  18207.     ["Evolution"] = {29,"Krookodile"},
  18208.     ["Gender"] = 50,
  18209.     ["Moves"] = {
  18210.             ["LevelUp"] = {
  18211.             [60] = {"Earthquake"},
  18212.             [52] = {"Thunder Fang"},
  18213.             [49] = {"Dark Pulse"},
  18214.             [43] = {"Rock Slide"},
  18215.             [37] = {"Sludge Bomb"},
  18216.             [32] = {"Scary Face"},
  18217.             [26] = {"Crunch"},
  18218.             [18] = {"Swagger"},
  18219.             [13] = {"Mud-Slap"},
  18220.             [10] = {"Sand-Attack"},
  18221.             [5] = {"Bite"},
  18222.             [1] = {"Leer"},
  18223.             },
  18224.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  18225.     },
  18226.     ["Sprites"] = {
  18227.         ["Front"] = "http://www.roblox.com/asset/?id=295914215",
  18228.         ["Back"] = "http://www.roblox.com/asset/?id=295914214",
  18229.         ["Mini"] = "http://www.roblox.com/asset/?id=295914216",
  18230.         ["SB"] = "http://www.roblox.com/asset/?id=295914213",
  18231.         ["SF"] = "http://www.roblox.com/asset/?id=295914217"
  18232.     },
  18233.     ["ExpType"] = "MedSlow",
  18234.     ["EVYield"] = {
  18235.         ["Exp"] =  137,
  18236.         ["Atk"] = 2,
  18237.     },
  18238.     ["CatchRate"] = 180,
  18239. }, 
  18240.  
  18241. ["Krookodile"] = {
  18242.     ["Pokedex"] = 378,
  18243.     ["PokedexDesc"] =  "Krookodile is mostly used as bodyguards in the Pokemon world.",
  18244.     ["Species"] = "Intimidation Pokemon",
  18245.     ["Height"] = "4'11\"",
  18246.     ["Weight"] = 212.3,
  18247.     ["Type"] = {"Ground","Dark"},
  18248.     ["Stats"] = {
  18249.         ["HP"] = 95,
  18250.         ["Atk"] = 117,
  18251.         ["Def"] = 80,
  18252.         ["SpA"] = 65,
  18253.         ["SpD"] = 70,
  18254.         ["Speed"] = 92
  18255.         },
  18256.     ["Evolution"] = {},
  18257.     ["Gender"] = 50,
  18258.     ["Moves"] = {
  18259.             ["LevelUp"] = {
  18260.             [82] = {"Shadow Claw"},
  18261.             [72] = {"Bulk Up"},
  18262.             [65] = {"Fire Fang"},
  18263.             [60] = {"Earthquake"},
  18264.             [52] = {"Thunder Fang"},
  18265.             [49] = {"Dark Pulse"},
  18266.             [43] = {"Rock Slide"},
  18267.             [37] = {"Sludge Bomb"},
  18268.             [32] = {"Scary Face"},
  18269.             [26] = {"Crunch"},
  18270.             [18] = {"Swagger"},
  18271.             [13] = {"Mud-Slap"},
  18272.             [10] = {"Sand-Attack"},
  18273.             [5] = {"Bite"},
  18274.             [1] = {"Leer"},
  18275.             },
  18276.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Rock Tomb","Focus Blast","Body Slam","Stone Edge","Rock Tomb"}
  18277.     },
  18278.     ["Sprites"] = {
  18279.         ["Front"] = "http://www.roblox.com/asset/?id=295914240",
  18280.         ["Back"] = "http://www.roblox.com/asset/?id=295914245",
  18281.         ["Mini"] = "http://www.roblox.com/asset/?id=295914244",
  18282.         ["SB"] = "http://www.roblox.com/asset/?id=295914238",
  18283.         ["SF"] = "http://www.roblox.com/asset/?id=295914239"
  18284.     },
  18285.     ["ExpType"] = "MedSlow",
  18286.     ["EVYield"] = {
  18287.         ["Exp"] =  137,
  18288.         ["Atk"] = 3,
  18289.     },
  18290.     ["CatchRate"] = 180,
  18291. },
  18292.  
  18293.  
  18294. ["Shaymin"] = {
  18295.     ["Pokedex"] = 379,
  18296.     ["PokedexDesc"] =  "Chia Pet. I'm so original",
  18297.     ["Species"] = "Gratitude Pokemon",
  18298.     ["Height"] = "0'08\"",
  18299.     ["Weight"] = 4.6,
  18300.     ["Type"] = {"Grass"},
  18301.     ["Stats"] = {
  18302.         ["HP"] = 100,
  18303.         ["Atk"] = 100,
  18304.         ["Def"] = 100,
  18305.         ["SpA"] = 100,
  18306.         ["SpD"] = 100,
  18307.         ["Speed"] = 100
  18308.         },
  18309.     ["Evolution"] = {},
  18310.     ["Gender"] = "Unknown",
  18311.     ["Moves"] = {
  18312.             ["LevelUp"] = {
  18313.             [100] = {"Seed Flare"},
  18314.             [70] = {"Rest"},
  18315.             [60] = {"Psychic"},
  18316.             [50] = {"Dazzling Gleam"},
  18317.             [40] = {"Energy Ball"},
  18318.             [30] = {"Sweet Scent"},
  18319.             [20] = {"Quick Attack"},
  18320.             [10] = {"Magical Leaf"},
  18321.             [1] = {"Growth"},
  18322.             },
  18323.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Stone Edge","Rock Tomb"}
  18324.     },
  18325.     ["Sprites"] = {
  18326.         ["Front"] = "http://www.roblox.com/asset/?id=302509653",
  18327.         ["Back"] = "http://www.roblox.com/asset/?id=302509652",
  18328.         ["Mini"] = "http://www.roblox.com/asset/?id=302509659",
  18329.         ["SB"] = "http://www.roblox.com/asset/?id=302509650",
  18330.         ["SF"] = "http://www.roblox.com/asset/?id=302509651"
  18331.     },
  18332.     ["ExpType"] = "MedSlow",
  18333.     ["EVYield"] = {
  18334.         ["Exp"] =  137,
  18335.         ["HP"] = 3,
  18336.     },
  18337.     ["CatchRate"] = 3,
  18338. }, 
  18339.  
  18340. ["Rotom"] = {
  18341.     ["Pokedex"] = 380,
  18342.     ["PokedexDesc"] =  "So this is what happened to Wario's nose...",
  18343.     ["Species"] = "Plasma Pokemon",
  18344.     ["Height"] = "1'00\"",
  18345.     ["Weight"] = .7,
  18346.     ["Type"] = {"Electric","Ghost"},
  18347.     ["Ability"] = "Levitate",
  18348.     ["Stats"] = {
  18349.         ["HP"] = 50,
  18350.         ["Atk"] = 50,
  18351.         ["Def"] = 77,
  18352.         ["SpA"] = 95,
  18353.         ["SpD"] = 77,
  18354.         ["Speed"] = 91
  18355.         },
  18356.     ["Evolution"] = {},
  18357.     ["Gender"] = "Unknown",
  18358.     ["Moves"] = {
  18359.             ["LevelUp"] = {
  18360.             [55] = {"Thunderbolt"},
  18361.             [48] = {"Shadow Ball"},
  18362.             [43] = {"Discharge"},
  18363.             [38] = {"Will-O-Wisp"},
  18364.             [32] = {"Pain Split"},
  18365.             [23] = {"Signal Beam"},
  18366.             [18] = {"Shock Wave"},
  18367.             [13] = {"Double Team"},
  18368.             [8] = {"Thunder Wave"},
  18369.             [5] = {"Confuse Ray"},
  18370.             [1] = {"ThunderShock"},
  18371.             },
  18372.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Stone Edge","Rock Tomb"}
  18373.     },
  18374.     ["Sprites"] = {
  18375.         ["Front"] = "http://www.roblox.com/asset/?id=312659079",
  18376.         ["Back"] = "http://www.roblox.com/asset/?id=312659086",
  18377.         ["Mini"] = "http://www.roblox.com/asset/?id=312658265",
  18378.         ["SB"] = "http://www.roblox.com/asset/?id=312659078",
  18379.         ["SF"] = "http://www.roblox.com/asset/?id=312659087"
  18380.     },
  18381.     ["ExpType"] = "MedFast",
  18382.     ["EVYield"] = {
  18383.         ["Exp"] =  137,
  18384.         ["SpA"] = 1,
  18385.         ["Speed"] = 1,
  18386.     },
  18387.     ["CatchRate"] = 45,
  18388. },     
  18389.  
  18390.  
  18391.  
  18392.  
  18393. --DIFFERENT FORMS. WOO.
  18394. ["Rotom"] = {
  18395.     ["Pokedex"] = 380,
  18396.     ["PokedexDesc"] =  "So this is what happened to Wario's nose...",
  18397.     ["Species"] = "Plasma Pokemon",
  18398.     ["Height"] = "1'00\"",
  18399.     ["Weight"] = .7,
  18400.     ["Type"] = {"Electric","Ghost"},
  18401.     ["Ability"] = "Levitate",
  18402.     ["Stats"] = {
  18403.         ["HP"] = 50,
  18404.         ["Atk"] = 50,
  18405.         ["Def"] = 77,
  18406.         ["SpA"] = 95,
  18407.         ["SpD"] = 77,
  18408.         ["Speed"] = 91
  18409.         },
  18410.     ["Evolution"] = {},
  18411.     ["Gender"] = "Unknown",
  18412.     ["Moves"] = {
  18413.             ["LevelUp"] = {
  18414.             [65] = {"ThunderShock"},
  18415.             [55] = {"Thunderbolt"},
  18416.             [48] = {"Shadow Ball"},
  18417.             [45] = {"ThunderShock"},
  18418.             [43] = {"Discharge"},
  18419.             [38] = {"Will-O-Wisp"},
  18420.             [32] = {"Pain Split"},
  18421.             [30] = {"ThunderShock"},
  18422.             [23] = {"Signal Beam"},
  18423.             [18] = {"Shock Wave"},
  18424.             [13] = {"Double Team"},
  18425.             [8] = {"Thunder Wave"},
  18426.             [5] = {"Confuse Ray"},
  18427.             [1] = {"ThunderShock"},
  18428.             },
  18429.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Shadow Ball","Thunder Wave","Thunderbolt"}
  18430.     },
  18431.     ["Sprites"] = {
  18432.         ["Front"] = "http://www.roblox.com/asset/?id=312659079",
  18433.         ["Back"] = "http://www.roblox.com/asset/?id=312659086",
  18434.         ["Mini"] = "http://www.roblox.com/asset/?id=312658265",
  18435.         ["SB"] = "http://www.roblox.com/asset/?id=312659078",
  18436.         ["SF"] = "http://www.roblox.com/asset/?id=312659087"
  18437.     },
  18438.     ["ExpType"] = "MedFast",
  18439.     ["EVYield"] = {
  18440.         ["Exp"] =  137,
  18441.         ["SpA"] = 1,
  18442.         ["Speed"] = 1,
  18443.     },
  18444.     ["CatchRate"] = 45,
  18445. },     
  18446. ["Rotom-Wash"] = {
  18447.     ["Pokedex"] = 380,
  18448.     ["PokedexDesc"] =  "So this is what happened to Wario's nose...",
  18449.     ["Species"] = "Plasma Pokemon",
  18450.     ["Height"] = "1'00\"",
  18451.     ["Weight"] = .7,
  18452.     ["Type"] = {"Electric","Water"},
  18453.     ["Ability"] = "Levitate",
  18454.     ["Stats"] = {
  18455.         ["HP"] = 50,
  18456.         ["Atk"] = 65,
  18457.         ["Def"] = 107,
  18458.         ["SpA"] = 105,
  18459.         ["SpD"] = 107,
  18460.         ["Speed"] = 86
  18461.         },
  18462.     ["Evolution"] = {},
  18463.     ["Gender"] = "Unknown",
  18464.     ["Moves"] = {
  18465.             ["LevelUp"] = {
  18466.             [55] = {"Thunderbolt"},
  18467.             [48] = {"Shadow Ball"},
  18468.             [43] = {"Discharge"},
  18469.             [38] = {"Will-O-Wisp"},
  18470.             [32] = {"Pain Split"},
  18471.             [23] = {"Signal Beam"},
  18472.             [18] = {"Shock Wave"},
  18473.             [13] = {"Double Team"},
  18474.             [8] = {"Thunder Wave"},
  18475.             [5] = {"Confuse Ray"},
  18476.             [1] = {"Hydro Pump"},
  18477.             },
  18478.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Shadow Ball","Thunder Wave","Thunderbolt"}
  18479.     },
  18480.     ["Sprites"] = {
  18481.         ["Front"] = "http://www.roblox.com/asset/?id=313436696",
  18482.         ["Back"] = "http://www.roblox.com/asset/?id=313436699",
  18483.         ["Mini"] = "http://www.roblox.com/asset/?id=313436691",
  18484.         ["SB"] = "http://www.roblox.com/asset/?id=313436692",
  18485.         ["SF"] = "http://www.roblox.com/asset/?id=313436695"
  18486.     },
  18487.     ["ExpType"] = "MedFast",
  18488.     ["EVYield"] = {
  18489.         ["Exp"] =  137,
  18490.         ["SpA"] = 1,
  18491.         ["Speed"] = 1,
  18492.     },
  18493.     ["CatchRate"] = 45,
  18494. },     
  18495. ["Rotom-Mow"] = {
  18496.     ["Pokedex"] = 380,
  18497.     ["PokedexDesc"] =  "So this is what happened to Wario's nose...",
  18498.     ["Species"] = "Plasma Pokemon",
  18499.     ["Height"] = "1'00\"",
  18500.     ["Weight"] = .7,
  18501.     ["Type"] = {"Electric","Grass"},
  18502.     ["Ability"] = "Levitate",
  18503.     ["Stats"] = {
  18504.         ["HP"] = 50,
  18505.         ["Atk"] = 65,
  18506.         ["Def"] = 107,
  18507.         ["SpA"] = 105,
  18508.         ["SpD"] = 107,
  18509.         ["Speed"] = 86
  18510.         },
  18511.     ["Evolution"] = {},
  18512.     ["Gender"] = "Unknown",
  18513.     ["Moves"] = {
  18514.             ["LevelUp"] = {
  18515.             [55] = {"Thunderbolt"},
  18516.             [48] = {"Shadow Ball"},
  18517.             [43] = {"Discharge"},
  18518.             [38] = {"Will-O-Wisp"},
  18519.             [32] = {"Pain Split"},
  18520.             [23] = {"Signal Beam"},
  18521.             [18] = {"Shock Wave"},
  18522.             [13] = {"Double Team"},
  18523.             [8] = {"Thunder Wave"},
  18524.             [5] = {"Confuse Ray"},
  18525.             [1] = {"Leaf Storm"},
  18526.             },
  18527.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Shadow Ball","Thunder Wave","Thunderbolt"}
  18528.     },
  18529.     ["Sprites"] = {
  18530.         ["Front"] = "http://www.roblox.com/asset/?id=313437123",
  18531.         ["Back"] = "http://www.roblox.com/asset/?id=313437122",
  18532.         ["Mini"] = "http://www.roblox.com/asset/?id=313437116",
  18533.         ["SB"] = "http://www.roblox.com/asset/?id=313437117",
  18534.         ["SF"] = "http://www.roblox.com/asset/?id=313437118"
  18535.     },
  18536.     ["ExpType"] = "MedFast",
  18537.     ["EVYield"] = {
  18538.         ["Exp"] =  137,
  18539.         ["SpA"] = 1,
  18540.         ["Speed"] = 1,
  18541.     },
  18542.     ["CatchRate"] = 45,
  18543. }, 
  18544. ["Rotom-Frost"] = {
  18545.     ["Pokedex"] = 380,
  18546.     ["PokedexDesc"] =  "So this is what happened to Wario's nose...",
  18547.     ["Species"] = "Plasma Pokemon",
  18548.     ["Height"] = "1'00\"",
  18549.     ["Weight"] = .7,
  18550.     ["Type"] = {"Electric","Ice"},
  18551.     ["Ability"] = "Levitate",
  18552.     ["Stats"] = {
  18553.         ["HP"] = 50,
  18554.         ["Atk"] = 65,
  18555.         ["Def"] = 107,
  18556.         ["SpA"] = 105,
  18557.         ["SpD"] = 107,
  18558.         ["Speed"] = 86
  18559.         },
  18560.     ["Evolution"] = {},
  18561.     ["Gender"] = "Unknown",
  18562.     ["Moves"] = {
  18563.             ["LevelUp"] = {
  18564.             [55] = {"Thunderbolt"},
  18565.             [48] = {"Shadow Ball"},
  18566.             [43] = {"Discharge"},
  18567.             [38] = {"Will-O-Wisp"},
  18568.             [32] = {"Pain Split"},
  18569.             [23] = {"Signal Beam"},
  18570.             [18] = {"Shock Wave"},
  18571.             [13] = {"Double Team"},
  18572.             [8] = {"Thunder Wave"},
  18573.             [5] = {"Confuse Ray"},
  18574.             [1] = {"Blizzard"},
  18575.             },
  18576.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Shadow Ball","Thunder Wave","Thunderbolt"}
  18577.     },
  18578.     ["Sprites"] = {
  18579.         ["Front"] = "http://www.roblox.com/asset/?id=313438149",
  18580.         ["Back"] = "http://www.roblox.com/asset/?id=313438147",
  18581.         ["Mini"] = "http://www.roblox.com/asset/?id=313438143",
  18582.         ["SB"] = "http://www.roblox.com/asset/?id=313438145",
  18583.         ["SF"] = "http://www.roblox.com/asset/?id=313438150"
  18584.     },
  18585.     ["ExpType"] = "MedFast",
  18586.     ["EVYield"] = {
  18587.         ["Exp"] =  137,
  18588.         ["SpA"] = 1,
  18589.         ["Speed"] = 1,
  18590.     },
  18591.     ["CatchRate"] = 45,
  18592. }, 
  18593. ["Rotom-Fan"] = {
  18594.     ["Pokedex"] = 380,
  18595.     ["PokedexDesc"] =  "So this is what happened to Wario's nose...",
  18596.     ["Species"] = "Plasma Pokemon",
  18597.     ["Height"] = "1'00\"",
  18598.     ["Weight"] = .7,
  18599.     ["Type"] = {"Electric","Flying"},
  18600.     ["Ability"] = "Levitate",
  18601.     ["Stats"] = {
  18602.         ["HP"] = 50,
  18603.         ["Atk"] = 65,
  18604.         ["Def"] = 107,
  18605.         ["SpA"] = 105,
  18606.         ["SpD"] = 107,
  18607.         ["Speed"] = 86
  18608.         },
  18609.     ["Evolution"] = {},
  18610.     ["Gender"] = "Unknown",
  18611.     ["Moves"] = {
  18612.             ["LevelUp"] = {
  18613.             [55] = {"Thunderbolt"},
  18614.             [48] = {"Shadow Ball"},
  18615.             [43] = {"Discharge"},
  18616.             [38] = {"Will-O-Wisp"},
  18617.             [32] = {"Pain Split"},
  18618.             [23] = {"Signal Beam"},
  18619.             [18] = {"Shock Wave"},
  18620.             [13] = {"Double Team"},
  18621.             [8] = {"Thunder Wave"},
  18622.             [5] = {"Confuse Ray"},
  18623.             [1] = {"Air Slash"},
  18624.             },
  18625.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Shadow Ball","Thunder Wave","Thunderbolt"}
  18626.     },
  18627.     ["Sprites"] = {
  18628.         ["Front"] = "http://www.roblox.com/asset/?id=313439295",
  18629.         ["Back"] = "http://www.roblox.com/asset/?id=313439294",
  18630.         ["Mini"] = "http://www.roblox.com/asset/?id=313439289",
  18631.         ["SB"] = "http://www.roblox.com/asset/?id=313439290",
  18632.         ["SF"] = "http://www.roblox.com/asset/?id=313439293"
  18633.     },
  18634.     ["ExpType"] = "MedFast",
  18635.     ["EVYield"] = {
  18636.         ["Exp"] =  137,
  18637.         ["SpA"] = 1,
  18638.         ["Speed"] = 1,
  18639.     },
  18640.     ["CatchRate"] = 45,
  18641. }, 
  18642. ["Rotom-Heat"] = {
  18643.     ["Pokedex"] = 380,
  18644.     ["PokedexDesc"] =  "So this is what happened to Wario's nose...",
  18645.     ["Species"] = "Plasma Pokemon",
  18646.     ["Height"] = "1'00\"",
  18647.     ["Weight"] = .7,
  18648.     ["Type"] = {"Electric","Fire"},
  18649.     ["Ability"] = "Levitate",
  18650.     ["Stats"] = {
  18651.         ["HP"] = 50,
  18652.         ["Atk"] = 65,
  18653.         ["Def"] = 107,
  18654.         ["SpA"] = 105,
  18655.         ["SpD"] = 107,
  18656.         ["Speed"] = 86
  18657.         },
  18658.     ["Evolution"] = {},
  18659.     ["Gender"] = "Unknown",
  18660.     ["Moves"] = {
  18661.             ["LevelUp"] = {
  18662.             [55] = {"Thunderbolt"},
  18663.             [48] = {"Shadow Ball"},
  18664.             [43] = {"Discharge"},
  18665.             [38] = {"Will-O-Wisp"},
  18666.             [32] = {"Pain Split"},
  18667.             [23] = {"Signal Beam"},
  18668.             [18] = {"Shock Wave"},
  18669.             [13] = {"Double Team"},
  18670.             [8] = {"Thunder Wave"},
  18671.             [5] = {"Confuse Ray"},
  18672.             [1] = {"Overheat"},
  18673.             },
  18674.         ["TM"] = {"Double Team","Toxic","Double-Edge","Rock Tomb","Body Slam","Shadow Ball","Thunder Wave","Thunderbolt"}
  18675.     },
  18676.     ["Sprites"] = {
  18677.         ["Front"] = "http://www.roblox.com/asset/?id=313439754",
  18678.         ["Back"] = "http://www.roblox.com/asset/?id=313439753",
  18679.         ["Mini"] = "http://www.roblox.com/asset/?id=313439748",
  18680.         ["SB"] = "http://www.roblox.com/asset/?id=313439749",
  18681.         ["SF"] = "http://www.roblox.com/asset/?id=313439752"
  18682.     },
  18683.     ["ExpType"] = "MedFast",
  18684.     ["EVYield"] = {
  18685.         ["Exp"] =  137,
  18686.         ["SpA"] = 1,
  18687.         ["Speed"] = 1,
  18688.     },
  18689.     ["CatchRate"] = 45,
  18690. }, 
  18691. ["Hoothoot"] = {
  18692.     ["Pokedex"] = 381,
  18693.     ["PokedexDesc"] =  "A pig Pokemon would be named Oinkoink.",
  18694.     ["Species"] = "Owl Pokemon",
  18695.     ["Height"] = "2'04\"",
  18696.     ["Weight"] = 46.7,
  18697.     ["Type"] = {"Normal","Flying"},
  18698.     ["Stats"] = {
  18699.         ["HP"] = 60,
  18700.         ["Atk"] = 30,
  18701.         ["Def"] = 30,
  18702.         ["SpA"] = 36,
  18703.         ["SpD"] = 56,
  18704.         ["Speed"] = 50
  18705.         },
  18706.     ["Evolution"] = {20,"Hoothoot"},
  18707.     ["Gender"] = 50,
  18708.     ["Moves"] = {
  18709.             ["LevelUp"] = {
  18710.             [48] = {"Faint Attack"},
  18711.             [43] = {"Zen Headbutt"},
  18712.             [38] = {"Dream Eater"},
  18713.             [32] = {"Air Slash"},
  18714.             [23] = {"Take Down"},
  18715.             [18] = {"Confusion"},
  18716.             [13] = {"Peck"},
  18717.             [8] = {"Hypnosis"},
  18718.             [5] = {"Growl"},
  18719.             [1] = {"Tackle"},
  18720.             },
  18721.         ["TM"] = {"Double Team","Toxic","Double-Edge","Body Slam","Aerial Ace"}
  18722.     },
  18723.     ["Sprites"] = {
  18724.         ["Front"] = "http://www.roblox.com/asset/?id=321492388",
  18725.         ["Back"] = "http://www.roblox.com/asset/?id=321492386",
  18726.         ["Mini"] = "http://www.roblox.com/asset/?id=321492384",
  18727.         ["SB"] = "http://www.roblox.com/asset/?id=321492387",
  18728.         ["SF"] = "http://www.roblox.com/asset/?id=321492385"
  18729.     },
  18730.     ["ExpType"] = "MedFast",
  18731.     ["EVYield"] = {
  18732.         ["Exp"] =  50,
  18733.         ["HP"] = 1,
  18734.     },
  18735.     ["CatchRate"] = 255,
  18736. }, 
  18737. ["Noctowl"] = {
  18738.     ["Pokedex"] = 382,
  18739.     ["PokedexDesc"] =  "One of the first cases of Shiny Pokemon in the Pokemon anime. Ash's was shiny!",
  18740.     ["Species"] = "Owl Pokemon",
  18741.     ["Height"] = "5'03\"",
  18742.     ["Weight"] = 89.8,
  18743.     ["Type"] = {"Normal","Flying"},
  18744.     ["Stats"] = {
  18745.         ["HP"] = 100,
  18746.         ["Atk"] = 50,
  18747.         ["Def"] = 50,
  18748.         ["SpA"] = 76,
  18749.         ["SpD"] = 96,
  18750.         ["Speed"] = 70
  18751.         },
  18752.     ["Evolution"] = {},
  18753.     ["Gender"] = 50,
  18754.     ["Moves"] = {
  18755.             ["LevelUp"] = {
  18756.             [48] = {"Faint Attack"},
  18757.             [43] = {"Zen Headbutt"},
  18758.             [38] = {"Dream Eater"},
  18759.             [32] = {"Air Slash"},
  18760.             [23] = {"Take Down"},
  18761.             [18] = {"Confusion"},
  18762.             [13] = {"Peck"},
  18763.             [8] = {"Hypnosis"},
  18764.             [5] = {"Growl"},
  18765.             [1] = {"Tackle"},
  18766.             },
  18767.         ["TM"] = {"Double Team","Toxic","Double-Edge","Body Slam","Aerial Ace"}
  18768.     },
  18769.     ["Sprites"] = {
  18770.         ["Front"] = "http://www.roblox.com/asset/?id=321492414",
  18771.         ["Back"] = "http://www.roblox.com/asset/?id=321492411",
  18772.         ["Mini"] = "http://www.roblox.com/asset/?id=321492413",
  18773.         ["SB"] = "http://www.roblox.com/asset/?id=321492410",
  18774.         ["SF"] = "http://www.roblox.com/asset/?id=321492412"
  18775.     },
  18776.     ["ExpType"] = "MedFast",
  18777.     ["EVYield"] = {
  18778.         ["Exp"] =  150,
  18779.         ["HP"] = 2,
  18780.     },
  18781.     ["CatchRate"] = 180,
  18782. },
  18783. ["Pichu"] = {
  18784.     ["Pokedex"] = 383,
  18785.     ["PokedexDesc"] =  "Which came first, the Pichu or the Pikachu?",
  18786.     ["Species"] = "Tiny Mouse Pokemon",
  18787.     ["Height"] = "1'00\"",
  18788.     ["Weight"] = 4.4,
  18789.     ["Type"] = {"Electric"},
  18790.     ["Stats"] = {
  18791.         ["HP"] = 20,
  18792.         ["Atk"] = 40,
  18793.         ["Def"] = 15,
  18794.         ["SpA"] = 35,
  18795.         ["SpD"] = 35,
  18796.         ["Speed"] = 60
  18797.         },
  18798.     ["Evolution"] = {},
  18799.     ["EvolutionStone"] = {["Friendship Ribbon"] = "Pikachu"},
  18800.     ["Gender"] = 50,
  18801.     ["Moves"] = {
  18802.             ["LevelUp"] = {
  18803.             [25] = {"Volt Tackle"},
  18804.             [15] = {"Thunder Wave"},
  18805.             [10] = {"Nasty Plot"},
  18806.             [5] = {"Tail Whip"},
  18807.             [1] = {"ThunderShock"},
  18808.             },
  18809.         ["TM"] = {"Double Team","Toxic","Double-Edge","Body Slam","Thunderbolt"}
  18810.     },
  18811.     ["Sprites"] = {
  18812.         ["Front"] = "http://www.roblox.com/asset/?id=321492470",
  18813.         ["Back"] = "http://www.roblox.com/asset/?id=321492467",
  18814.         ["Mini"] = "http://www.roblox.com/asset/?id=321492466",
  18815.         ["SB"] = "http://www.roblox.com/asset/?id=321492465",
  18816.         ["SF"] = "http://www.roblox.com/asset/?id=321492468"
  18817.     },
  18818.     ["ExpType"] = "MedFast",
  18819.     ["EVYield"] = {
  18820.         ["Exp"] =  60,
  18821.         ["Speed"] = 1,
  18822.     },
  18823.     ["CatchRate"] = 255,
  18824. }, 
  18825. ["Remoraid"] = {
  18826.     ["Pokedex"] = 384,
  18827.     ["PokedexDesc"] =  "How does this thing evolve into an octopus?",
  18828.     ["Species"] = "Jet Pokemon",
  18829.     ["Height"] = "2'00\"",
  18830.     ["Weight"] = 26.5,
  18831.     ["Type"] = {"Water"},
  18832.     ["Stats"] = {
  18833.         ["HP"] = 35,
  18834.         ["Atk"] = 65,
  18835.         ["Def"] = 35,
  18836.         ["SpA"] = 65,
  18837.         ["SpD"] = 35,
  18838.         ["Speed"] = 65
  18839.         },
  18840.     ["Evolution"] = {25,"Octillery"},
  18841.     ["Gender"] = 50,
  18842.     ["Moves"] = {
  18843.             ["LevelUp"] = {
  18844.             [48] = {"Hydro Pump"},
  18845.             [43] = {"Bullet Seed"},
  18846.             [42] = {"Ice Beam"},
  18847.             [36] = {"Signal Beam"},
  18848.             [30] = {"Water Pulse"},
  18849.             [26] = {"Focus Slam"},
  18850.             [22] = {"Bubblebeam"},
  18851.             [16] = {"Aurora Beam"},
  18852.             [5] = {"Psybeam"},
  18853.             [1] = {"Water Gun"},
  18854.             },
  18855.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Body Slam",}
  18856.     },
  18857.     ["Sprites"] = {
  18858.         ["Front"] = "http://www.roblox.com/asset/?id=321492495",
  18859.         ["Back"] = "http://www.roblox.com/asset/?id=321492494",
  18860.         ["Mini"] = "http://www.roblox.com/asset/?id=321492493",
  18861.         ["SB"] = "http://www.roblox.com/asset/?id=321492492",
  18862.         ["SF"] = "http://www.roblox.com/asset/?id=321492491"
  18863.     },
  18864.     ["ExpType"] = "MedFast",
  18865.     ["EVYield"] = {
  18866.         ["Exp"] =  78,
  18867.         ["SpA"] = 1,
  18868.     },
  18869.     ["CatchRate"] = 190,
  18870. }, 
  18871. ["Octillery"] = {
  18872.     ["Pokedex"] = 385,
  18873.     ["PokedexDesc"] =  "Prepare the Octillery!",
  18874.     ["Species"] = "Jet Pokemon",
  18875.     ["Height"] = "2'00\"",
  18876.     ["Weight"] = 26.5,
  18877.     ["Type"] = {"Water"},
  18878.     ["Stats"] = {
  18879.         ["HP"] = 75,
  18880.         ["Atk"] = 105,
  18881.         ["Def"] = 75,
  18882.         ["SpA"] = 105,
  18883.         ["SpD"] = 75,
  18884.         ["Speed"] = 45
  18885.         },
  18886.     ["Evolution"] = {},
  18887.     ["Gender"] = 50,
  18888.     ["Moves"] = {
  18889.             ["LevelUp"] = {
  18890.             [48] = {"Hydro Pump"},
  18891.             [43] = {"Bullet Seed"},
  18892.             [42] = {"Ice Beam"},
  18893.             [36] = {"Signal Beam"},
  18894.             [30] = {"Water Pulse"},
  18895.             [26] = {"Focus Slam"},
  18896.             [25] = {"Octazooka"},
  18897.             [22] = {"Bubblebeam"},
  18898.             [16] = {"Aurora Beam"},
  18899.             [5] = {"Psybeam"},
  18900.             [1] = {"Water Gun"},
  18901.             },
  18902.         ["TM"] = {"Surf","Ice Beam","Double Team","Toxic","Double-Edge","Body Slam",}
  18903.     },
  18904.     ["Sprites"] = {
  18905.         ["Front"] = "http://www.roblox.com/asset/?id=321492523",
  18906.         ["Back"] = "http://www.roblox.com/asset/?id=321492520",
  18907.         ["Mini"] = "http://www.roblox.com/asset/?id=321492522",
  18908.         ["SB"] = "http://www.roblox.com/asset/?id=321492521",
  18909.         ["SF"] = "http://www.roblox.com/asset/?id=321492519"
  18910.     },
  18911.     ["ExpType"] = "MedFast",
  18912.     ["EVYield"] = {
  18913.         ["Exp"] =  164,
  18914.         ["SpA"] = 2,
  18915.     },
  18916.     ["CatchRate"] = 75,
  18917. }, 
  18918. ["Mantine"] = {
  18919.     ["Pokedex"] = 386,
  18920.     ["PokedexDesc"] =  "Can Mantine fly like a bird? The mysteries of Pokemon...",
  18921.     ["Species"] = "Kite Pokemon",
  18922.     ["Height"] = "6'11\"",
  18923.     ["Weight"] = 485,
  18924.     ["Type"] = {"Water","Flying"},
  18925.     ["Stats"] = {
  18926.         ["HP"] = 65,
  18927.         ["Atk"] = 40,
  18928.         ["Def"] = 70,
  18929.         ["SpA"] = 80,
  18930.         ["SpD"] = 140,
  18931.         ["Speed"] = 70
  18932.         },
  18933.     ["Evolution"] = {},
  18934.     ["Gender"] = 50,
  18935.     ["Moves"] = {
  18936.             ["LevelUp"] = {
  18937.             [100] = {"Splash"},
  18938.             [86] = {"Haze"},
  18939.             [75] = {"Amnesia"},
  18940.             [60] = {"Take Down"},
  18941.             [54] = {"Agility"},
  18942.             [48] = {"Hydro Pump"},
  18943.             [43] = {"Bullet Seed"},
  18944.             [42] = {"Ice Beam"},
  18945.             [36] = {"Air Slash"},
  18946.             [30] = {"Water Pulse"},
  18947.             [26] = {"Focus Slam"},
  18948.             [25] = {"Octazooka"},
  18949.             [22] = {"Bubblebeam"},
  18950.             [16] = {"Aurora Beam"},
  18951.             [14] = {"Water Pulse"},
  18952.             [5] = {"Psybeam"},
  18953.             [1] = {"Water Gun"},
  18954.             },
  18955.         ["TM"] = {"Earthquake","Surf","Ice Beam","Double Team","Toxic","Double-Edge","Body Slam",}
  18956.     },
  18957.     ["Sprites"] = {
  18958.         ["Front"] = "http://www.roblox.com/asset/?id=321492618",
  18959.         ["Back"] = "http://www.roblox.com/asset/?id=321492619",
  18960.         ["Mini"] = "http://www.roblox.com/asset/?id=321492617",
  18961.         ["SB"] = "http://www.roblox.com/asset/?id=321492615",
  18962.         ["SF"] = "http://www.roblox.com/asset/?id=321492616"
  18963.     },
  18964.     ["ExpType"] = "Slow",
  18965.     ["EVYield"] = {
  18966.         ["Exp"] =  164,
  18967.         ["SpD"] = 2,
  18968.     },
  18969.     ["CatchRate"] = 25,
  18970. },
  18971. ["Wingull"] = {
  18972.     ["Pokedex"] = 387,
  18973.     ["PokedexDesc"] =  "Mine! Mine! Mine! Mine! Mine!",
  18974.     ["Species"] = "Seagull Pokemon",
  18975.     ["Height"] = "2'00\"",
  18976.     ["Weight"] = 20.9,
  18977.     ["Type"] = {"Water","Flying"},
  18978.     ["Stats"] = {
  18979.         ["HP"] = 40,
  18980.         ["Atk"] = 30,
  18981.         ["Def"] = 30,
  18982.         ["SpA"] = 55,
  18983.         ["SpD"] = 30,
  18984.         ["Speed"] = 85
  18985.         },
  18986.     ["Evolution"] = {25,"Pelipper"},
  18987.     ["Gender"] = 50,
  18988.     ["Moves"] = {
  18989.             ["LevelUp"] = {
  18990.             [47] = {"Scald"},
  18991.             [36] = {"Hurricane"},
  18992.             [30] = {"Air Slash"},
  18993.             [26] = {"Agility"},
  18994.             [23] = {"Air Cutter"},
  18995.             [17] = {"Quick Attack"},
  18996.             [13] = {"Wing Attack"},
  18997.             [9] = {"Water Pulse"},
  18998.             [5] = {"Growl"},
  18999.             [1] = {"Water Gun"},
  19000.             },
  19001.         ["TM"] = {"Aerial Ace","Surf","Ice Beam","Double Team","Toxic","Double-Edge","Body Slam",}
  19002.     },
  19003.     ["Sprites"] = {
  19004.         ["Front"] = "http://www.roblox.com/asset/?id=321492700",
  19005.         ["Back"] = "http://www.roblox.com/asset/?id=321492701",
  19006.         ["Mini"] = "http://www.roblox.com/asset/?id=321492698",
  19007.         ["SB"] = "http://www.roblox.com/asset/?id=321492707",
  19008.         ["SF"] = "http://www.roblox.com/asset/?id=321492699"
  19009.     },
  19010.     ["ExpType"] = "MedFast",
  19011.     ["EVYield"] = {
  19012.         ["Exp"] =  164,
  19013.         ["Speed"] = 1,
  19014.     },
  19015.     ["CatchRate"] = 255,
  19016. },
  19017. ["Pelipper"] = {
  19018.     ["Pokedex"] = 388,
  19019.     ["PokedexDesc"] =  "Pelipper delivers babies... if it doesn't eat them first.",
  19020.     ["Species"] = "Water Bird Pokemon",
  19021.     ["Height"] = "3'11\"",
  19022.     ["Weight"] = 61.7,
  19023.     ["Type"] = {"Water","Flying"},
  19024.     ["Stats"] = {
  19025.         ["HP"] = 60,
  19026.         ["Atk"] = 50,
  19027.         ["Def"] = 100,
  19028.         ["SpA"] = 85,
  19029.         ["SpD"] = 70,
  19030.         ["Speed"] = 65
  19031.         },
  19032.     ["Evolution"] = {},
  19033.     ["Gender"] = 50,
  19034.     ["Moves"] = {
  19035.             ["LevelUp"] = {
  19036.             [60] = {"Hydro Pump"},
  19037.             [47] = {"Scald"},
  19038.             [36] = {"Hurricane"},
  19039.             [30] = {"Air Slash"},
  19040.             [26] = {"Agility"},
  19041.             [23] = {"Air Cutter"},
  19042.             [17] = {"Quick Attack"},
  19043.             [13] = {"Wing Attack"},
  19044.             [9] = {"Water Pulse"},
  19045.             [5] = {"Growl"},
  19046.             [1] = {"Water Gun"},
  19047.             },
  19048.         ["TM"] = {"Aerial Ace","Surf","Ice Beam","Double Team","Toxic","Double-Edge","Body Slam",}
  19049.     },
  19050.     ["Sprites"] = {
  19051.         ["Front"] = "http://www.roblox.com/asset/?id=321492733",
  19052.         ["Back"] = "http://www.roblox.com/asset/?id=321492731",
  19053.         ["Mini"] = "http://www.roblox.com/asset/?id=321492734",
  19054.         ["SB"] = "http://www.roblox.com/asset/?id=321492730",
  19055.         ["SF"] = "http://www.roblox.com/asset/?id=321492732"
  19056.     },
  19057.     ["ExpType"] = "MedFast",
  19058.     ["EVYield"] = {
  19059.         ["Exp"] =  164,
  19060.         ["Def"] = 2,
  19061.     },
  19062.     ["CatchRate"] = 45,
  19063. }, 
  19064. ["Relicanth"] = {
  19065.     ["Pokedex"] = 389,
  19066.     ["PokedexDesc"] =  "Relicanth has its own restaurant called \"Reli's Deli\".",
  19067.     ["Species"] = "Longetivity Pokemon",
  19068.     ["Height"] = "3'03\"",
  19069.     ["Weight"] = 51.6,
  19070.     ["Type"] = {"Water","Rock"},
  19071.     ["Stats"] = {
  19072.         ["HP"] = 100,
  19073.         ["Atk"] = 90,
  19074.         ["Def"] = 130,
  19075.         ["SpA"] = 45,
  19076.         ["SpD"] = 65,
  19077.         ["Speed"] = 55
  19078.         },
  19079.     ["Evolution"] = {},
  19080.     ["Gender"] = 88,
  19081.     ["Moves"] = {
  19082.             ["LevelUp"] = {
  19083.             [75] = {"Scald"},
  19084.             [65] = {"Waterfall"},
  19085.             [55] = {"Head Smash"},
  19086.             [45] = {"Hydro Pump"},
  19087.             [30] = {"Earthquake"},
  19088.             [17] = {"Rest"},
  19089.             [13] = {"Take Down"},
  19090.             [9] = {"Rock Tomb"},
  19091.             [5] = {"Harden"},
  19092.             [1] = {"Water Gun"},
  19093.             },
  19094.         ["TM"] = {"Earthquake","Rock Slide","Surf","Ice Beam","Double Team","Toxic","Double-Edge","Body Slam",}
  19095.     },
  19096.     ["Sprites"] = {
  19097.         ["Front"] = "http://www.roblox.com/asset/?id=321492798",
  19098.         ["Back"] = "http://www.roblox.com/asset/?id=321492796",
  19099.         ["Mini"] = "http://www.roblox.com/asset/?id=321492794",
  19100.         ["SB"] = "http://www.roblox.com/asset/?id=321492795",
  19101.         ["SF"] = "http://www.roblox.com/asset/?id=321492797"
  19102.     },
  19103.     ["ExpType"] = "Slow",
  19104.     ["EVYield"] = {
  19105.         ["Exp"] =  164,
  19106.         ["HP"] = 1,
  19107.         ["Def"] = 1,
  19108.     },
  19109.     ["CatchRate"] = 25,
  19110. }, 
  19111. ["Anorith"] = {
  19112.     ["Pokedex"] = 390,
  19113.     ["PokedexDesc"] =  "I love my fried shrimp millions of years old.",
  19114.     ["Species"] = "Old Shrimp Pokemon",
  19115.     ["Height"] = "2'04\"",
  19116.     ["Weight"] = 27.5,
  19117.     ["Type"] = {"Rock","Bug"},
  19118.     ["Stats"] = {
  19119.         ["HP"] = 45,
  19120.         ["Atk"] = 95,
  19121.         ["Def"] = 50,
  19122.         ["SpA"] = 40,
  19123.         ["SpD"] = 50,
  19124.         ["Speed"] = 75
  19125.         },
  19126.     ["Evolution"] = {40, "Armaldo"},
  19127.     ["Gender"] = 88,
  19128.     ["Moves"] = {
  19129.             ["LevelUp"] = {
  19130.             [75] = {"Stone Edge"},
  19131.             [65] = {"Rock Slide"},
  19132.             [50] = {"Cross Poison"},
  19133.             [42] = {"Swords Dance"},
  19134.             [36] = {"Aqua Jet"},
  19135.             [30] = {"Slash"},
  19136.             [28] = {"Crush Claw"},
  19137.             [25] = {"X-Scissor"},
  19138.             [17] = {"Metal Claw"},
  19139.             [13] = {"Take Down"},
  19140.             [9] = {"Water Gun"},
  19141.             [5] = {"Harden"},
  19142.             [1] = {"Scratch"},
  19143.             },
  19144.         ["TM"] = {"Earthquake","Rock Slide","Double Team","Toxic","Double-Edge","Body Slam",}
  19145.     },
  19146.     ["Sprites"] = {
  19147.         ["Front"] = "http://www.roblox.com/asset/?id=321492820",
  19148.         ["Back"] = "http://www.roblox.com/asset/?id=321492821",
  19149.         ["Mini"] = "http://www.roblox.com/asset/?id=321492828",
  19150.         ["SB"] = "http://www.roblox.com/asset/?id=321492819",
  19151.         ["SF"] = "http://www.roblox.com/asset/?id=321492822"
  19152.     },
  19153.     ["ExpType"] = "Slow",
  19154.     ["EVYield"] = {
  19155.         ["Exp"] =  164,
  19156.         ["Atk"] = 1,
  19157.     },
  19158.     ["CatchRate"] = 45,
  19159. }, 
  19160. ["Armaldo"] = {
  19161.     ["Pokedex"] = 391,
  19162.     ["PokedexDesc"] =  "Is Armaldo an armadillo, a dinosaur, or a shrimp? The world may never know.",
  19163.     ["Species"] = "Plate Pokemon",
  19164.     ["Height"] = "4'11\"",
  19165.     ["Weight"] = 150.4,
  19166.     ["Type"] = {"Rock","Bug"},
  19167.     ["Stats"] = {
  19168.         ["HP"] = 75,
  19169.         ["Atk"] = 125,
  19170.         ["Def"] = 100,
  19171.         ["SpA"] = 70,
  19172.         ["SpD"] = 80,
  19173.         ["Speed"] = 45
  19174.         },
  19175.     ["Evolution"] = {},
  19176.     ["Gender"] = 88,
  19177.     ["Moves"] = {
  19178.             ["LevelUp"] = {
  19179.             [89] = {"Superpower"},
  19180.             [75] = {"Stone Edge"},
  19181.             [65] = {"Rock Slide"},
  19182.             [50] = {"Cross Poison"},
  19183.             [42] = {"Swords Dance"},
  19184.             [36] = {"Aqua Jet"},
  19185.             [30] = {"Slash"},
  19186.             [28] = {"Crush Claw"},
  19187.             [25] = {"X-Scissor"},
  19188.             [17] = {"Metal Claw"},
  19189.             [13] = {"Take Down"},
  19190.             [9] = {"Water Gun"},
  19191.             [5] = {"Harden"},
  19192.             [1] = {"Scratch"},
  19193.             },
  19194.         ["TM"] = {"Earthquake","Rock Slide","Double Team","Toxic","Double-Edge","Body Slam",}
  19195.     },
  19196.     ["Sprites"] = {
  19197.         ["Front"] = "http://www.roblox.com/asset/?id=321492809",
  19198.         ["Back"] = "http://www.roblox.com/asset/?id=321492808",
  19199.         ["Mini"] = "http://www.roblox.com/asset/?id=321492810",
  19200.         ["SB"] = "http://www.roblox.com/asset/?id=321492806",
  19201.         ["SF"] = "http://www.roblox.com/asset/?id=321492807"
  19202.     },
  19203.     ["ExpType"] = "Slow",
  19204.     ["EVYield"] = {
  19205.         ["Exp"] =  164,
  19206.         ["Atk"] = 2,
  19207.     },
  19208.     ["CatchRate"] = 45,
  19209. }, 
  19210. ["Baltoy"] = {
  19211.     ["Pokedex"] = 392,
  19212.     ["PokedexDesc"] =  "What the heck is Baltoy supposed to be? A spinning top?",
  19213.     ["Species"] = "Clay Doll Pokemon",
  19214.     ["Height"] = "1'08\"",
  19215.     ["Weight"] = 47.4,
  19216.     ["Ability"] = "Levitate",
  19217.     ["Type"] = {"Ground","Psychic"},
  19218.     ["Stats"] = {
  19219.         ["HP"] = 40,
  19220.         ["Atk"] = 40,
  19221.         ["Def"] = 55,
  19222.         ["SpA"] = 40,
  19223.         ["SpD"] = 70,
  19224.         ["Speed"] = 55
  19225.         },
  19226.     ["Evolution"] = {36,"Claydol"},
  19227.     ["Gender"] = "Unknown",
  19228.     ["Moves"] = {
  19229.             ["LevelUp"] = {
  19230.             [65] = {"Shadow Ball"},
  19231.             [55] = {"Earthquake"},
  19232.             [42] = {"Psychic"},
  19233.             [28] = {"Ice Beam"},
  19234.             [25] = {"Earth Power"},
  19235.             [17] = {"Psybeam"},
  19236.             [13] = {"Rock Tomb"},
  19237.             [9] = {"Mud-Slap"},
  19238.             [5] = {"Harden"},
  19239.             [1] = {"Confusion"},
  19240.             },
  19241.         ["TM"] = {"Shadow Ball","Psychic","Earthquake","Rock Slide","Double Team","Toxic","Double-Edge","Body Slam",}
  19242.     },
  19243.     ["Sprites"] = {
  19244.         ["Front"] = "http://www.roblox.com/asset/?id=321492851",
  19245.         ["Back"] = "http://www.roblox.com/asset/?id=321492850",
  19246.         ["Mini"] = "http://www.roblox.com/asset/?id=321492847",
  19247.         ["SB"] = "http://www.roblox.com/asset/?id=321492849",
  19248.         ["SF"] = "http://www.roblox.com/asset/?id=321492848"
  19249.     },
  19250.     ["ExpType"] = "MedFast",
  19251.     ["EVYield"] = {
  19252.         ["Exp"] =  164,
  19253.         ["SpD"] = 1,
  19254.     },
  19255.     ["CatchRate"] = 255,
  19256. }, 
  19257. ["Claydol"] = {
  19258.     ["Pokedex"] = 393,
  19259.     ["PokedexDesc"] =  "Oh... Claydol is a... Clay Doll. Brilliant name. ",
  19260.     ["Species"] = "Clay Doll Pokemon",
  19261.     ["Height"] = "4'11\"",
  19262.     ["Weight"] = 238.0,
  19263.     ["Ability"] = "Levitate",
  19264.     ["Type"] = {"Ground","Psychic"},
  19265.     ["Stats"] = {
  19266.         ["HP"] = 60,
  19267.         ["Atk"] = 70,
  19268.         ["Def"] = 105,
  19269.         ["SpA"] = 70,
  19270.         ["SpD"] = 120,
  19271.         ["Speed"] = 75
  19272.         },
  19273.     ["Evolution"] = {},
  19274.     ["Gender"] = "Unknown",
  19275.     ["Moves"] = {
  19276.             ["LevelUp"] = {
  19277.             [65] = {"Shadow Ball"},
  19278.             [55] = {"Earthquake"},
  19279.             [42] = {"Psychic"},
  19280.             [28] = {"Ice Beam"},
  19281.             [25] = {"Earth Power"},
  19282.             [17] = {"Psybeam"},
  19283.             [13] = {"Rock Tomb"},
  19284.             [9] = {"Mud-Slap"},
  19285.             [5] = {"Harden"},
  19286.             [1] = {"Confusion"},
  19287.             },
  19288.         ["TM"] = {"Shadow Ball","Psychic","Earthquake","Rock Slide","Double Team","Toxic","Double-Edge","Body Slam",}
  19289.     },
  19290.     ["Sprites"] = {
  19291.         ["Front"] = "http://www.roblox.com/asset/?id=321492836",
  19292.         ["Back"] = "http://www.roblox.com/asset/?id=321492834",
  19293.         ["Mini"] = "http://www.roblox.com/asset/?id=321492835",
  19294.         ["SB"] = "http://www.roblox.com/asset/?id=321492833",
  19295.         ["SF"] = "http://www.roblox.com/asset/?id=321492837"
  19296.     },
  19297.     ["ExpType"] = "MedFast",
  19298.     ["EVYield"] = {
  19299.         ["Exp"] =  164,
  19300.         ["SpD"] = 2,
  19301.     },
  19302.     ["CatchRate"] = 255,
  19303. },
  19304. ["Claydol"] = {
  19305.     ["Pokedex"] = 394,
  19306.     ["PokedexDesc"] =  "Oh... Claydol is a... Clay Doll. Brilliant name. ",
  19307.     ["Species"] = "Clay Doll Pokemon",
  19308.     ["Height"] = "4'11\"",
  19309.     ["Weight"] = 238.0,
  19310.     ["Ability"] = "Levitate",
  19311.     ["Type"] = {"Ground","Psychic"},
  19312.     ["Stats"] = {
  19313.         ["HP"] = 60,
  19314.         ["Atk"] = 70,
  19315.         ["Def"] = 105,
  19316.         ["SpA"] = 70,
  19317.         ["SpD"] = 120,
  19318.         ["Speed"] = 75
  19319.         },
  19320.     ["Evolution"] = {},
  19321.     ["Gender"] = "Unknown",
  19322.     ["Moves"] = {
  19323.             ["LevelUp"] = {
  19324.             [65] = {"Shadow Ball"},
  19325.             [55] = {"Earthquake"},
  19326.             [42] = {"Psychic"},
  19327.             [28] = {"Ice Beam"},
  19328.             [25] = {"Earth Power"},
  19329.             [17] = {"Psybeam"},
  19330.             [13] = {"Rock Tomb"},
  19331.             [9] = {"Mud-Slap"},
  19332.             [5] = {"Harden"},
  19333.             [1] = {"Confusion"},
  19334.             },
  19335.         ["TM"] = {"Shadow Ball","Psychic","Earthquake","Rock Slide","Double Team","Toxic","Double-Edge","Body Slam",}
  19336.     },
  19337.     ["Sprites"] = {
  19338.         ["Front"] = "http://www.roblox.com/asset/?id=321492836",
  19339.         ["Back"] = "http://www.roblox.com/asset/?id=321492834",
  19340.         ["Mini"] = "http://www.roblox.com/asset/?id=321492835",
  19341.         ["SB"] = "http://www.roblox.com/asset/?id=321492833",
  19342.         ["SF"] = "http://www.roblox.com/asset/?id=321492837"
  19343.     },
  19344.     ["ExpType"] = "MedFast",
  19345.     ["EVYield"] = {
  19346.         ["Exp"] =  164,
  19347.         ["SpD"] = 2,
  19348.     },
  19349.     ["CatchRate"] = 255,
  19350. },
  19351. ["Spoink"] = {
  19352.     ["Pokedex"] = 395,
  19353.     ["PokedexDesc"] =  "Did you know a Spoink's heart stops if it stops bouncing? What a dreaded existance!",
  19354.     ["Species"] = "Bounce Pokemon",
  19355.     ["Height"] = "2'04\"",
  19356.     ["Weight"] =67.5,
  19357.     ["Ability"] = "Thick Fat",
  19358.     ["Type"] = {"Psychic"},
  19359.     ["Stats"] = {
  19360.         ["HP"] = 60,
  19361.         ["Atk"] = 25,
  19362.         ["Def"] = 35,
  19363.         ["SpA"] = 70,
  19364.         ["SpD"] = 80,
  19365.         ["Speed"] = 60
  19366.         },
  19367.     ["Evolution"] = {32,"Grumpig"},
  19368.     ["Gender"] = 50,
  19369.     ["Moves"] = {
  19370.             ["LevelUp"] = {
  19371.             [1] = {"Splash","Psybeam"},
  19372.             },
  19373.         ["TM"] = {"Shadow Ball","Psychic","Double Team","Toxic","Double-Edge","Body Slam",}
  19374.     },
  19375.     ["Sprites"] = {
  19376.         ["Front"] = "http://www.roblox.com/asset/?id=321492946",
  19377.         ["Back"] = "http://www.roblox.com/asset/?id=321492945",
  19378.         ["Mini"] = "http://www.roblox.com/asset/?id=321492950",
  19379.         ["SB"] = "http://www.roblox.com/asset/?id=321492943",
  19380.         ["SF"] = "http://www.roblox.com/asset/?id=321492944"
  19381.     },
  19382.     ["ExpType"] = "Fast",
  19383.     ["EVYield"] = {
  19384.         ["Exp"] =  164,
  19385.         ["SpD"] = 1,
  19386.     },
  19387.     ["CatchRate"] = 255,
  19388. }, 
  19389. ["Grumpig"] = {
  19390.     ["Pokedex"] = 396,
  19391.     ["PokedexDesc"] =  "As I write this, I'm really hungry for some bacon... Grumpig will do.",
  19392.     ["Species"] = "Manipulate Pokemon",
  19393.     ["Height"] = "2'11\"",
  19394.     ["Weight"] =156.5,
  19395.     ["Ability"] = "Thick Fat",
  19396.     ["Type"] = {"Psychic"},
  19397.     ["Stats"] = {
  19398.         ["HP"] = 80,
  19399.         ["Atk"] = 45,
  19400.         ["Def"] = 65,
  19401.         ["SpA"] = 90,
  19402.         ["SpD"] = 110,
  19403.         ["Speed"] = 80
  19404.         },
  19405.     ["Evolution"] = {},
  19406.     ["Gender"] = 50,
  19407.     ["Moves"] = {
  19408.             ["LevelUp"] = {
  19409.             [80] = {"Zen Headbutt"},
  19410.             [75] = {"Drain Punch"},
  19411.             [67] = {"Fire Punch"},
  19412.             [63] = {"Ice Punch"},
  19413.             [60] = {"Thunder Punch"},
  19414.             [54] = {"Charge Beam"},
  19415.             [47] = {"Psychic"},
  19416.             [42] = {"Calm Mind"},
  19417.             [37] = {"Amnesia"},
  19418.             [32] = {"Rest"},
  19419.             [1] = {"Psybeam"},
  19420.             },
  19421.         ["TM"] = {"Shadow Ball","Psychic","Double Team","Toxic","Double-Edge","Body Slam",}
  19422.     },
  19423.     ["Sprites"] = {
  19424.         ["Front"] = "http://www.roblox.com/asset/?id=321492929",
  19425.         ["Back"] = "http://www.roblox.com/asset/?id=321492927",
  19426.         ["Mini"] = "http://www.roblox.com/asset/?id=321492925",
  19427.         ["SB"] = "http://www.roblox.com/asset/?id=321492926",
  19428.         ["SF"] = "http://www.roblox.com/asset/?id=321492928"
  19429.     },
  19430.     ["ExpType"] = "Fast",
  19431.     ["EVYield"] = {
  19432.         ["Exp"] =  164,
  19433.         ["SpD"] = 2,
  19434.     },
  19435.     ["CatchRate"] = 45,
  19436. }, 
  19437. ["Electrike"] = {
  19438.     ["Pokedex"] = 397,
  19439.     ["PokedexDesc"] =  "Mascot for the Vermillion City Chargers",
  19440.     ["Species"] = "Lighting Pokemon",
  19441.     ["Height"] = "2'00\"",
  19442.     ["Weight"] = 33.5,
  19443.     ["Type"] = {"Electric"},
  19444.     ["Stats"] = {
  19445.         ["HP"] = 40,
  19446.         ["Atk"] = 45,
  19447.         ["Def"] = 40,
  19448.         ["SpA"] = 65,
  19449.         ["SpD"] = 40,
  19450.         ["Speed"] = 65
  19451.         },
  19452.     ["Evolution"] = {26,"Manectric"},
  19453.     ["Gender"] = 50,
  19454.     ["Moves"] = {
  19455.             ["LevelUp"] = {
  19456.             [70] = {"Ice Fang"},
  19457.             [65] = {"Fire Fang"},
  19458.             [60] = {"Charge Beam"},
  19459.             [55] = {"Crunch"},
  19460.             [45] = {"Discharge"},
  19461.             [30] = {"Bite"},
  19462.             [26] = {"Thunder Fang"},
  19463.             [22] = {"Spark"},  
  19464.             [19] = {"Quick Attack"},
  19465.             [14] = {"Howl"},
  19466.             [12] = {"Leer"},
  19467.             [5] = {"Thunder Wave"},
  19468.             [1] = {"Tackle"},
  19469.             },
  19470.         ["TM"] = {"Thunderbolt","Double Team","Toxic","Double-Edge","Body Slam",}
  19471.     },
  19472.     ["Sprites"] = {
  19473.         ["Front"] = "http://www.roblox.com/asset/?id=321492963",
  19474.         ["Back"] = "http://www.roblox.com/asset/?id=321492969",
  19475.         ["Mini"] = "http://www.roblox.com/asset/?id=321492968",
  19476.         ["SB"] = "http://www.roblox.com/asset/?id=321492964",
  19477.         ["SF"] = "http://www.roblox.com/asset/?id=321492962"
  19478.     },
  19479.     ["ExpType"] = "Slow",
  19480.     ["EVYield"] = {
  19481.         ["Exp"] =  164,
  19482.         ["Speed"] = 1,
  19483.     },
  19484.     ["CatchRate"] = 120,
  19485. }, 
  19486. ["Manectric"] = {
  19487.     ["Pokedex"] = 398,
  19488.     ["PokedexDesc"] =  "Sick hairdo, Manectric. Who's your barber?",
  19489.     ["Species"] = "Discharge Pokemon",
  19490.     ["Height"] = "4'11\"",
  19491.     ["Weight"] = 88.6,
  19492.     ["Type"] = {"Electric"},
  19493.     ["Stats"] = {
  19494.         ["HP"] = 70,
  19495.         ["Atk"] = 75,
  19496.         ["Def"] = 70,
  19497.         ["SpA"] = 105,
  19498.         ["SpD"] = 60,
  19499.         ["Speed"] = 105
  19500.         },
  19501.     ["Evolution"] = {},
  19502.     ["Gender"] = 50,
  19503.     ["Moves"] = {
  19504.             ["LevelUp"] = {
  19505.             [85] = {"Overheat"},
  19506.             [70] = {"Ice Fang"},
  19507.             [65] = {"Fire Fang"},
  19508.             [60] = {"Charge Beam"},
  19509.             [55] = {"Crunch"},
  19510.             [45] = {"Discharge"},
  19511.             [30] = {"Bite"},
  19512.             [26] = {"Thunder Fang"},
  19513.             [22] = {"Spark"},  
  19514.             [19] = {"Quick Attack"},
  19515.             [14] = {"Howl"},
  19516.             [12] = {"Leer"},
  19517.             [5] = {"Thunder Wave"},
  19518.             [1] = {"Tackle"},
  19519.             },
  19520.         ["TM"] = {"Thunderbolt","Double Team","Toxic","Double-Edge","Body Slam",}
  19521.     },
  19522.     ["Sprites"] = {
  19523.         ["Front"] = "http://www.roblox.com/asset/?id=321492979",
  19524.         ["Back"] = "http://www.roblox.com/asset/?id=321492981",
  19525.         ["Mini"] = "http://www.roblox.com/asset/?id=321492980",
  19526.         ["SB"] = "http://www.roblox.com/asset/?id=321492977",
  19527.         ["SF"] = "http://www.roblox.com/asset/?id=321492978"
  19528.     },
  19529.     ["ExpType"] = "Slow",
  19530.     ["EVYield"] = {
  19531.         ["Exp"] =  164,
  19532.         ["Speed"] = 2,
  19533.     },
  19534.     ["CatchRate"] = 120,
  19535. }, 
  19536. ["Houndour"] = {
  19537.     ["Pokedex"] = 399,
  19538.     ["PokedexDesc"] =  "Houndours are the rottweilers of the Pokemon world.",
  19539.     ["Species"] = "Dark Pokemon",
  19540.     ["Height"] = "2'00\"",
  19541.     ["Weight"] = 23.8,
  19542.     ["Type"] = {"Dark","Fire"},
  19543.     ["Stats"] = {
  19544.         ["HP"] = 45,
  19545.         ["Atk"] = 60,
  19546.         ["Def"] = 30,
  19547.         ["SpA"] = 80,
  19548.         ["SpD"] = 50,
  19549.         ["Speed"] = 65
  19550.         },
  19551.     ["Evolution"] = {24,"Houndoom"},
  19552.     ["Gender"] = 50,
  19553.     ["Moves"] = {
  19554.             ["LevelUp"] = {
  19555.             [85] = {"Overheat"},
  19556.             [70] = {"Dark Pulse"},
  19557.             [65] = {"Fire Blast"},
  19558.             [60] = {"Nasty Plot"},
  19559.             [55] = {"Crunch"},
  19560.             [45] = {"Flamethrower"},
  19561.             [30] = {"Bite"},
  19562.             [26] = {"Fire Fang"},
  19563.             [22] = {"Faint Attack"},   
  19564.             [19] = {"Bite"},
  19565.             [14] = {"Howl"},
  19566.             [12] = {"Smog"},
  19567.             [5] = {"Leer"},
  19568.             [1] = {"Ember"},
  19569.             },
  19570.         ["TM"] = {"Flamethrower","Dark Pulse","Double Team","Toxic","Double-Edge","Body Slam",}
  19571.     },
  19572.     ["Sprites"] = {
  19573.         ["Front"] = "http://www.roblox.com/asset/?id=321493017",
  19574.         ["Back"] = "http://www.roblox.com/asset/?id=321493018",
  19575.         ["Mini"] = "http://www.roblox.com/asset/?id=321493015",
  19576.         ["SB"] = "http://www.roblox.com/asset/?id=321493016",
  19577.         ["SF"] = "http://www.roblox.com/asset/?id=321493019"
  19578.     },
  19579.     ["ExpType"] = "Slow",
  19580.     ["EVYield"] = {
  19581.         ["Exp"] =  164,
  19582.         ["SpA"] = 1,
  19583.     },
  19584.     ["CatchRate"] = 120,
  19585. },
  19586. ["Houndoom"] = {
  19587.     ["Pokedex"] = 400,
  19588.     ["PokedexDesc"] =  "When Houndoom was first added, it was very glitched... but now it's back, with a vengeance.",
  19589.     ["Species"] = "Dark Pokemon",
  19590.     ["Height"] = "2'00\"",
  19591.     ["Weight"] = 23.8,
  19592.     ["Type"] = {"Dark","Fire"},
  19593.     ["Stats"] = {
  19594.         ["HP"] = 75,
  19595.         ["Atk"] = 90,
  19596.         ["Def"] = 50,
  19597.         ["SpA"] = 110,
  19598.         ["SpD"] = 80,
  19599.         ["Speed"] = 95
  19600.         },
  19601.     ["Evolution"] = {},
  19602.     ["Gender"] = 50,
  19603.     ["Moves"] = {
  19604.             ["LevelUp"] = {
  19605.             [85] = {"Overheat"},
  19606.             [70] = {"Dark Pulse"},
  19607.             [65] = {"Fire Blast"},
  19608.             [60] = {"Nasty Plot"},
  19609.             [55] = {"Crunch"},
  19610.             [45] = {"Flamethrower"},
  19611.             [30] = {"Bite"},
  19612.             [26] = {"Fire Fang"},
  19613.             [22] = {"Faint Attack"},   
  19614.             [19] = {"Bite"},
  19615.             [14] = {"Howl"},
  19616.             [12] = {"Smog"},
  19617.             [5] = {"Leer"},
  19618.             [1] = {"Ember"},
  19619.             },
  19620.         ["TM"] = {"Flamethrower","Dark Pulse","Double Team","Toxic","Double-Edge","Body Slam",}
  19621.     },
  19622.     ["Sprites"] = {
  19623.         ["Front"] = "http://www.roblox.com/asset/?id=333532300",
  19624.         ["Back"] = "http://www.roblox.com/asset/?id=333532302",
  19625.         ["Mini"] = "http://www.roblox.com/asset/?id=321493028",
  19626.         ["SB"] = "http://www.roblox.com/asset/?id=333532301",
  19627.         ["SF"] = "http://www.roblox.com/asset/?id=333532306"
  19628.     },
  19629.     ["ExpType"] = "Slow",
  19630.     ["EVYield"] = {
  19631.         ["Exp"] =  164,
  19632.         ["SpA"] = 2,
  19633.     },
  19634.     ["CatchRate"] = 45,
  19635. },     
  19636. ["Torkoal"] = {
  19637.     ["Pokedex"] = 401,
  19638.     ["PokedexDesc"] =  "Torkoal.",
  19639.     ["Species"] = "Torkoal Pokemon",
  19640.     ["Height"] = "2'00\"",
  19641.     ["Weight"] = 23.8,
  19642.     ["Type"] = {"Fire"},
  19643.     ["Stats"] = {
  19644.         ["HP"] = 70,
  19645.         ["Atk"] = 85,
  19646.         ["Def"] = 140,
  19647.         ["SpA"] = 85,
  19648.         ["SpD"] = 70,
  19649.         ["Speed"] = 20
  19650.         },
  19651.     ["Evolution"] = {},
  19652.     ["Gender"] = 50,
  19653.     ["Moves"] = {
  19654.             ["LevelUp"] = {
  19655.             [85] = {"Overheat"},
  19656.             [75] = {"Earth Power"},
  19657.             [70] = {"Shell Smash"},
  19658.             [65] = {"Fire Blast"},
  19659.             [60] = {"Iron Defense"},
  19660.             [55] = {"Amnesia"},
  19661.             [45] = {"Flamethrower"},
  19662.             [30] = {"Body Slam"},
  19663.             [26] = {"Fire Fang"},
  19664.             [22] = {"Superpower"}, 
  19665.             [12] = {"Smog"},
  19666.             [5] = {"Leer"},
  19667.             [1] = {"Ember"},
  19668.             },
  19669.         ["TM"] = {"Earthquake","Sludge Bomb","Flamethrower","Dark Pulse","Double Team","Toxic","Double-Edge","Body Slam",}
  19670.     },
  19671.     ["Sprites"] = {
  19672.         ["Front"] = "http://www.roblox.com/asset/?id=321492999",
  19673.         ["Back"] = "http://www.roblox.com/asset/?id=321492998",
  19674.         ["Mini"] = "http://www.roblox.com/asset/?id=321492996",
  19675.         ["SB"] = "http://www.roblox.com/asset/?id=321492995",
  19676.         ["SF"] = "http://www.roblox.com/asset/?id=321492997"
  19677.     },
  19678.     ["ExpType"] = "MedFast",
  19679.     ["EVYield"] = {
  19680.         ["Exp"] =  164,
  19681.         ["Def"] = 2,
  19682.     },
  19683.     ["CatchRate"] = 90,
  19684. },     
  19685. ["Deoxys"] = {
  19686.     ["Pokedex"] = 402,
  19687.     ["PokedexDesc"] =  "Millions of tiny little Deoxys are in your bloodstream right now. It's not very rare!",
  19688.     ["Species"] = "DNA Pokemon",
  19689.     ["Height"] = "5'07\"",
  19690.     ["Weight"] = 134.8,
  19691.     ["Type"] = {"Psychic"},
  19692.     ["Stats"] = {
  19693.         ["HP"] = 50,
  19694.         ["Atk"] = 150,
  19695.         ["Def"] = 50,
  19696.         ["SpA"] = 150,
  19697.         ["SpD"] = 50,
  19698.         ["Speed"] = 150
  19699.         },
  19700.     ["Evolution"] = {},
  19701.     ["Gender"] = 50,
  19702.     ["Moves"] = {
  19703.             ["LevelUp"] = {
  19704.             [91] = {"Psycho Boost"},
  19705.             [81] = {"Iron Defense"},
  19706.             [71] = {"Extreme Speed"},
  19707.             [61] = {"Zap Cannon"},
  19708.             [51] = {"Psychic"},
  19709.             [41] = {"Recover"},
  19710.             [31] = {"Cosmic Power"},   
  19711.             [21] = {"Psybeam"},
  19712.             [11] = {"Leer"},
  19713.             [1] = {"Tackle"},
  19714.             },
  19715.         ["TM"] = {"Ice Beam","Thunderbolt","Flamethrower","Dark Pulse","Double Team","Toxic","Double-Edge","Body Slam",}
  19716.     },
  19717.     ["Sprites"] = {
  19718.         ["Front"] = "http://www.roblox.com/asset/?id=321493085",
  19719.         ["Back"] = "http://www.roblox.com/asset/?id=321493079",
  19720.         ["Mini"] = "http://www.roblox.com/asset/?id=321493077",
  19721.         ["SB"] = "http://www.roblox.com/asset/?id=321493078",
  19722.         ["SF"] = "http://www.roblox.com/asset/?id=321493083"
  19723.     },
  19724.     ["ExpType"] = "Slow",
  19725.     ["EVYield"] = {
  19726.         ["Exp"] =  164,
  19727.         ["Atk"] = 1,
  19728.         ["SpA"] = 1,
  19729.         ["Speed"] = 1
  19730.     },
  19731.     ["CatchRate"] = 3,
  19732. }, 
  19733. ["Deoxys-A"] = {
  19734.     ["Pokedex"] = 402,
  19735.     ["PokedexDesc"] =  "Millions of tiny little Deoxys are in your bloodstream right now. It's not very rare!",
  19736.     ["Form"] = true,
  19737.     ["Species"] = "DNA Pokemon",
  19738.     ["Height"] = "5'07\"",
  19739.     ["Weight"] = 134.8,
  19740.     ["Type"] = {"Psychic"},
  19741.     ["Stats"] = {
  19742.         ["HP"] = 50,
  19743.         ["Atk"] = 180,
  19744.         ["Def"] = 20,
  19745.         ["SpA"] = 180,
  19746.         ["SpD"] = 50,
  19747.         ["Speed"] = 150
  19748.         },
  19749.     ["Evolution"] = {},
  19750.     ["Gender"] = 50,
  19751.     ["Moves"] = {
  19752.             ["LevelUp"] = {
  19753.             [91] = {"Psycho Boost"},
  19754.             [81] = {"Iron Defense"},
  19755.             [71] = {"Extreme Speed"},
  19756.             [61] = {"Zap Cannon"},
  19757.             [51] = {"Psychic"},
  19758.             [41] = {"Recover"},
  19759.             [31] = {"Cosmic Power"},   
  19760.             [21] = {"Psybeam"},
  19761.             [11] = {"Leer"},
  19762.             [1] = {"Tackle"},
  19763.             },
  19764.         ["TM"] = {"Ice Beam","Thunderbolt","Flamethrower","Dark Pulse","Double Team","Toxic","Double-Edge","Body Slam",}
  19765.     },
  19766.     ["Sprites"] = {
  19767.         ["Front"] = "http://www.roblox.com/asset/?id=321493050",
  19768.         ["Back"] = "http://www.roblox.com/asset/?id=321493044",
  19769.         ["Mini"] = "http://www.roblox.com/asset/?id=321493042",
  19770.         ["SB"] = "http://www.roblox.com/asset/?id=321493043",
  19771.         ["SF"] = "http://www.roblox.com/asset/?id=321493048"
  19772.     },
  19773.     ["ExpType"] = "Slow",
  19774.     ["EVYield"] = {
  19775.         ["Exp"] =  164,
  19776.         ["Atk"] = 1,
  19777.         ["SpA"] = 1,
  19778.         ["Speed"] = 1
  19779.     },
  19780.     ["CatchRate"] = 3,
  19781. }, 
  19782. ["Deoxys-D"] = {
  19783.     ["Pokedex"] = 402,
  19784.     ["PokedexDesc"] =  "Millions of tiny little Deoxys are in your bloodstream right now. It's not very rare!",
  19785.     ["Form"] = true,
  19786.     ["Species"] = "DNA Pokemon",
  19787.     ["Height"] = "5'07\"",
  19788.     ["Weight"] = 134.8,
  19789.     ["Type"] = {"Psychic"},
  19790.     ["Stats"] = {
  19791.         ["HP"] = 50,
  19792.         ["Atk"] = 70,
  19793.         ["Def"] = 160,
  19794.         ["SpA"] = 70,
  19795.         ["SpD"] = 160,
  19796.         ["Speed"] = 90
  19797.         },
  19798.     ["Evolution"] = {},
  19799.     ["Gender"] = 50,
  19800.     ["Moves"] = {
  19801.             ["LevelUp"] = {
  19802.             [91] = {"Psycho Boost"},
  19803.             [81] = {"Iron Defense"},
  19804.             [71] = {"Extreme Speed"},
  19805.             [61] = {"Zap Cannon"},
  19806.             [51] = {"Psychic"},
  19807.             [41] = {"Recover"},
  19808.             [31] = {"Cosmic Power"},   
  19809.             [21] = {"Psybeam"},
  19810.             [11] = {"Leer"},
  19811.             [1] = {"Tackle"},
  19812.             },
  19813.         ["TM"] = {"Ice Beam","Thunderbolt","Flamethrower","Dark Pulse","Double Team","Toxic","Double-Edge","Body Slam",}
  19814.     },
  19815.     ["Sprites"] = {
  19816.         ["Front"] = "http://www.roblox.com/asset/?id=321493100",
  19817.         ["Back"] = "http://www.roblox.com/asset/?id=321493095",
  19818.         ["Mini"] = "http://www.roblox.com/asset/?id=321493093",
  19819.         ["SB"] = "http://www.roblox.com/asset/?id=321493094",
  19820.         ["SF"] = "http://www.roblox.com/asset/?id=321493099"
  19821.     },
  19822.     ["ExpType"] = "Slow",
  19823.     ["EVYield"] = {
  19824.         ["Exp"] =  164,
  19825.         ["Atk"] = 1,
  19826.         ["SpA"] = 1,
  19827.         ["Speed"] = 1
  19828.     },
  19829.     ["CatchRate"] = 3,
  19830. }, 
  19831. ["Deoxys-S"] = {
  19832.     ["Pokedex"] = 402,
  19833.     ["PokedexDesc"] =  "Millions of tiny little Deoxys are in your bloodstream right now. It's not very rare!",
  19834.     ["Form"] = true,
  19835.     ["Species"] = "DNA Pokemon",
  19836.     ["Height"] = "5'07\"",
  19837.     ["Weight"] = 134.8,
  19838.     ["Type"] = {"Psychic"},
  19839.     ["Stats"] = {
  19840.         ["HP"] = 50,
  19841.         ["Atk"] = 95,
  19842.         ["Def"] = 90,
  19843.         ["SpA"] = 95,
  19844.         ["SpD"] = 90,
  19845.         ["Speed"] = 180
  19846.         },
  19847.     ["Evolution"] = {},
  19848.     ["Gender"] = 50,
  19849.     ["Moves"] = {
  19850.             ["LevelUp"] = {
  19851.             [91] = {"Psycho Boost"},
  19852.             [81] = {"Iron Defense"},
  19853.             [71] = {"Extreme Speed"},
  19854.             [61] = {"Zap Cannon"},
  19855.             [51] = {"Psychic"},
  19856.             [41] = {"Recover"},
  19857.             [31] = {"Cosmic Power"},   
  19858.             [21] = {"Psybeam"},
  19859.             [11] = {"Leer"},
  19860.             [1] = {"Tackle"},
  19861.             },
  19862.         ["TM"] = {"Ice Beam","Thunderbolt","Flamethrower","Dark Pulse","Double Team","Toxic","Double-Edge","Body Slam",}
  19863.     },
  19864.     ["Sprites"] = {
  19865.             ["Front"] = "http://www.roblox.com/asset/?id=321493067",
  19866.         ["Back"] = "http://www.roblox.com/asset/?id=321493063",
  19867.         ["Mini"] = "http://www.roblox.com/asset/?id=321493060",
  19868.         ["SB"] = "http://www.roblox.com/asset/?id=321493061",
  19869.         ["SF"] = "http://www.roblox.com/asset/?id=321493066"
  19870.     },
  19871.     ["ExpType"] = "Slow",
  19872.     ["EVYield"] = {
  19873.         ["Exp"] =  164,
  19874.         ["Atk"] = 1,
  19875.         ["SpA"] = 1,
  19876.         ["Speed"] = 1
  19877.     },
  19878.     ["CatchRate"] = 3,
  19879. },                                                                                                                                                                     
  19880. --fakemon
  19881. ["Mewthree, Swag Prince"] = {
  19882.     ["Pokedex"] =  4242,
  19883.     ["PokedexDesc"] = "Mewtwo * Mewtwo = Mewfour",
  19884.     ["Species"] = "Mewthree Pokemon",
  19885.     ["Height"] = "12'07\"",
  19886.     ["Weight"] = 21.8,
  19887.     ["Type"] = {"Ghost","Dark"},
  19888.     ["Stats"] = {
  19889.         ["HP"] = 256,
  19890.         ["Atk"] = 256,
  19891.         ["Def"] = 256,
  19892.         ["SpA"] = 256,
  19893.         ["SpD"] = 256,
  19894.         ["Speed"] = 420
  19895.         },
  19896.     ["Evolution"] = {},
  19897.     ["Gender"] = 88,
  19898.     ["Moves"] = {
  19899.         ["LevelUp"] = {
  19900.             [1] = {"Psystrike","Close Combat","Thunderbolt","Shadow Ball"},
  19901.             },
  19902.         ["TM"] = {"Submission","Double Team","Toxic","Rest","Double-Edge","Body Slam","Icy Wind","Rock Tomb","Brick Break","Surf","Aerial Ace","Focus Blast","Earthquake","Ice Beam","Rock Slide"}
  19903.     },
  19904.     ["Sprites"] = {
  19905.         ["Front"] = "http://www.roblox.com/asset/?id=176720208",
  19906.         ["Back"] = "http://www.roblox.com/asset/?id=176720208",
  19907.         ["Mini"] = "http://www.roblox.com/asset/?id=176720208",
  19908.         ["SB"] = "http://www.roblox.com/asset/?id=176720208",
  19909.         ["SF"] = "http://www.roblox.com/asset/?id=176720208"
  19910.     },
  19911.     ["ExpType"] = "MedSlow",
  19912.     ["EVYield"] = {
  19913.         ["Exp"] = 210,
  19914.         ["Atk"] = 2,
  19915.         ["Def"] = 1
  19916.     },
  19917.     ["CatchRate"] = -math.huge,
  19918. },
  19919.    
  19920.  
  19921. } --ENDEND bracket
  19922.  
  19923.  
  19924. --preload sprites
  19925.  
  19926. return _G.Pokemon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement