Guest User

Untitled

a guest
Oct 16th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.  
  3.     {
  4.  
  5.         "name": "Bulbasaur",
  6.  
  7.         "types": [
  8.  
  9.             "Grass",
  10.  
  11.             "Poison"
  12.  
  13.         ],
  14.  
  15.         "stats": {
  16.  
  17.             "hp": 45,
  18.  
  19.             "atk": 49,
  20.  
  21.             "def": 49,
  22.  
  23.             "spc": 65,
  24.  
  25.             "spd": 45
  26.  
  27.         },
  28.  
  29.         "moves": [
  30.  
  31.             "Bide",
  32.  
  33.             "Body Slam",
  34.  
  35.             "Cut",
  36.  
  37.             "Defense Curl",
  38.  
  39.             "Double Team",
  40.  
  41.             "Double-Edge",
  42.  
  43.             "Flash",
  44.  
  45.             "Growl",
  46.  
  47.             "Growth",
  48.  
  49.             "Headbutt",
  50.  
  51.             "Leech Seed",
  52.  
  53.             "Light Screen",
  54.  
  55.             "Mega Drain",
  56.  
  57.             "Mimic",
  58.  
  59.             "Petal Dance",
  60.  
  61.             "PoisonPowder",
  62.  
  63.             "Rage",
  64.  
  65.             "Razor Leaf",
  66.  
  67.             "Razor Wind",
  68.  
  69.             "Reflect",
  70.  
  71.             "Rest",
  72.  
  73.             "Skull Bash",
  74.  
  75.             "Sleep Powder",
  76.  
  77.             "SolarBeam",
  78.  
  79.             "Substitute",
  80.  
  81.             "Swords Dance",
  82.  
  83.             "Tackle",
  84.  
  85.             "Take Down",
  86.  
  87.             "Toxic",
  88.  
  89.             "Vine Whip"
  90.  
  91.         ]
  92.  
  93.     },
  94.  
  95.     {
  96.  
  97.         "name": "Ivysaur",
  98.  
  99.         "types": [
  100.  
  101.             "Grass",
  102.  
  103.             "Poison"
  104.  
  105.         ],
  106.  
  107.         "stats": {
  108.  
  109.             "hp": 60,
  110.  
  111.             "atk": 62,
  112.  
  113.             "def": 63,
  114.  
  115.             "spc": 80,
  116.  
  117.             "spd": 60
  118.  
  119.         },
  120.  
  121.         "moves": [
  122.  
  123.             "Bide",
  124.  
  125.             "Body Slam",
  126.  
  127.             "Cut",
  128.  
  129.             "Defense Curl",
  130.  
  131.             "Double Team",
  132.  
  133.             "Double-Edge",
  134.  
  135.             "Flash",
  136.  
  137.             "Growl",
  138.  
  139.             "Growth",
  140.  
  141.             "Headbutt",
  142.  
  143.             "Leech Seed",
  144.  
  145.             "Light Screen",
  146.  
  147.             "Mega Drain",
  148.  
  149.             "Mimic",
  150.  
  151.             "Petal Dance",
  152.  
  153.             "PoisonPowder",
  154.  
  155.             "Rage",
  156.  
  157.             "Razor Leaf",
  158.  
  159.             "Razor Wind",
  160.  
  161.             "Reflect",
  162.  
  163.             "Rest",
  164.  
  165.             "Skull Bash",
  166.  
  167.             "Sleep Powder",
  168.  
  169.             "SolarBeam",
  170.  
  171.             "Substitute",
  172.  
  173.             "Swords Dance",
  174.  
  175.             "Tackle",
  176.  
  177.             "Take Down",
  178.  
  179.             "Toxic",
  180.  
  181.             "Vine Whip"
  182.  
  183.         ]
  184.  
  185.     },
  186.  
  187.     {
  188.  
  189.         "name": "Venusaur",
  190.  
  191.         "types": [
  192.  
  193.             "Grass",
  194.  
  195.             "Poison"
  196.  
  197.         ],
  198.  
  199.         "stats": {
  200.  
  201.             "hp": 80,
  202.  
  203.             "atk": 82,
  204.  
  205.             "def": 83,
  206.  
  207.             "spc": 100,
  208.  
  209.             "spd": 80
  210.  
  211.         },
  212.  
  213.         "moves": [
  214.  
  215.             "Bide",
  216.  
  217.             "Body Slam",
  218.  
  219.             "Cut",
  220.  
  221.             "Defense Curl",
  222.  
  223.             "Double Team",
  224.  
  225.             "Double-Edge",
  226.  
  227.             "Flash",
  228.  
  229.             "Growl",
  230.  
  231.             "Growth",
  232.  
  233.             "Headbutt",
  234.  
  235.             "Hyper Beam",
  236.  
  237.             "Leech Seed",
  238.  
  239.             "Light Screen",
  240.  
  241.             "Mega Drain",
  242.  
  243.             "Mimic",
  244.  
  245.             "Petal Dance",
  246.  
  247.             "PoisonPowder",
  248.  
  249.             "Rage",
  250.  
  251.             "Razor Leaf",
  252.  
  253.             "Razor Wind",
  254.  
  255.             "Reflect",
  256.  
  257.             "Rest",
  258.  
  259.             "Roar",
  260.  
  261.             "Skull Bash",
  262.  
  263.             "Sleep Powder",
  264.  
  265.             "SolarBeam",
  266.  
  267.             "Substitute",
  268.  
  269.             "Swords Dance",
  270.  
  271.             "Tackle",
  272.  
  273.             "Take Down",
  274.  
  275.             "Toxic",
  276.  
  277.             "Vine Whip"
  278.  
  279.         ]
  280.  
  281.     },
  282.  
  283.     {
  284.  
  285.         "name": "Charmander",
  286.  
  287.         "types": [
  288.  
  289.             "Fire"
  290.  
  291.         ],
  292.  
  293.         "stats": {
  294.  
  295.             "hp": 39,
  296.  
  297.             "atk": 52,
  298.  
  299.             "def": 43,
  300.  
  301.             "spc": 60,
  302.  
  303.             "spd": 65
  304.  
  305.         },
  306.  
  307.         "moves": [
  308.  
  309.             "Bide",
  310.  
  311.             "Bite",
  312.  
  313.             "Body Slam",
  314.  
  315.             "Counter",
  316.  
  317.             "Cut",
  318.  
  319.             "Defense Curl",
  320.  
  321.             "Dig",
  322.  
  323.             "Double Team",
  324.  
  325.             "Double-Edge",
  326.  
  327.             "Dragon Rage",
  328.  
  329.             "Ember",
  330.  
  331.             "Fire Blast",
  332.  
  333.             "Fire Punch",
  334.  
  335.             "Fire Spin",
  336.  
  337.             "Flamethrower",
  338.  
  339.             "Growl",
  340.  
  341.             "Headbutt",
  342.  
  343.             "Leer",
  344.  
  345.             "Mega Kick",
  346.  
  347.             "Mega Punch",
  348.  
  349.             "Mimic",
  350.  
  351.             "Rage",
  352.  
  353.             "Reflect",
  354.  
  355.             "Rest",
  356.  
  357.             "Rock Slide",
  358.  
  359.             "Scratch",
  360.  
  361.             "Seismic Toss",
  362.  
  363.             "Skull Bash",
  364.  
  365.             "Slash",
  366.  
  367.             "SmokeScreen",
  368.  
  369.             "Strength",
  370.  
  371.             "Submission",
  372.  
  373.             "Substitute",
  374.  
  375.             "Swift",
  376.  
  377.             "Swords Dance",
  378.  
  379.             "Take Down",
  380.  
  381.             "Toxic"
  382.  
  383.         ]
  384.  
  385.     },
  386.  
  387.     {
  388.  
  389.         "name": "Charmeleon",
  390.  
  391.         "types": [
  392.  
  393.             "Fire"
  394.  
  395.         ],
  396.  
  397.         "stats": {
  398.  
  399.             "hp": 58,
  400.  
  401.             "atk": 64,
  402.  
  403.             "def": 58,
  404.  
  405.             "spc": 80,
  406.  
  407.             "spd": 80
  408.  
  409.         },
  410.  
  411.         "moves": [
  412.  
  413.             "Bide",
  414.  
  415.             "Bite",
  416.  
  417.             "Body Slam",
  418.  
  419.             "Counter",
  420.  
  421.             "Cut",
  422.  
  423.             "Defense Curl",
  424.  
  425.             "Dig",
  426.  
  427.             "Double Team",
  428.  
  429.             "Double-Edge",
  430.  
  431.             "Dragon Rage",
  432.  
  433.             "Ember",
  434.  
  435.             "Fire Blast",
  436.  
  437.             "Fire Punch",
  438.  
  439.             "Fire Spin",
  440.  
  441.             "Flamethrower",
  442.  
  443.             "Growl",
  444.  
  445.             "Headbutt",
  446.  
  447.             "Leer",
  448.  
  449.             "Mega Kick",
  450.  
  451.             "Mega Punch",
  452.  
  453.             "Mimic",
  454.  
  455.             "Rage",
  456.  
  457.             "Reflect",
  458.  
  459.             "Rest",
  460.  
  461.             "Rock Slide",
  462.  
  463.             "Scratch",
  464.  
  465.             "Seismic Toss",
  466.  
  467.             "Skull Bash",
  468.  
  469.             "Slash",
  470.  
  471.             "SmokeScreen",
  472.  
  473.             "Strength",
  474.  
  475.             "Submission",
  476.  
  477.             "Substitute",
  478.  
  479.             "Swift",
  480.  
  481.             "Swords Dance",
  482.  
  483.             "Take Down",
  484.  
  485.             "Toxic"
  486.  
  487.         ]
  488.  
  489.     },
  490.  
  491.     {
  492.  
  493.         "name": "Charizard",
  494.  
  495.         "types": [
  496.  
  497.             "Fire",
  498.  
  499.             "Flying"
  500.  
  501.         ],
  502.  
  503.         "stats": {
  504.  
  505.             "hp": 78,
  506.  
  507.             "atk": 84,
  508.  
  509.             "def": 78,
  510.  
  511.             "spc": 109,
  512.  
  513.             "spd": 100
  514.  
  515.         },
  516.  
  517.         "moves": [
  518.  
  519.             "Bide",
  520.  
  521.             "Bite",
  522.  
  523.             "Body Slam",
  524.  
  525.             "Counter",
  526.  
  527.             "Cut",
  528.  
  529.             "Defense Curl",
  530.  
  531.             "Dig",
  532.  
  533.             "Double Team",
  534.  
  535.             "Double-Edge",
  536.  
  537.             "Dragon Rage",
  538.  
  539.             "Earthquake",
  540.  
  541.             "Ember",
  542.  
  543.             "Fire Blast",
  544.  
  545.             "Fire Punch",
  546.  
  547.             "Fire Spin",
  548.  
  549.             "Fissure",
  550.  
  551.             "Flamethrower",
  552.  
  553.             "Fly",
  554.  
  555.             "Growl",
  556.  
  557.             "Headbutt",
  558.  
  559.             "Hyper Beam",
  560.  
  561.             "Leer",
  562.  
  563.             "Mega Kick",
  564.  
  565.             "Mega Punch",
  566.  
  567.             "Mimic",
  568.  
  569.             "Rage",
  570.  
  571.             "Reflect",
  572.  
  573.             "Rest",
  574.  
  575.             "Roar",
  576.  
  577.             "Rock Slide",
  578.  
  579.             "Scratch",
  580.  
  581.             "Seismic Toss",
  582.  
  583.             "Skull Bash",
  584.  
  585.             "Slash",
  586.  
  587.             "SmokeScreen",
  588.  
  589.             "Strength",
  590.  
  591.             "Submission",
  592.  
  593.             "Substitute",
  594.  
  595.             "Swift",
  596.  
  597.             "Swords Dance",
  598.  
  599.             "Take Down",
  600.  
  601.             "Toxic",
  602.  
  603.             "Wing Attack"
  604.  
  605.         ]
  606.  
  607.     },
  608.  
  609.     {
  610.  
  611.         "name": "Squirtle",
  612.  
  613.         "types": [
  614.  
  615.             "Water"
  616.  
  617.         ],
  618.  
  619.         "stats": {
  620.  
  621.             "hp": 44,
  622.  
  623.             "atk": 48,
  624.  
  625.             "def": 65,
  626.  
  627.             "spc": 50,
  628.  
  629.             "spd": 43
  630.  
  631.         },
  632.  
  633.         "moves": [
  634.  
  635.             "Bide",
  636.  
  637.             "Bite",
  638.  
  639.             "Blizzard",
  640.  
  641.             "Body Slam",
  642.  
  643.             "Bubble",
  644.  
  645.             "BubbleBeam",
  646.  
  647.             "Confusion",
  648.  
  649.             "Counter",
  650.  
  651.             "Defense Curl",
  652.  
  653.             "Dig",
  654.  
  655.             "Double Team",
  656.  
  657.             "Double-Edge",
  658.  
  659.             "Haze",
  660.  
  661.             "Headbutt",
  662.  
  663.             "Hydro Pump",
  664.  
  665.             "Ice Beam",
  666.  
  667.             "Ice Punch",
  668.  
  669.             "Mega Kick",
  670.  
  671.             "Mega Punch",
  672.  
  673.             "Mimic",
  674.  
  675.             "Mist",
  676.  
  677.             "Rage",
  678.  
  679.             "Reflect",
  680.  
  681.             "Rest",
  682.  
  683.             "Seismic Toss",
  684.  
  685.             "Skull Bash",
  686.  
  687.             "Strength",
  688.  
  689.             "Submission",
  690.  
  691.             "Substitute",
  692.  
  693.             "Surf",
  694.  
  695.             "Tackle",
  696.  
  697.             "Tail Whip",
  698.  
  699.             "Take Down",
  700.  
  701.             "Toxic",
  702.  
  703.             "Water Gun",
  704.  
  705.             "Waterfall",
  706.  
  707.             "Withdraw"
  708.  
  709.         ]
  710.  
  711.     },
  712.  
  713.     {
  714.  
  715.         "name": "Wartortle",
  716.  
  717.         "types": [
  718.  
  719.             "Water"
  720.  
  721.         ],
  722.  
  723.         "stats": {
  724.  
  725.             "hp": 59,
  726.  
  727.             "atk": 63,
  728.  
  729.             "def": 80,
  730.  
  731.             "spc": 65,
  732.  
  733.             "spd": 58
  734.  
  735.         },
  736.  
  737.         "moves": [
  738.  
  739.             "Bide",
  740.  
  741.             "Bite",
  742.  
  743.             "Blizzard",
  744.  
  745.             "Body Slam",
  746.  
  747.             "Bubble",
  748.  
  749.             "BubbleBeam",
  750.  
  751.             "Confusion",
  752.  
  753.             "Counter",
  754.  
  755.             "Defense Curl",
  756.  
  757.             "Dig",
  758.  
  759.             "Double Team",
  760.  
  761.             "Double-Edge",
  762.  
  763.             "Haze",
  764.  
  765.             "Headbutt",
  766.  
  767.             "Hydro Pump",
  768.  
  769.             "Ice Beam",
  770.  
  771.             "Ice Punch",
  772.  
  773.             "Mega Kick",
  774.  
  775.             "Mega Punch",
  776.  
  777.             "Mimic",
  778.  
  779.             "Mist",
  780.  
  781.             "Rage",
  782.  
  783.             "Reflect",
  784.  
  785.             "Rest",
  786.  
  787.             "Seismic Toss",
  788.  
  789.             "Skull Bash",
  790.  
  791.             "Strength",
  792.  
  793.             "Submission",
  794.  
  795.             "Substitute",
  796.  
  797.             "Surf",
  798.  
  799.             "Tackle",
  800.  
  801.             "Tail Whip",
  802.  
  803.             "Take Down",
  804.  
  805.             "Toxic",
  806.  
  807.             "Water Gun",
  808.  
  809.             "Waterfall",
  810.  
  811.             "Withdraw"
  812.  
  813.         ]
  814.  
  815.     },
  816.  
  817.     {
  818.  
  819.         "name": "Blastoise",
  820.  
  821.         "types": [
  822.  
  823.             "Water"
  824.  
  825.         ],
  826.  
  827.         "stats": {
  828.  
  829.             "hp": 79,
  830.  
  831.             "atk": 83,
  832.  
  833.             "def": 100,
  834.  
  835.             "spc": 85,
  836.  
  837.             "spd": 78
  838.  
  839.         },
  840.  
  841.         "moves": [
  842.  
  843.             "Bide",
  844.  
  845.             "Bite",
  846.  
  847.             "Blizzard",
  848.  
  849.             "Body Slam",
  850.  
  851.             "Bubble",
  852.  
  853.             "BubbleBeam",
  854.  
  855.             "Confusion",
  856.  
  857.             "Counter",
  858.  
  859.             "Defense Curl",
  860.  
  861.             "Dig",
  862.  
  863.             "Double Team",
  864.  
  865.             "Double-Edge",
  866.  
  867.             "Earthquake",
  868.  
  869.             "Fissure",
  870.  
  871.             "Haze",
  872.  
  873.             "Headbutt",
  874.  
  875.             "Hydro Pump",
  876.  
  877.             "Hyper Beam",
  878.  
  879.             "Ice Beam",
  880.  
  881.             "Ice Punch",
  882.  
  883.             "Mega Kick",
  884.  
  885.             "Mega Punch",
  886.  
  887.             "Mimic",
  888.  
  889.             "Mist",
  890.  
  891.             "Rage",
  892.  
  893.             "Reflect",
  894.  
  895.             "Rest",
  896.  
  897.             "Roar",
  898.  
  899.             "Seismic Toss",
  900.  
  901.             "Skull Bash",
  902.  
  903.             "Strength",
  904.  
  905.             "Submission",
  906.  
  907.             "Substitute",
  908.  
  909.             "Surf",
  910.  
  911.             "Tackle",
  912.  
  913.             "Tail Whip",
  914.  
  915.             "Take Down",
  916.  
  917.             "Toxic",
  918.  
  919.             "Water Gun",
  920.  
  921.             "Waterfall",
  922.  
  923.             "Withdraw"
  924.  
  925.         ]
  926.  
  927.     },
  928.  
  929.     {
  930.  
  931.         "name": "Caterpie",
  932.  
  933.         "types": [
  934.  
  935.             "Bug"
  936.  
  937.         ],
  938.  
  939.         "stats": {
  940.  
  941.             "hp": 45,
  942.  
  943.             "atk": 30,
  944.  
  945.             "def": 35,
  946.  
  947.             "spc": 20,
  948.  
  949.             "spd": 45
  950.  
  951.         },
  952.  
  953.         "moves": [
  954.  
  955.             "String Shot",
  956.  
  957.             "Tackle"
  958.  
  959.         ]
  960.  
  961.     },
  962.  
  963.     {
  964.  
  965.         "name": "Metapod",
  966.  
  967.         "types": [
  968.  
  969.             "Bug"
  970.  
  971.         ],
  972.  
  973.         "stats": {
  974.  
  975.             "hp": 50,
  976.  
  977.             "atk": 20,
  978.  
  979.             "def": 55,
  980.  
  981.             "spc": 25,
  982.  
  983.             "spd": 30
  984.  
  985.         },
  986.  
  987.         "moves": [
  988.  
  989.             "Harden",
  990.  
  991.             "String Shot",
  992.  
  993.             "Tackle"
  994.  
  995.         ]
  996.  
  997.     },
  998.  
  999.     {
  1000.  
  1001.         "name": "Butterfree",
  1002.  
  1003.         "types": [
  1004.  
  1005.             "Bug",
  1006.  
  1007.             "Flying"
  1008.  
  1009.         ],
  1010.  
  1011.         "stats": {
  1012.  
  1013.             "hp": 60,
  1014.  
  1015.             "atk": 45,
  1016.  
  1017.             "def": 50,
  1018.  
  1019.             "spc": 80,
  1020.  
  1021.             "spd": 70
  1022.  
  1023.         },
  1024.  
  1025.         "moves": [
  1026.  
  1027.             "Bide",
  1028.  
  1029.             "Confusion",
  1030.  
  1031.             "Double Team",
  1032.  
  1033.             "Double-Edge",
  1034.  
  1035.             "Flash",
  1036.  
  1037.             "Gust",
  1038.  
  1039.             "Harden",
  1040.  
  1041.             "Hyper Beam",
  1042.  
  1043.             "Mega Drain",
  1044.  
  1045.             "Mimic",
  1046.  
  1047.             "PoisonPowder",
  1048.  
  1049.             "Psybeam",
  1050.  
  1051.             "Psychic",
  1052.  
  1053.             "Psywave",
  1054.  
  1055.             "Rage",
  1056.  
  1057.             "Razor Wind",
  1058.  
  1059.             "Reflect",
  1060.  
  1061.             "Rest",
  1062.  
  1063.             "Sleep Powder",
  1064.  
  1065.             "SolarBeam",
  1066.  
  1067.             "String Shot",
  1068.  
  1069.             "Stun Spore",
  1070.  
  1071.             "Substitute",
  1072.  
  1073.             "Supersonic",
  1074.  
  1075.             "Swift",
  1076.  
  1077.             "Tackle",
  1078.  
  1079.             "Take Down",
  1080.  
  1081.             "Teleport",
  1082.  
  1083.             "Toxic",
  1084.  
  1085.             "Whirlwind"
  1086.  
  1087.         ]
  1088.  
  1089.     },
  1090.  
  1091.     {
  1092.  
  1093.         "name": "Weedle",
  1094.  
  1095.         "types": [
  1096.  
  1097.             "Bug",
  1098.  
  1099.             "Poison"
  1100.  
  1101.         ],
  1102.  
  1103.         "stats": {
  1104.  
  1105.             "hp": 40,
  1106.  
  1107.             "atk": 35,
  1108.  
  1109.             "def": 30,
  1110.  
  1111.             "spc": 20,
  1112.  
  1113.             "spd": 50
  1114.  
  1115.         },
  1116.  
  1117.         "moves": [
  1118.  
  1119.             "Poison Sting",
  1120.  
  1121.             "String Shot"
  1122.  
  1123.         ]
  1124.  
  1125.     },
  1126.  
  1127.     {
  1128.  
  1129.         "name": "Kakuna",
  1130.  
  1131.         "types": [
  1132.  
  1133.             "Bug",
  1134.  
  1135.             "Poison"
  1136.  
  1137.         ],
  1138.  
  1139.         "stats": {
  1140.  
  1141.             "hp": 45,
  1142.  
  1143.             "atk": 25,
  1144.  
  1145.             "def": 50,
  1146.  
  1147.             "spc": 25,
  1148.  
  1149.             "spd": 35
  1150.  
  1151.         },
  1152.  
  1153.         "moves": [
  1154.  
  1155.             "Harden",
  1156.  
  1157.             "Poison Sting",
  1158.  
  1159.             "String Shot"
  1160.  
  1161.         ]
  1162.  
  1163.     },
  1164.  
  1165.     {
  1166.  
  1167.         "name": "Beedrill",
  1168.  
  1169.         "types": [
  1170.  
  1171.             "Bug",
  1172.  
  1173.             "Poison"
  1174.  
  1175.         ],
  1176.  
  1177.         "stats": {
  1178.  
  1179.             "hp": 65,
  1180.  
  1181.             "atk": 80,
  1182.  
  1183.             "def": 40,
  1184.  
  1185.             "spc": 45,
  1186.  
  1187.             "spd": 75
  1188.  
  1189.         },
  1190.  
  1191.         "moves": [
  1192.  
  1193.             "Agility",
  1194.  
  1195.             "Bide",
  1196.  
  1197.             "Cut",
  1198.  
  1199.             "Double Team",
  1200.  
  1201.             "Double-Edge",
  1202.  
  1203.             "Focus Energy",
  1204.  
  1205.             "Fury Attack",
  1206.  
  1207.             "Harden",
  1208.  
  1209.             "Hyper Beam",
  1210.  
  1211.             "Mega Drain",
  1212.  
  1213.             "Mimic",
  1214.  
  1215.             "Pin Missile",
  1216.  
  1217.             "Poison Sting",
  1218.  
  1219.             "Rage",
  1220.  
  1221.             "Reflect",
  1222.  
  1223.             "Rest",
  1224.  
  1225.             "Skull Bash",
  1226.  
  1227.             "String Shot",
  1228.  
  1229.             "Substitute",
  1230.  
  1231.             "Swift",
  1232.  
  1233.             "Swords Dance",
  1234.  
  1235.             "Take Down",
  1236.  
  1237.             "Toxic",
  1238.  
  1239.             "Twineedle"
  1240.  
  1241.         ]
  1242.  
  1243.     },
  1244.  
  1245.     {
  1246.  
  1247.         "name": "Pidgey",
  1248.  
  1249.         "types": [
  1250.  
  1251.             "Normal",
  1252.  
  1253.             "Flying"
  1254.  
  1255.         ],
  1256.  
  1257.         "stats": {
  1258.  
  1259.             "hp": 40,
  1260.  
  1261.             "atk": 45,
  1262.  
  1263.             "def": 40,
  1264.  
  1265.             "spc": 35,
  1266.  
  1267.             "spd": 56
  1268.  
  1269.         },
  1270.  
  1271.         "moves": [
  1272.  
  1273.             "Agility",
  1274.  
  1275.             "Bide",
  1276.  
  1277.             "Double Team",
  1278.  
  1279.             "Double-Edge",
  1280.  
  1281.             "Fly",
  1282.  
  1283.             "Gust",
  1284.  
  1285.             "Mimic",
  1286.  
  1287.             "Mirror Move",
  1288.  
  1289.             "Quick Attack",
  1290.  
  1291.             "Rage",
  1292.  
  1293.             "Razor Wind",
  1294.  
  1295.             "Reflect",
  1296.  
  1297.             "Rest",
  1298.  
  1299.             "Sand-Attack",
  1300.  
  1301.             "Sky Attack",
  1302.  
  1303.             "Substitute",
  1304.  
  1305.             "Swift",
  1306.  
  1307.             "Tackle",
  1308.  
  1309.             "Take Down",
  1310.  
  1311.             "Toxic",
  1312.  
  1313.             "Whirlwind",
  1314.  
  1315.             "Wing Attack"
  1316.  
  1317.         ]
  1318.  
  1319.     },
  1320.  
  1321.     {
  1322.  
  1323.         "name": "Pidgeotto",
  1324.  
  1325.         "types": [
  1326.  
  1327.             "Normal",
  1328.  
  1329.             "Flying"
  1330.  
  1331.         ],
  1332.  
  1333.         "stats": {
  1334.  
  1335.             "hp": 63,
  1336.  
  1337.             "atk": 60,
  1338.  
  1339.             "def": 55,
  1340.  
  1341.             "spc": 50,
  1342.  
  1343.             "spd": 71
  1344.  
  1345.         },
  1346.  
  1347.         "moves": [
  1348.  
  1349.             "Agility",
  1350.  
  1351.             "Bide",
  1352.  
  1353.             "Double Team",
  1354.  
  1355.             "Double-Edge",
  1356.  
  1357.             "Fly",
  1358.  
  1359.             "Gust",
  1360.  
  1361.             "Mimic",
  1362.  
  1363.             "Mirror Move",
  1364.  
  1365.             "Quick Attack",
  1366.  
  1367.             "Rage",
  1368.  
  1369.             "Razor Wind",
  1370.  
  1371.             "Reflect",
  1372.  
  1373.             "Rest",
  1374.  
  1375.             "Sand-Attack",
  1376.  
  1377.             "Sky Attack",
  1378.  
  1379.             "Substitute",
  1380.  
  1381.             "Swift",
  1382.  
  1383.             "Tackle",
  1384.  
  1385.             "Take Down",
  1386.  
  1387.             "Toxic",
  1388.  
  1389.             "Whirlwind",
  1390.  
  1391.             "Wing Attack"
  1392.  
  1393.         ]
  1394.  
  1395.     },
  1396.  
  1397.     {
  1398.  
  1399.         "name": "Pidgeot",
  1400.  
  1401.         "types": [
  1402.  
  1403.             "Normal",
  1404.  
  1405.             "Flying"
  1406.  
  1407.         ],
  1408.  
  1409.         "stats": {
  1410.  
  1411.             "hp": 83,
  1412.  
  1413.             "atk": 80,
  1414.  
  1415.             "def": 75,
  1416.  
  1417.             "spc": 70,
  1418.  
  1419.             "spd": 91
  1420.  
  1421.         },
  1422.  
  1423.         "moves": [
  1424.  
  1425.             "Agility",
  1426.  
  1427.             "Bide",
  1428.  
  1429.             "Double Team",
  1430.  
  1431.             "Double-Edge",
  1432.  
  1433.             "Fly",
  1434.  
  1435.             "Gust",
  1436.  
  1437.             "Hyper Beam",
  1438.  
  1439.             "Mimic",
  1440.  
  1441.             "Mirror Move",
  1442.  
  1443.             "Quick Attack",
  1444.  
  1445.             "Rage",
  1446.  
  1447.             "Razor Wind",
  1448.  
  1449.             "Reflect",
  1450.  
  1451.             "Rest",
  1452.  
  1453.             "Sand-Attack",
  1454.  
  1455.             "Sky Attack",
  1456.  
  1457.             "Substitute",
  1458.  
  1459.             "Swift",
  1460.  
  1461.             "Tackle",
  1462.  
  1463.             "Take Down",
  1464.  
  1465.             "Toxic",
  1466.  
  1467.             "Whirlwind",
  1468.  
  1469.             "Wing Attack"
  1470.  
  1471.         ]
  1472.  
  1473.     },
  1474.  
  1475.     {
  1476.  
  1477.         "name": "Rattata",
  1478.  
  1479.         "types": [
  1480.  
  1481.             "Normal"
  1482.  
  1483.         ],
  1484.  
  1485.         "stats": {
  1486.  
  1487.             "hp": 30,
  1488.  
  1489.             "atk": 56,
  1490.  
  1491.             "def": 35,
  1492.  
  1493.             "spc": 25,
  1494.  
  1495.             "spd": 72
  1496.  
  1497.         },
  1498.  
  1499.         "moves": [
  1500.  
  1501.             "Bide",
  1502.  
  1503.             "Bite",
  1504.  
  1505.             "Blizzard",
  1506.  
  1507.             "Body Slam",
  1508.  
  1509.             "BubbleBeam",
  1510.  
  1511.             "Counter",
  1512.  
  1513.             "Defense Curl",
  1514.  
  1515.             "Dig",
  1516.  
  1517.             "Double Team",
  1518.  
  1519.             "Double-Edge",
  1520.  
  1521.             "Focus Energy",
  1522.  
  1523.             "Fury Swipes",
  1524.  
  1525.             "Headbutt",
  1526.  
  1527.             "Hyper Fang",
  1528.  
  1529.             "Mimic",
  1530.  
  1531.             "Quick Attack",
  1532.  
  1533.             "Rage",
  1534.  
  1535.             "Rest",
  1536.  
  1537.             "Screech",
  1538.  
  1539.             "Skull Bash",
  1540.  
  1541.             "Substitute",
  1542.  
  1543.             "Super Fang",
  1544.  
  1545.             "Swift",
  1546.  
  1547.             "Tackle",
  1548.  
  1549.             "Tail Whip",
  1550.  
  1551.             "Take Down",
  1552.  
  1553.             "Thunder",
  1554.  
  1555.             "Thunderbolt",
  1556.  
  1557.             "Toxic",
  1558.  
  1559.             "Water Gun"
  1560.  
  1561.         ]
  1562.  
  1563.     },
  1564.  
  1565.     {
  1566.  
  1567.         "name": "Raticate",
  1568.  
  1569.         "types": [
  1570.  
  1571.             "Normal"
  1572.  
  1573.         ],
  1574.  
  1575.         "stats": {
  1576.  
  1577.             "hp": 55,
  1578.  
  1579.             "atk": 81,
  1580.  
  1581.             "def": 60,
  1582.  
  1583.             "spc": 50,
  1584.  
  1585.             "spd": 97
  1586.  
  1587.         },
  1588.  
  1589.         "moves": [
  1590.  
  1591.             "Bide",
  1592.  
  1593.             "Bite",
  1594.  
  1595.             "Blizzard",
  1596.  
  1597.             "Body Slam",
  1598.  
  1599.             "BubbleBeam",
  1600.  
  1601.             "Counter",
  1602.  
  1603.             "Cut",
  1604.  
  1605.             "Defense Curl",
  1606.  
  1607.             "Dig",
  1608.  
  1609.             "Double Team",
  1610.  
  1611.             "Double-Edge",
  1612.  
  1613.             "Focus Energy",
  1614.  
  1615.             "Fury Swipes",
  1616.  
  1617.             "Headbutt",
  1618.  
  1619.             "Hyper Beam",
  1620.  
  1621.             "Hyper Fang",
  1622.  
  1623.             "Ice Beam",
  1624.  
  1625.             "Mimic",
  1626.  
  1627.             "Quick Attack",
  1628.  
  1629.             "Rage",
  1630.  
  1631.             "Rest",
  1632.  
  1633.             "Roar",
  1634.  
  1635.             "Screech",
  1636.  
  1637.             "Skull Bash",
  1638.  
  1639.             "Strength",
  1640.  
  1641.             "Substitute",
  1642.  
  1643.             "Super Fang",
  1644.  
  1645.             "Swift",
  1646.  
  1647.             "Tackle",
  1648.  
  1649.             "Tail Whip",
  1650.  
  1651.             "Take Down",
  1652.  
  1653.             "Thunder",
  1654.  
  1655.             "Thunderbolt",
  1656.  
  1657.             "Toxic",
  1658.  
  1659.             "Water Gun"
  1660.  
  1661.         ]
  1662.  
  1663.     },
  1664.  
  1665.     {
  1666.  
  1667.         "name": "Spearow",
  1668.  
  1669.         "types": [
  1670.  
  1671.             "Normal",
  1672.  
  1673.             "Flying"
  1674.  
  1675.         ],
  1676.  
  1677.         "stats": {
  1678.  
  1679.             "hp": 40,
  1680.  
  1681.             "atk": 60,
  1682.  
  1683.             "def": 30,
  1684.  
  1685.             "spc": 31,
  1686.  
  1687.             "spd": 70
  1688.  
  1689.         },
  1690.  
  1691.         "moves": [
  1692.  
  1693.             "Agility",
  1694.  
  1695.             "Bide",
  1696.  
  1697.             "Double Team",
  1698.  
  1699.             "Double-Edge",
  1700.  
  1701.             "Drill Peck",
  1702.  
  1703.             "Fly",
  1704.  
  1705.             "Fury Attack",
  1706.  
  1707.             "Growl",
  1708.  
  1709.             "Leer",
  1710.  
  1711.             "Mimic",
  1712.  
  1713.             "Mirror Move",
  1714.  
  1715.             "Peck",
  1716.  
  1717.             "Quick Attack",
  1718.  
  1719.             "Rage",
  1720.  
  1721.             "Razor Wind",
  1722.  
  1723.             "Rest",
  1724.  
  1725.             "Sky Attack",
  1726.  
  1727.             "Substitute",
  1728.  
  1729.             "Swift",
  1730.  
  1731.             "Take Down",
  1732.  
  1733.             "Toxic",
  1734.  
  1735.             "Tri Attack",
  1736.  
  1737.             "Whirlwind"
  1738.  
  1739.         ]
  1740.  
  1741.     },
  1742.  
  1743.     {
  1744.  
  1745.         "name": "Fearow",
  1746.  
  1747.         "types": [
  1748.  
  1749.             "Normal",
  1750.  
  1751.             "Flying"
  1752.  
  1753.         ],
  1754.  
  1755.         "stats": {
  1756.  
  1757.             "hp": 65,
  1758.  
  1759.             "atk": 90,
  1760.  
  1761.             "def": 65,
  1762.  
  1763.             "spc": 61,
  1764.  
  1765.             "spd": 100
  1766.  
  1767.         },
  1768.  
  1769.         "moves": [
  1770.  
  1771.             "Agility",
  1772.  
  1773.             "Bide",
  1774.  
  1775.             "Double Team",
  1776.  
  1777.             "Double-Edge",
  1778.  
  1779.             "Drill Peck",
  1780.  
  1781.             "Fly",
  1782.  
  1783.             "Fury Attack",
  1784.  
  1785.             "Growl",
  1786.  
  1787.             "Hyper Beam",
  1788.  
  1789.             "Leer",
  1790.  
  1791.             "Mimic",
  1792.  
  1793.             "Mirror Move",
  1794.  
  1795.             "Peck",
  1796.  
  1797.             "Quick Attack",
  1798.  
  1799.             "Rage",
  1800.  
  1801.             "Razor Wind",
  1802.  
  1803.             "Rest",
  1804.  
  1805.             "Sky Attack",
  1806.  
  1807.             "Substitute",
  1808.  
  1809.             "Swift",
  1810.  
  1811.             "Take Down",
  1812.  
  1813.             "Toxic",
  1814.  
  1815.             "Tri Attack",
  1816.  
  1817.             "Whirlwind"
  1818.  
  1819.         ]
  1820.  
  1821.     },
  1822.  
  1823.     {
  1824.  
  1825.         "name": "Ekans",
  1826.  
  1827.         "types": [
  1828.  
  1829.             "Poison"
  1830.  
  1831.         ],
  1832.  
  1833.         "stats": {
  1834.  
  1835.             "hp": 35,
  1836.  
  1837.             "atk": 60,
  1838.  
  1839.             "def": 44,
  1840.  
  1841.             "spc": 40,
  1842.  
  1843.             "spd": 55
  1844.  
  1845.         },
  1846.  
  1847.         "moves": [
  1848.  
  1849.             "Acid",
  1850.  
  1851.             "Bide",
  1852.  
  1853.             "Bite",
  1854.  
  1855.             "Body Slam",
  1856.  
  1857.             "Dig",
  1858.  
  1859.             "Double Team",
  1860.  
  1861.             "Double-Edge",
  1862.  
  1863.             "Earthquake",
  1864.  
  1865.             "Fissure",
  1866.  
  1867.             "Glare",
  1868.  
  1869.             "Haze",
  1870.  
  1871.             "Headbutt",
  1872.  
  1873.             "Leer",
  1874.  
  1875.             "Mega Drain",
  1876.  
  1877.             "Mimic",
  1878.  
  1879.             "Poison Sting",
  1880.  
  1881.             "Rage",
  1882.  
  1883.             "Rest",
  1884.  
  1885.             "Rock Slide",
  1886.  
  1887.             "Screech",
  1888.  
  1889.             "Skull Bash",
  1890.  
  1891.             "Slam",
  1892.  
  1893.             "Strength",
  1894.  
  1895.             "Substitute",
  1896.  
  1897.             "Take Down",
  1898.  
  1899.             "Toxic",
  1900.  
  1901.             "Wrap"
  1902.  
  1903.         ]
  1904.  
  1905.     },
  1906.  
  1907.     {
  1908.  
  1909.         "name": "Arbok",
  1910.  
  1911.         "types": [
  1912.  
  1913.             "Poison"
  1914.  
  1915.         ],
  1916.  
  1917.         "stats": {
  1918.  
  1919.             "hp": 60,
  1920.  
  1921.             "atk": 85,
  1922.  
  1923.             "def": 69,
  1924.  
  1925.             "spc": 65,
  1926.  
  1927.             "spd": 80
  1928.  
  1929.         },
  1930.  
  1931.         "moves": [
  1932.  
  1933.             "Acid",
  1934.  
  1935.             "Bide",
  1936.  
  1937.             "Bite",
  1938.  
  1939.             "Body Slam",
  1940.  
  1941.             "Dig",
  1942.  
  1943.             "Double Team",
  1944.  
  1945.             "Double-Edge",
  1946.  
  1947.             "Earthquake",
  1948.  
  1949.             "Fissure",
  1950.  
  1951.             "Glare",
  1952.  
  1953.             "Haze",
  1954.  
  1955.             "Headbutt",
  1956.  
  1957.             "Hyper Beam",
  1958.  
  1959.             "Leer",
  1960.  
  1961.             "Mega Drain",
  1962.  
  1963.             "Mimic",
  1964.  
  1965.             "Poison Sting",
  1966.  
  1967.             "Rage",
  1968.  
  1969.             "Rest",
  1970.  
  1971.             "Rock Slide",
  1972.  
  1973.             "Screech",
  1974.  
  1975.             "Skull Bash",
  1976.  
  1977.             "Slam",
  1978.  
  1979.             "Strength",
  1980.  
  1981.             "Substitute",
  1982.  
  1983.             "Take Down",
  1984.  
  1985.             "Toxic",
  1986.  
  1987.             "Wrap"
  1988.  
  1989.         ]
  1990.  
  1991.     },
  1992.  
  1993.     {
  1994.  
  1995.         "name": "Pikachu",
  1996.  
  1997.         "types": [
  1998.  
  1999.             "Electric"
  2000.  
  2001.         ],
  2002.  
  2003.         "stats": {
  2004.  
  2005.             "hp": 35,
  2006.  
  2007.             "atk": 55,
  2008.  
  2009.             "def": 30,
  2010.  
  2011.             "spc": 50,
  2012.  
  2013.             "spd": 90
  2014.  
  2015.         },
  2016.  
  2017.         "moves": [
  2018.  
  2019.             "Agility",
  2020.  
  2021.             "Bide",
  2022.  
  2023.             "Body Slam",
  2024.  
  2025.             "Defense Curl",
  2026.  
  2027.             "Double Team",
  2028.  
  2029.             "Double-Edge",
  2030.  
  2031.             "Flash",
  2032.  
  2033.             "Growl",
  2034.  
  2035.             "Headbutt",
  2036.  
  2037.             "Light Screen",
  2038.  
  2039.             "Mega Kick",
  2040.  
  2041.             "Mega Punch",
  2042.  
  2043.             "Mimic",
  2044.  
  2045.             "Pay Day",
  2046.  
  2047.             "Quick Attack",
  2048.  
  2049.             "Rage",
  2050.  
  2051.             "Reflect",
  2052.  
  2053.             "Rest",
  2054.  
  2055.             "Seismic Toss",
  2056.  
  2057.             "Skull Bash",
  2058.  
  2059.             "Slam",
  2060.  
  2061.             "Strength",
  2062.  
  2063.             "Submission",
  2064.  
  2065.             "Substitute",
  2066.  
  2067.             "Surf",
  2068.  
  2069.             "Swift",
  2070.  
  2071.             "Tail Whip",
  2072.  
  2073.             "Take Down",
  2074.  
  2075.             "Thunder",
  2076.  
  2077.             "Thunder Wave",
  2078.  
  2079.             "ThunderPunch",
  2080.  
  2081.             "ThunderShock",
  2082.  
  2083.             "Thunderbolt",
  2084.  
  2085.             "Toxic"
  2086.  
  2087.         ]
  2088.  
  2089.     },
  2090.  
  2091.     {
  2092.  
  2093.         "name": "Raichu",
  2094.  
  2095.         "types": [
  2096.  
  2097.             "Electric"
  2098.  
  2099.         ],
  2100.  
  2101.         "stats": {
  2102.  
  2103.             "hp": 60,
  2104.  
  2105.             "atk": 90,
  2106.  
  2107.             "def": 55,
  2108.  
  2109.             "spc": 90,
  2110.  
  2111.             "spd": 100
  2112.  
  2113.         },
  2114.  
  2115.         "moves": [
  2116.  
  2117.             "Agility",
  2118.  
  2119.             "Bide",
  2120.  
  2121.             "Body Slam",
  2122.  
  2123.             "Defense Curl",
  2124.  
  2125.             "Double Team",
  2126.  
  2127.             "Double-Edge",
  2128.  
  2129.             "Flash",
  2130.  
  2131.             "Growl",
  2132.  
  2133.             "Headbutt",
  2134.  
  2135.             "Hyper Beam",
  2136.  
  2137.             "Light Screen",
  2138.  
  2139.             "Mega Kick",
  2140.  
  2141.             "Mega Punch",
  2142.  
  2143.             "Mimic",
  2144.  
  2145.             "Pay Day",
  2146.  
  2147.             "Quick Attack",
  2148.  
  2149.             "Rage",
  2150.  
  2151.             "Reflect",
  2152.  
  2153.             "Rest",
  2154.  
  2155.             "Seismic Toss",
  2156.  
  2157.             "Skull Bash",
  2158.  
  2159.             "Slam",
  2160.  
  2161.             "Strength",
  2162.  
  2163.             "Submission",
  2164.  
  2165.             "Substitute",
  2166.  
  2167.             "Surf",
  2168.  
  2169.             "Swift",
  2170.  
  2171.             "Tail Whip",
  2172.  
  2173.             "Take Down",
  2174.  
  2175.             "Thunder",
  2176.  
  2177.             "Thunder Wave",
  2178.  
  2179.             "ThunderPunch",
  2180.  
  2181.             "ThunderShock",
  2182.  
  2183.             "Thunderbolt",
  2184.  
  2185.             "Toxic"
  2186.  
  2187.         ]
  2188.  
  2189.     },
  2190.  
  2191.     {
  2192.  
  2193.         "name": "Sandshrew",
  2194.  
  2195.         "types": [
  2196.  
  2197.             "Ground"
  2198.  
  2199.         ],
  2200.  
  2201.         "stats": {
  2202.  
  2203.             "hp": 50,
  2204.  
  2205.             "atk": 75,
  2206.  
  2207.             "def": 85,
  2208.  
  2209.             "spc": 20,
  2210.  
  2211.             "spd": 40
  2212.  
  2213.         },
  2214.  
  2215.         "moves": [
  2216.  
  2217.             "Bide",
  2218.  
  2219.             "Body Slam",
  2220.  
  2221.             "Counter",
  2222.  
  2223.             "Cut",
  2224.  
  2225.             "Defense Curl",
  2226.  
  2227.             "Dig",
  2228.  
  2229.             "Double Team",
  2230.  
  2231.             "Double-Edge",
  2232.  
  2233.             "Earthquake",
  2234.  
  2235.             "Fissure",
  2236.  
  2237.             "Fury Swipes",
  2238.  
  2239.             "Headbutt",
  2240.  
  2241.             "Mimic",
  2242.  
  2243.             "Poison Sting",
  2244.  
  2245.             "Rage",
  2246.  
  2247.             "Rest",
  2248.  
  2249.             "Rock Slide",
  2250.  
  2251.             "Sand-Attack",
  2252.  
  2253.             "Scratch",
  2254.  
  2255.             "Seismic Toss",
  2256.  
  2257.             "Skull Bash",
  2258.  
  2259.             "Slash",
  2260.  
  2261.             "Strength",
  2262.  
  2263.             "Submission",
  2264.  
  2265.             "Substitute",
  2266.  
  2267.             "Swift",
  2268.  
  2269.             "Swords Dance",
  2270.  
  2271.             "Take Down",
  2272.  
  2273.             "Toxic"
  2274.  
  2275.         ]
  2276.  
  2277.     },
  2278.  
  2279.     {
  2280.  
  2281.         "name": "Sandslash",
  2282.  
  2283.         "types": [
  2284.  
  2285.             "Ground"
  2286.  
  2287.         ],
  2288.  
  2289.         "stats": {
  2290.  
  2291.             "hp": 75,
  2292.  
  2293.             "atk": 100,
  2294.  
  2295.             "def": 110,
  2296.  
  2297.             "spc": 45,
  2298.  
  2299.             "spd": 65
  2300.  
  2301.         },
  2302.  
  2303.         "moves": [
  2304.  
  2305.             "Bide",
  2306.  
  2307.             "Body Slam",
  2308.  
  2309.             "Counter",
  2310.  
  2311.             "Cut",
  2312.  
  2313.             "Defense Curl",
  2314.  
  2315.             "Dig",
  2316.  
  2317.             "Double Team",
  2318.  
  2319.             "Double-Edge",
  2320.  
  2321.             "Earthquake",
  2322.  
  2323.             "Fissure",
  2324.  
  2325.             "Fury Swipes",
  2326.  
  2327.             "Headbutt",
  2328.  
  2329.             "Hyper Beam",
  2330.  
  2331.             "Mimic",
  2332.  
  2333.             "Poison Sting",
  2334.  
  2335.             "Rage",
  2336.  
  2337.             "Rest",
  2338.  
  2339.             "Rock Slide",
  2340.  
  2341.             "Sand-Attack",
  2342.  
  2343.             "Scratch",
  2344.  
  2345.             "Seismic Toss",
  2346.  
  2347.             "Skull Bash",
  2348.  
  2349.             "Slash",
  2350.  
  2351.             "Strength",
  2352.  
  2353.             "Submission",
  2354.  
  2355.             "Substitute",
  2356.  
  2357.             "Swift",
  2358.  
  2359.             "Swords Dance",
  2360.  
  2361.             "Take Down",
  2362.  
  2363.             "Toxic"
  2364.  
  2365.         ]
  2366.  
  2367.     },
  2368.  
  2369.     {
  2370.  
  2371.         "name": "Nidoran?",
  2372.  
  2373.         "types": [
  2374.  
  2375.             "Poison"
  2376.  
  2377.         ],
  2378.  
  2379.         "stats": {
  2380.  
  2381.             "hp": 55,
  2382.  
  2383.             "atk": 47,
  2384.  
  2385.             "def": 52,
  2386.  
  2387.             "spc": 40,
  2388.  
  2389.             "spd": 41
  2390.  
  2391.         },
  2392.  
  2393.         "moves": [
  2394.  
  2395.             "Bide",
  2396.  
  2397.             "Bite",
  2398.  
  2399.             "Blizzard",
  2400.  
  2401.             "Body Slam",
  2402.  
  2403.             "Counter",
  2404.  
  2405.             "Defense Curl",
  2406.  
  2407.             "Disable",
  2408.  
  2409.             "Double Kick",
  2410.  
  2411.             "Double Team",
  2412.  
  2413.             "Double-Edge",
  2414.  
  2415.             "Focus Energy",
  2416.  
  2417.             "Fury Swipes",
  2418.  
  2419.             "Growl",
  2420.  
  2421.             "Headbutt",
  2422.  
  2423.             "Mimic",
  2424.  
  2425.             "Poison Sting",
  2426.  
  2427.             "Rage",
  2428.  
  2429.             "Reflect",
  2430.  
  2431.             "Rest",
  2432.  
  2433.             "Scratch",
  2434.  
  2435.             "Skull Bash",
  2436.  
  2437.             "Substitute",
  2438.  
  2439.             "Supersonic",
  2440.  
  2441.             "Tackle",
  2442.  
  2443.             "Tail Whip",
  2444.  
  2445.             "Take Down",
  2446.  
  2447.             "Thunder",
  2448.  
  2449.             "Thunderbolt",
  2450.  
  2451.             "Toxic"
  2452.  
  2453.         ]
  2454.  
  2455.     },
  2456.  
  2457.     {
  2458.  
  2459.         "name": "Nidorina",
  2460.  
  2461.         "types": [
  2462.  
  2463.             "Poison"
  2464.  
  2465.         ],
  2466.  
  2467.         "stats": {
  2468.  
  2469.             "hp": 70,
  2470.  
  2471.             "atk": 62,
  2472.  
  2473.             "def": 67,
  2474.  
  2475.             "spc": 55,
  2476.  
  2477.             "spd": 56
  2478.  
  2479.         },
  2480.  
  2481.         "moves": [
  2482.  
  2483.             "Bide",
  2484.  
  2485.             "Bite",
  2486.  
  2487.             "Blizzard",
  2488.  
  2489.             "Body Slam",
  2490.  
  2491.             "BubbleBeam",
  2492.  
  2493.             "Counter",
  2494.  
  2495.             "Defense Curl",
  2496.  
  2497.             "Disable",
  2498.  
  2499.             "Double Kick",
  2500.  
  2501.             "Double Team",
  2502.  
  2503.             "Double-Edge",
  2504.  
  2505.             "Focus Energy",
  2506.  
  2507.             "Fury Swipes",
  2508.  
  2509.             "Growl",
  2510.  
  2511.             "Headbutt",
  2512.  
  2513.             "Horn Drill",
  2514.  
  2515.             "Ice Beam",
  2516.  
  2517.             "Mimic",
  2518.  
  2519.             "Poison Sting",
  2520.  
  2521.             "Rage",
  2522.  
  2523.             "Reflect",
  2524.  
  2525.             "Rest",
  2526.  
  2527.             "Scratch",
  2528.  
  2529.             "Skull Bash",
  2530.  
  2531.             "Strength",
  2532.  
  2533.             "Substitute",
  2534.  
  2535.             "Supersonic",
  2536.  
  2537.             "Tackle",
  2538.  
  2539.             "Tail Whip",
  2540.  
  2541.             "Take Down",
  2542.  
  2543.             "Thunder",
  2544.  
  2545.             "Thunderbolt",
  2546.  
  2547.             "Toxic",
  2548.  
  2549.             "Water Gun"
  2550.  
  2551.         ]
  2552.  
  2553.     },
  2554.  
  2555.     {
  2556.  
  2557.         "name": "Nidoqueen",
  2558.  
  2559.         "types": [
  2560.  
  2561.             "Poison",
  2562.  
  2563.             "Ground"
  2564.  
  2565.         ],
  2566.  
  2567.         "stats": {
  2568.  
  2569.             "hp": 90,
  2570.  
  2571.             "atk": 82,
  2572.  
  2573.             "def": 87,
  2574.  
  2575.             "spc": 75,
  2576.  
  2577.             "spd": 76
  2578.  
  2579.         },
  2580.  
  2581.         "moves": [
  2582.  
  2583.             "Bide",
  2584.  
  2585.             "Bite",
  2586.  
  2587.             "Blizzard",
  2588.  
  2589.             "Body Slam",
  2590.  
  2591.             "BubbleBeam",
  2592.  
  2593.             "Counter",
  2594.  
  2595.             "Defense Curl",
  2596.  
  2597.             "Disable",
  2598.  
  2599.             "Double Kick",
  2600.  
  2601.             "Double Team",
  2602.  
  2603.             "Double-Edge",
  2604.  
  2605.             "Earthquake",
  2606.  
  2607.             "Fire Blast",
  2608.  
  2609.             "Fire Punch",
  2610.  
  2611.             "Fissure",
  2612.  
  2613.             "Flamethrower",
  2614.  
  2615.             "Focus Energy",
  2616.  
  2617.             "Fury Swipes",
  2618.  
  2619.             "Growl",
  2620.  
  2621.             "Headbutt",
  2622.  
  2623.             "Horn Drill",
  2624.  
  2625.             "Hyper Beam",
  2626.  
  2627.             "Ice Beam",
  2628.  
  2629.             "Ice Punch",
  2630.  
  2631.             "Mega Kick",
  2632.  
  2633.             "Mega Punch",
  2634.  
  2635.             "Mimic",
  2636.  
  2637.             "Pay Day",
  2638.  
  2639.             "Poison Sting",
  2640.  
  2641.             "Rage",
  2642.  
  2643.             "Reflect",
  2644.  
  2645.             "Rest",
  2646.  
  2647.             "Roar",
  2648.  
  2649.             "Rock Slide",
  2650.  
  2651.             "Scratch",
  2652.  
  2653.             "Seismic Toss",
  2654.  
  2655.             "Skull Bash",
  2656.  
  2657.             "Strength",
  2658.  
  2659.             "Submission",
  2660.  
  2661.             "Substitute",
  2662.  
  2663.             "Supersonic",
  2664.  
  2665.             "Surf",
  2666.  
  2667.             "Tackle",
  2668.  
  2669.             "Tail Whip",
  2670.  
  2671.             "Take Down",
  2672.  
  2673.             "Thunder",
  2674.  
  2675.             "ThunderPunch",
  2676.  
  2677.             "Thunderbolt",
  2678.  
  2679.             "Toxic",
  2680.  
  2681.             "Water Gun"
  2682.  
  2683.         ]
  2684.  
  2685.     },
  2686.  
  2687.     {
  2688.  
  2689.         "name": "Nidoran?",
  2690.  
  2691.         "types": [
  2692.  
  2693.             "Poison"
  2694.  
  2695.         ],
  2696.  
  2697.         "stats": {
  2698.  
  2699.             "hp": 46,
  2700.  
  2701.             "atk": 57,
  2702.  
  2703.             "def": 40,
  2704.  
  2705.             "spc": 40,
  2706.  
  2707.             "spd": 50
  2708.  
  2709.         },
  2710.  
  2711.         "moves": [
  2712.  
  2713.             "Amnesia",
  2714.  
  2715.             "Bide",
  2716.  
  2717.             "Blizzard",
  2718.  
  2719.             "Body Slam",
  2720.  
  2721.             "Confusion",
  2722.  
  2723.             "Counter",
  2724.  
  2725.             "Defense Curl",
  2726.  
  2727.             "Disable",
  2728.  
  2729.             "Double Kick",
  2730.  
  2731.             "Double Team",
  2732.  
  2733.             "Double-Edge",
  2734.  
  2735.             "Focus Energy",
  2736.  
  2737.             "Fury Attack",
  2738.  
  2739.             "Headbutt",
  2740.  
  2741.             "Horn Attack",
  2742.  
  2743.             "Horn Drill",
  2744.  
  2745.             "Leer",
  2746.  
  2747.             "Mimic",
  2748.  
  2749.             "Poison Sting",
  2750.  
  2751.             "Rage",
  2752.  
  2753.             "Reflect",
  2754.  
  2755.             "Rest",
  2756.  
  2757.             "Skull Bash",
  2758.  
  2759.             "Substitute",
  2760.  
  2761.             "Supersonic",
  2762.  
  2763.             "Tackle",
  2764.  
  2765.             "Take Down",
  2766.  
  2767.             "Thunder",
  2768.  
  2769.             "Thunderbolt",
  2770.  
  2771.             "Toxic"
  2772.  
  2773.         ]
  2774.  
  2775.     },
  2776.  
  2777.     {
  2778.  
  2779.         "name": "Nidorino",
  2780.  
  2781.         "types": [
  2782.  
  2783.             "Poison"
  2784.  
  2785.         ],
  2786.  
  2787.         "stats": {
  2788.  
  2789.             "hp": 61,
  2790.  
  2791.             "atk": 72,
  2792.  
  2793.             "def": 57,
  2794.  
  2795.             "spc": 55,
  2796.  
  2797.             "spd": 65
  2798.  
  2799.         },
  2800.  
  2801.         "moves": [
  2802.  
  2803.             "Amnesia",
  2804.  
  2805.             "Bide",
  2806.  
  2807.             "Blizzard",
  2808.  
  2809.             "Body Slam",
  2810.  
  2811.             "BubbleBeam",
  2812.  
  2813.             "Confusion",
  2814.  
  2815.             "Counter",
  2816.  
  2817.             "Defense Curl",
  2818.  
  2819.             "Disable",
  2820.  
  2821.             "Double Kick",
  2822.  
  2823.             "Double Team",
  2824.  
  2825.             "Double-Edge",
  2826.  
  2827.             "Focus Energy",
  2828.  
  2829.             "Fury Attack",
  2830.  
  2831.             "Headbutt",
  2832.  
  2833.             "Horn Attack",
  2834.  
  2835.             "Horn Drill",
  2836.  
  2837.             "Ice Beam",
  2838.  
  2839.             "Leer",
  2840.  
  2841.             "Mimic",
  2842.  
  2843.             "Poison Sting",
  2844.  
  2845.             "Rage",
  2846.  
  2847.             "Reflect",
  2848.  
  2849.             "Rest",
  2850.  
  2851.             "Skull Bash",
  2852.  
  2853.             "Strength",
  2854.  
  2855.             "Substitute",
  2856.  
  2857.             "Supersonic",
  2858.  
  2859.             "Tackle",
  2860.  
  2861.             "Take Down",
  2862.  
  2863.             "Thunder",
  2864.  
  2865.             "Thunderbolt",
  2866.  
  2867.             "Toxic",
  2868.  
  2869.             "Water Gun"
  2870.  
  2871.         ]
  2872.  
  2873.     },
  2874.  
  2875.     {
  2876.  
  2877.         "name": "Nidoking",
  2878.  
  2879.         "types": [
  2880.  
  2881.             "Poison",
  2882.  
  2883.             "Ground"
  2884.  
  2885.         ],
  2886.  
  2887.         "stats": {
  2888.  
  2889.             "hp": 81,
  2890.  
  2891.             "atk": 92,
  2892.  
  2893.             "def": 77,
  2894.  
  2895.             "spc": 85,
  2896.  
  2897.             "spd": 85
  2898.  
  2899.         },
  2900.  
  2901.         "moves": [
  2902.  
  2903.             "Amnesia",
  2904.  
  2905.             "Bide",
  2906.  
  2907.             "Blizzard",
  2908.  
  2909.             "Body Slam",
  2910.  
  2911.             "BubbleBeam",
  2912.  
  2913.             "Confusion",
  2914.  
  2915.             "Counter",
  2916.  
  2917.             "Defense Curl",
  2918.  
  2919.             "Disable",
  2920.  
  2921.             "Double Kick",
  2922.  
  2923.             "Double Team",
  2924.  
  2925.             "Double-Edge",
  2926.  
  2927.             "Earthquake",
  2928.  
  2929.             "Fire Blast",
  2930.  
  2931.             "Fire Punch",
  2932.  
  2933.             "Fissure",
  2934.  
  2935.             "Flamethrower",
  2936.  
  2937.             "Focus Energy",
  2938.  
  2939.             "Fury Attack",
  2940.  
  2941.             "Headbutt",
  2942.  
  2943.             "Horn Attack",
  2944.  
  2945.             "Horn Drill",
  2946.  
  2947.             "Hyper Beam",
  2948.  
  2949.             "Ice Beam",
  2950.  
  2951.             "Ice Punch",
  2952.  
  2953.             "Leer",
  2954.  
  2955.             "Mega Kick",
  2956.  
  2957.             "Mega Punch",
  2958.  
  2959.             "Mimic",
  2960.  
  2961.             "Pay Day",
  2962.  
  2963.             "Poison Sting",
  2964.  
  2965.             "Rage",
  2966.  
  2967.             "Reflect",
  2968.  
  2969.             "Rest",
  2970.  
  2971.             "Roar",
  2972.  
  2973.             "Rock Slide",
  2974.  
  2975.             "Seismic Toss",
  2976.  
  2977.             "Skull Bash",
  2978.  
  2979.             "Strength",
  2980.  
  2981.             "Submission",
  2982.  
  2983.             "Substitute",
  2984.  
  2985.             "Supersonic",
  2986.  
  2987.             "Surf",
  2988.  
  2989.             "Tackle",
  2990.  
  2991.             "Take Down",
  2992.  
  2993.             "Thrash",
  2994.  
  2995.             "Thunder",
  2996.  
  2997.             "ThunderPunch",
  2998.  
  2999.             "Thunderbolt",
  3000.  
  3001.             "Toxic",
  3002.  
  3003.             "Water Gun"
  3004.  
  3005.         ]
  3006.  
  3007.     },
  3008.  
  3009.     {
  3010.  
  3011.         "name": "Clefairy",
  3012.  
  3013.         "types": [
  3014.  
  3015.             "Normal"
  3016.  
  3017.         ],
  3018.  
  3019.         "stats": {
  3020.  
  3021.             "hp": 70,
  3022.  
  3023.             "atk": 45,
  3024.  
  3025.             "def": 48,
  3026.  
  3027.             "spc": 60,
  3028.  
  3029.             "spd": 35
  3030.  
  3031.         },
  3032.  
  3033.         "moves": [
  3034.  
  3035.             "Bide",
  3036.  
  3037.             "Blizzard",
  3038.  
  3039.             "Body Slam",
  3040.  
  3041.             "BubbleBeam",
  3042.  
  3043.             "Counter",
  3044.  
  3045.             "Defense Curl",
  3046.  
  3047.             "Double Team",
  3048.  
  3049.             "Double-Edge",
  3050.  
  3051.             "DoubleSlap",
  3052.  
  3053.             "Dream Eater",
  3054.  
  3055.             "Fire Blast",
  3056.  
  3057.             "Fire Punch",
  3058.  
  3059.             "Flamethrower",
  3060.  
  3061.             "Flash",
  3062.  
  3063.             "Growl",
  3064.  
  3065.             "Headbutt",
  3066.  
  3067.             "Ice Beam",
  3068.  
  3069.             "Ice Punch",
  3070.  
  3071.             "Light Screen",
  3072.  
  3073.             "Mega Kick",
  3074.  
  3075.             "Mega Punch",
  3076.  
  3077.             "Metronome",
  3078.  
  3079.             "Mimic",
  3080.  
  3081.             "Minimize",
  3082.  
  3083.             "Pound",
  3084.  
  3085.             "Psychic",
  3086.  
  3087.             "Psywave",
  3088.  
  3089.             "Rage",
  3090.  
  3091.             "Reflect",
  3092.  
  3093.             "Rest",
  3094.  
  3095.             "Seismic Toss",
  3096.  
  3097.             "Sing",
  3098.  
  3099.             "Skull Bash",
  3100.  
  3101.             "SolarBeam",
  3102.  
  3103.             "Strength",
  3104.  
  3105.             "Submission",
  3106.  
  3107.             "Substitute",
  3108.  
  3109.             "Take Down",
  3110.  
  3111.             "Teleport",
  3112.  
  3113.             "Thunder",
  3114.  
  3115.             "Thunder Wave",
  3116.  
  3117.             "ThunderPunch",
  3118.  
  3119.             "Thunderbolt",
  3120.  
  3121.             "Toxic",
  3122.  
  3123.             "Tri Attack",
  3124.  
  3125.             "Water Gun"
  3126.  
  3127.         ]
  3128.  
  3129.     },
  3130.  
  3131.     {
  3132.  
  3133.         "name": "Clefable",
  3134.  
  3135.         "types": [
  3136.  
  3137.             "Normal"
  3138.  
  3139.         ],
  3140.  
  3141.         "stats": {
  3142.  
  3143.             "hp": 95,
  3144.  
  3145.             "atk": 70,
  3146.  
  3147.             "def": 73,
  3148.  
  3149.             "spc": 85,
  3150.  
  3151.             "spd": 60
  3152.  
  3153.         },
  3154.  
  3155.         "moves": [
  3156.  
  3157.             "Bide",
  3158.  
  3159.             "Blizzard",
  3160.  
  3161.             "Body Slam",
  3162.  
  3163.             "BubbleBeam",
  3164.  
  3165.             "Counter",
  3166.  
  3167.             "Defense Curl",
  3168.  
  3169.             "Double Team",
  3170.  
  3171.             "Double-Edge",
  3172.  
  3173.             "DoubleSlap",
  3174.  
  3175.             "Dream Eater",
  3176.  
  3177.             "Fire Blast",
  3178.  
  3179.             "Fire Punch",
  3180.  
  3181.             "Flamethrower",
  3182.  
  3183.             "Flash",
  3184.  
  3185.             "Growl",
  3186.  
  3187.             "Headbutt",
  3188.  
  3189.             "Hyper Beam",
  3190.  
  3191.             "Ice Beam",
  3192.  
  3193.             "Ice Punch",
  3194.  
  3195.             "Light Screen",
  3196.  
  3197.             "Mega Kick",
  3198.  
  3199.             "Mega Punch",
  3200.  
  3201.             "Metronome",
  3202.  
  3203.             "Mimic",
  3204.  
  3205.             "Minimize",
  3206.  
  3207.             "Pound",
  3208.  
  3209.             "Psychic",
  3210.  
  3211.             "Psywave",
  3212.  
  3213.             "Rage",
  3214.  
  3215.             "Reflect",
  3216.  
  3217.             "Rest",
  3218.  
  3219.             "Seismic Toss",
  3220.  
  3221.             "Sing",
  3222.  
  3223.             "Skull Bash",
  3224.  
  3225.             "SolarBeam",
  3226.  
  3227.             "Strength",
  3228.  
  3229.             "Submission",
  3230.  
  3231.             "Substitute",
  3232.  
  3233.             "Take Down",
  3234.  
  3235.             "Teleport",
  3236.  
  3237.             "Thunder",
  3238.  
  3239.             "Thunder Wave",
  3240.  
  3241.             "ThunderPunch",
  3242.  
  3243.             "Thunderbolt",
  3244.  
  3245.             "Toxic",
  3246.  
  3247.             "Tri Attack",
  3248.  
  3249.             "Water Gun"
  3250.  
  3251.         ]
  3252.  
  3253.     },
  3254.  
  3255.     {
  3256.  
  3257.         "name": "Vulpix",
  3258.  
  3259.         "types": [
  3260.  
  3261.             "Fire"
  3262.  
  3263.         ],
  3264.  
  3265.         "stats": {
  3266.  
  3267.             "hp": 38,
  3268.  
  3269.             "atk": 41,
  3270.  
  3271.             "def": 40,
  3272.  
  3273.             "spc": 50,
  3274.  
  3275.             "spd": 65
  3276.  
  3277.         },
  3278.  
  3279.         "moves": [
  3280.  
  3281.             "Bide",
  3282.  
  3283.             "Body Slam",
  3284.  
  3285.             "Confuse Ray",
  3286.  
  3287.             "Dig",
  3288.  
  3289.             "Disable",
  3290.  
  3291.             "Double Team",
  3292.  
  3293.             "Double-Edge",
  3294.  
  3295.             "Ember",
  3296.  
  3297.             "Fire Blast",
  3298.  
  3299.             "Fire Spin",
  3300.  
  3301.             "Flamethrower",
  3302.  
  3303.             "Headbutt",
  3304.  
  3305.             "Hypnosis",
  3306.  
  3307.             "Mimic",
  3308.  
  3309.             "Quick Attack",
  3310.  
  3311.             "Rage",
  3312.  
  3313.             "Reflect",
  3314.  
  3315.             "Rest",
  3316.  
  3317.             "Roar",
  3318.  
  3319.             "Skull Bash",
  3320.  
  3321.             "Substitute",
  3322.  
  3323.             "Swift",
  3324.  
  3325.             "Tail Whip",
  3326.  
  3327.             "Take Down",
  3328.  
  3329.             "Toxic"
  3330.  
  3331.         ]
  3332.  
  3333.     },
  3334.  
  3335.     {
  3336.  
  3337.         "name": "Ninetales",
  3338.  
  3339.         "types": [
  3340.  
  3341.             "Fire"
  3342.  
  3343.         ],
  3344.  
  3345.         "stats": {
  3346.  
  3347.             "hp": 73,
  3348.  
  3349.             "atk": 76,
  3350.  
  3351.             "def": 75,
  3352.  
  3353.             "spc": 81,
  3354.  
  3355.             "spd": 100
  3356.  
  3357.         },
  3358.  
  3359.         "moves": [
  3360.  
  3361.             "Bide",
  3362.  
  3363.             "Body Slam",
  3364.  
  3365.             "Confuse Ray",
  3366.  
  3367.             "Dig",
  3368.  
  3369.             "Disable",
  3370.  
  3371.             "Double Team",
  3372.  
  3373.             "Double-Edge",
  3374.  
  3375.             "Ember",
  3376.  
  3377.             "Fire Blast",
  3378.  
  3379.             "Fire Spin",
  3380.  
  3381.             "Flamethrower",
  3382.  
  3383.             "Headbutt",
  3384.  
  3385.             "Hyper Beam",
  3386.  
  3387.             "Hypnosis",
  3388.  
  3389.             "Mimic",
  3390.  
  3391.             "Quick Attack",
  3392.  
  3393.             "Rage",
  3394.  
  3395.             "Reflect",
  3396.  
  3397.             "Rest",
  3398.  
  3399.             "Roar",
  3400.  
  3401.             "Skull Bash",
  3402.  
  3403.             "Substitute",
  3404.  
  3405.             "Swift",
  3406.  
  3407.             "Tail Whip",
  3408.  
  3409.             "Take Down",
  3410.  
  3411.             "Toxic"
  3412.  
  3413.         ]
  3414.  
  3415.     },
  3416.  
  3417.     {
  3418.  
  3419.         "name": "Jigglypuff",
  3420.  
  3421.         "types": [
  3422.  
  3423.             "Normal"
  3424.  
  3425.         ],
  3426.  
  3427.         "stats": {
  3428.  
  3429.             "hp": 115,
  3430.  
  3431.             "atk": 45,
  3432.  
  3433.             "def": 20,
  3434.  
  3435.             "spc": 45,
  3436.  
  3437.             "spd": 20
  3438.  
  3439.         },
  3440.  
  3441.         "moves": [
  3442.  
  3443.             "Bide",
  3444.  
  3445.             "Blizzard",
  3446.  
  3447.             "Body Slam",
  3448.  
  3449.             "BubbleBeam",
  3450.  
  3451.             "Counter",
  3452.  
  3453.             "Defense Curl",
  3454.  
  3455.             "Disable",
  3456.  
  3457.             "Double Team",
  3458.  
  3459.             "Double-Edge",
  3460.  
  3461.             "DoubleSlap",
  3462.  
  3463.             "Dream Eater",
  3464.  
  3465.             "Fire Blast",
  3466.  
  3467.             "Fire Punch",
  3468.  
  3469.             "Flamethrower",
  3470.  
  3471.             "Flash",
  3472.  
  3473.             "Headbutt",
  3474.  
  3475.             "Ice Beam",
  3476.  
  3477.             "Ice Punch",
  3478.  
  3479.             "Mega Kick",
  3480.  
  3481.             "Mega Punch",
  3482.  
  3483.             "Mimic",
  3484.  
  3485.             "Pound",
  3486.  
  3487.             "Psychic",
  3488.  
  3489.             "Psywave",
  3490.  
  3491.             "Rage",
  3492.  
  3493.             "Reflect",
  3494.  
  3495.             "Rest",
  3496.  
  3497.             "Seismic Toss",
  3498.  
  3499.             "Sing",
  3500.  
  3501.             "Skull Bash",
  3502.  
  3503.             "SolarBeam",
  3504.  
  3505.             "Strength",
  3506.  
  3507.             "Submission",
  3508.  
  3509.             "Substitute",
  3510.  
  3511.             "Take Down",
  3512.  
  3513.             "Teleport",
  3514.  
  3515.             "Thunder",
  3516.  
  3517.             "Thunder Wave",
  3518.  
  3519.             "ThunderPunch",
  3520.  
  3521.             "Thunderbolt",
  3522.  
  3523.             "Toxic",
  3524.  
  3525.             "Tri Attack",
  3526.  
  3527.             "Water Gun"
  3528.  
  3529.         ]
  3530.  
  3531.     },
  3532.  
  3533.     {
  3534.  
  3535.         "name": "Wigglytuff",
  3536.  
  3537.         "types": [
  3538.  
  3539.             "Normal"
  3540.  
  3541.         ],
  3542.  
  3543.         "stats": {
  3544.  
  3545.             "hp": 140,
  3546.  
  3547.             "atk": 70,
  3548.  
  3549.             "def": 45,
  3550.  
  3551.             "spc": 75,
  3552.  
  3553.             "spd": 45
  3554.  
  3555.         },
  3556.  
  3557.         "moves": [
  3558.  
  3559.             "Bide",
  3560.  
  3561.             "Blizzard",
  3562.  
  3563.             "Body Slam",
  3564.  
  3565.             "BubbleBeam",
  3566.  
  3567.             "Counter",
  3568.  
  3569.             "Defense Curl",
  3570.  
  3571.             "Disable",
  3572.  
  3573.             "Double Team",
  3574.  
  3575.             "Double-Edge",
  3576.  
  3577.             "DoubleSlap",
  3578.  
  3579.             "Dream Eater",
  3580.  
  3581.             "Fire Blast",
  3582.  
  3583.             "Fire Punch",
  3584.  
  3585.             "Flamethrower",
  3586.  
  3587.             "Flash",
  3588.  
  3589.             "Headbutt",
  3590.  
  3591.             "Hyper Beam",
  3592.  
  3593.             "Ice Beam",
  3594.  
  3595.             "Ice Punch",
  3596.  
  3597.             "Mega Kick",
  3598.  
  3599.             "Mega Punch",
  3600.  
  3601.             "Mimic",
  3602.  
  3603.             "Pound",
  3604.  
  3605.             "Psychic",
  3606.  
  3607.             "Psywave",
  3608.  
  3609.             "Rage",
  3610.  
  3611.             "Reflect",
  3612.  
  3613.             "Rest",
  3614.  
  3615.             "Seismic Toss",
  3616.  
  3617.             "Sing",
  3618.  
  3619.             "Skull Bash",
  3620.  
  3621.             "SolarBeam",
  3622.  
  3623.             "Strength",
  3624.  
  3625.             "Submission",
  3626.  
  3627.             "Substitute",
  3628.  
  3629.             "Take Down",
  3630.  
  3631.             "Teleport",
  3632.  
  3633.             "Thunder",
  3634.  
  3635.             "Thunder Wave",
  3636.  
  3637.             "ThunderPunch",
  3638.  
  3639.             "Thunderbolt",
  3640.  
  3641.             "Toxic",
  3642.  
  3643.             "Tri Attack",
  3644.  
  3645.             "Water Gun"
  3646.  
  3647.         ]
  3648.  
  3649.     },
  3650.  
  3651.     {
  3652.  
  3653.         "name": "Zubat",
  3654.  
  3655.         "types": [
  3656.  
  3657.             "Poison",
  3658.  
  3659.             "Flying"
  3660.  
  3661.         ],
  3662.  
  3663.         "stats": {
  3664.  
  3665.             "hp": 40,
  3666.  
  3667.             "atk": 45,
  3668.  
  3669.             "def": 35,
  3670.  
  3671.             "spc": 30,
  3672.  
  3673.             "spd": 55
  3674.  
  3675.         },
  3676.  
  3677.         "moves": [
  3678.  
  3679.             "Bide",
  3680.  
  3681.             "Bite",
  3682.  
  3683.             "Confuse Ray",
  3684.  
  3685.             "Double Team",
  3686.  
  3687.             "Double-Edge",
  3688.  
  3689.             "Gust",
  3690.  
  3691.             "Haze",
  3692.  
  3693.             "Leech Life",
  3694.  
  3695.             "Mega Drain",
  3696.  
  3697.             "Mimic",
  3698.  
  3699.             "Quick Attack",
  3700.  
  3701.             "Rage",
  3702.  
  3703.             "Razor Wind",
  3704.  
  3705.             "Rest",
  3706.  
  3707.             "Substitute",
  3708.  
  3709.             "Supersonic",
  3710.  
  3711.             "Swift",
  3712.  
  3713.             "Take Down",
  3714.  
  3715.             "Toxic",
  3716.  
  3717.             "Whirlwind",
  3718.  
  3719.             "Wing Attack"
  3720.  
  3721.         ]
  3722.  
  3723.     },
  3724.  
  3725.     {
  3726.  
  3727.         "name": "Golbat",
  3728.  
  3729.         "types": [
  3730.  
  3731.             "Poison",
  3732.  
  3733.             "Flying"
  3734.  
  3735.         ],
  3736.  
  3737.         "stats": {
  3738.  
  3739.             "hp": 75,
  3740.  
  3741.             "atk": 80,
  3742.  
  3743.             "def": 70,
  3744.  
  3745.             "spc": 65,
  3746.  
  3747.             "spd": 90
  3748.  
  3749.         },
  3750.  
  3751.         "moves": [
  3752.  
  3753.             "Bide",
  3754.  
  3755.             "Bite",
  3756.  
  3757.             "Confuse Ray",
  3758.  
  3759.             "Double Team",
  3760.  
  3761.             "Double-Edge",
  3762.  
  3763.             "Gust",
  3764.  
  3765.             "Haze",
  3766.  
  3767.             "Hyper Beam",
  3768.  
  3769.             "Leech Life",
  3770.  
  3771.             "Mega Drain",
  3772.  
  3773.             "Mimic",
  3774.  
  3775.             "Quick Attack",
  3776.  
  3777.             "Rage",
  3778.  
  3779.             "Razor Wind",
  3780.  
  3781.             "Rest",
  3782.  
  3783.             "Screech",
  3784.  
  3785.             "Substitute",
  3786.  
  3787.             "Supersonic",
  3788.  
  3789.             "Swift",
  3790.  
  3791.             "Take Down",
  3792.  
  3793.             "Toxic",
  3794.  
  3795.             "Whirlwind",
  3796.  
  3797.             "Wing Attack"
  3798.  
  3799.         ]
  3800.  
  3801.     },
  3802.  
  3803.     {
  3804.  
  3805.         "name": "Oddish",
  3806.  
  3807.         "types": [
  3808.  
  3809.             "Grass",
  3810.  
  3811.             "Poison"
  3812.  
  3813.         ],
  3814.  
  3815.         "stats": {
  3816.  
  3817.             "hp": 45,
  3818.  
  3819.             "atk": 50,
  3820.  
  3821.             "def": 55,
  3822.  
  3823.             "spc": 75,
  3824.  
  3825.             "spd": 30
  3826.  
  3827.         },
  3828.  
  3829.         "moves": [
  3830.  
  3831.             "Absorb",
  3832.  
  3833.             "Acid",
  3834.  
  3835.             "Bide",
  3836.  
  3837.             "Cut",
  3838.  
  3839.             "Double Team",
  3840.  
  3841.             "Double-Edge",
  3842.  
  3843.             "Flash",
  3844.  
  3845.             "Mega Drain",
  3846.  
  3847.             "Mimic",
  3848.  
  3849.             "Petal Dance",
  3850.  
  3851.             "PoisonPowder",
  3852.  
  3853.             "Rage",
  3854.  
  3855.             "Razor Leaf",
  3856.  
  3857.             "Reflect",
  3858.  
  3859.             "Rest",
  3860.  
  3861.             "Sleep Powder",
  3862.  
  3863.             "SolarBeam",
  3864.  
  3865.             "Stun Spore",
  3866.  
  3867.             "Substitute",
  3868.  
  3869.             "Swords Dance",
  3870.  
  3871.             "Take Down",
  3872.  
  3873.             "Toxic"
  3874.  
  3875.         ]
  3876.  
  3877.     },
  3878.  
  3879.     {
  3880.  
  3881.         "name": "Gloom",
  3882.  
  3883.         "types": [
  3884.  
  3885.             "Grass",
  3886.  
  3887.             "Poison"
  3888.  
  3889.         ],
  3890.  
  3891.         "stats": {
  3892.  
  3893.             "hp": 60,
  3894.  
  3895.             "atk": 65,
  3896.  
  3897.             "def": 70,
  3898.  
  3899.             "spc": 85,
  3900.  
  3901.             "spd": 40
  3902.  
  3903.         },
  3904.  
  3905.         "moves": [
  3906.  
  3907.             "Absorb",
  3908.  
  3909.             "Acid",
  3910.  
  3911.             "Bide",
  3912.  
  3913.             "Cut",
  3914.  
  3915.             "Double Team",
  3916.  
  3917.             "Double-Edge",
  3918.  
  3919.             "Flash",
  3920.  
  3921.             "Mega Drain",
  3922.  
  3923.             "Mimic",
  3924.  
  3925.             "Petal Dance",
  3926.  
  3927.             "PoisonPowder",
  3928.  
  3929.             "Rage",
  3930.  
  3931.             "Razor Leaf",
  3932.  
  3933.             "Reflect",
  3934.  
  3935.             "Rest",
  3936.  
  3937.             "Sleep Powder",
  3938.  
  3939.             "SolarBeam",
  3940.  
  3941.             "Stun Spore",
  3942.  
  3943.             "Substitute",
  3944.  
  3945.             "Swords Dance",
  3946.  
  3947.             "Take Down",
  3948.  
  3949.             "Toxic"
  3950.  
  3951.         ]
  3952.  
  3953.     },
  3954.  
  3955.     {
  3956.  
  3957.         "name": "Vileplume",
  3958.  
  3959.         "types": [
  3960.  
  3961.             "Grass",
  3962.  
  3963.             "Poison"
  3964.  
  3965.         ],
  3966.  
  3967.         "stats": {
  3968.  
  3969.             "hp": 75,
  3970.  
  3971.             "atk": 80,
  3972.  
  3973.             "def": 85,
  3974.  
  3975.             "spc": 100,
  3976.  
  3977.             "spd": 50
  3978.  
  3979.         },
  3980.  
  3981.         "moves": [
  3982.  
  3983.             "Absorb",
  3984.  
  3985.             "Acid",
  3986.  
  3987.             "Bide",
  3988.  
  3989.             "Body Slam",
  3990.  
  3991.             "Cut",
  3992.  
  3993.             "Double Team",
  3994.  
  3995.             "Double-Edge",
  3996.  
  3997.             "Flash",
  3998.  
  3999.             "Hyper Beam",
  4000.  
  4001.             "Mega Drain",
  4002.  
  4003.             "Mimic",
  4004.  
  4005.             "Petal Dance",
  4006.  
  4007.             "PoisonPowder",
  4008.  
  4009.             "Rage",
  4010.  
  4011.             "Razor Leaf",
  4012.  
  4013.             "Reflect",
  4014.  
  4015.             "Rest",
  4016.  
  4017.             "Sleep Powder",
  4018.  
  4019.             "SolarBeam",
  4020.  
  4021.             "Stun Spore",
  4022.  
  4023.             "Substitute",
  4024.  
  4025.             "Swords Dance",
  4026.  
  4027.             "Take Down",
  4028.  
  4029.             "Toxic"
  4030.  
  4031.         ]
  4032.  
  4033.     },
  4034.  
  4035.     {
  4036.  
  4037.         "name": "Paras",
  4038.  
  4039.         "types": [
  4040.  
  4041.             "Bug",
  4042.  
  4043.             "Grass"
  4044.  
  4045.         ],
  4046.  
  4047.         "stats": {
  4048.  
  4049.             "hp": 35,
  4050.  
  4051.             "atk": 70,
  4052.  
  4053.             "def": 55,
  4054.  
  4055.             "spc": 45,
  4056.  
  4057.             "spd": 25
  4058.  
  4059.         },
  4060.  
  4061.         "moves": [
  4062.  
  4063.             "Bide",
  4064.  
  4065.             "Body Slam",
  4066.  
  4067.             "Counter",
  4068.  
  4069.             "Cut",
  4070.  
  4071.             "Dig",
  4072.  
  4073.             "Double Team",
  4074.  
  4075.             "Double-Edge",
  4076.  
  4077.             "Flash",
  4078.  
  4079.             "Growth",
  4080.  
  4081.             "Leech Life",
  4082.  
  4083.             "Light Screen",
  4084.  
  4085.             "Mega Drain",
  4086.  
  4087.             "Mimic",
  4088.  
  4089.             "PoisonPowder",
  4090.  
  4091.             "Psybeam",
  4092.  
  4093.             "Rage",
  4094.  
  4095.             "Reflect",
  4096.  
  4097.             "Rest",
  4098.  
  4099.             "Scratch",
  4100.  
  4101.             "Screech",
  4102.  
  4103.             "Skull Bash",
  4104.  
  4105.             "Slash",
  4106.  
  4107.             "SolarBeam",
  4108.  
  4109.             "Spore",
  4110.  
  4111.             "Stun Spore",
  4112.  
  4113.             "Substitute",
  4114.  
  4115.             "Swords Dance",
  4116.  
  4117.             "Take Down",
  4118.  
  4119.             "Toxic"
  4120.  
  4121.         ]
  4122.  
  4123.     },
  4124.  
  4125.     {
  4126.  
  4127.         "name": "Parasect",
  4128.  
  4129.         "types": [
  4130.  
  4131.             "Bug",
  4132.  
  4133.             "Grass"
  4134.  
  4135.         ],
  4136.  
  4137.         "stats": {
  4138.  
  4139.             "hp": 60,
  4140.  
  4141.             "atk": 95,
  4142.  
  4143.             "def": 80,
  4144.  
  4145.             "spc": 60,
  4146.  
  4147.             "spd": 30
  4148.  
  4149.         },
  4150.  
  4151.         "moves": [
  4152.  
  4153.             "Bide",
  4154.  
  4155.             "Body Slam",
  4156.  
  4157.             "Counter",
  4158.  
  4159.             "Cut",
  4160.  
  4161.             "Dig",
  4162.  
  4163.             "Double Team",
  4164.  
  4165.             "Double-Edge",
  4166.  
  4167.             "Flash",
  4168.  
  4169.             "Growth",
  4170.  
  4171.             "Hyper Beam",
  4172.  
  4173.             "Leech Life",
  4174.  
  4175.             "Light Screen",
  4176.  
  4177.             "Mega Drain",
  4178.  
  4179.             "Mimic",
  4180.  
  4181.             "PoisonPowder",
  4182.  
  4183.             "Psybeam",
  4184.  
  4185.             "Rage",
  4186.  
  4187.             "Reflect",
  4188.  
  4189.             "Rest",
  4190.  
  4191.             "Scratch",
  4192.  
  4193.             "Screech",
  4194.  
  4195.             "Skull Bash",
  4196.  
  4197.             "Slash",
  4198.  
  4199.             "SolarBeam",
  4200.  
  4201.             "Spore",
  4202.  
  4203.             "Stun Spore",
  4204.  
  4205.             "Substitute",
  4206.  
  4207.             "Swords Dance",
  4208.  
  4209.             "Take Down",
  4210.  
  4211.             "Toxic"
  4212.  
  4213.         ]
  4214.  
  4215.     },
  4216.  
  4217.     {
  4218.  
  4219.         "name": "Venonat",
  4220.  
  4221.         "types": [
  4222.  
  4223.             "Bug",
  4224.  
  4225.             "Poison"
  4226.  
  4227.         ],
  4228.  
  4229.         "stats": {
  4230.  
  4231.             "hp": 60,
  4232.  
  4233.             "atk": 55,
  4234.  
  4235.             "def": 50,
  4236.  
  4237.             "spc": 40,
  4238.  
  4239.             "spd": 45
  4240.  
  4241.         },
  4242.  
  4243.         "moves": [
  4244.  
  4245.             "Bide",
  4246.  
  4247.             "Confusion",
  4248.  
  4249.             "Disable",
  4250.  
  4251.             "Double Team",
  4252.  
  4253.             "Double-Edge",
  4254.  
  4255.             "Flash",
  4256.  
  4257.             "Leech Life",
  4258.  
  4259.             "Mega Drain",
  4260.  
  4261.             "Mimic",
  4262.  
  4263.             "PoisonPowder",
  4264.  
  4265.             "Psybeam",
  4266.  
  4267.             "Psychic",
  4268.  
  4269.             "Psywave",
  4270.  
  4271.             "Rage",
  4272.  
  4273.             "Reflect",
  4274.  
  4275.             "Rest",
  4276.  
  4277.             "Screech",
  4278.  
  4279.             "Sleep Powder",
  4280.  
  4281.             "SolarBeam",
  4282.  
  4283.             "Stun Spore",
  4284.  
  4285.             "Substitute",
  4286.  
  4287.             "Supersonic",
  4288.  
  4289.             "Swift",
  4290.  
  4291.             "Tackle",
  4292.  
  4293.             "Take Down",
  4294.  
  4295.             "Toxic"
  4296.  
  4297.         ]
  4298.  
  4299.     },
  4300.  
  4301.     {
  4302.  
  4303.         "name": "Venomoth",
  4304.  
  4305.         "types": [
  4306.  
  4307.             "Bug",
  4308.  
  4309.             "Poison"
  4310.  
  4311.         ],
  4312.  
  4313.         "stats": {
  4314.  
  4315.             "hp": 70,
  4316.  
  4317.             "atk": 65,
  4318.  
  4319.             "def": 60,
  4320.  
  4321.             "spc": 90,
  4322.  
  4323.             "spd": 90
  4324.  
  4325.         },
  4326.  
  4327.         "moves": [
  4328.  
  4329.             "Bide",
  4330.  
  4331.             "Confusion",
  4332.  
  4333.             "Disable",
  4334.  
  4335.             "Double Team",
  4336.  
  4337.             "Double-Edge",
  4338.  
  4339.             "Flash",
  4340.  
  4341.             "Gust",
  4342.  
  4343.             "Hyper Beam",
  4344.  
  4345.             "Leech Life",
  4346.  
  4347.             "Mega Drain",
  4348.  
  4349.             "Mimic",
  4350.  
  4351.             "PoisonPowder",
  4352.  
  4353.             "Psybeam",
  4354.  
  4355.             "Psychic",
  4356.  
  4357.             "Psywave",
  4358.  
  4359.             "Rage",
  4360.  
  4361.             "Razor Wind",
  4362.  
  4363.             "Reflect",
  4364.  
  4365.             "Rest",
  4366.  
  4367.             "Screech",
  4368.  
  4369.             "Sleep Powder",
  4370.  
  4371.             "SolarBeam",
  4372.  
  4373.             "Stun Spore",
  4374.  
  4375.             "Substitute",
  4376.  
  4377.             "Supersonic",
  4378.  
  4379.             "Swift",
  4380.  
  4381.             "Tackle",
  4382.  
  4383.             "Take Down",
  4384.  
  4385.             "Teleport",
  4386.  
  4387.             "Toxic",
  4388.  
  4389.             "Whirlwind"
  4390.  
  4391.         ]
  4392.  
  4393.     },
  4394.  
  4395.     {
  4396.  
  4397.         "name": "Diglett",
  4398.  
  4399.         "types": [
  4400.  
  4401.             "Ground"
  4402.  
  4403.         ],
  4404.  
  4405.         "stats": {
  4406.  
  4407.             "hp": 10,
  4408.  
  4409.             "atk": 55,
  4410.  
  4411.             "def": 25,
  4412.  
  4413.             "spc": 35,
  4414.  
  4415.             "spd": 95
  4416.  
  4417.         },
  4418.  
  4419.         "moves": [
  4420.  
  4421.             "Bide",
  4422.  
  4423.             "Body Slam",
  4424.  
  4425.             "Cut",
  4426.  
  4427.             "Dig",
  4428.  
  4429.             "Double Team",
  4430.  
  4431.             "Double-Edge",
  4432.  
  4433.             "Earthquake",
  4434.  
  4435.             "Fissure",
  4436.  
  4437.             "Growl",
  4438.  
  4439.             "Mimic",
  4440.  
  4441.             "Rage",
  4442.  
  4443.             "Rest",
  4444.  
  4445.             "Rock Slide",
  4446.  
  4447.             "Sand-Attack",
  4448.  
  4449.             "Scratch",
  4450.  
  4451.             "Screech",
  4452.  
  4453.             "Slash",
  4454.  
  4455.             "Substitute",
  4456.  
  4457.             "Take Down",
  4458.  
  4459.             "Toxic"
  4460.  
  4461.         ]
  4462.  
  4463.     },
  4464.  
  4465.     {
  4466.  
  4467.         "name": "Dugtrio",
  4468.  
  4469.         "types": [
  4470.  
  4471.             "Ground"
  4472.  
  4473.         ],
  4474.  
  4475.         "stats": {
  4476.  
  4477.             "hp": 35,
  4478.  
  4479.             "atk": 80,
  4480.  
  4481.             "def": 50,
  4482.  
  4483.             "spc": 50,
  4484.  
  4485.             "spd": 120
  4486.  
  4487.         },
  4488.  
  4489.         "moves": [
  4490.  
  4491.             "Bide",
  4492.  
  4493.             "Body Slam",
  4494.  
  4495.             "Cut",
  4496.  
  4497.             "Dig",
  4498.  
  4499.             "Double Team",
  4500.  
  4501.             "Double-Edge",
  4502.  
  4503.             "Earthquake",
  4504.  
  4505.             "Fissure",
  4506.  
  4507.             "Growl",
  4508.  
  4509.             "Hyper Beam",
  4510.  
  4511.             "Mimic",
  4512.  
  4513.             "Rage",
  4514.  
  4515.             "Rest",
  4516.  
  4517.             "Rock Slide",
  4518.  
  4519.             "Sand-Attack",
  4520.  
  4521.             "Scratch",
  4522.  
  4523.             "Screech",
  4524.  
  4525.             "Slash",
  4526.  
  4527.             "Substitute",
  4528.  
  4529.             "Take Down",
  4530.  
  4531.             "Toxic",
  4532.  
  4533.             "Tri Attack"
  4534.  
  4535.         ]
  4536.  
  4537.     },
  4538.  
  4539.     {
  4540.  
  4541.         "name": "Meowth",
  4542.  
  4543.         "types": [
  4544.  
  4545.             "Normal"
  4546.  
  4547.         ],
  4548.  
  4549.         "stats": {
  4550.  
  4551.             "hp": 40,
  4552.  
  4553.             "atk": 45,
  4554.  
  4555.             "def": 35,
  4556.  
  4557.             "spc": 40,
  4558.  
  4559.             "spd": 90
  4560.  
  4561.         },
  4562.  
  4563.         "moves": [
  4564.  
  4565.             "Amnesia",
  4566.  
  4567.             "Bide",
  4568.  
  4569.             "Bite",
  4570.  
  4571.             "Body Slam",
  4572.  
  4573.             "BubbleBeam",
  4574.  
  4575.             "Defense Curl",
  4576.  
  4577.             "Double Team",
  4578.  
  4579.             "Double-Edge",
  4580.  
  4581.             "Dream Eater",
  4582.  
  4583.             "Fury Swipes",
  4584.  
  4585.             "Growl",
  4586.  
  4587.             "Headbutt",
  4588.  
  4589.             "Hypnosis",
  4590.  
  4591.             "Mimic",
  4592.  
  4593.             "Pay Day",
  4594.  
  4595.             "Rage",
  4596.  
  4597.             "Rest",
  4598.  
  4599.             "Scratch",
  4600.  
  4601.             "Screech",
  4602.  
  4603.             "Skull Bash",
  4604.  
  4605.             "Slash",
  4606.  
  4607.             "Substitute",
  4608.  
  4609.             "Swift",
  4610.  
  4611.             "Take Down",
  4612.  
  4613.             "Thunder",
  4614.  
  4615.             "Thunderbolt",
  4616.  
  4617.             "Toxic",
  4618.  
  4619.             "Water Gun"
  4620.  
  4621.         ]
  4622.  
  4623.     },
  4624.  
  4625.     {
  4626.  
  4627.         "name": "Persian",
  4628.  
  4629.         "types": [
  4630.  
  4631.             "Normal"
  4632.  
  4633.         ],
  4634.  
  4635.         "stats": {
  4636.  
  4637.             "hp": 65,
  4638.  
  4639.             "atk": 70,
  4640.  
  4641.             "def": 60,
  4642.  
  4643.             "spc": 65,
  4644.  
  4645.             "spd": 115
  4646.  
  4647.         },
  4648.  
  4649.         "moves": [
  4650.  
  4651.             "Amnesia",
  4652.  
  4653.             "Bide",
  4654.  
  4655.             "Bite",
  4656.  
  4657.             "Body Slam",
  4658.  
  4659.             "BubbleBeam",
  4660.  
  4661.             "Defense Curl",
  4662.  
  4663.             "Double Team",
  4664.  
  4665.             "Double-Edge",
  4666.  
  4667.             "Dream Eater",
  4668.  
  4669.             "Fury Swipes",
  4670.  
  4671.             "Growl",
  4672.  
  4673.             "Headbutt",
  4674.  
  4675.             "Hyper Beam",
  4676.  
  4677.             "Hypnosis",
  4678.  
  4679.             "Mimic",
  4680.  
  4681.             "Pay Day",
  4682.  
  4683.             "Rage",
  4684.  
  4685.             "Rest",
  4686.  
  4687.             "Roar",
  4688.  
  4689.             "Scratch",
  4690.  
  4691.             "Screech",
  4692.  
  4693.             "Skull Bash",
  4694.  
  4695.             "Slash",
  4696.  
  4697.             "Substitute",
  4698.  
  4699.             "Swift",
  4700.  
  4701.             "Take Down",
  4702.  
  4703.             "Thunder",
  4704.  
  4705.             "Thunderbolt",
  4706.  
  4707.             "Toxic",
  4708.  
  4709.             "Water Gun"
  4710.  
  4711.         ]
  4712.  
  4713.     },
  4714.  
  4715.     {
  4716.  
  4717.         "name": "Psyduck",
  4718.  
  4719.         "types": [
  4720.  
  4721.             "Water"
  4722.  
  4723.         ],
  4724.  
  4725.         "stats": {
  4726.  
  4727.             "hp": 50,
  4728.  
  4729.             "atk": 52,
  4730.  
  4731.             "def": 48,
  4732.  
  4733.             "spc": 65,
  4734.  
  4735.             "spd": 55
  4736.  
  4737.         },
  4738.  
  4739.         "moves": [
  4740.  
  4741.             "Bide",
  4742.  
  4743.             "Blizzard",
  4744.  
  4745.             "Body Slam",
  4746.  
  4747.             "BubbleBeam",
  4748.  
  4749.             "Confusion",
  4750.  
  4751.             "Counter",
  4752.  
  4753.             "Dig",
  4754.  
  4755.             "Disable",
  4756.  
  4757.             "Double Team",
  4758.  
  4759.             "Double-Edge",
  4760.  
  4761.             "Flash",
  4762.  
  4763.             "Fury Swipes",
  4764.  
  4765.             "Headbutt",
  4766.  
  4767.             "Hydro Pump",
  4768.  
  4769.             "Hypnosis",
  4770.  
  4771.             "Ice Beam",
  4772.  
  4773.             "Ice Punch",
  4774.  
  4775.             "Light Screen",
  4776.  
  4777.             "Mega Kick",
  4778.  
  4779.             "Mega Punch",
  4780.  
  4781.             "Mimic",
  4782.  
  4783.             "Pay Day",
  4784.  
  4785.             "Psybeam",
  4786.  
  4787.             "Psychic",
  4788.  
  4789.             "Rage",
  4790.  
  4791.             "Rest",
  4792.  
  4793.             "Scratch",
  4794.  
  4795.             "Screech",
  4796.  
  4797.             "Seismic Toss",
  4798.  
  4799.             "Skull Bash",
  4800.  
  4801.             "Strength",
  4802.  
  4803.             "Submission",
  4804.  
  4805.             "Substitute",
  4806.  
  4807.             "Surf",
  4808.  
  4809.             "Swift",
  4810.  
  4811.             "Tail Whip",
  4812.  
  4813.             "Take Down",
  4814.  
  4815.             "Toxic",
  4816.  
  4817.             "Water Gun",
  4818.  
  4819.             "Waterfall"
  4820.  
  4821.         ]
  4822.  
  4823.     },
  4824.  
  4825.     {
  4826.  
  4827.         "name": "Golduck",
  4828.  
  4829.         "types": [
  4830.  
  4831.             "Water"
  4832.  
  4833.         ],
  4834.  
  4835.         "stats": {
  4836.  
  4837.             "hp": 80,
  4838.  
  4839.             "atk": 82,
  4840.  
  4841.             "def": 78,
  4842.  
  4843.             "spc": 95,
  4844.  
  4845.             "spd": 85
  4846.  
  4847.         },
  4848.  
  4849.         "moves": [
  4850.  
  4851.             "Bide",
  4852.  
  4853.             "Blizzard",
  4854.  
  4855.             "Body Slam",
  4856.  
  4857.             "BubbleBeam",
  4858.  
  4859.             "Confusion",
  4860.  
  4861.             "Counter",
  4862.  
  4863.             "Dig",
  4864.  
  4865.             "Disable",
  4866.  
  4867.             "Double Team",
  4868.  
  4869.             "Double-Edge",
  4870.  
  4871.             "Flash",
  4872.  
  4873.             "Fury Swipes",
  4874.  
  4875.             "Headbutt",
  4876.  
  4877.             "Hydro Pump",
  4878.  
  4879.             "Hyper Beam",
  4880.  
  4881.             "Hypnosis",
  4882.  
  4883.             "Ice Beam",
  4884.  
  4885.             "Ice Punch",
  4886.  
  4887.             "Light Screen",
  4888.  
  4889.             "Mega Kick",
  4890.  
  4891.             "Mega Punch",
  4892.  
  4893.             "Mimic",
  4894.  
  4895.             "Pay Day",
  4896.  
  4897.             "Psybeam",
  4898.  
  4899.             "Psychic",
  4900.  
  4901.             "Rage",
  4902.  
  4903.             "Rest",
  4904.  
  4905.             "Scratch",
  4906.  
  4907.             "Screech",
  4908.  
  4909.             "Seismic Toss",
  4910.  
  4911.             "Skull Bash",
  4912.  
  4913.             "Strength",
  4914.  
  4915.             "Submission",
  4916.  
  4917.             "Substitute",
  4918.  
  4919.             "Surf",
  4920.  
  4921.             "Swift",
  4922.  
  4923.             "Tail Whip",
  4924.  
  4925.             "Take Down",
  4926.  
  4927.             "Toxic",
  4928.  
  4929.             "Water Gun",
  4930.  
  4931.             "Waterfall"
  4932.  
  4933.         ]
  4934.  
  4935.     },
  4936.  
  4937.     {
  4938.  
  4939.         "name": "Mankey",
  4940.  
  4941.         "types": [
  4942.  
  4943.             "Fighting"
  4944.  
  4945.         ],
  4946.  
  4947.         "stats": {
  4948.  
  4949.             "hp": 40,
  4950.  
  4951.             "atk": 80,
  4952.  
  4953.             "def": 35,
  4954.  
  4955.             "spc": 35,
  4956.  
  4957.             "spd": 70
  4958.  
  4959.         },
  4960.  
  4961.         "moves": [
  4962.  
  4963.             "Bide",
  4964.  
  4965.             "Body Slam",
  4966.  
  4967.             "Counter",
  4968.  
  4969.             "Defense Curl",
  4970.  
  4971.             "Dig",
  4972.  
  4973.             "Double Team",
  4974.  
  4975.             "Double-Edge",
  4976.  
  4977.             "Fire Punch",
  4978.  
  4979.             "Focus Energy",
  4980.  
  4981.             "Fury Swipes",
  4982.  
  4983.             "Headbutt",
  4984.  
  4985.             "Ice Punch",
  4986.  
  4987.             "Karate Chop",
  4988.  
  4989.             "Leer",
  4990.  
  4991.             "Low Kick",
  4992.  
  4993.             "Meditate",
  4994.  
  4995.             "Mega Kick",
  4996.  
  4997.             "Mega Punch",
  4998.  
  4999.             "Metronome",
  5000.  
  5001.             "Mimic",
  5002.  
  5003.             "Pay Day",
  5004.  
  5005.             "Rage",
  5006.  
  5007.             "Rest",
  5008.  
  5009.             "Rock Slide",
  5010.  
  5011.             "Scratch",
  5012.  
  5013.             "Screech",
  5014.  
  5015.             "Seismic Toss",
  5016.  
  5017.             "Skull Bash",
  5018.  
  5019.             "Strength",
  5020.  
  5021.             "Submission",
  5022.  
  5023.             "Substitute",
  5024.  
  5025.             "Swift",
  5026.  
  5027.             "Take Down",
  5028.  
  5029.             "Thrash",
  5030.  
  5031.             "Thunder",
  5032.  
  5033.             "ThunderPunch",
  5034.  
  5035.             "Thunderbolt",
  5036.  
  5037.             "Toxic"
  5038.  
  5039.         ]
  5040.  
  5041.     },
  5042.  
  5043.     {
  5044.  
  5045.         "name": "Primeape",
  5046.  
  5047.         "types": [
  5048.  
  5049.             "Fighting"
  5050.  
  5051.         ],
  5052.  
  5053.         "stats": {
  5054.  
  5055.             "hp": 65,
  5056.  
  5057.             "atk": 105,
  5058.  
  5059.             "def": 60,
  5060.  
  5061.             "spc": 60,
  5062.  
  5063.             "spd": 95
  5064.  
  5065.         },
  5066.  
  5067.         "moves": [
  5068.  
  5069.             "Bide",
  5070.  
  5071.             "Body Slam",
  5072.  
  5073.             "Counter",
  5074.  
  5075.             "Defense Curl",
  5076.  
  5077.             "Dig",
  5078.  
  5079.             "Double Team",
  5080.  
  5081.             "Double-Edge",
  5082.  
  5083.             "Fire Punch",
  5084.  
  5085.             "Focus Energy",
  5086.  
  5087.             "Fury Swipes",
  5088.  
  5089.             "Headbutt",
  5090.  
  5091.             "Hyper Beam",
  5092.  
  5093.             "Ice Punch",
  5094.  
  5095.             "Karate Chop",
  5096.  
  5097.             "Leer",
  5098.  
  5099.             "Low Kick",
  5100.  
  5101.             "Meditate",
  5102.  
  5103.             "Mega Kick",
  5104.  
  5105.             "Mega Punch",
  5106.  
  5107.             "Metronome",
  5108.  
  5109.             "Mimic",
  5110.  
  5111.             "Pay Day",
  5112.  
  5113.             "Rage",
  5114.  
  5115.             "Rest",
  5116.  
  5117.             "Rock Slide",
  5118.  
  5119.             "Scratch",
  5120.  
  5121.             "Screech",
  5122.  
  5123.             "Seismic Toss",
  5124.  
  5125.             "Skull Bash",
  5126.  
  5127.             "Strength",
  5128.  
  5129.             "Submission",
  5130.  
  5131.             "Substitute",
  5132.  
  5133.             "Swift",
  5134.  
  5135.             "Take Down",
  5136.  
  5137.             "Thrash",
  5138.  
  5139.             "Thunder",
  5140.  
  5141.             "ThunderPunch",
  5142.  
  5143.             "Thunderbolt",
  5144.  
  5145.             "Toxic"
  5146.  
  5147.         ]
  5148.  
  5149.     },
  5150.  
  5151.     {
  5152.  
  5153.         "name": "Growlithe",
  5154.  
  5155.         "types": [
  5156.  
  5157.             "Fire"
  5158.  
  5159.         ],
  5160.  
  5161.         "stats": {
  5162.  
  5163.             "hp": 55,
  5164.  
  5165.             "atk": 70,
  5166.  
  5167.             "def": 45,
  5168.  
  5169.             "spc": 70,
  5170.  
  5171.             "spd": 60
  5172.  
  5173.         },
  5174.  
  5175.         "moves": [
  5176.  
  5177.             "Agility",
  5178.  
  5179.             "Bide",
  5180.  
  5181.             "Bite",
  5182.  
  5183.             "Body Slam",
  5184.  
  5185.             "Dig",
  5186.  
  5187.             "Double Team",
  5188.  
  5189.             "Double-Edge",
  5190.  
  5191.             "Dragon Rage",
  5192.  
  5193.             "Ember",
  5194.  
  5195.             "Fire Blast",
  5196.  
  5197.             "Fire Spin",
  5198.  
  5199.             "Flamethrower",
  5200.  
  5201.             "Headbutt",
  5202.  
  5203.             "Leer",
  5204.  
  5205.             "Mimic",
  5206.  
  5207.             "Rage",
  5208.  
  5209.             "Reflect",
  5210.  
  5211.             "Rest",
  5212.  
  5213.             "Roar",
  5214.  
  5215.             "Skull Bash",
  5216.  
  5217.             "Substitute",
  5218.  
  5219.             "Swift",
  5220.  
  5221.             "Take Down",
  5222.  
  5223.             "Thrash",
  5224.  
  5225.             "Toxic"
  5226.  
  5227.         ]
  5228.  
  5229.     },
  5230.  
  5231.     {
  5232.  
  5233.         "name": "Arcanine",
  5234.  
  5235.         "types": [
  5236.  
  5237.             "Fire"
  5238.  
  5239.         ],
  5240.  
  5241.         "stats": {
  5242.  
  5243.             "hp": 90,
  5244.  
  5245.             "atk": 110,
  5246.  
  5247.             "def": 80,
  5248.  
  5249.             "spc": 100,
  5250.  
  5251.             "spd": 95
  5252.  
  5253.         },
  5254.  
  5255.         "moves": [
  5256.  
  5257.             "Agility",
  5258.  
  5259.             "Bide",
  5260.  
  5261.             "Bite",
  5262.  
  5263.             "Body Slam",
  5264.  
  5265.             "Dig",
  5266.  
  5267.             "Double Team",
  5268.  
  5269.             "Double-Edge",
  5270.  
  5271.             "Dragon Rage",
  5272.  
  5273.             "Ember",
  5274.  
  5275.             "Fire Blast",
  5276.  
  5277.             "Fire Spin",
  5278.  
  5279.             "Flamethrower",
  5280.  
  5281.             "Headbutt",
  5282.  
  5283.             "Hyper Beam",
  5284.  
  5285.             "Leer",
  5286.  
  5287.             "Mimic",
  5288.  
  5289.             "Rage",
  5290.  
  5291.             "Reflect",
  5292.  
  5293.             "Rest",
  5294.  
  5295.             "Roar",
  5296.  
  5297.             "Skull Bash",
  5298.  
  5299.             "Substitute",
  5300.  
  5301.             "Swift",
  5302.  
  5303.             "Take Down",
  5304.  
  5305.             "Teleport",
  5306.  
  5307.             "Thrash",
  5308.  
  5309.             "Toxic"
  5310.  
  5311.         ]
  5312.  
  5313.     },
  5314.  
  5315.     {
  5316.  
  5317.         "name": "Poliwag",
  5318.  
  5319.         "types": [
  5320.  
  5321.             "Water"
  5322.  
  5323.         ],
  5324.  
  5325.         "stats": {
  5326.  
  5327.             "hp": 40,
  5328.  
  5329.             "atk": 50,
  5330.  
  5331.             "def": 40,
  5332.  
  5333.             "spc": 40,
  5334.  
  5335.             "spd": 90
  5336.  
  5337.         },
  5338.  
  5339.         "moves": [
  5340.  
  5341.             "Amnesia",
  5342.  
  5343.             "Bide",
  5344.  
  5345.             "Blizzard",
  5346.  
  5347.             "Body Slam",
  5348.  
  5349.             "Bubble",
  5350.  
  5351.             "BubbleBeam",
  5352.  
  5353.             "Defense Curl",
  5354.  
  5355.             "Double Team",
  5356.  
  5357.             "Double-Edge",
  5358.  
  5359.             "DoubleSlap",
  5360.  
  5361.             "Haze",
  5362.  
  5363.             "Headbutt",
  5364.  
  5365.             "Hydro Pump",
  5366.  
  5367.             "Hypnosis",
  5368.  
  5369.             "Ice Beam",
  5370.  
  5371.             "Mimic",
  5372.  
  5373.             "Mist",
  5374.  
  5375.             "Psychic",
  5376.  
  5377.             "Psywave",
  5378.  
  5379.             "Rage",
  5380.  
  5381.             "Rest",
  5382.  
  5383.             "Skull Bash",
  5384.  
  5385.             "Splash",
  5386.  
  5387.             "Substitute",
  5388.  
  5389.             "Surf",
  5390.  
  5391.             "Take Down",
  5392.  
  5393.             "Toxic",
  5394.  
  5395.             "Water Gun",
  5396.  
  5397.             "Waterfall"
  5398.  
  5399.         ]
  5400.  
  5401.     },
  5402.  
  5403.     {
  5404.  
  5405.         "name": "Poliwhirl",
  5406.  
  5407.         "types": [
  5408.  
  5409.             "Water"
  5410.  
  5411.         ],
  5412.  
  5413.         "stats": {
  5414.  
  5415.             "hp": 65,
  5416.  
  5417.             "atk": 65,
  5418.  
  5419.             "def": 65,
  5420.  
  5421.             "spc": 50,
  5422.  
  5423.             "spd": 90
  5424.  
  5425.         },
  5426.  
  5427.         "moves": [
  5428.  
  5429.             "Amnesia",
  5430.  
  5431.             "Bide",
  5432.  
  5433.             "Blizzard",
  5434.  
  5435.             "Body Slam",
  5436.  
  5437.             "Bubble",
  5438.  
  5439.             "BubbleBeam",
  5440.  
  5441.             "Counter",
  5442.  
  5443.             "Defense Curl",
  5444.  
  5445.             "Double Team",
  5446.  
  5447.             "Double-Edge",
  5448.  
  5449.             "DoubleSlap",
  5450.  
  5451.             "Earthquake",
  5452.  
  5453.             "Fissure",
  5454.  
  5455.             "Haze",
  5456.  
  5457.             "Headbutt",
  5458.  
  5459.             "Hydro Pump",
  5460.  
  5461.             "Hypnosis",
  5462.  
  5463.             "Ice Beam",
  5464.  
  5465.             "Ice Punch",
  5466.  
  5467.             "Mega Kick",
  5468.  
  5469.             "Mega Punch",
  5470.  
  5471.             "Metronome",
  5472.  
  5473.             "Mimic",
  5474.  
  5475.             "Mist",
  5476.  
  5477.             "Psychic",
  5478.  
  5479.             "Psywave",
  5480.  
  5481.             "Rage",
  5482.  
  5483.             "Rest",
  5484.  
  5485.             "Seismic Toss",
  5486.  
  5487.             "Skull Bash",
  5488.  
  5489.             "Splash",
  5490.  
  5491.             "Strength",
  5492.  
  5493.             "Submission",
  5494.  
  5495.             "Substitute",
  5496.  
  5497.             "Surf",
  5498.  
  5499.             "Take Down",
  5500.  
  5501.             "Toxic",
  5502.  
  5503.             "Water Gun",
  5504.  
  5505.             "Waterfall"
  5506.  
  5507.         ]
  5508.  
  5509.     },
  5510.  
  5511.     {
  5512.  
  5513.         "name": "Poliwrath",
  5514.  
  5515.         "types": [
  5516.  
  5517.             "Water",
  5518.  
  5519.             "Fighting"
  5520.  
  5521.         ],
  5522.  
  5523.         "stats": {
  5524.  
  5525.             "hp": 90,
  5526.  
  5527.             "atk": 85,
  5528.  
  5529.             "def": 95,
  5530.  
  5531.             "spc": 70,
  5532.  
  5533.             "spd": 70
  5534.  
  5535.         },
  5536.  
  5537.         "moves": [
  5538.  
  5539.             "Amnesia",
  5540.  
  5541.             "Bide",
  5542.  
  5543.             "Blizzard",
  5544.  
  5545.             "Body Slam",
  5546.  
  5547.             "Bubble",
  5548.  
  5549.             "BubbleBeam",
  5550.  
  5551.             "Counter",
  5552.  
  5553.             "Defense Curl",
  5554.  
  5555.             "Double Team",
  5556.  
  5557.             "Double-Edge",
  5558.  
  5559.             "DoubleSlap",
  5560.  
  5561.             "Earthquake",
  5562.  
  5563.             "Fissure",
  5564.  
  5565.             "Haze",
  5566.  
  5567.             "Headbutt",
  5568.  
  5569.             "Hydro Pump",
  5570.  
  5571.             "Hyper Beam",
  5572.  
  5573.             "Hypnosis",
  5574.  
  5575.             "Ice Beam",
  5576.  
  5577.             "Ice Punch",
  5578.  
  5579.             "Mega Kick",
  5580.  
  5581.             "Mega Punch",
  5582.  
  5583.             "Metronome",
  5584.  
  5585.             "Mimic",
  5586.  
  5587.             "Mist",
  5588.  
  5589.             "Psychic",
  5590.  
  5591.             "Psywave",
  5592.  
  5593.             "Rage",
  5594.  
  5595.             "Rest",
  5596.  
  5597.             "Seismic Toss",
  5598.  
  5599.             "Skull Bash",
  5600.  
  5601.             "Splash",
  5602.  
  5603.             "Strength",
  5604.  
  5605.             "Submission",
  5606.  
  5607.             "Substitute",
  5608.  
  5609.             "Surf",
  5610.  
  5611.             "Take Down",
  5612.  
  5613.             "Toxic",
  5614.  
  5615.             "Water Gun",
  5616.  
  5617.             "Waterfall"
  5618.  
  5619.         ]
  5620.  
  5621.     },
  5622.  
  5623.     {
  5624.  
  5625.         "name": "Abra",
  5626.  
  5627.         "types": [
  5628.  
  5629.             "Psychic"
  5630.  
  5631.         ],
  5632.  
  5633.         "stats": {
  5634.  
  5635.             "hp": 25,
  5636.  
  5637.             "atk": 20,
  5638.  
  5639.             "def": 15,
  5640.  
  5641.             "spc": 105,
  5642.  
  5643.             "spd": 90
  5644.  
  5645.         },
  5646.  
  5647.         "moves": [
  5648.  
  5649.             "Barrier",
  5650.  
  5651.             "Bide",
  5652.  
  5653.             "Body Slam",
  5654.  
  5655.             "Counter",
  5656.  
  5657.             "Double Team",
  5658.  
  5659.             "Double-Edge",
  5660.  
  5661.             "Dream Eater",
  5662.  
  5663.             "Fire Punch",
  5664.  
  5665.             "Flash",
  5666.  
  5667.             "Headbutt",
  5668.  
  5669.             "Ice Punch",
  5670.  
  5671.             "Light Screen",
  5672.  
  5673.             "Mega Kick",
  5674.  
  5675.             "Mega Punch",
  5676.  
  5677.             "Metronome",
  5678.  
  5679.             "Mimic",
  5680.  
  5681.             "Psychic",
  5682.  
  5683.             "Psywave",
  5684.  
  5685.             "Rage",
  5686.  
  5687.             "Reflect",
  5688.  
  5689.             "Rest",
  5690.  
  5691.             "Seismic Toss",
  5692.  
  5693.             "Skull Bash",
  5694.  
  5695.             "Submission",
  5696.  
  5697.             "Substitute",
  5698.  
  5699.             "Take Down",
  5700.  
  5701.             "Teleport",
  5702.  
  5703.             "Thunder Wave",
  5704.  
  5705.             "ThunderPunch",
  5706.  
  5707.             "Toxic",
  5708.  
  5709.             "Tri Attack"
  5710.  
  5711.         ]
  5712.  
  5713.     },
  5714.  
  5715.     {
  5716.  
  5717.         "name": "Kadabra",
  5718.  
  5719.         "types": [
  5720.  
  5721.             "Psychic"
  5722.  
  5723.         ],
  5724.  
  5725.         "stats": {
  5726.  
  5727.             "hp": 40,
  5728.  
  5729.             "atk": 35,
  5730.  
  5731.             "def": 30,
  5732.  
  5733.             "spc": 120,
  5734.  
  5735.             "spd": 105
  5736.  
  5737.         },
  5738.  
  5739.         "moves": [
  5740.  
  5741.             "Barrier",
  5742.  
  5743.             "Bide",
  5744.  
  5745.             "Body Slam",
  5746.  
  5747.             "Confusion",
  5748.  
  5749.             "Counter",
  5750.  
  5751.             "Dig",
  5752.  
  5753.             "Disable",
  5754.  
  5755.             "Double Team",
  5756.  
  5757.             "Double-Edge",
  5758.  
  5759.             "Dream Eater",
  5760.  
  5761.             "Fire Punch",
  5762.  
  5763.             "Flash",
  5764.  
  5765.             "Headbutt",
  5766.  
  5767.             "Ice Punch",
  5768.  
  5769.             "Kinesis",
  5770.  
  5771.             "Light Screen",
  5772.  
  5773.             "Mega Kick",
  5774.  
  5775.             "Mega Punch",
  5776.  
  5777.             "Metronome",
  5778.  
  5779.             "Mimic",
  5780.  
  5781.             "Psybeam",
  5782.  
  5783.             "Psychic",
  5784.  
  5785.             "Psywave",
  5786.  
  5787.             "Rage",
  5788.  
  5789.             "Recover",
  5790.  
  5791.             "Reflect",
  5792.  
  5793.             "Rest",
  5794.  
  5795.             "Seismic Toss",
  5796.  
  5797.             "Skull Bash",
  5798.  
  5799.             "Submission",
  5800.  
  5801.             "Substitute",
  5802.  
  5803.             "Take Down",
  5804.  
  5805.             "Teleport",
  5806.  
  5807.             "Thunder Wave",
  5808.  
  5809.             "ThunderPunch",
  5810.  
  5811.             "Toxic",
  5812.  
  5813.             "Tri Attack"
  5814.  
  5815.         ]
  5816.  
  5817.     },
  5818.  
  5819.     {
  5820.  
  5821.         "name": "Alakazam",
  5822.  
  5823.         "types": [
  5824.  
  5825.             "Psychic"
  5826.  
  5827.         ],
  5828.  
  5829.         "stats": {
  5830.  
  5831.             "hp": 55,
  5832.  
  5833.             "atk": 50,
  5834.  
  5835.             "def": 45,
  5836.  
  5837.             "spc": 135,
  5838.  
  5839.             "spd": 120
  5840.  
  5841.         },
  5842.  
  5843.         "moves": [
  5844.  
  5845.             "Barrier",
  5846.  
  5847.             "Bide",
  5848.  
  5849.             "Body Slam",
  5850.  
  5851.             "Confusion",
  5852.  
  5853.             "Counter",
  5854.  
  5855.             "Dig",
  5856.  
  5857.             "Disable",
  5858.  
  5859.             "Double Team",
  5860.  
  5861.             "Double-Edge",
  5862.  
  5863.             "Dream Eater",
  5864.  
  5865.             "Fire Punch",
  5866.  
  5867.             "Flash",
  5868.  
  5869.             "Headbutt",
  5870.  
  5871.             "Hyper Beam",
  5872.  
  5873.             "Ice Punch",
  5874.  
  5875.             "Kinesis",
  5876.  
  5877.             "Light Screen",
  5878.  
  5879.             "Mega Kick",
  5880.  
  5881.             "Mega Punch",
  5882.  
  5883.             "Metronome",
  5884.  
  5885.             "Mimic",
  5886.  
  5887.             "Psybeam",
  5888.  
  5889.             "Psychic",
  5890.  
  5891.             "Psywave",
  5892.  
  5893.             "Rage",
  5894.  
  5895.             "Recover",
  5896.  
  5897.             "Reflect",
  5898.  
  5899.             "Rest",
  5900.  
  5901.             "Seismic Toss",
  5902.  
  5903.             "Skull Bash",
  5904.  
  5905.             "Submission",
  5906.  
  5907.             "Substitute",
  5908.  
  5909.             "Take Down",
  5910.  
  5911.             "Teleport",
  5912.  
  5913.             "Thunder Wave",
  5914.  
  5915.             "ThunderPunch",
  5916.  
  5917.             "Toxic",
  5918.  
  5919.             "Tri Attack"
  5920.  
  5921.         ]
  5922.  
  5923.     },
  5924.  
  5925.     {
  5926.  
  5927.         "name": "Machop",
  5928.  
  5929.         "types": [
  5930.  
  5931.             "Fighting"
  5932.  
  5933.         ],
  5934.  
  5935.         "stats": {
  5936.  
  5937.             "hp": 70,
  5938.  
  5939.             "atk": 80,
  5940.  
  5941.             "def": 50,
  5942.  
  5943.             "spc": 35,
  5944.  
  5945.             "spd": 35
  5946.  
  5947.         },
  5948.  
  5949.         "moves": [
  5950.  
  5951.             "Bide",
  5952.  
  5953.             "Body Slam",
  5954.  
  5955.             "Counter",
  5956.  
  5957.             "Dig",
  5958.  
  5959.             "Double Team",
  5960.  
  5961.             "Double-Edge",
  5962.  
  5963.             "Earthquake",
  5964.  
  5965.             "Fire Blast",
  5966.  
  5967.             "Fire Punch",
  5968.  
  5969.             "Fissure",
  5970.  
  5971.             "Flamethrower",
  5972.  
  5973.             "Focus Energy",
  5974.  
  5975.             "Headbutt",
  5976.  
  5977.             "Ice Punch",
  5978.  
  5979.             "Karate Chop",
  5980.  
  5981.             "Leer",
  5982.  
  5983.             "Light Screen",
  5984.  
  5985.             "Low Kick",
  5986.  
  5987.             "Meditate",
  5988.  
  5989.             "Mega Kick",
  5990.  
  5991.             "Mega Punch",
  5992.  
  5993.             "Metronome",
  5994.  
  5995.             "Mimic",
  5996.  
  5997.             "Rage",
  5998.  
  5999.             "Rest",
  6000.  
  6001.             "Rock Slide",
  6002.  
  6003.             "Rolling Kick",
  6004.  
  6005.             "Seismic Toss",
  6006.  
  6007.             "Skull Bash",
  6008.  
  6009.             "Strength",
  6010.  
  6011.             "Submission",
  6012.  
  6013.             "Substitute",
  6014.  
  6015.             "Take Down",
  6016.  
  6017.             "ThunderPunch",
  6018.  
  6019.             "Toxic"
  6020.  
  6021.         ]
  6022.  
  6023.     },
  6024.  
  6025.     {
  6026.  
  6027.         "name": "Machoke",
  6028.  
  6029.         "types": [
  6030.  
  6031.             "Fighting"
  6032.  
  6033.         ],
  6034.  
  6035.         "stats": {
  6036.  
  6037.             "hp": 80,
  6038.  
  6039.             "atk": 100,
  6040.  
  6041.             "def": 70,
  6042.  
  6043.             "spc": 50,
  6044.  
  6045.             "spd": 45
  6046.  
  6047.         },
  6048.  
  6049.         "moves": [
  6050.  
  6051.             "Bide",
  6052.  
  6053.             "Body Slam",
  6054.  
  6055.             "Counter",
  6056.  
  6057.             "Dig",
  6058.  
  6059.             "Double Team",
  6060.  
  6061.             "Double-Edge",
  6062.  
  6063.             "Earthquake",
  6064.  
  6065.             "Fire Blast",
  6066.  
  6067.             "Fire Punch",
  6068.  
  6069.             "Fissure",
  6070.  
  6071.             "Flamethrower",
  6072.  
  6073.             "Focus Energy",
  6074.  
  6075.             "Headbutt",
  6076.  
  6077.             "Ice Punch",
  6078.  
  6079.             "Karate Chop",
  6080.  
  6081.             "Leer",
  6082.  
  6083.             "Light Screen",
  6084.  
  6085.             "Low Kick",
  6086.  
  6087.             "Meditate",
  6088.  
  6089.             "Mega Kick",
  6090.  
  6091.             "Mega Punch",
  6092.  
  6093.             "Metronome",
  6094.  
  6095.             "Mimic",
  6096.  
  6097.             "Rage",
  6098.  
  6099.             "Rest",
  6100.  
  6101.             "Rock Slide",
  6102.  
  6103.             "Rolling Kick",
  6104.  
  6105.             "Seismic Toss",
  6106.  
  6107.             "Skull Bash",
  6108.  
  6109.             "Strength",
  6110.  
  6111.             "Submission",
  6112.  
  6113.             "Substitute",
  6114.  
  6115.             "Take Down",
  6116.  
  6117.             "ThunderPunch",
  6118.  
  6119.             "Toxic"
  6120.  
  6121.         ]
  6122.  
  6123.     },
  6124.  
  6125.     {
  6126.  
  6127.         "name": "Machamp",
  6128.  
  6129.         "types": [
  6130.  
  6131.             "Fighting"
  6132.  
  6133.         ],
  6134.  
  6135.         "stats": {
  6136.  
  6137.             "hp": 90,
  6138.  
  6139.             "atk": 130,
  6140.  
  6141.             "def": 80,
  6142.  
  6143.             "spc": 65,
  6144.  
  6145.             "spd": 55
  6146.  
  6147.         },
  6148.  
  6149.         "moves": [
  6150.  
  6151.             "Bide",
  6152.  
  6153.             "Body Slam",
  6154.  
  6155.             "Counter",
  6156.  
  6157.             "Dig",
  6158.  
  6159.             "Double Team",
  6160.  
  6161.             "Double-Edge",
  6162.  
  6163.             "Earthquake",
  6164.  
  6165.             "Fire Blast",
  6166.  
  6167.             "Fire Punch",
  6168.  
  6169.             "Fissure",
  6170.  
  6171.             "Flamethrower",
  6172.  
  6173.             "Focus Energy",
  6174.  
  6175.             "Headbutt",
  6176.  
  6177.             "Hyper Beam",
  6178.  
  6179.             "Ice Punch",
  6180.  
  6181.             "Karate Chop",
  6182.  
  6183.             "Leer",
  6184.  
  6185.             "Light Screen",
  6186.  
  6187.             "Low Kick",
  6188.  
  6189.             "Meditate",
  6190.  
  6191.             "Mega Kick",
  6192.  
  6193.             "Mega Punch",
  6194.  
  6195.             "Metronome",
  6196.  
  6197.             "Mimic",
  6198.  
  6199.             "Rage",
  6200.  
  6201.             "Rest",
  6202.  
  6203.             "Rock Slide",
  6204.  
  6205.             "Rolling Kick",
  6206.  
  6207.             "Seismic Toss",
  6208.  
  6209.             "Skull Bash",
  6210.  
  6211.             "Strength",
  6212.  
  6213.             "Submission",
  6214.  
  6215.             "Substitute",
  6216.  
  6217.             "Take Down",
  6218.  
  6219.             "ThunderPunch",
  6220.  
  6221.             "Toxic"
  6222.  
  6223.         ]
  6224.  
  6225.     },
  6226.  
  6227.     {
  6228.  
  6229.         "name": "Bellsprout",
  6230.  
  6231.         "types": [
  6232.  
  6233.             "Grass",
  6234.  
  6235.             "Poison"
  6236.  
  6237.         ],
  6238.  
  6239.         "stats": {
  6240.  
  6241.             "hp": 50,
  6242.  
  6243.             "atk": 75,
  6244.  
  6245.             "def": 35,
  6246.  
  6247.             "spc": 70,
  6248.  
  6249.             "spd": 40
  6250.  
  6251.         },
  6252.  
  6253.         "moves": [
  6254.  
  6255.             "Acid",
  6256.  
  6257.             "Bide",
  6258.  
  6259.             "Cut",
  6260.  
  6261.             "Double Team",
  6262.  
  6263.             "Double-Edge",
  6264.  
  6265.             "Flash",
  6266.  
  6267.             "Growth",
  6268.  
  6269.             "Leech Life",
  6270.  
  6271.             "Mega Drain",
  6272.  
  6273.             "Mimic",
  6274.  
  6275.             "PoisonPowder",
  6276.  
  6277.             "Rage",
  6278.  
  6279.             "Razor Leaf",
  6280.  
  6281.             "Reflect",
  6282.  
  6283.             "Rest",
  6284.  
  6285.             "Slam",
  6286.  
  6287.             "Sleep Powder",
  6288.  
  6289.             "SolarBeam",
  6290.  
  6291.             "Stun Spore",
  6292.  
  6293.             "Substitute",
  6294.  
  6295.             "Swords Dance",
  6296.  
  6297.             "Take Down",
  6298.  
  6299.             "Toxic",
  6300.  
  6301.             "Vine Whip",
  6302.  
  6303.             "Wrap"
  6304.  
  6305.         ]
  6306.  
  6307.     },
  6308.  
  6309.     {
  6310.  
  6311.         "name": "Weepinbell",
  6312.  
  6313.         "types": [
  6314.  
  6315.             "Grass",
  6316.  
  6317.             "Poison"
  6318.  
  6319.         ],
  6320.  
  6321.         "stats": {
  6322.  
  6323.             "hp": 65,
  6324.  
  6325.             "atk": 90,
  6326.  
  6327.             "def": 50,
  6328.  
  6329.             "spc": 85,
  6330.  
  6331.             "spd": 55
  6332.  
  6333.         },
  6334.  
  6335.         "moves": [
  6336.  
  6337.             "Acid",
  6338.  
  6339.             "Bide",
  6340.  
  6341.             "Cut",
  6342.  
  6343.             "Double Team",
  6344.  
  6345.             "Double-Edge",
  6346.  
  6347.             "Flash",
  6348.  
  6349.             "Growth",
  6350.  
  6351.             "Leech Life",
  6352.  
  6353.             "Mega Drain",
  6354.  
  6355.             "Mimic",
  6356.  
  6357.             "PoisonPowder",
  6358.  
  6359.             "Rage",
  6360.  
  6361.             "Razor Leaf",
  6362.  
  6363.             "Reflect",
  6364.  
  6365.             "Rest",
  6366.  
  6367.             "Slam",
  6368.  
  6369.             "Sleep Powder",
  6370.  
  6371.             "SolarBeam",
  6372.  
  6373.             "Stun Spore",
  6374.  
  6375.             "Substitute",
  6376.  
  6377.             "Swords Dance",
  6378.  
  6379.             "Take Down",
  6380.  
  6381.             "Toxic",
  6382.  
  6383.             "Vine Whip",
  6384.  
  6385.             "Wrap"
  6386.  
  6387.         ]
  6388.  
  6389.     },
  6390.  
  6391.     {
  6392.  
  6393.         "name": "Victreebel",
  6394.  
  6395.         "types": [
  6396.  
  6397.             "Grass",
  6398.  
  6399.             "Poison"
  6400.  
  6401.         ],
  6402.  
  6403.         "stats": {
  6404.  
  6405.             "hp": 80,
  6406.  
  6407.             "atk": 105,
  6408.  
  6409.             "def": 65,
  6410.  
  6411.             "spc": 100,
  6412.  
  6413.             "spd": 70
  6414.  
  6415.         },
  6416.  
  6417.         "moves": [
  6418.  
  6419.             "Acid",
  6420.  
  6421.             "Bide",
  6422.  
  6423.             "Body Slam",
  6424.  
  6425.             "Cut",
  6426.  
  6427.             "Double Team",
  6428.  
  6429.             "Double-Edge",
  6430.  
  6431.             "Flash",
  6432.  
  6433.             "Growth",
  6434.  
  6435.             "Hyper Beam",
  6436.  
  6437.             "Leech Life",
  6438.  
  6439.             "Mega Drain",
  6440.  
  6441.             "Mimic",
  6442.  
  6443.             "PoisonPowder",
  6444.  
  6445.             "Rage",
  6446.  
  6447.             "Razor Leaf",
  6448.  
  6449.             "Reflect",
  6450.  
  6451.             "Rest",
  6452.  
  6453.             "Slam",
  6454.  
  6455.             "Sleep Powder",
  6456.  
  6457.             "SolarBeam",
  6458.  
  6459.             "Stun Spore",
  6460.  
  6461.             "Substitute",
  6462.  
  6463.             "Swords Dance",
  6464.  
  6465.             "Take Down",
  6466.  
  6467.             "Toxic",
  6468.  
  6469.             "Vine Whip",
  6470.  
  6471.             "Wrap"
  6472.  
  6473.         ]
  6474.  
  6475.     },
  6476.  
  6477.     {
  6478.  
  6479.         "name": "Tentacool",
  6480.  
  6481.         "types": [
  6482.  
  6483.             "Water",
  6484.  
  6485.             "Poison"
  6486.  
  6487.         ],
  6488.  
  6489.         "stats": {
  6490.  
  6491.             "hp": 40,
  6492.  
  6493.             "atk": 40,
  6494.  
  6495.             "def": 35,
  6496.  
  6497.             "spc": 50,
  6498.  
  6499.             "spd": 70
  6500.  
  6501.         },
  6502.  
  6503.         "moves": [
  6504.  
  6505.             "Acid",
  6506.  
  6507.             "Aurora Beam",
  6508.  
  6509.             "Barrier",
  6510.  
  6511.             "Bide",
  6512.  
  6513.             "Blizzard",
  6514.  
  6515.             "BubbleBeam",
  6516.  
  6517.             "Constrict",
  6518.  
  6519.             "Cut",
  6520.  
  6521.             "Double Team",
  6522.  
  6523.             "Double-Edge",
  6524.  
  6525.             "Haze",
  6526.  
  6527.             "Hydro Pump",
  6528.  
  6529.             "Ice Beam",
  6530.  
  6531.             "Mega Drain",
  6532.  
  6533.             "Mimic",
  6534.  
  6535.             "Poison Sting",
  6536.  
  6537.             "Rage",
  6538.  
  6539.             "Reflect",
  6540.  
  6541.             "Rest",
  6542.  
  6543.             "Screech",
  6544.  
  6545.             "Skull Bash",
  6546.  
  6547.             "Substitute",
  6548.  
  6549.             "Supersonic",
  6550.  
  6551.             "Surf",
  6552.  
  6553.             "Swords Dance",
  6554.  
  6555.             "Take Down",
  6556.  
  6557.             "Toxic",
  6558.  
  6559.             "Water Gun",
  6560.  
  6561.             "Wrap"
  6562.  
  6563.         ]
  6564.  
  6565.     },
  6566.  
  6567.     {
  6568.  
  6569.         "name": "Tentacruel",
  6570.  
  6571.         "types": [
  6572.  
  6573.             "Water",
  6574.  
  6575.             "Poison"
  6576.  
  6577.         ],
  6578.  
  6579.         "stats": {
  6580.  
  6581.             "hp": 80,
  6582.  
  6583.             "atk": 70,
  6584.  
  6585.             "def": 65,
  6586.  
  6587.             "spc": 80,
  6588.  
  6589.             "spd": 100
  6590.  
  6591.         },
  6592.  
  6593.         "moves": [
  6594.  
  6595.             "Acid",
  6596.  
  6597.             "Aurora Beam",
  6598.  
  6599.             "Barrier",
  6600.  
  6601.             "Bide",
  6602.  
  6603.             "Blizzard",
  6604.  
  6605.             "BubbleBeam",
  6606.  
  6607.             "Constrict",
  6608.  
  6609.             "Cut",
  6610.  
  6611.             "Double Team",
  6612.  
  6613.             "Double-Edge",
  6614.  
  6615.             "Haze",
  6616.  
  6617.             "Hydro Pump",
  6618.  
  6619.             "Hyper Beam",
  6620.  
  6621.             "Ice Beam",
  6622.  
  6623.             "Mega Drain",
  6624.  
  6625.             "Mimic",
  6626.  
  6627.             "Poison Sting",
  6628.  
  6629.             "Rage",
  6630.  
  6631.             "Reflect",
  6632.  
  6633.             "Rest",
  6634.  
  6635.             "Screech",
  6636.  
  6637.             "Skull Bash",
  6638.  
  6639.             "Substitute",
  6640.  
  6641.             "Supersonic",
  6642.  
  6643.             "Surf",
  6644.  
  6645.             "Swords Dance",
  6646.  
  6647.             "Take Down",
  6648.  
  6649.             "Toxic",
  6650.  
  6651.             "Water Gun",
  6652.  
  6653.             "Wrap"
  6654.  
  6655.         ]
  6656.  
  6657.     },
  6658.  
  6659.     {
  6660.  
  6661.         "name": "Geodude",
  6662.  
  6663.         "types": [
  6664.  
  6665.             "Rock",
  6666.  
  6667.             "Ground"
  6668.  
  6669.         ],
  6670.  
  6671.         "stats": {
  6672.  
  6673.             "hp": 40,
  6674.  
  6675.             "atk": 80,
  6676.  
  6677.             "def": 100,
  6678.  
  6679.             "spc": 30,
  6680.  
  6681.             "spd": 20
  6682.  
  6683.         },
  6684.  
  6685.         "moves": [
  6686.  
  6687.             "Bide",
  6688.  
  6689.             "Body Slam",
  6690.  
  6691.             "Counter",
  6692.  
  6693.             "Defense Curl",
  6694.  
  6695.             "Dig",
  6696.  
  6697.             "Double Team",
  6698.  
  6699.             "Double-Edge",
  6700.  
  6701.             "Earthquake",
  6702.  
  6703.             "Explosion",
  6704.  
  6705.             "Fire Blast",
  6706.  
  6707.             "Fire Punch",
  6708.  
  6709.             "Fissure",
  6710.  
  6711.             "Flamethrower",
  6712.  
  6713.             "Harden",
  6714.  
  6715.             "Headbutt",
  6716.  
  6717.             "Mega Punch",
  6718.  
  6719.             "Metronome",
  6720.  
  6721.             "Mimic",
  6722.  
  6723.             "Rage",
  6724.  
  6725.             "Rest",
  6726.  
  6727.             "Rock Slide",
  6728.  
  6729.             "Rock Throw",
  6730.  
  6731.             "Seismic Toss",
  6732.  
  6733.             "Selfdestruct",
  6734.  
  6735.             "Strength",
  6736.  
  6737.             "Submission",
  6738.  
  6739.             "Substitute",
  6740.  
  6741.             "Tackle",
  6742.  
  6743.             "Take Down",
  6744.  
  6745.             "Toxic"
  6746.  
  6747.         ]
  6748.  
  6749.     },
  6750.  
  6751.     {
  6752.  
  6753.         "name": "Graveler",
  6754.  
  6755.         "types": [
  6756.  
  6757.             "Rock",
  6758.  
  6759.             "Ground"
  6760.  
  6761.         ],
  6762.  
  6763.         "stats": {
  6764.  
  6765.             "hp": 55,
  6766.  
  6767.             "atk": 95,
  6768.  
  6769.             "def": 115,
  6770.  
  6771.             "spc": 45,
  6772.  
  6773.             "spd": 35
  6774.  
  6775.         },
  6776.  
  6777.         "moves": [
  6778.  
  6779.             "Bide",
  6780.  
  6781.             "Body Slam",
  6782.  
  6783.             "Counter",
  6784.  
  6785.             "Defense Curl",
  6786.  
  6787.             "Dig",
  6788.  
  6789.             "Double Team",
  6790.  
  6791.             "Double-Edge",
  6792.  
  6793.             "Earthquake",
  6794.  
  6795.             "Explosion",
  6796.  
  6797.             "Fire Blast",
  6798.  
  6799.             "Fire Punch",
  6800.  
  6801.             "Fissure",
  6802.  
  6803.             "Flamethrower",
  6804.  
  6805.             "Harden",
  6806.  
  6807.             "Headbutt",
  6808.  
  6809.             "Mega Punch",
  6810.  
  6811.             "Metronome",
  6812.  
  6813.             "Mimic",
  6814.  
  6815.             "Rage",
  6816.  
  6817.             "Rest",
  6818.  
  6819.             "Rock Slide",
  6820.  
  6821.             "Rock Throw",
  6822.  
  6823.             "Seismic Toss",
  6824.  
  6825.             "Selfdestruct",
  6826.  
  6827.             "Strength",
  6828.  
  6829.             "Submission",
  6830.  
  6831.             "Substitute",
  6832.  
  6833.             "Tackle",
  6834.  
  6835.             "Take Down",
  6836.  
  6837.             "Toxic"
  6838.  
  6839.         ]
  6840.  
  6841.     },
  6842.  
  6843.     {
  6844.  
  6845.         "name": "Golem",
  6846.  
  6847.         "types": [
  6848.  
  6849.             "Rock",
  6850.  
  6851.             "Ground"
  6852.  
  6853.         ],
  6854.  
  6855.         "stats": {
  6856.  
  6857.             "hp": 80,
  6858.  
  6859.             "atk": 110,
  6860.  
  6861.             "def": 130,
  6862.  
  6863.             "spc": 55,
  6864.  
  6865.             "spd": 45
  6866.  
  6867.         },
  6868.  
  6869.         "moves": [
  6870.  
  6871.             "Bide",
  6872.  
  6873.             "Body Slam",
  6874.  
  6875.             "Counter",
  6876.  
  6877.             "Defense Curl",
  6878.  
  6879.             "Dig",
  6880.  
  6881.             "Double Team",
  6882.  
  6883.             "Double-Edge",
  6884.  
  6885.             "Earthquake",
  6886.  
  6887.             "Explosion",
  6888.  
  6889.             "Fire Blast",
  6890.  
  6891.             "Fire Punch",
  6892.  
  6893.             "Fissure",
  6894.  
  6895.             "Flamethrower",
  6896.  
  6897.             "Harden",
  6898.  
  6899.             "Headbutt",
  6900.  
  6901.             "Hyper Beam",
  6902.  
  6903.             "Mega Kick",
  6904.  
  6905.             "Mega Punch",
  6906.  
  6907.             "Metronome",
  6908.  
  6909.             "Mimic",
  6910.  
  6911.             "Rage",
  6912.  
  6913.             "Rest",
  6914.  
  6915.             "Roar",
  6916.  
  6917.             "Rock Slide",
  6918.  
  6919.             "Rock Throw",
  6920.  
  6921.             "Seismic Toss",
  6922.  
  6923.             "Selfdestruct",
  6924.  
  6925.             "Strength",
  6926.  
  6927.             "Submission",
  6928.  
  6929.             "Substitute",
  6930.  
  6931.             "Tackle",
  6932.  
  6933.             "Take Down",
  6934.  
  6935.             "Toxic"
  6936.  
  6937.         ]
  6938.  
  6939.     },
  6940.  
  6941.     {
  6942.  
  6943.         "name": "Ponyta",
  6944.  
  6945.         "types": [
  6946.  
  6947.             "Fire"
  6948.  
  6949.         ],
  6950.  
  6951.         "stats": {
  6952.  
  6953.             "hp": 50,
  6954.  
  6955.             "atk": 85,
  6956.  
  6957.             "def": 55,
  6958.  
  6959.             "spc": 65,
  6960.  
  6961.             "spd": 90
  6962.  
  6963.         },
  6964.  
  6965.         "moves": [
  6966.  
  6967.             "Agility",
  6968.  
  6969.             "Bide",
  6970.  
  6971.             "Body Slam",
  6972.  
  6973.             "Double Kick",
  6974.  
  6975.             "Double Team",
  6976.  
  6977.             "Double-Edge",
  6978.  
  6979.             "Ember",
  6980.  
  6981.             "Fire Blast",
  6982.  
  6983.             "Fire Spin",
  6984.  
  6985.             "Flamethrower",
  6986.  
  6987.             "Growl",
  6988.  
  6989.             "Headbutt",
  6990.  
  6991.             "Horn Drill",
  6992.  
  6993.             "Hypnosis",
  6994.  
  6995.             "Mimic",
  6996.  
  6997.             "Quick Attack",
  6998.  
  6999.             "Rage",
  7000.  
  7001.             "Reflect",
  7002.  
  7003.             "Rest",
  7004.  
  7005.             "Skull Bash",
  7006.  
  7007.             "Stomp",
  7008.  
  7009.             "Substitute",
  7010.  
  7011.             "Swift",
  7012.  
  7013.             "Tackle",
  7014.  
  7015.             "Tail Whip",
  7016.  
  7017.             "Take Down",
  7018.  
  7019.             "Thrash",
  7020.  
  7021.             "Toxic"
  7022.  
  7023.         ]
  7024.  
  7025.     },
  7026.  
  7027.     {
  7028.  
  7029.         "name": "Rapidash",
  7030.  
  7031.         "types": [
  7032.  
  7033.             "Fire"
  7034.  
  7035.         ],
  7036.  
  7037.         "stats": {
  7038.  
  7039.             "hp": 65,
  7040.  
  7041.             "atk": 100,
  7042.  
  7043.             "def": 70,
  7044.  
  7045.             "spc": 80,
  7046.  
  7047.             "spd": 105
  7048.  
  7049.         },
  7050.  
  7051.         "moves": [
  7052.  
  7053.             "Agility",
  7054.  
  7055.             "Bide",
  7056.  
  7057.             "Body Slam",
  7058.  
  7059.             "Double Kick",
  7060.  
  7061.             "Double Team",
  7062.  
  7063.             "Double-Edge",
  7064.  
  7065.             "Ember",
  7066.  
  7067.             "Fire Blast",
  7068.  
  7069.             "Fire Spin",
  7070.  
  7071.             "Flamethrower",
  7072.  
  7073.             "Fury Attack",
  7074.  
  7075.             "Growl",
  7076.  
  7077.             "Headbutt",
  7078.  
  7079.             "Horn Drill",
  7080.  
  7081.             "Hyper Beam",
  7082.  
  7083.             "Hypnosis",
  7084.  
  7085.             "Mimic",
  7086.  
  7087.             "Quick Attack",
  7088.  
  7089.             "Rage",
  7090.  
  7091.             "Reflect",
  7092.  
  7093.             "Rest",
  7094.  
  7095.             "Skull Bash",
  7096.  
  7097.             "Stomp",
  7098.  
  7099.             "Substitute",
  7100.  
  7101.             "Swift",
  7102.  
  7103.             "Tackle",
  7104.  
  7105.             "Tail Whip",
  7106.  
  7107.             "Take Down",
  7108.  
  7109.             "Thrash",
  7110.  
  7111.             "Toxic"
  7112.  
  7113.         ]
  7114.  
  7115.     },
  7116.  
  7117.     {
  7118.  
  7119.         "name": "Slowpoke",
  7120.  
  7121.         "types": [
  7122.  
  7123.             "Water",
  7124.  
  7125.             "Psychic"
  7126.  
  7127.         ],
  7128.  
  7129.         "stats": {
  7130.  
  7131.             "hp": 90,
  7132.  
  7133.             "atk": 65,
  7134.  
  7135.             "def": 65,
  7136.  
  7137.             "spc": 40,
  7138.  
  7139.             "spd": 15
  7140.  
  7141.         },
  7142.  
  7143.         "moves": [
  7144.  
  7145.             "Amnesia",
  7146.  
  7147.             "Bide",
  7148.  
  7149.             "Blizzard",
  7150.  
  7151.             "Body Slam",
  7152.  
  7153.             "BubbleBeam",
  7154.  
  7155.             "Confusion",
  7156.  
  7157.             "Dig",
  7158.  
  7159.             "Disable",
  7160.  
  7161.             "Double Team",
  7162.  
  7163.             "Double-Edge",
  7164.  
  7165.             "Dream Eater",
  7166.  
  7167.             "Earthquake",
  7168.  
  7169.             "Fire Blast",
  7170.  
  7171.             "Fissure",
  7172.  
  7173.             "Flamethrower",
  7174.  
  7175.             "Flash",
  7176.  
  7177.             "Growl",
  7178.  
  7179.             "Headbutt",
  7180.  
  7181.             "Ice Beam",
  7182.  
  7183.             "Mimic",
  7184.  
  7185.             "Pay Day",
  7186.  
  7187.             "Psychic",
  7188.  
  7189.             "Psywave",
  7190.  
  7191.             "Rage",
  7192.  
  7193.             "Reflect",
  7194.  
  7195.             "Rest",
  7196.  
  7197.             "Skull Bash",
  7198.  
  7199.             "Stomp",
  7200.  
  7201.             "Strength",
  7202.  
  7203.             "Substitute",
  7204.  
  7205.             "Surf",
  7206.  
  7207.             "Swift",
  7208.  
  7209.             "Tackle",
  7210.  
  7211.             "Take Down",
  7212.  
  7213.             "Teleport",
  7214.  
  7215.             "Thunder Wave",
  7216.  
  7217.             "Toxic",
  7218.  
  7219.             "Tri Attack",
  7220.  
  7221.             "Water Gun"
  7222.  
  7223.         ]
  7224.  
  7225.     },
  7226.  
  7227.     {
  7228.  
  7229.         "name": "Slowbro",
  7230.  
  7231.         "types": [
  7232.  
  7233.             "Water",
  7234.  
  7235.             "Psychic"
  7236.  
  7237.         ],
  7238.  
  7239.         "stats": {
  7240.  
  7241.             "hp": 95,
  7242.  
  7243.             "atk": 75,
  7244.  
  7245.             "def": 110,
  7246.  
  7247.             "spc": 100,
  7248.  
  7249.             "spd": 30
  7250.  
  7251.         },
  7252.  
  7253.         "moves": [
  7254.  
  7255.             "Amnesia",
  7256.  
  7257.             "Bide",
  7258.  
  7259.             "Blizzard",
  7260.  
  7261.             "Body Slam",
  7262.  
  7263.             "BubbleBeam",
  7264.  
  7265.             "Confusion",
  7266.  
  7267.             "Counter",
  7268.  
  7269.             "Dig",
  7270.  
  7271.             "Disable",
  7272.  
  7273.             "Double Team",
  7274.  
  7275.             "Double-Edge",
  7276.  
  7277.             "Dream Eater",
  7278.  
  7279.             "Earthquake",
  7280.  
  7281.             "Fire Blast",
  7282.  
  7283.             "Fissure",
  7284.  
  7285.             "Flamethrower",
  7286.  
  7287.             "Flash",
  7288.  
  7289.             "Growl",
  7290.  
  7291.             "Headbutt",
  7292.  
  7293.             "Hyper Beam",
  7294.  
  7295.             "Ice Beam",
  7296.  
  7297.             "Ice Punch",
  7298.  
  7299.             "Mega Kick",
  7300.  
  7301.             "Mega Punch",
  7302.  
  7303.             "Mimic",
  7304.  
  7305.             "Pay Day",
  7306.  
  7307.             "Psychic",
  7308.  
  7309.             "Psywave",
  7310.  
  7311.             "Rage",
  7312.  
  7313.             "Reflect",
  7314.  
  7315.             "Rest",
  7316.  
  7317.             "Seismic Toss",
  7318.  
  7319.             "Skull Bash",
  7320.  
  7321.             "Stomp",
  7322.  
  7323.             "Strength",
  7324.  
  7325.             "Submission",
  7326.  
  7327.             "Substitute",
  7328.  
  7329.             "Surf",
  7330.  
  7331.             "Swift",
  7332.  
  7333.             "Tackle",
  7334.  
  7335.             "Take Down",
  7336.  
  7337.             "Teleport",
  7338.  
  7339.             "Thunder Wave",
  7340.  
  7341.             "Toxic",
  7342.  
  7343.             "Tri Attack",
  7344.  
  7345.             "Water Gun",
  7346.  
  7347.             "Withdraw"
  7348.  
  7349.         ]
  7350.  
  7351.     },
  7352.  
  7353.     {
  7354.  
  7355.         "name": "Magnemite",
  7356.  
  7357.         "types": [
  7358.  
  7359.             "Electric",
  7360.  
  7361.             "Steel"
  7362.  
  7363.         ],
  7364.  
  7365.         "stats": {
  7366.  
  7367.             "hp": 25,
  7368.  
  7369.             "atk": 35,
  7370.  
  7371.             "def": 70,
  7372.  
  7373.             "spc": 95,
  7374.  
  7375.             "spd": 45
  7376.  
  7377.         },
  7378.  
  7379.         "moves": [
  7380.  
  7381.             "Bide",
  7382.  
  7383.             "Double Team",
  7384.  
  7385.             "Double-Edge",
  7386.  
  7387.             "Flash",
  7388.  
  7389.             "Mimic",
  7390.  
  7391.             "Rage",
  7392.  
  7393.             "Reflect",
  7394.  
  7395.             "Rest",
  7396.  
  7397.             "Screech",
  7398.  
  7399.             "SonicBoom",
  7400.  
  7401.             "Substitute",
  7402.  
  7403.             "Supersonic",
  7404.  
  7405.             "Swift",
  7406.  
  7407.             "Tackle",
  7408.  
  7409.             "Take Down",
  7410.  
  7411.             "Teleport",
  7412.  
  7413.             "Thunder",
  7414.  
  7415.             "Thunder Wave",
  7416.  
  7417.             "ThunderShock",
  7418.  
  7419.             "Thunderbolt",
  7420.  
  7421.             "Toxic"
  7422.  
  7423.         ]
  7424.  
  7425.     },
  7426.  
  7427.     {
  7428.  
  7429.         "name": "Magneton",
  7430.  
  7431.         "types": [
  7432.  
  7433.             "Electric",
  7434.  
  7435.             "Steel"
  7436.  
  7437.         ],
  7438.  
  7439.         "stats": {
  7440.  
  7441.             "hp": 50,
  7442.  
  7443.             "atk": 60,
  7444.  
  7445.             "def": 95,
  7446.  
  7447.             "spc": 120,
  7448.  
  7449.             "spd": 70
  7450.  
  7451.         },
  7452.  
  7453.         "moves": [
  7454.  
  7455.             "Bide",
  7456.  
  7457.             "Double Team",
  7458.  
  7459.             "Double-Edge",
  7460.  
  7461.             "Flash",
  7462.  
  7463.             "Hyper Beam",
  7464.  
  7465.             "Mimic",
  7466.  
  7467.             "Rage",
  7468.  
  7469.             "Reflect",
  7470.  
  7471.             "Rest",
  7472.  
  7473.             "Screech",
  7474.  
  7475.             "SonicBoom",
  7476.  
  7477.             "Substitute",
  7478.  
  7479.             "Supersonic",
  7480.  
  7481.             "Swift",
  7482.  
  7483.             "Tackle",
  7484.  
  7485.             "Take Down",
  7486.  
  7487.             "Teleport",
  7488.  
  7489.             "Thunder",
  7490.  
  7491.             "Thunder Wave",
  7492.  
  7493.             "ThunderShock",
  7494.  
  7495.             "Thunderbolt",
  7496.  
  7497.             "Toxic",
  7498.  
  7499.             "Tri Attack"
  7500.  
  7501.         ]
  7502.  
  7503.     },
  7504.  
  7505.     {
  7506.  
  7507.         "name": "Farfetch'd",
  7508.  
  7509.         "types": [
  7510.  
  7511.             "Normal",
  7512.  
  7513.             "Flying"
  7514.  
  7515.         ],
  7516.  
  7517.         "stats": {
  7518.  
  7519.             "hp": 52,
  7520.  
  7521.             "atk": 65,
  7522.  
  7523.             "def": 55,
  7524.  
  7525.             "spc": 58,
  7526.  
  7527.             "spd": 60
  7528.  
  7529.         },
  7530.  
  7531.         "moves": [
  7532.  
  7533.             "Agility",
  7534.  
  7535.             "Bide",
  7536.  
  7537.             "Body Slam",
  7538.  
  7539.             "Cut",
  7540.  
  7541.             "Double Team",
  7542.  
  7543.             "Double-Edge",
  7544.  
  7545.             "Fly",
  7546.  
  7547.             "Fury Attack",
  7548.  
  7549.             "Gust",
  7550.  
  7551.             "Headbutt",
  7552.  
  7553.             "Leer",
  7554.  
  7555.             "Mimic",
  7556.  
  7557.             "Mirror Move",
  7558.  
  7559.             "Peck",
  7560.  
  7561.             "Quick Attack",
  7562.  
  7563.             "Rage",
  7564.  
  7565.             "Razor Wind",
  7566.  
  7567.             "Reflect",
  7568.  
  7569.             "Rest",
  7570.  
  7571.             "Sand-Attack",
  7572.  
  7573.             "Skull Bash",
  7574.  
  7575.             "Slash",
  7576.  
  7577.             "Substitute",
  7578.  
  7579.             "Swift",
  7580.  
  7581.             "Swords Dance",
  7582.  
  7583.             "Take Down",
  7584.  
  7585.             "Toxic",
  7586.  
  7587.             "Whirlwind"
  7588.  
  7589.         ]
  7590.  
  7591.     },
  7592.  
  7593.     {
  7594.  
  7595.         "name": "Doduo",
  7596.  
  7597.         "types": [
  7598.  
  7599.             "Normal",
  7600.  
  7601.             "Flying"
  7602.  
  7603.         ],
  7604.  
  7605.         "stats": {
  7606.  
  7607.             "hp": 35,
  7608.  
  7609.             "atk": 85,
  7610.  
  7611.             "def": 45,
  7612.  
  7613.             "spc": 35,
  7614.  
  7615.             "spd": 75
  7616.  
  7617.         },
  7618.  
  7619.         "moves": [
  7620.  
  7621.             "Agility",
  7622.  
  7623.             "Bide",
  7624.  
  7625.             "Body Slam",
  7626.  
  7627.             "Double Team",
  7628.  
  7629.             "Double-Edge",
  7630.  
  7631.             "Drill Peck",
  7632.  
  7633.             "Fly",
  7634.  
  7635.             "Fury Attack",
  7636.  
  7637.             "Growl",
  7638.  
  7639.             "Haze",
  7640.  
  7641.             "Mimic",
  7642.  
  7643.             "Peck",
  7644.  
  7645.             "Quick Attack",
  7646.  
  7647.             "Rage",
  7648.  
  7649.             "Reflect",
  7650.  
  7651.             "Rest",
  7652.  
  7653.             "Skull Bash",
  7654.  
  7655.             "Sky Attack",
  7656.  
  7657.             "Substitute",
  7658.  
  7659.             "Supersonic",
  7660.  
  7661.             "Swift",
  7662.  
  7663.             "Take Down",
  7664.  
  7665.             "Toxic",
  7666.  
  7667.             "Tri Attack",
  7668.  
  7669.             "Whirlwind"
  7670.  
  7671.         ]
  7672.  
  7673.     },
  7674.  
  7675.     {
  7676.  
  7677.         "name": "Dodrio",
  7678.  
  7679.         "types": [
  7680.  
  7681.             "Normal",
  7682.  
  7683.             "Flying"
  7684.  
  7685.         ],
  7686.  
  7687.         "stats": {
  7688.  
  7689.             "hp": 60,
  7690.  
  7691.             "atk": 110,
  7692.  
  7693.             "def": 70,
  7694.  
  7695.             "spc": 60,
  7696.  
  7697.             "spd": 100
  7698.  
  7699.         },
  7700.  
  7701.         "moves": [
  7702.  
  7703.             "Agility",
  7704.  
  7705.             "Bide",
  7706.  
  7707.             "Body Slam",
  7708.  
  7709.             "Double Team",
  7710.  
  7711.             "Double-Edge",
  7712.  
  7713.             "Drill Peck",
  7714.  
  7715.             "Fly",
  7716.  
  7717.             "Fury Attack",
  7718.  
  7719.             "Growl",
  7720.  
  7721.             "Haze",
  7722.  
  7723.             "Hyper Beam",
  7724.  
  7725.             "Mimic",
  7726.  
  7727.             "Peck",
  7728.  
  7729.             "Quick Attack",
  7730.  
  7731.             "Rage",
  7732.  
  7733.             "Reflect",
  7734.  
  7735.             "Rest",
  7736.  
  7737.             "Skull Bash",
  7738.  
  7739.             "Sky Attack",
  7740.  
  7741.             "Substitute",
  7742.  
  7743.             "Supersonic",
  7744.  
  7745.             "Swift",
  7746.  
  7747.             "Take Down",
  7748.  
  7749.             "Toxic",
  7750.  
  7751.             "Tri Attack",
  7752.  
  7753.             "Whirlwind"
  7754.  
  7755.         ]
  7756.  
  7757.     },
  7758.  
  7759.     {
  7760.  
  7761.         "name": "Seel",
  7762.  
  7763.         "types": [
  7764.  
  7765.             "Water"
  7766.  
  7767.         ],
  7768.  
  7769.         "stats": {
  7770.  
  7771.             "hp": 65,
  7772.  
  7773.             "atk": 45,
  7774.  
  7775.             "def": 55,
  7776.  
  7777.             "spc": 45,
  7778.  
  7779.             "spd": 45
  7780.  
  7781.         },
  7782.  
  7783.         "moves": [
  7784.  
  7785.             "Aurora Beam",
  7786.  
  7787.             "Bide",
  7788.  
  7789.             "Blizzard",
  7790.  
  7791.             "Body Slam",
  7792.  
  7793.             "BubbleBeam",
  7794.  
  7795.             "Disable",
  7796.  
  7797.             "Double Team",
  7798.  
  7799.             "Double-Edge",
  7800.  
  7801.             "Growl",
  7802.  
  7803.             "Headbutt",
  7804.  
  7805.             "Horn Drill",
  7806.  
  7807.             "Ice Beam",
  7808.  
  7809.             "Lick",
  7810.  
  7811.             "Mimic",
  7812.  
  7813.             "Pay Day",
  7814.  
  7815.             "Peck",
  7816.  
  7817.             "Rage",
  7818.  
  7819.             "Rest",
  7820.  
  7821.             "Skull Bash",
  7822.  
  7823.             "Slam",
  7824.  
  7825.             "Strength",
  7826.  
  7827.             "Substitute",
  7828.  
  7829.             "Surf",
  7830.  
  7831.             "Take Down",
  7832.  
  7833.             "Toxic",
  7834.  
  7835.             "Water Gun",
  7836.  
  7837.             "Waterfall"
  7838.  
  7839.         ]
  7840.  
  7841.     },
  7842.  
  7843.     {
  7844.  
  7845.         "name": "Dewgong",
  7846.  
  7847.         "types": [
  7848.  
  7849.             "Water",
  7850.  
  7851.             "Ice"
  7852.  
  7853.         ],
  7854.  
  7855.         "stats": {
  7856.  
  7857.             "hp": 90,
  7858.  
  7859.             "atk": 70,
  7860.  
  7861.             "def": 80,
  7862.  
  7863.             "spc": 70,
  7864.  
  7865.             "spd": 70
  7866.  
  7867.         },
  7868.  
  7869.         "moves": [
  7870.  
  7871.             "Aurora Beam",
  7872.  
  7873.             "Bide",
  7874.  
  7875.             "Blizzard",
  7876.  
  7877.             "Body Slam",
  7878.  
  7879.             "BubbleBeam",
  7880.  
  7881.             "Disable",
  7882.  
  7883.             "Double Team",
  7884.  
  7885.             "Double-Edge",
  7886.  
  7887.             "Growl",
  7888.  
  7889.             "Headbutt",
  7890.  
  7891.             "Horn Drill",
  7892.  
  7893.             "Hyper Beam",
  7894.  
  7895.             "Ice Beam",
  7896.  
  7897.             "Lick",
  7898.  
  7899.             "Mimic",
  7900.  
  7901.             "Pay Day",
  7902.  
  7903.             "Peck",
  7904.  
  7905.             "Rage",
  7906.  
  7907.             "Rest",
  7908.  
  7909.             "Skull Bash",
  7910.  
  7911.             "Slam",
  7912.  
  7913.             "Strength",
  7914.  
  7915.             "Substitute",
  7916.  
  7917.             "Surf",
  7918.  
  7919.             "Take Down",
  7920.  
  7921.             "Toxic",
  7922.  
  7923.             "Water Gun",
  7924.  
  7925.             "Waterfall"
  7926.  
  7927.         ]
  7928.  
  7929.     },
  7930.  
  7931.     {
  7932.  
  7933.         "name": "Grimer",
  7934.  
  7935.         "types": [
  7936.  
  7937.             "Poison"
  7938.  
  7939.         ],
  7940.  
  7941.         "stats": {
  7942.  
  7943.             "hp": 80,
  7944.  
  7945.             "atk": 80,
  7946.  
  7947.             "def": 50,
  7948.  
  7949.             "spc": 40,
  7950.  
  7951.             "spd": 25
  7952.  
  7953.         },
  7954.  
  7955.         "moves": [
  7956.  
  7957.             "Acid Armor",
  7958.  
  7959.             "Bide",
  7960.  
  7961.             "Body Slam",
  7962.  
  7963.             "Disable",
  7964.  
  7965.             "Double Team",
  7966.  
  7967.             "Explosion",
  7968.  
  7969.             "Fire Blast",
  7970.  
  7971.             "Fire Punch",
  7972.  
  7973.             "Flamethrower",
  7974.  
  7975.             "Harden",
  7976.  
  7977.             "Haze",
  7978.  
  7979.             "Ice Punch",
  7980.  
  7981.             "Lick",
  7982.  
  7983.             "Mega Drain",
  7984.  
  7985.             "Mimic",
  7986.  
  7987.             "Minimize",
  7988.  
  7989.             "Poison Gas",
  7990.  
  7991.             "Pound",
  7992.  
  7993.             "Rage",
  7994.  
  7995.             "Rest",
  7996.  
  7997.             "Screech",
  7998.  
  7999.             "Selfdestruct",
  8000.  
  8001.             "Sludge",
  8002.  
  8003.             "Substitute",
  8004.  
  8005.             "Thunder",
  8006.  
  8007.             "ThunderPunch",
  8008.  
  8009.             "Thunderbolt",
  8010.  
  8011.             "Toxic"
  8012.  
  8013.         ]
  8014.  
  8015.     },
  8016.  
  8017.     {
  8018.  
  8019.         "name": "Muk",
  8020.  
  8021.         "types": [
  8022.  
  8023.             "Poison"
  8024.  
  8025.         ],
  8026.  
  8027.         "stats": {
  8028.  
  8029.             "hp": 105,
  8030.  
  8031.             "atk": 105,
  8032.  
  8033.             "def": 75,
  8034.  
  8035.             "spc": 65,
  8036.  
  8037.             "spd": 50
  8038.  
  8039.         },
  8040.  
  8041.         "moves": [
  8042.  
  8043.             "Acid Armor",
  8044.  
  8045.             "Bide",
  8046.  
  8047.             "Body Slam",
  8048.  
  8049.             "Disable",
  8050.  
  8051.             "Double Team",
  8052.  
  8053.             "Explosion",
  8054.  
  8055.             "Fire Blast",
  8056.  
  8057.             "Fire Punch",
  8058.  
  8059.             "Flamethrower",
  8060.  
  8061.             "Harden",
  8062.  
  8063.             "Haze",
  8064.  
  8065.             "Hyper Beam",
  8066.  
  8067.             "Ice Punch",
  8068.  
  8069.             "Lick",
  8070.  
  8071.             "Mega Drain",
  8072.  
  8073.             "Mimic",
  8074.  
  8075.             "Minimize",
  8076.  
  8077.             "Poison Gas",
  8078.  
  8079.             "Pound",
  8080.  
  8081.             "Rage",
  8082.  
  8083.             "Rest",
  8084.  
  8085.             "Screech",
  8086.  
  8087.             "Selfdestruct",
  8088.  
  8089.             "Sludge",
  8090.  
  8091.             "Substitute",
  8092.  
  8093.             "Thunder",
  8094.  
  8095.             "ThunderPunch",
  8096.  
  8097.             "Thunderbolt",
  8098.  
  8099.             "Toxic"
  8100.  
  8101.         ]
  8102.  
  8103.     },
  8104.  
  8105.     {
  8106.  
  8107.         "name": "Shellder",
  8108.  
  8109.         "types": [
  8110.  
  8111.             "Water"
  8112.  
  8113.         ],
  8114.  
  8115.         "stats": {
  8116.  
  8117.             "hp": 30,
  8118.  
  8119.             "atk": 65,
  8120.  
  8121.             "def": 100,
  8122.  
  8123.             "spc": 45,
  8124.  
  8125.             "spd": 40
  8126.  
  8127.         },
  8128.  
  8129.         "moves": [
  8130.  
  8131.             "Aurora Beam",
  8132.  
  8133.             "Barrier",
  8134.  
  8135.             "Bide",
  8136.  
  8137.             "Blizzard",
  8138.  
  8139.             "BubbleBeam",
  8140.  
  8141.             "Clamp",
  8142.  
  8143.             "Double Team",
  8144.  
  8145.             "Double-Edge",
  8146.  
  8147.             "Explosion",
  8148.  
  8149.             "Ice Beam",
  8150.  
  8151.             "Leer",
  8152.  
  8153.             "Mimic",
  8154.  
  8155.             "Rage",
  8156.  
  8157.             "Reflect",
  8158.  
  8159.             "Rest",
  8160.  
  8161.             "Screech",
  8162.  
  8163.             "Selfdestruct",
  8164.  
  8165.             "Substitute",
  8166.  
  8167.             "Supersonic",
  8168.  
  8169.             "Surf",
  8170.  
  8171.             "Swift",
  8172.  
  8173.             "Tackle",
  8174.  
  8175.             "Take Down",
  8176.  
  8177.             "Teleport",
  8178.  
  8179.             "Toxic",
  8180.  
  8181.             "Tri Attack",
  8182.  
  8183.             "Water Gun",
  8184.  
  8185.             "Withdraw"
  8186.  
  8187.         ]
  8188.  
  8189.     },
  8190.  
  8191.     {
  8192.  
  8193.         "name": "Cloyster",
  8194.  
  8195.         "types": [
  8196.  
  8197.             "Water",
  8198.  
  8199.             "Ice"
  8200.  
  8201.         ],
  8202.  
  8203.         "stats": {
  8204.  
  8205.             "hp": 50,
  8206.  
  8207.             "atk": 95,
  8208.  
  8209.             "def": 180,
  8210.  
  8211.             "spc": 85,
  8212.  
  8213.             "spd": 70
  8214.  
  8215.         },
  8216.  
  8217.         "moves": [
  8218.  
  8219.             "Aurora Beam",
  8220.  
  8221.             "Barrier",
  8222.  
  8223.             "Bide",
  8224.  
  8225.             "Blizzard",
  8226.  
  8227.             "BubbleBeam",
  8228.  
  8229.             "Clamp",
  8230.  
  8231.             "Double Team",
  8232.  
  8233.             "Double-Edge",
  8234.  
  8235.             "Explosion",
  8236.  
  8237.             "Hyper Beam",
  8238.  
  8239.             "Ice Beam",
  8240.  
  8241.             "Leer",
  8242.  
  8243.             "Mimic",
  8244.  
  8245.             "Rage",
  8246.  
  8247.             "Reflect",
  8248.  
  8249.             "Rest",
  8250.  
  8251.             "Screech",
  8252.  
  8253.             "Selfdestruct",
  8254.  
  8255.             "Spike Cannon",
  8256.  
  8257.             "Substitute",
  8258.  
  8259.             "Supersonic",
  8260.  
  8261.             "Surf",
  8262.  
  8263.             "Swift",
  8264.  
  8265.             "Tackle",
  8266.  
  8267.             "Take Down",
  8268.  
  8269.             "Teleport",
  8270.  
  8271.             "Toxic",
  8272.  
  8273.             "Tri Attack",
  8274.  
  8275.             "Water Gun",
  8276.  
  8277.             "Withdraw"
  8278.  
  8279.         ]
  8280.  
  8281.     },
  8282.  
  8283.     {
  8284.  
  8285.         "name": "Gastly",
  8286.  
  8287.         "types": [
  8288.  
  8289.             "Ghost",
  8290.  
  8291.             "Poison"
  8292.  
  8293.         ],
  8294.  
  8295.         "stats": {
  8296.  
  8297.             "hp": 30,
  8298.  
  8299.             "atk": 35,
  8300.  
  8301.             "def": 30,
  8302.  
  8303.             "spc": 100,
  8304.  
  8305.             "spd": 80
  8306.  
  8307.         },
  8308.  
  8309.         "moves": [
  8310.  
  8311.             "Bide",
  8312.  
  8313.             "Confuse Ray",
  8314.  
  8315.             "Double Team",
  8316.  
  8317.             "Dream Eater",
  8318.  
  8319.             "Explosion",
  8320.  
  8321.             "Haze",
  8322.  
  8323.             "Hypnosis",
  8324.  
  8325.             "Lick",
  8326.  
  8327.             "Mega Drain",
  8328.  
  8329.             "Mimic",
  8330.  
  8331.             "Night Shade",
  8332.  
  8333.             "Psychic",
  8334.  
  8335.             "Psywave",
  8336.  
  8337.             "Rage",
  8338.  
  8339.             "Rest",
  8340.  
  8341.             "Selfdestruct",
  8342.  
  8343.             "Substitute",
  8344.  
  8345.             "Thunder",
  8346.  
  8347.             "Thunderbolt",
  8348.  
  8349.             "Toxic"
  8350.  
  8351.         ]
  8352.  
  8353.     },
  8354.  
  8355.     {
  8356.  
  8357.         "name": "Haunter",
  8358.  
  8359.         "types": [
  8360.  
  8361.             "Ghost",
  8362.  
  8363.             "Poison"
  8364.  
  8365.         ],
  8366.  
  8367.         "stats": {
  8368.  
  8369.             "hp": 45,
  8370.  
  8371.             "atk": 50,
  8372.  
  8373.             "def": 45,
  8374.  
  8375.             "spc": 115,
  8376.  
  8377.             "spd": 95
  8378.  
  8379.         },
  8380.  
  8381.         "moves": [
  8382.  
  8383.             "Bide",
  8384.  
  8385.             "Confuse Ray",
  8386.  
  8387.             "Double Team",
  8388.  
  8389.             "Dream Eater",
  8390.  
  8391.             "Explosion",
  8392.  
  8393.             "Haze",
  8394.  
  8395.             "Hypnosis",
  8396.  
  8397.             "Lick",
  8398.  
  8399.             "Mega Drain",
  8400.  
  8401.             "Mimic",
  8402.  
  8403.             "Night Shade",
  8404.  
  8405.             "Psychic",
  8406.  
  8407.             "Psywave",
  8408.  
  8409.             "Rage",
  8410.  
  8411.             "Rest",
  8412.  
  8413.             "Selfdestruct",
  8414.  
  8415.             "Substitute",
  8416.  
  8417.             "Thunder",
  8418.  
  8419.             "Thunderbolt",
  8420.  
  8421.             "Toxic"
  8422.  
  8423.         ]
  8424.  
  8425.     },
  8426.  
  8427.     {
  8428.  
  8429.         "name": "Gengar",
  8430.  
  8431.         "types": [
  8432.  
  8433.             "Ghost",
  8434.  
  8435.             "Poison"
  8436.  
  8437.         ],
  8438.  
  8439.         "stats": {
  8440.  
  8441.             "hp": 60,
  8442.  
  8443.             "atk": 65,
  8444.  
  8445.             "def": 60,
  8446.  
  8447.             "spc": 130,
  8448.  
  8449.             "spd": 110
  8450.  
  8451.         },
  8452.  
  8453.         "moves": [
  8454.  
  8455.             "Bide",
  8456.  
  8457.             "Body Slam",
  8458.  
  8459.             "Confuse Ray",
  8460.  
  8461.             "Counter",
  8462.  
  8463.             "Double Team",
  8464.  
  8465.             "Double-Edge",
  8466.  
  8467.             "Dream Eater",
  8468.  
  8469.             "Explosion",
  8470.  
  8471.             "Fire Punch",
  8472.  
  8473.             "Haze",
  8474.  
  8475.             "Headbutt",
  8476.  
  8477.             "Hyper Beam",
  8478.  
  8479.             "Hypnosis",
  8480.  
  8481.             "Ice Punch",
  8482.  
  8483.             "Lick",
  8484.  
  8485.             "Mega Drain",
  8486.  
  8487.             "Mega Kick",
  8488.  
  8489.             "Mega Punch",
  8490.  
  8491.             "Metronome",
  8492.  
  8493.             "Mimic",
  8494.  
  8495.             "Night Shade",
  8496.  
  8497.             "Psychic",
  8498.  
  8499.             "Psywave",
  8500.  
  8501.             "Rage",
  8502.  
  8503.             "Rest",
  8504.  
  8505.             "Seismic Toss",
  8506.  
  8507.             "Selfdestruct",
  8508.  
  8509.             "Skull Bash",
  8510.  
  8511.             "Strength",
  8512.  
  8513.             "Submission",
  8514.  
  8515.             "Substitute",
  8516.  
  8517.             "Take Down",
  8518.  
  8519.             "Thunder",
  8520.  
  8521.             "ThunderPunch",
  8522.  
  8523.             "Thunderbolt",
  8524.  
  8525.             "Toxic"
  8526.  
  8527.         ]
  8528.  
  8529.     },
  8530.  
  8531.     {
  8532.  
  8533.         "name": "Onix",
  8534.  
  8535.         "types": [
  8536.  
  8537.             "Rock",
  8538.  
  8539.             "Ground"
  8540.  
  8541.         ],
  8542.  
  8543.         "stats": {
  8544.  
  8545.             "hp": 35,
  8546.  
  8547.             "atk": 45,
  8548.  
  8549.             "def": 160,
  8550.  
  8551.             "spc": 30,
  8552.  
  8553.             "spd": 70
  8554.  
  8555.         },
  8556.  
  8557.         "moves": [
  8558.  
  8559.             "Bide",
  8560.  
  8561.             "Bind",
  8562.  
  8563.             "Body Slam",
  8564.  
  8565.             "Dig",
  8566.  
  8567.             "Double Team",
  8568.  
  8569.             "Double-Edge",
  8570.  
  8571.             "Earthquake",
  8572.  
  8573.             "Explosion",
  8574.  
  8575.             "Fissure",
  8576.  
  8577.             "Harden",
  8578.  
  8579.             "Headbutt",
  8580.  
  8581.             "Mimic",
  8582.  
  8583.             "Rage",
  8584.  
  8585.             "Rest",
  8586.  
  8587.             "Roar",
  8588.  
  8589.             "Rock Slide",
  8590.  
  8591.             "Rock Throw",
  8592.  
  8593.             "Screech",
  8594.  
  8595.             "Selfdestruct",
  8596.  
  8597.             "Skull Bash",
  8598.  
  8599.             "Slam",
  8600.  
  8601.             "Strength",
  8602.  
  8603.             "Substitute",
  8604.  
  8605.             "Tackle",
  8606.  
  8607.             "Take Down",
  8608.  
  8609.             "Toxic"
  8610.  
  8611.         ]
  8612.  
  8613.     },
  8614.  
  8615.     {
  8616.  
  8617.         "name": "Drowzee",
  8618.  
  8619.         "types": [
  8620.  
  8621.             "Psychic"
  8622.  
  8623.         ],
  8624.  
  8625.         "stats": {
  8626.  
  8627.             "hp": 60,
  8628.  
  8629.             "atk": 48,
  8630.  
  8631.             "def": 45,
  8632.  
  8633.             "spc": 43,
  8634.  
  8635.             "spd": 42
  8636.  
  8637.         },
  8638.  
  8639.         "moves": [
  8640.  
  8641.             "Barrier",
  8642.  
  8643.             "Bide",
  8644.  
  8645.             "Body Slam",
  8646.  
  8647.             "Confusion",
  8648.  
  8649.             "Counter",
  8650.  
  8651.             "Disable",
  8652.  
  8653.             "Double Team",
  8654.  
  8655.             "Double-Edge",
  8656.  
  8657.             "Dream Eater",
  8658.  
  8659.             "Fire Punch",
  8660.  
  8661.             "Flash",
  8662.  
  8663.             "Headbutt",
  8664.  
  8665.             "Hypnosis",
  8666.  
  8667.             "Ice Punch",
  8668.  
  8669.             "Light Screen",
  8670.  
  8671.             "Meditate",
  8672.  
  8673.             "Mega Kick",
  8674.  
  8675.             "Mega Punch",
  8676.  
  8677.             "Metronome",
  8678.  
  8679.             "Mimic",
  8680.  
  8681.             "Poison Gas",
  8682.  
  8683.             "Pound",
  8684.  
  8685.             "Psychic",
  8686.  
  8687.             "Psywave",
  8688.  
  8689.             "Rage",
  8690.  
  8691.             "Reflect",
  8692.  
  8693.             "Rest",
  8694.  
  8695.             "Seismic Toss",
  8696.  
  8697.             "Skull Bash",
  8698.  
  8699.             "Submission",
  8700.  
  8701.             "Substitute",
  8702.  
  8703.             "Take Down",
  8704.  
  8705.             "Teleport",
  8706.  
  8707.             "Thunder Wave",
  8708.  
  8709.             "ThunderPunch",
  8710.  
  8711.             "Toxic",
  8712.  
  8713.             "Tri Attack"
  8714.  
  8715.         ]
  8716.  
  8717.     },
  8718.  
  8719.     {
  8720.  
  8721.         "name": "Hypno",
  8722.  
  8723.         "types": [
  8724.  
  8725.             "Psychic"
  8726.  
  8727.         ],
  8728.  
  8729.         "stats": {
  8730.  
  8731.             "hp": 85,
  8732.  
  8733.             "atk": 73,
  8734.  
  8735.             "def": 70,
  8736.  
  8737.             "spc": 73,
  8738.  
  8739.             "spd": 67
  8740.  
  8741.         },
  8742.  
  8743.         "moves": [
  8744.  
  8745.             "Barrier",
  8746.  
  8747.             "Bide",
  8748.  
  8749.             "Body Slam",
  8750.  
  8751.             "Confusion",
  8752.  
  8753.             "Counter",
  8754.  
  8755.             "Disable",
  8756.  
  8757.             "Double Team",
  8758.  
  8759.             "Double-Edge",
  8760.  
  8761.             "Dream Eater",
  8762.  
  8763.             "Fire Punch",
  8764.  
  8765.             "Flash",
  8766.  
  8767.             "Headbutt",
  8768.  
  8769.             "Hyper Beam",
  8770.  
  8771.             "Hypnosis",
  8772.  
  8773.             "Ice Punch",
  8774.  
  8775.             "Light Screen",
  8776.  
  8777.             "Meditate",
  8778.  
  8779.             "Mega Kick",
  8780.  
  8781.             "Mega Punch",
  8782.  
  8783.             "Metronome",
  8784.  
  8785.             "Mimic",
  8786.  
  8787.             "Poison Gas",
  8788.  
  8789.             "Pound",
  8790.  
  8791.             "Psychic",
  8792.  
  8793.             "Psywave",
  8794.  
  8795.             "Rage",
  8796.  
  8797.             "Reflect",
  8798.  
  8799.             "Rest",
  8800.  
  8801.             "Seismic Toss",
  8802.  
  8803.             "Skull Bash",
  8804.  
  8805.             "Submission",
  8806.  
  8807.             "Substitute",
  8808.  
  8809.             "Take Down",
  8810.  
  8811.             "Teleport",
  8812.  
  8813.             "Thunder Wave",
  8814.  
  8815.             "ThunderPunch",
  8816.  
  8817.             "Toxic",
  8818.  
  8819.             "Tri Attack"
  8820.  
  8821.         ]
  8822.  
  8823.     },
  8824.  
  8825.     {
  8826.  
  8827.         "name": "Krabby",
  8828.  
  8829.         "types": [
  8830.  
  8831.             "Water"
  8832.  
  8833.         ],
  8834.  
  8835.         "stats": {
  8836.  
  8837.             "hp": 30,
  8838.  
  8839.             "atk": 105,
  8840.  
  8841.             "def": 90,
  8842.  
  8843.             "spc": 25,
  8844.  
  8845.             "spd": 50
  8846.  
  8847.         },
  8848.  
  8849.         "moves": [
  8850.  
  8851.             "Amnesia",
  8852.  
  8853.             "Bide",
  8854.  
  8855.             "Blizzard",
  8856.  
  8857.             "Body Slam",
  8858.  
  8859.             "Bubble",
  8860.  
  8861.             "BubbleBeam",
  8862.  
  8863.             "Crabhammer",
  8864.  
  8865.             "Cut",
  8866.  
  8867.             "Dig",
  8868.  
  8869.             "Double Team",
  8870.  
  8871.             "Double-Edge",
  8872.  
  8873.             "Guillotine",
  8874.  
  8875.             "Harden",
  8876.  
  8877.             "Haze",
  8878.  
  8879.             "Ice Beam",
  8880.  
  8881.             "Leer",
  8882.  
  8883.             "Mimic",
  8884.  
  8885.             "Rage",
  8886.  
  8887.             "Rest",
  8888.  
  8889.             "Slam",
  8890.  
  8891.             "Stomp",
  8892.  
  8893.             "Strength",
  8894.  
  8895.             "Substitute",
  8896.  
  8897.             "Surf",
  8898.  
  8899.             "Swords Dance",
  8900.  
  8901.             "Take Down",
  8902.  
  8903.             "Toxic",
  8904.  
  8905.             "ViceGrip",
  8906.  
  8907.             "Water Gun"
  8908.  
  8909.         ]
  8910.  
  8911.     },
  8912.  
  8913.     {
  8914.  
  8915.         "name": "Kingler",
  8916.  
  8917.         "types": [
  8918.  
  8919.             "Water"
  8920.  
  8921.         ],
  8922.  
  8923.         "stats": {
  8924.  
  8925.             "hp": 55,
  8926.  
  8927.             "atk": 130,
  8928.  
  8929.             "def": 115,
  8930.  
  8931.             "spc": 50,
  8932.  
  8933.             "spd": 75
  8934.  
  8935.         },
  8936.  
  8937.         "moves": [
  8938.  
  8939.             "Amnesia",
  8940.  
  8941.             "Bide",
  8942.  
  8943.             "Blizzard",
  8944.  
  8945.             "Body Slam",
  8946.  
  8947.             "Bubble",
  8948.  
  8949.             "BubbleBeam",
  8950.  
  8951.             "Crabhammer",
  8952.  
  8953.             "Cut",
  8954.  
  8955.             "Dig",
  8956.  
  8957.             "Double Team",
  8958.  
  8959.             "Double-Edge",
  8960.  
  8961.             "Guillotine",
  8962.  
  8963.             "Harden",
  8964.  
  8965.             "Haze",
  8966.  
  8967.             "Hyper Beam",
  8968.  
  8969.             "Ice Beam",
  8970.  
  8971.             "Leer",
  8972.  
  8973.             "Mimic",
  8974.  
  8975.             "Rage",
  8976.  
  8977.             "Rest",
  8978.  
  8979.             "Slam",
  8980.  
  8981.             "Stomp",
  8982.  
  8983.             "Strength",
  8984.  
  8985.             "Substitute",
  8986.  
  8987.             "Surf",
  8988.  
  8989.             "Swords Dance",
  8990.  
  8991.             "Take Down",
  8992.  
  8993.             "Toxic",
  8994.  
  8995.             "ViceGrip",
  8996.  
  8997.             "Water Gun"
  8998.  
  8999.         ]
  9000.  
  9001.     },
  9002.  
  9003.     {
  9004.  
  9005.         "name": "Voltorb",
  9006.  
  9007.         "types": [
  9008.  
  9009.             "Electric"
  9010.  
  9011.         ],
  9012.  
  9013.         "stats": {
  9014.  
  9015.             "hp": 40,
  9016.  
  9017.             "atk": 30,
  9018.  
  9019.             "def": 50,
  9020.  
  9021.             "spc": 55,
  9022.  
  9023.             "spd": 100
  9024.  
  9025.         },
  9026.  
  9027.         "moves": [
  9028.  
  9029.             "Bide",
  9030.  
  9031.             "Double Team",
  9032.  
  9033.             "Explosion",
  9034.  
  9035.             "Flash",
  9036.  
  9037.             "Headbutt",
  9038.  
  9039.             "Light Screen",
  9040.  
  9041.             "Mimic",
  9042.  
  9043.             "Rage",
  9044.  
  9045.             "Reflect",
  9046.  
  9047.             "Rest",
  9048.  
  9049.             "Screech",
  9050.  
  9051.             "Selfdestruct",
  9052.  
  9053.             "SonicBoom",
  9054.  
  9055.             "Substitute",
  9056.  
  9057.             "Swift",
  9058.  
  9059.             "Tackle",
  9060.  
  9061.             "Take Down",
  9062.  
  9063.             "Teleport",
  9064.  
  9065.             "Thunder",
  9066.  
  9067.             "Thunder Wave",
  9068.  
  9069.             "Thunderbolt",
  9070.  
  9071.             "Toxic"
  9072.  
  9073.         ]
  9074.  
  9075.     },
  9076.  
  9077.     {
  9078.  
  9079.         "name": "Electrode",
  9080.  
  9081.         "types": [
  9082.  
  9083.             "Electric"
  9084.  
  9085.         ],
  9086.  
  9087.         "stats": {
  9088.  
  9089.             "hp": 60,
  9090.  
  9091.             "atk": 50,
  9092.  
  9093.             "def": 70,
  9094.  
  9095.             "spc": 80,
  9096.  
  9097.             "spd": 140
  9098.  
  9099.         },
  9100.  
  9101.         "moves": [
  9102.  
  9103.             "Bide",
  9104.  
  9105.             "Double Team",
  9106.  
  9107.             "Explosion",
  9108.  
  9109.             "Flash",
  9110.  
  9111.             "Headbutt",
  9112.  
  9113.             "Hyper Beam",
  9114.  
  9115.             "Light Screen",
  9116.  
  9117.             "Mimic",
  9118.  
  9119.             "Rage",
  9120.  
  9121.             "Reflect",
  9122.  
  9123.             "Rest",
  9124.  
  9125.             "Screech",
  9126.  
  9127.             "Selfdestruct",
  9128.  
  9129.             "Skull Bash",
  9130.  
  9131.             "SonicBoom",
  9132.  
  9133.             "Substitute",
  9134.  
  9135.             "Swift",
  9136.  
  9137.             "Tackle",
  9138.  
  9139.             "Take Down",
  9140.  
  9141.             "Teleport",
  9142.  
  9143.             "Thunder",
  9144.  
  9145.             "Thunder Wave",
  9146.  
  9147.             "Thunderbolt",
  9148.  
  9149.             "Toxic"
  9150.  
  9151.         ]
  9152.  
  9153.     },
  9154.  
  9155.     {
  9156.  
  9157.         "name": "Exeggcute",
  9158.  
  9159.         "types": [
  9160.  
  9161.             "Grass",
  9162.  
  9163.             "Psychic"
  9164.  
  9165.         ],
  9166.  
  9167.         "stats": {
  9168.  
  9169.             "hp": 60,
  9170.  
  9171.             "atk": 40,
  9172.  
  9173.             "def": 80,
  9174.  
  9175.             "spc": 60,
  9176.  
  9177.             "spd": 40
  9178.  
  9179.         },
  9180.  
  9181.         "moves": [
  9182.  
  9183.             "Barrage",
  9184.  
  9185.             "Bide",
  9186.  
  9187.             "Confusion",
  9188.  
  9189.             "Double Team",
  9190.  
  9191.             "Double-Edge",
  9192.  
  9193.             "Dream Eater",
  9194.  
  9195.             "Egg Bomb",
  9196.  
  9197.             "Explosion",
  9198.  
  9199.             "Flash",
  9200.  
  9201.             "Hypnosis",
  9202.  
  9203.             "Leech Seed",
  9204.  
  9205.             "Mega Drain",
  9206.  
  9207.             "Mimic",
  9208.  
  9209.             "PoisonPowder",
  9210.  
  9211.             "Psychic",
  9212.  
  9213.             "Psywave",
  9214.  
  9215.             "Rage",
  9216.  
  9217.             "Reflect",
  9218.  
  9219.             "Rest",
  9220.  
  9221.             "Selfdestruct",
  9222.  
  9223.             "Sleep Powder",
  9224.  
  9225.             "SolarBeam",
  9226.  
  9227.             "Strength",
  9228.  
  9229.             "Stun Spore",
  9230.  
  9231.             "Substitute",
  9232.  
  9233.             "Take Down",
  9234.  
  9235.             "Teleport",
  9236.  
  9237.             "Toxic"
  9238.  
  9239.         ]
  9240.  
  9241.     },
  9242.  
  9243.     {
  9244.  
  9245.         "name": "Exeggutor",
  9246.  
  9247.         "types": [
  9248.  
  9249.             "Grass",
  9250.  
  9251.             "Psychic"
  9252.  
  9253.         ],
  9254.  
  9255.         "stats": {
  9256.  
  9257.             "hp": 95,
  9258.  
  9259.             "atk": 95,
  9260.  
  9261.             "def": 85,
  9262.  
  9263.             "spc": 125,
  9264.  
  9265.             "spd": 55
  9266.  
  9267.         },
  9268.  
  9269.         "moves": [
  9270.  
  9271.             "Barrage",
  9272.  
  9273.             "Bide",
  9274.  
  9275.             "Confusion",
  9276.  
  9277.             "Double Team",
  9278.  
  9279.             "Double-Edge",
  9280.  
  9281.             "Dream Eater",
  9282.  
  9283.             "Egg Bomb",
  9284.  
  9285.             "Explosion",
  9286.  
  9287.             "Flash",
  9288.  
  9289.             "Headbutt",
  9290.  
  9291.             "Hyper Beam",
  9292.  
  9293.             "Hypnosis",
  9294.  
  9295.             "Leech Seed",
  9296.  
  9297.             "Mega Drain",
  9298.  
  9299.             "Mimic",
  9300.  
  9301.             "PoisonPowder",
  9302.  
  9303.             "Psychic",
  9304.  
  9305.             "Psywave",
  9306.  
  9307.             "Rage",
  9308.  
  9309.             "Reflect",
  9310.  
  9311.             "Rest",
  9312.  
  9313.             "Selfdestruct",
  9314.  
  9315.             "Sleep Powder",
  9316.  
  9317.             "SolarBeam",
  9318.  
  9319.             "Stomp",
  9320.  
  9321.             "Strength",
  9322.  
  9323.             "Stun Spore",
  9324.  
  9325.             "Substitute",
  9326.  
  9327.             "Take Down",
  9328.  
  9329.             "Teleport",
  9330.  
  9331.             "Toxic"
  9332.  
  9333.         ]
  9334.  
  9335.     },
  9336.  
  9337.     {
  9338.  
  9339.         "name": "Cubone",
  9340.  
  9341.         "types": [
  9342.  
  9343.             "Ground"
  9344.  
  9345.         ],
  9346.  
  9347.         "stats": {
  9348.  
  9349.             "hp": 50,
  9350.  
  9351.             "atk": 50,
  9352.  
  9353.             "def": 95,
  9354.  
  9355.             "spc": 40,
  9356.  
  9357.             "spd": 35
  9358.  
  9359.         },
  9360.  
  9361.         "moves": [
  9362.  
  9363.             "Bide",
  9364.  
  9365.             "Blizzard",
  9366.  
  9367.             "Body Slam",
  9368.  
  9369.             "Bone Club",
  9370.  
  9371.             "Bonemerang",
  9372.  
  9373.             "BubbleBeam",
  9374.  
  9375.             "Counter",
  9376.  
  9377.             "Dig",
  9378.  
  9379.             "Double Team",
  9380.  
  9381.             "Double-Edge",
  9382.  
  9383.             "Earthquake",
  9384.  
  9385.             "Fire Blast",
  9386.  
  9387.             "Fire Punch",
  9388.  
  9389.             "Fissure",
  9390.  
  9391.             "Flamethrower",
  9392.  
  9393.             "Focus Energy",
  9394.  
  9395.             "Growl",
  9396.  
  9397.             "Headbutt",
  9398.  
  9399.             "Ice Beam",
  9400.  
  9401.             "Leer",
  9402.  
  9403.             "Mega Kick",
  9404.  
  9405.             "Mega Punch",
  9406.  
  9407.             "Mimic",
  9408.  
  9409.             "Rage",
  9410.  
  9411.             "Rest",
  9412.  
  9413.             "Rock Slide",
  9414.  
  9415.             "Screech",
  9416.  
  9417.             "Seismic Toss",
  9418.  
  9419.             "Skull Bash",
  9420.  
  9421.             "Strength",
  9422.  
  9423.             "Submission",
  9424.  
  9425.             "Substitute",
  9426.  
  9427.             "Swords Dance",
  9428.  
  9429.             "Tail Whip",
  9430.  
  9431.             "Take Down",
  9432.  
  9433.             "Thrash",
  9434.  
  9435.             "ThunderPunch",
  9436.  
  9437.             "Toxic",
  9438.  
  9439.             "Water Gun"
  9440.  
  9441.         ]
  9442.  
  9443.     },
  9444.  
  9445.     {
  9446.  
  9447.         "name": "Marowak",
  9448.  
  9449.         "types": [
  9450.  
  9451.             "Ground"
  9452.  
  9453.         ],
  9454.  
  9455.         "stats": {
  9456.  
  9457.             "hp": 60,
  9458.  
  9459.             "atk": 80,
  9460.  
  9461.             "def": 110,
  9462.  
  9463.             "spc": 50,
  9464.  
  9465.             "spd": 45
  9466.  
  9467.         },
  9468.  
  9469.         "moves": [
  9470.  
  9471.             "Bide",
  9472.  
  9473.             "Blizzard",
  9474.  
  9475.             "Body Slam",
  9476.  
  9477.             "Bone Club",
  9478.  
  9479.             "Bonemerang",
  9480.  
  9481.             "BubbleBeam",
  9482.  
  9483.             "Counter",
  9484.  
  9485.             "Dig",
  9486.  
  9487.             "Double Team",
  9488.  
  9489.             "Double-Edge",
  9490.  
  9491.             "Earthquake",
  9492.  
  9493.             "Fire Blast",
  9494.  
  9495.             "Fire Punch",
  9496.  
  9497.             "Fissure",
  9498.  
  9499.             "Flamethrower",
  9500.  
  9501.             "Focus Energy",
  9502.  
  9503.             "Growl",
  9504.  
  9505.             "Headbutt",
  9506.  
  9507.             "Hyper Beam",
  9508.  
  9509.             "Ice Beam",
  9510.  
  9511.             "Leer",
  9512.  
  9513.             "Mega Kick",
  9514.  
  9515.             "Mega Punch",
  9516.  
  9517.             "Mimic",
  9518.  
  9519.             "Rage",
  9520.  
  9521.             "Rest",
  9522.  
  9523.             "Rock Slide",
  9524.  
  9525.             "Screech",
  9526.  
  9527.             "Seismic Toss",
  9528.  
  9529.             "Skull Bash",
  9530.  
  9531.             "Strength",
  9532.  
  9533.             "Submission",
  9534.  
  9535.             "Substitute",
  9536.  
  9537.             "Swords Dance",
  9538.  
  9539.             "Tail Whip",
  9540.  
  9541.             "Take Down",
  9542.  
  9543.             "Thrash",
  9544.  
  9545.             "ThunderPunch",
  9546.  
  9547.             "Toxic",
  9548.  
  9549.             "Water Gun"
  9550.  
  9551.         ]
  9552.  
  9553.     },
  9554.  
  9555.     {
  9556.  
  9557.         "name": "Hitmonlee",
  9558.  
  9559.         "types": [
  9560.  
  9561.             "Fighting"
  9562.  
  9563.         ],
  9564.  
  9565.         "stats": {
  9566.  
  9567.             "hp": 50,
  9568.  
  9569.             "atk": 120,
  9570.  
  9571.             "def": 53,
  9572.  
  9573.             "spc": 35,
  9574.  
  9575.             "spd": 87
  9576.  
  9577.         },
  9578.  
  9579.         "moves": [
  9580.  
  9581.             "Bide",
  9582.  
  9583.             "Body Slam",
  9584.  
  9585.             "Counter",
  9586.  
  9587.             "Double Kick",
  9588.  
  9589.             "Double Team",
  9590.  
  9591.             "Double-Edge",
  9592.  
  9593.             "Focus Energy",
  9594.  
  9595.             "Headbutt",
  9596.  
  9597.             "Hi Jump Kick",
  9598.  
  9599.             "Jump Kick",
  9600.  
  9601.             "Meditate",
  9602.  
  9603.             "Mega Kick",
  9604.  
  9605.             "Mega Punch",
  9606.  
  9607.             "Metronome",
  9608.  
  9609.             "Mimic",
  9610.  
  9611.             "Rage",
  9612.  
  9613.             "Rest",
  9614.  
  9615.             "Rolling Kick",
  9616.  
  9617.             "Seismic Toss",
  9618.  
  9619.             "Skull Bash",
  9620.  
  9621.             "Strength",
  9622.  
  9623.             "Submission",
  9624.  
  9625.             "Substitute",
  9626.  
  9627.             "Swift",
  9628.  
  9629.             "Take Down",
  9630.  
  9631.             "Toxic"
  9632.  
  9633.         ]
  9634.  
  9635.     },
  9636.  
  9637.     {
  9638.  
  9639.         "name": "Hitmonchan",
  9640.  
  9641.         "types": [
  9642.  
  9643.             "Fighting"
  9644.  
  9645.         ],
  9646.  
  9647.         "stats": {
  9648.  
  9649.             "hp": 50,
  9650.  
  9651.             "atk": 105,
  9652.  
  9653.             "def": 79,
  9654.  
  9655.             "spc": 35,
  9656.  
  9657.             "spd": 76
  9658.  
  9659.         },
  9660.  
  9661.         "moves": [
  9662.  
  9663.             "Agility",
  9664.  
  9665.             "Bide",
  9666.  
  9667.             "Body Slam",
  9668.  
  9669.             "Comet Punch",
  9670.  
  9671.             "Counter",
  9672.  
  9673.             "Double Team",
  9674.  
  9675.             "Double-Edge",
  9676.  
  9677.             "Fire Punch",
  9678.  
  9679.             "Headbutt",
  9680.  
  9681.             "Ice Punch",
  9682.  
  9683.             "Mega Kick",
  9684.  
  9685.             "Mega Punch",
  9686.  
  9687.             "Metronome",
  9688.  
  9689.             "Mimic",
  9690.  
  9691.             "Rage",
  9692.  
  9693.             "Rest",
  9694.  
  9695.             "Seismic Toss",
  9696.  
  9697.             "Skull Bash",
  9698.  
  9699.             "Strength",
  9700.  
  9701.             "Submission",
  9702.  
  9703.             "Substitute",
  9704.  
  9705.             "Swift",
  9706.  
  9707.             "Take Down",
  9708.  
  9709.             "ThunderPunch",
  9710.  
  9711.             "Toxic"
  9712.  
  9713.         ]
  9714.  
  9715.     },
  9716.  
  9717.     {
  9718.  
  9719.         "name": "Lickitung",
  9720.  
  9721.         "types": [
  9722.  
  9723.             "Normal"
  9724.  
  9725.         ],
  9726.  
  9727.         "stats": {
  9728.  
  9729.             "hp": 90,
  9730.  
  9731.             "atk": 55,
  9732.  
  9733.             "def": 75,
  9734.  
  9735.             "spc": 60,
  9736.  
  9737.             "spd": 30
  9738.  
  9739.         },
  9740.  
  9741.         "moves": [
  9742.  
  9743.             "Bide",
  9744.  
  9745.             "Blizzard",
  9746.  
  9747.             "Body Slam",
  9748.  
  9749.             "BubbleBeam",
  9750.  
  9751.             "Counter",
  9752.  
  9753.             "Cut",
  9754.  
  9755.             "Defense Curl",
  9756.  
  9757.             "Disable",
  9758.  
  9759.             "Double Team",
  9760.  
  9761.             "Double-Edge",
  9762.  
  9763.             "Dream Eater",
  9764.  
  9765.             "Earthquake",
  9766.  
  9767.             "Fire Blast",
  9768.  
  9769.             "Fire Punch",
  9770.  
  9771.             "Fissure",
  9772.  
  9773.             "Flamethrower",
  9774.  
  9775.             "Headbutt",
  9776.  
  9777.             "Hyper Beam",
  9778.  
  9779.             "Ice Beam",
  9780.  
  9781.             "Ice Punch",
  9782.  
  9783.             "Lick",
  9784.  
  9785.             "Mega Kick",
  9786.  
  9787.             "Mega Punch",
  9788.  
  9789.             "Mimic",
  9790.  
  9791.             "Rage",
  9792.  
  9793.             "Rest",
  9794.  
  9795.             "Screech",
  9796.  
  9797.             "Seismic Toss",
  9798.  
  9799.             "Skull Bash",
  9800.  
  9801.             "Slam",
  9802.  
  9803.             "Stomp",
  9804.  
  9805.             "Strength",
  9806.  
  9807.             "Submission",
  9808.  
  9809.             "Substitute",
  9810.  
  9811.             "Supersonic",
  9812.  
  9813.             "Surf",
  9814.  
  9815.             "Swords Dance",
  9816.  
  9817.             "Take Down",
  9818.  
  9819.             "Thunder",
  9820.  
  9821.             "ThunderPunch",
  9822.  
  9823.             "Thunderbolt",
  9824.  
  9825.             "Toxic",
  9826.  
  9827.             "Water Gun",
  9828.  
  9829.             "Wrap"
  9830.  
  9831.         ]
  9832.  
  9833.     },
  9834.  
  9835.     {
  9836.  
  9837.         "name": "Koffing",
  9838.  
  9839.         "types": [
  9840.  
  9841.             "Poison"
  9842.  
  9843.         ],
  9844.  
  9845.         "stats": {
  9846.  
  9847.             "hp": 40,
  9848.  
  9849.             "atk": 65,
  9850.  
  9851.             "def": 95,
  9852.  
  9853.             "spc": 60,
  9854.  
  9855.             "spd": 35
  9856.  
  9857.         },
  9858.  
  9859.         "moves": [
  9860.  
  9861.             "Bide",
  9862.  
  9863.             "Double Team",
  9864.  
  9865.             "Explosion",
  9866.  
  9867.             "Fire Blast",
  9868.  
  9869.             "Flamethrower",
  9870.  
  9871.             "Haze",
  9872.  
  9873.             "Mimic",
  9874.  
  9875.             "Poison Gas",
  9876.  
  9877.             "Psybeam",
  9878.  
  9879.             "Psywave",
  9880.  
  9881.             "Rage",
  9882.  
  9883.             "Rest",
  9884.  
  9885.             "Screech",
  9886.  
  9887.             "Selfdestruct",
  9888.  
  9889.             "Sludge",
  9890.  
  9891.             "Smog",
  9892.  
  9893.             "SmokeScreen",
  9894.  
  9895.             "Substitute",
  9896.  
  9897.             "Tackle",
  9898.  
  9899.             "Thunder",
  9900.  
  9901.             "Thunderbolt",
  9902.  
  9903.             "Toxic"
  9904.  
  9905.         ]
  9906.  
  9907.     },
  9908.  
  9909.     {
  9910.  
  9911.         "name": "Weezing",
  9912.  
  9913.         "types": [
  9914.  
  9915.             "Poison"
  9916.  
  9917.         ],
  9918.  
  9919.         "stats": {
  9920.  
  9921.             "hp": 65,
  9922.  
  9923.             "atk": 90,
  9924.  
  9925.             "def": 120,
  9926.  
  9927.             "spc": 85,
  9928.  
  9929.             "spd": 60
  9930.  
  9931.         },
  9932.  
  9933.         "moves": [
  9934.  
  9935.             "Bide",
  9936.  
  9937.             "Double Team",
  9938.  
  9939.             "Explosion",
  9940.  
  9941.             "Fire Blast",
  9942.  
  9943.             "Flamethrower",
  9944.  
  9945.             "Haze",
  9946.  
  9947.             "Hyper Beam",
  9948.  
  9949.             "Mimic",
  9950.  
  9951.             "Poison Gas",
  9952.  
  9953.             "Psybeam",
  9954.  
  9955.             "Psywave",
  9956.  
  9957.             "Rage",
  9958.  
  9959.             "Rest",
  9960.  
  9961.             "Screech",
  9962.  
  9963.             "Selfdestruct",
  9964.  
  9965.             "Sludge",
  9966.  
  9967.             "Smog",
  9968.  
  9969.             "SmokeScreen",
  9970.  
  9971.             "Substitute",
  9972.  
  9973.             "Tackle",
  9974.  
  9975.             "Thunder",
  9976.  
  9977.             "Thunderbolt",
  9978.  
  9979.             "Toxic"
  9980.  
  9981.         ]
  9982.  
  9983.     },
  9984.  
  9985.     {
  9986.  
  9987.         "name": "Rhyhorn",
  9988.  
  9989.         "types": [
  9990.  
  9991.             "Ground",
  9992.  
  9993.             "Rock"
  9994.  
  9995.         ],
  9996.  
  9997.         "stats": {
  9998.  
  9999.             "hp": 80,
  10000.  
  10001.             "atk": 85,
  10002.  
  10003.             "def": 95,
  10004.  
  10005.             "spc": 30,
  10006.  
  10007.             "spd": 25
  10008.  
  10009.         },
  10010.  
  10011.         "moves": [
  10012.  
  10013.             "Bide",
  10014.  
  10015.             "Blizzard",
  10016.  
  10017.             "Body Slam",
  10018.  
  10019.             "Counter",
  10020.  
  10021.             "Dig",
  10022.  
  10023.             "Double Team",
  10024.  
  10025.             "Double-Edge",
  10026.  
  10027.             "Earthquake",
  10028.  
  10029.             "Fire Blast",
  10030.  
  10031.             "Fissure",
  10032.  
  10033.             "Flamethrower",
  10034.  
  10035.             "Fury Attack",
  10036.  
  10037.             "Headbutt",
  10038.  
  10039.             "Horn Attack",
  10040.  
  10041.             "Horn Drill",
  10042.  
  10043.             "Ice Beam",
  10044.  
  10045.             "Leer",
  10046.  
  10047.             "Mimic",
  10048.  
  10049.             "Rage",
  10050.  
  10051.             "Rest",
  10052.  
  10053.             "Roar",
  10054.  
  10055.             "Rock Slide",
  10056.  
  10057.             "Skull Bash",
  10058.  
  10059.             "Stomp",
  10060.  
  10061.             "Strength",
  10062.  
  10063.             "Substitute",
  10064.  
  10065.             "Tail Whip",
  10066.  
  10067.             "Take Down",
  10068.  
  10069.             "Thrash",
  10070.  
  10071.             "Thunder",
  10072.  
  10073.             "Thunderbolt",
  10074.  
  10075.             "Toxic"
  10076.  
  10077.         ]
  10078.  
  10079.     },
  10080.  
  10081.     {
  10082.  
  10083.         "name": "Rhydon",
  10084.  
  10085.         "types": [
  10086.  
  10087.             "Ground",
  10088.  
  10089.             "Rock"
  10090.  
  10091.         ],
  10092.  
  10093.         "stats": {
  10094.  
  10095.             "hp": 105,
  10096.  
  10097.             "atk": 130,
  10098.  
  10099.             "def": 120,
  10100.  
  10101.             "spc": 45,
  10102.  
  10103.             "spd": 40
  10104.  
  10105.         },
  10106.  
  10107.         "moves": [
  10108.  
  10109.             "Bide",
  10110.  
  10111.             "Blizzard",
  10112.  
  10113.             "Body Slam",
  10114.  
  10115.             "BubbleBeam",
  10116.  
  10117.             "Counter",
  10118.  
  10119.             "Dig",
  10120.  
  10121.             "Double Team",
  10122.  
  10123.             "Double-Edge",
  10124.  
  10125.             "Earthquake",
  10126.  
  10127.             "Fire Blast",
  10128.  
  10129.             "Fire Punch",
  10130.  
  10131.             "Fissure",
  10132.  
  10133.             "Flamethrower",
  10134.  
  10135.             "Fury Attack",
  10136.  
  10137.             "Headbutt",
  10138.  
  10139.             "Horn Attack",
  10140.  
  10141.             "Horn Drill",
  10142.  
  10143.             "Hyper Beam",
  10144.  
  10145.             "Ice Beam",
  10146.  
  10147.             "Leer",
  10148.  
  10149.             "Mega Kick",
  10150.  
  10151.             "Mega Punch",
  10152.  
  10153.             "Mimic",
  10154.  
  10155.             "Pay Day",
  10156.  
  10157.             "Rage",
  10158.  
  10159.             "Rest",
  10160.  
  10161.             "Roar",
  10162.  
  10163.             "Rock Slide",
  10164.  
  10165.             "Seismic Toss",
  10166.  
  10167.             "Skull Bash",
  10168.  
  10169.             "Stomp",
  10170.  
  10171.             "Strength",
  10172.  
  10173.             "Submission",
  10174.  
  10175.             "Substitute",
  10176.  
  10177.             "Surf",
  10178.  
  10179.             "Tail Whip",
  10180.  
  10181.             "Take Down",
  10182.  
  10183.             "Thrash",
  10184.  
  10185.             "Thunder",
  10186.  
  10187.             "ThunderPunch",
  10188.  
  10189.             "Thunderbolt",
  10190.  
  10191.             "Toxic",
  10192.  
  10193.             "Water Gun"
  10194.  
  10195.         ]
  10196.  
  10197.     },
  10198.  
  10199.     {
  10200.  
  10201.         "name": "Chansey",
  10202.  
  10203.         "types": [
  10204.  
  10205.             "Normal"
  10206.  
  10207.         ],
  10208.  
  10209.         "stats": {
  10210.  
  10211.             "hp": 250,
  10212.  
  10213.             "atk": 5,
  10214.  
  10215.             "def": 5,
  10216.  
  10217.             "spc": 35,
  10218.  
  10219.             "spd": 50
  10220.  
  10221.         },
  10222.  
  10223.         "moves": [
  10224.  
  10225.             "Bide",
  10226.  
  10227.             "Blizzard",
  10228.  
  10229.             "Body Slam",
  10230.  
  10231.             "BubbleBeam",
  10232.  
  10233.             "Counter",
  10234.  
  10235.             "Defense Curl",
  10236.  
  10237.             "Double Team",
  10238.  
  10239.             "Double-Edge",
  10240.  
  10241.             "DoubleSlap",
  10242.  
  10243.             "Dream Eater",
  10244.  
  10245.             "Egg Bomb",
  10246.  
  10247.             "Fire Blast",
  10248.  
  10249.             "Flamethrower",
  10250.  
  10251.             "Flash",
  10252.  
  10253.             "Growl",
  10254.  
  10255.             "Headbutt",
  10256.  
  10257.             "Hyper Beam",
  10258.  
  10259.             "Ice Beam",
  10260.  
  10261.             "Light Screen",
  10262.  
  10263.             "Mega Kick",
  10264.  
  10265.             "Mega Punch",
  10266.  
  10267.             "Metronome",
  10268.  
  10269.             "Mimic",
  10270.  
  10271.             "Minimize",
  10272.  
  10273.             "Pound",
  10274.  
  10275.             "Psychic",
  10276.  
  10277.             "Psywave",
  10278.  
  10279.             "Rage",
  10280.  
  10281.             "Reflect",
  10282.  
  10283.             "Rest",
  10284.  
  10285.             "Seismic Toss",
  10286.  
  10287.             "Sing",
  10288.  
  10289.             "Skull Bash",
  10290.  
  10291.             "Softboiled",
  10292.  
  10293.             "SolarBeam",
  10294.  
  10295.             "Strength",
  10296.  
  10297.             "Submission",
  10298.  
  10299.             "Substitute",
  10300.  
  10301.             "Tail Whip",
  10302.  
  10303.             "Take Down",
  10304.  
  10305.             "Teleport",
  10306.  
  10307.             "Thunder",
  10308.  
  10309.             "Thunder Wave",
  10310.  
  10311.             "Thunderbolt",
  10312.  
  10313.             "Toxic",
  10314.  
  10315.             "Tri Attack",
  10316.  
  10317.             "Water Gun"
  10318.  
  10319.         ]
  10320.  
  10321.     },
  10322.  
  10323.     {
  10324.  
  10325.         "name": "Tangela",
  10326.  
  10327.         "types": [
  10328.  
  10329.             "Grass"
  10330.  
  10331.         ],
  10332.  
  10333.         "stats": {
  10334.  
  10335.             "hp": 65,
  10336.  
  10337.             "atk": 55,
  10338.  
  10339.             "def": 115,
  10340.  
  10341.             "spc": 100,
  10342.  
  10343.             "spd": 60
  10344.  
  10345.         },
  10346.  
  10347.         "moves": [
  10348.  
  10349.             "Absorb",
  10350.  
  10351.             "Amnesia",
  10352.  
  10353.             "Bide",
  10354.  
  10355.             "Bind",
  10356.  
  10357.             "Body Slam",
  10358.  
  10359.             "Confusion",
  10360.  
  10361.             "Constrict",
  10362.  
  10363.             "Cut",
  10364.  
  10365.             "Double Team",
  10366.  
  10367.             "Double-Edge",
  10368.  
  10369.             "Flash",
  10370.  
  10371.             "Growth",
  10372.  
  10373.             "Headbutt",
  10374.  
  10375.             "Hyper Beam",
  10376.  
  10377.             "Mega Drain",
  10378.  
  10379.             "Mimic",
  10380.  
  10381.             "PoisonPowder",
  10382.  
  10383.             "Rage",
  10384.  
  10385.             "Reflect",
  10386.  
  10387.             "Rest",
  10388.  
  10389.             "Skull Bash",
  10390.  
  10391.             "Slam",
  10392.  
  10393.             "Sleep Powder",
  10394.  
  10395.             "SolarBeam",
  10396.  
  10397.             "Stun Spore",
  10398.  
  10399.             "Substitute",
  10400.  
  10401.             "Swords Dance",
  10402.  
  10403.             "Take Down",
  10404.  
  10405.             "Toxic",
  10406.  
  10407.             "Vine Whip"
  10408.  
  10409.         ]
  10410.  
  10411.     },
  10412.  
  10413.     {
  10414.  
  10415.         "name": "Kangaskhan",
  10416.  
  10417.         "types": [
  10418.  
  10419.             "Normal"
  10420.  
  10421.         ],
  10422.  
  10423.         "stats": {
  10424.  
  10425.             "hp": 105,
  10426.  
  10427.             "atk": 95,
  10428.  
  10429.             "def": 80,
  10430.  
  10431.             "spc": 40,
  10432.  
  10433.             "spd": 90
  10434.  
  10435.         },
  10436.  
  10437.         "moves": [
  10438.  
  10439.             "Bide",
  10440.  
  10441.             "Bite",
  10442.  
  10443.             "Blizzard",
  10444.  
  10445.             "Body Slam",
  10446.  
  10447.             "BubbleBeam",
  10448.  
  10449.             "Comet Punch",
  10450.  
  10451.             "Counter",
  10452.  
  10453.             "Disable",
  10454.  
  10455.             "Dizzy Punch",
  10456.  
  10457.             "Double Team",
  10458.  
  10459.             "Double-Edge",
  10460.  
  10461.             "Earthquake",
  10462.  
  10463.             "Fire Blast",
  10464.  
  10465.             "Fire Punch",
  10466.  
  10467.             "Fissure",
  10468.  
  10469.             "Flamethrower",
  10470.  
  10471.             "Focus Energy",
  10472.  
  10473.             "Headbutt",
  10474.  
  10475.             "Hyper Beam",
  10476.  
  10477.             "Ice Beam",
  10478.  
  10479.             "Ice Punch",
  10480.  
  10481.             "Leer",
  10482.  
  10483.             "Mega Kick",
  10484.  
  10485.             "Mega Punch",
  10486.  
  10487.             "Mimic",
  10488.  
  10489.             "Rage",
  10490.  
  10491.             "Rest",
  10492.  
  10493.             "Roar",
  10494.  
  10495.             "Rock Slide",
  10496.  
  10497.             "Seismic Toss",
  10498.  
  10499.             "Skull Bash",
  10500.  
  10501.             "Stomp",
  10502.  
  10503.             "Strength",
  10504.  
  10505.             "Submission",
  10506.  
  10507.             "Substitute",
  10508.  
  10509.             "Surf",
  10510.  
  10511.             "Tail Whip",
  10512.  
  10513.             "Take Down",
  10514.  
  10515.             "Thunder",
  10516.  
  10517.             "ThunderPunch",
  10518.  
  10519.             "Thunderbolt",
  10520.  
  10521.             "Toxic",
  10522.  
  10523.             "Water Gun"
  10524.  
  10525.         ]
  10526.  
  10527.     },
  10528.  
  10529.     {
  10530.  
  10531.         "name": "Horsea",
  10532.  
  10533.         "types": [
  10534.  
  10535.             "Water"
  10536.  
  10537.         ],
  10538.  
  10539.         "stats": {
  10540.  
  10541.             "hp": 30,
  10542.  
  10543.             "atk": 40,
  10544.  
  10545.             "def": 70,
  10546.  
  10547.             "spc": 70,
  10548.  
  10549.             "spd": 60
  10550.  
  10551.         },
  10552.  
  10553.         "moves": [
  10554.  
  10555.             "Agility",
  10556.  
  10557.             "Aurora Beam",
  10558.  
  10559.             "Bide",
  10560.  
  10561.             "Blizzard",
  10562.  
  10563.             "Bubble",
  10564.  
  10565.             "BubbleBeam",
  10566.  
  10567.             "Disable",
  10568.  
  10569.             "Double Team",
  10570.  
  10571.             "Double-Edge",
  10572.  
  10573.             "Dragon Rage",
  10574.  
  10575.             "Headbutt",
  10576.  
  10577.             "Hydro Pump",
  10578.  
  10579.             "Ice Beam",
  10580.  
  10581.             "Leer",
  10582.  
  10583.             "Mimic",
  10584.  
  10585.             "Rage",
  10586.  
  10587.             "Rest",
  10588.  
  10589.             "Skull Bash",
  10590.  
  10591.             "SmokeScreen",
  10592.  
  10593.             "Splash",
  10594.  
  10595.             "Substitute",
  10596.  
  10597.             "Surf",
  10598.  
  10599.             "Swift",
  10600.  
  10601.             "Take Down",
  10602.  
  10603.             "Toxic",
  10604.  
  10605.             "Water Gun",
  10606.  
  10607.             "Waterfall"
  10608.  
  10609.         ]
  10610.  
  10611.     },
  10612.  
  10613.     {
  10614.  
  10615.         "name": "Seadra",
  10616.  
  10617.         "types": [
  10618.  
  10619.             "Water"
  10620.  
  10621.         ],
  10622.  
  10623.         "stats": {
  10624.  
  10625.             "hp": 55,
  10626.  
  10627.             "atk": 65,
  10628.  
  10629.             "def": 95,
  10630.  
  10631.             "spc": 95,
  10632.  
  10633.             "spd": 85
  10634.  
  10635.         },
  10636.  
  10637.         "moves": [
  10638.  
  10639.             "Agility",
  10640.  
  10641.             "Aurora Beam",
  10642.  
  10643.             "Bide",
  10644.  
  10645.             "Blizzard",
  10646.  
  10647.             "Bubble",
  10648.  
  10649.             "BubbleBeam",
  10650.  
  10651.             "Disable",
  10652.  
  10653.             "Double Team",
  10654.  
  10655.             "Double-Edge",
  10656.  
  10657.             "Dragon Rage",
  10658.  
  10659.             "Headbutt",
  10660.  
  10661.             "Hydro Pump",
  10662.  
  10663.             "Hyper Beam",
  10664.  
  10665.             "Ice Beam",
  10666.  
  10667.             "Leer",
  10668.  
  10669.             "Mimic",
  10670.  
  10671.             "Rage",
  10672.  
  10673.             "Rest",
  10674.  
  10675.             "Skull Bash",
  10676.  
  10677.             "SmokeScreen",
  10678.  
  10679.             "Splash",
  10680.  
  10681.             "Substitute",
  10682.  
  10683.             "Surf",
  10684.  
  10685.             "Swift",
  10686.  
  10687.             "Take Down",
  10688.  
  10689.             "Toxic",
  10690.  
  10691.             "Water Gun",
  10692.  
  10693.             "Waterfall"
  10694.  
  10695.         ]
  10696.  
  10697.     },
  10698.  
  10699.     {
  10700.  
  10701.         "name": "Goldeen",
  10702.  
  10703.         "types": [
  10704.  
  10705.             "Water"
  10706.  
  10707.         ],
  10708.  
  10709.         "stats": {
  10710.  
  10711.             "hp": 45,
  10712.  
  10713.             "atk": 67,
  10714.  
  10715.             "def": 60,
  10716.  
  10717.             "spc": 35,
  10718.  
  10719.             "spd": 63
  10720.  
  10721.         },
  10722.  
  10723.         "moves": [
  10724.  
  10725.             "Agility",
  10726.  
  10727.             "Bide",
  10728.  
  10729.             "Blizzard",
  10730.  
  10731.             "BubbleBeam",
  10732.  
  10733.             "Double Team",
  10734.  
  10735.             "Double-Edge",
  10736.  
  10737.             "Fury Attack",
  10738.  
  10739.             "Haze",
  10740.  
  10741.             "Horn Attack",
  10742.  
  10743.             "Horn Drill",
  10744.  
  10745.             "Hydro Pump",
  10746.  
  10747.             "Ice Beam",
  10748.  
  10749.             "Mimic",
  10750.  
  10751.             "Peck",
  10752.  
  10753.             "Psybeam",
  10754.  
  10755.             "Rage",
  10756.  
  10757.             "Rest",
  10758.  
  10759.             "Skull Bash",
  10760.  
  10761.             "Substitute",
  10762.  
  10763.             "Supersonic",
  10764.  
  10765.             "Surf",
  10766.  
  10767.             "Swift",
  10768.  
  10769.             "Tail Whip",
  10770.  
  10771.             "Take Down",
  10772.  
  10773.             "Toxic",
  10774.  
  10775.             "Water Gun",
  10776.  
  10777.             "Waterfall"
  10778.  
  10779.         ]
  10780.  
  10781.     },
  10782.  
  10783.     {
  10784.  
  10785.         "name": "Seaking",
  10786.  
  10787.         "types": [
  10788.  
  10789.             "Water"
  10790.  
  10791.         ],
  10792.  
  10793.         "stats": {
  10794.  
  10795.             "hp": 80,
  10796.  
  10797.             "atk": 92,
  10798.  
  10799.             "def": 65,
  10800.  
  10801.             "spc": 65,
  10802.  
  10803.             "spd": 68
  10804.  
  10805.         },
  10806.  
  10807.         "moves": [
  10808.  
  10809.             "Agility",
  10810.  
  10811.             "Bide",
  10812.  
  10813.             "Blizzard",
  10814.  
  10815.             "BubbleBeam",
  10816.  
  10817.             "Double Team",
  10818.  
  10819.             "Double-Edge",
  10820.  
  10821.             "Fury Attack",
  10822.  
  10823.             "Haze",
  10824.  
  10825.             "Horn Attack",
  10826.  
  10827.             "Horn Drill",
  10828.  
  10829.             "Hydro Pump",
  10830.  
  10831.             "Hyper Beam",
  10832.  
  10833.             "Ice Beam",
  10834.  
  10835.             "Mimic",
  10836.  
  10837.             "Peck",
  10838.  
  10839.             "Psybeam",
  10840.  
  10841.             "Rage",
  10842.  
  10843.             "Rest",
  10844.  
  10845.             "Skull Bash",
  10846.  
  10847.             "Substitute",
  10848.  
  10849.             "Supersonic",
  10850.  
  10851.             "Surf",
  10852.  
  10853.             "Swift",
  10854.  
  10855.             "Tail Whip",
  10856.  
  10857.             "Take Down",
  10858.  
  10859.             "Toxic",
  10860.  
  10861.             "Water Gun",
  10862.  
  10863.             "Waterfall"
  10864.  
  10865.         ]
  10866.  
  10867.     },
  10868.  
  10869.     {
  10870.  
  10871.         "name": "Staryu",
  10872.  
  10873.         "types": [
  10874.  
  10875.             "Water"
  10876.  
  10877.         ],
  10878.  
  10879.         "stats": {
  10880.  
  10881.             "hp": 30,
  10882.  
  10883.             "atk": 45,
  10884.  
  10885.             "def": 55,
  10886.  
  10887.             "spc": 70,
  10888.  
  10889.             "spd": 85
  10890.  
  10891.         },
  10892.  
  10893.         "moves": [
  10894.  
  10895.             "Aurora Beam",
  10896.  
  10897.             "Barrier",
  10898.  
  10899.             "Bide",
  10900.  
  10901.             "Blizzard",
  10902.  
  10903.             "BubbleBeam",
  10904.  
  10905.             "Double Team",
  10906.  
  10907.             "Double-Edge",
  10908.  
  10909.             "Flash",
  10910.  
  10911.             "Harden",
  10912.  
  10913.             "Hydro Pump",
  10914.  
  10915.             "Ice Beam",
  10916.  
  10917.             "Light Screen",
  10918.  
  10919.             "Mimic",
  10920.  
  10921.             "Minimize",
  10922.  
  10923.             "Psychic",
  10924.  
  10925.             "Psywave",
  10926.  
  10927.             "Rage",
  10928.  
  10929.             "Recover",
  10930.  
  10931.             "Reflect",
  10932.  
  10933.             "Rest",
  10934.  
  10935.             "Skull Bash",
  10936.  
  10937.             "Substitute",
  10938.  
  10939.             "Supersonic",
  10940.  
  10941.             "Surf",
  10942.  
  10943.             "Swift",
  10944.  
  10945.             "Tackle",
  10946.  
  10947.             "Take Down",
  10948.  
  10949.             "Teleport",
  10950.  
  10951.             "Thunder",
  10952.  
  10953.             "Thunder Wave",
  10954.  
  10955.             "Thunderbolt",
  10956.  
  10957.             "Toxic",
  10958.  
  10959.             "Tri Attack",
  10960.  
  10961.             "Water Gun",
  10962.  
  10963.             "Waterfall"
  10964.  
  10965.         ]
  10966.  
  10967.     },
  10968.  
  10969.     {
  10970.  
  10971.         "name": "Starmie",
  10972.  
  10973.         "types": [
  10974.  
  10975.             "Water",
  10976.  
  10977.             "Psychic"
  10978.  
  10979.         ],
  10980.  
  10981.         "stats": {
  10982.  
  10983.             "hp": 60,
  10984.  
  10985.             "atk": 75,
  10986.  
  10987.             "def": 85,
  10988.  
  10989.             "spc": 100,
  10990.  
  10991.             "spd": 115
  10992.  
  10993.         },
  10994.  
  10995.         "moves": [
  10996.  
  10997.             "Aurora Beam",
  10998.  
  10999.             "Barrier",
  11000.  
  11001.             "Bide",
  11002.  
  11003.             "Blizzard",
  11004.  
  11005.             "BubbleBeam",
  11006.  
  11007.             "Confuse Ray",
  11008.  
  11009.             "Double Team",
  11010.  
  11011.             "Double-Edge",
  11012.  
  11013.             "Dream Eater",
  11014.  
  11015.             "Flash",
  11016.  
  11017.             "Harden",
  11018.  
  11019.             "Hydro Pump",
  11020.  
  11021.             "Hyper Beam",
  11022.  
  11023.             "Ice Beam",
  11024.  
  11025.             "Light Screen",
  11026.  
  11027.             "Mimic",
  11028.  
  11029.             "Minimize",
  11030.  
  11031.             "Psychic",
  11032.  
  11033.             "Psywave",
  11034.  
  11035.             "Rage",
  11036.  
  11037.             "Recover",
  11038.  
  11039.             "Reflect",
  11040.  
  11041.             "Rest",
  11042.  
  11043.             "Skull Bash",
  11044.  
  11045.             "Substitute",
  11046.  
  11047.             "Supersonic",
  11048.  
  11049.             "Surf",
  11050.  
  11051.             "Swift",
  11052.  
  11053.             "Tackle",
  11054.  
  11055.             "Take Down",
  11056.  
  11057.             "Teleport",
  11058.  
  11059.             "Thunder",
  11060.  
  11061.             "Thunder Wave",
  11062.  
  11063.             "Thunderbolt",
  11064.  
  11065.             "Toxic",
  11066.  
  11067.             "Tri Attack",
  11068.  
  11069.             "Water Gun",
  11070.  
  11071.             "Waterfall"
  11072.  
  11073.         ]
  11074.  
  11075.     },
  11076.  
  11077.     {
  11078.  
  11079.         "name": "Mr. Mime",
  11080.  
  11081.         "types": [
  11082.  
  11083.             "Psychic"
  11084.  
  11085.         ],
  11086.  
  11087.         "stats": {
  11088.  
  11089.             "hp": 40,
  11090.  
  11091.             "atk": 45,
  11092.  
  11093.             "def": 65,
  11094.  
  11095.             "spc": 100,
  11096.  
  11097.             "spd": 90
  11098.  
  11099.         },
  11100.  
  11101.         "moves": [
  11102.  
  11103.             "Barrier",
  11104.  
  11105.             "Bide",
  11106.  
  11107.             "Body Slam",
  11108.  
  11109.             "Confusion",
  11110.  
  11111.             "Counter",
  11112.  
  11113.             "Double Team",
  11114.  
  11115.             "Double-Edge",
  11116.  
  11117.             "DoubleSlap",
  11118.  
  11119.             "Dream Eater",
  11120.  
  11121.             "Fire Punch",
  11122.  
  11123.             "Flash",
  11124.  
  11125.             "Headbutt",
  11126.  
  11127.             "Hyper Beam",
  11128.  
  11129.             "Hypnosis",
  11130.  
  11131.             "Ice Punch",
  11132.  
  11133.             "Light Screen",
  11134.  
  11135.             "Meditate",
  11136.  
  11137.             "Mega Kick",
  11138.  
  11139.             "Mega Punch",
  11140.  
  11141.             "Metronome",
  11142.  
  11143.             "Mimic",
  11144.  
  11145.             "Psybeam",
  11146.  
  11147.             "Psychic",
  11148.  
  11149.             "Psywave",
  11150.  
  11151.             "Rage",
  11152.  
  11153.             "Reflect",
  11154.  
  11155.             "Rest",
  11156.  
  11157.             "Seismic Toss",
  11158.  
  11159.             "Skull Bash",
  11160.  
  11161.             "SolarBeam",
  11162.  
  11163.             "Submission",
  11164.  
  11165.             "Substitute",
  11166.  
  11167.             "Take Down",
  11168.  
  11169.             "Teleport",
  11170.  
  11171.             "Thunder",
  11172.  
  11173.             "Thunder Wave",
  11174.  
  11175.             "ThunderPunch",
  11176.  
  11177.             "Thunderbolt",
  11178.  
  11179.             "Toxic"
  11180.  
  11181.         ]
  11182.  
  11183.     },
  11184.  
  11185.     {
  11186.  
  11187.         "name": "Scyther",
  11188.  
  11189.         "types": [
  11190.  
  11191.             "Bug",
  11192.  
  11193.             "Flying"
  11194.  
  11195.         ],
  11196.  
  11197.         "stats": {
  11198.  
  11199.             "hp": 70,
  11200.  
  11201.             "atk": 110,
  11202.  
  11203.             "def": 80,
  11204.  
  11205.             "spc": 55,
  11206.  
  11207.             "spd": 105
  11208.  
  11209.         },
  11210.  
  11211.         "moves": [
  11212.  
  11213.             "Agility",
  11214.  
  11215.             "Bide",
  11216.  
  11217.             "Counter",
  11218.  
  11219.             "Cut",
  11220.  
  11221.             "Double Team",
  11222.  
  11223.             "Double-Edge",
  11224.  
  11225.             "Focus Energy",
  11226.  
  11227.             "Headbutt",
  11228.  
  11229.             "Hyper Beam",
  11230.  
  11231.             "Leer",
  11232.  
  11233.             "Light Screen",
  11234.  
  11235.             "Mimic",
  11236.  
  11237.             "Quick Attack",
  11238.  
  11239.             "Rage",
  11240.  
  11241.             "Razor Wind",
  11242.  
  11243.             "Rest",
  11244.  
  11245.             "Skull Bash",
  11246.  
  11247.             "Slash",
  11248.  
  11249.             "Substitute",
  11250.  
  11251.             "Swift",
  11252.  
  11253.             "Swords Dance",
  11254.  
  11255.             "Take Down",
  11256.  
  11257.             "Toxic",
  11258.  
  11259.             "Wing Attack"
  11260.  
  11261.         ]
  11262.  
  11263.     },
  11264.  
  11265.     {
  11266.  
  11267.         "name": "Jynx",
  11268.  
  11269.         "types": [
  11270.  
  11271.             "Ice",
  11272.  
  11273.             "Psychic"
  11274.  
  11275.         ],
  11276.  
  11277.         "stats": {
  11278.  
  11279.             "hp": 65,
  11280.  
  11281.             "atk": 50,
  11282.  
  11283.             "def": 35,
  11284.  
  11285.             "spc": 115,
  11286.  
  11287.             "spd": 95
  11288.  
  11289.         },
  11290.  
  11291.         "moves": [
  11292.  
  11293.             "Bide",
  11294.  
  11295.             "Blizzard",
  11296.  
  11297.             "Body Slam",
  11298.  
  11299.             "BubbleBeam",
  11300.  
  11301.             "Counter",
  11302.  
  11303.             "Double Team",
  11304.  
  11305.             "Double-Edge",
  11306.  
  11307.             "DoubleSlap",
  11308.  
  11309.             "Dream Eater",
  11310.  
  11311.             "Headbutt",
  11312.  
  11313.             "Hyper Beam",
  11314.  
  11315.             "Ice Beam",
  11316.  
  11317.             "Ice Punch",
  11318.  
  11319.             "Lick",
  11320.  
  11321.             "Lovely Kiss",
  11322.  
  11323.             "Mega Kick",
  11324.  
  11325.             "Mega Punch",
  11326.  
  11327.             "Metronome",
  11328.  
  11329.             "Mimic",
  11330.  
  11331.             "Pound",
  11332.  
  11333.             "Psychic",
  11334.  
  11335.             "Psywave",
  11336.  
  11337.             "Rage",
  11338.  
  11339.             "Reflect",
  11340.  
  11341.             "Rest",
  11342.  
  11343.             "Seismic Toss",
  11344.  
  11345.             "Skull Bash",
  11346.  
  11347.             "Submission",
  11348.  
  11349.             "Substitute",
  11350.  
  11351.             "Take Down",
  11352.  
  11353.             "Teleport",
  11354.  
  11355.             "Thrash",
  11356.  
  11357.             "Toxic",
  11358.  
  11359.             "Water Gun"
  11360.  
  11361.         ]
  11362.  
  11363.     },
  11364.  
  11365.     {
  11366.  
  11367.         "name": "Electabuzz",
  11368.  
  11369.         "types": [
  11370.  
  11371.             "Electric"
  11372.  
  11373.         ],
  11374.  
  11375.         "stats": {
  11376.  
  11377.             "hp": 65,
  11378.  
  11379.             "atk": 83,
  11380.  
  11381.             "def": 57,
  11382.  
  11383.             "spc": 95,
  11384.  
  11385.             "spd": 105
  11386.  
  11387.         },
  11388.  
  11389.         "moves": [
  11390.  
  11391.             "Bide",
  11392.  
  11393.             "Body Slam",
  11394.  
  11395.             "Counter",
  11396.  
  11397.             "Double Team",
  11398.  
  11399.             "Double-Edge",
  11400.  
  11401.             "Fire Punch",
  11402.  
  11403.             "Flash",
  11404.  
  11405.             "Headbutt",
  11406.  
  11407.             "Hyper Beam",
  11408.  
  11409.             "Ice Punch",
  11410.  
  11411.             "Leer",
  11412.  
  11413.             "Light Screen",
  11414.  
  11415.             "Mega Kick",
  11416.  
  11417.             "Mega Punch",
  11418.  
  11419.             "Metronome",
  11420.  
  11421.             "Mimic",
  11422.  
  11423.             "Psychic",
  11424.  
  11425.             "Psywave",
  11426.  
  11427.             "Quick Attack",
  11428.  
  11429.             "Rage",
  11430.  
  11431.             "Reflect",
  11432.  
  11433.             "Rest",
  11434.  
  11435.             "Screech",
  11436.  
  11437.             "Seismic Toss",
  11438.  
  11439.             "Skull Bash",
  11440.  
  11441.             "Strength",
  11442.  
  11443.             "Submission",
  11444.  
  11445.             "Substitute",
  11446.  
  11447.             "Swift",
  11448.  
  11449.             "Take Down",
  11450.  
  11451.             "Teleport",
  11452.  
  11453.             "Thunder",
  11454.  
  11455.             "Thunder Wave",
  11456.  
  11457.             "ThunderPunch",
  11458.  
  11459.             "ThunderShock",
  11460.  
  11461.             "Thunderbolt",
  11462.  
  11463.             "Toxic"
  11464.  
  11465.         ]
  11466.  
  11467.     },
  11468.  
  11469.     {
  11470.  
  11471.         "name": "Magmar",
  11472.  
  11473.         "types": [
  11474.  
  11475.             "Fire"
  11476.  
  11477.         ],
  11478.  
  11479.         "stats": {
  11480.  
  11481.             "hp": 65,
  11482.  
  11483.             "atk": 95,
  11484.  
  11485.             "def": 57,
  11486.  
  11487.             "spc": 100,
  11488.  
  11489.             "spd": 93
  11490.  
  11491.         },
  11492.  
  11493.         "moves": [
  11494.  
  11495.             "Bide",
  11496.  
  11497.             "Body Slam",
  11498.  
  11499.             "Confuse Ray",
  11500.  
  11501.             "Counter",
  11502.  
  11503.             "Double Team",
  11504.  
  11505.             "Double-Edge",
  11506.  
  11507.             "Ember",
  11508.  
  11509.             "Fire Blast",
  11510.  
  11511.             "Fire Punch",
  11512.  
  11513.             "Flamethrower",
  11514.  
  11515.             "Headbutt",
  11516.  
  11517.             "Hyper Beam",
  11518.  
  11519.             "Leer",
  11520.  
  11521.             "Mega Kick",
  11522.  
  11523.             "Mega Punch",
  11524.  
  11525.             "Metronome",
  11526.  
  11527.             "Mimic",
  11528.  
  11529.             "Psychic",
  11530.  
  11531.             "Psywave",
  11532.  
  11533.             "Rage",
  11534.  
  11535.             "Rest",
  11536.  
  11537.             "Seismic Toss",
  11538.  
  11539.             "Skull Bash",
  11540.  
  11541.             "Smog",
  11542.  
  11543.             "SmokeScreen",
  11544.  
  11545.             "Strength",
  11546.  
  11547.             "Submission",
  11548.  
  11549.             "Substitute",
  11550.  
  11551.             "Take Down",
  11552.  
  11553.             "Teleport",
  11554.  
  11555.             "ThunderPunch",
  11556.  
  11557.             "Toxic"
  11558.  
  11559.         ]
  11560.  
  11561.     },
  11562.  
  11563.     {
  11564.  
  11565.         "name": "Pinsir",
  11566.  
  11567.         "types": [
  11568.  
  11569.             "Bug"
  11570.  
  11571.         ],
  11572.  
  11573.         "stats": {
  11574.  
  11575.             "hp": 65,
  11576.  
  11577.             "atk": 125,
  11578.  
  11579.             "def": 100,
  11580.  
  11581.             "spc": 55,
  11582.  
  11583.             "spd": 85
  11584.  
  11585.         },
  11586.  
  11587.         "moves": [
  11588.  
  11589.             "Bide",
  11590.  
  11591.             "Bind",
  11592.  
  11593.             "Body Slam",
  11594.  
  11595.             "Cut",
  11596.  
  11597.             "Double Team",
  11598.  
  11599.             "Double-Edge",
  11600.  
  11601.             "Focus Energy",
  11602.  
  11603.             "Fury Attack",
  11604.  
  11605.             "Guillotine",
  11606.  
  11607.             "Harden",
  11608.  
  11609.             "Headbutt",
  11610.  
  11611.             "Hyper Beam",
  11612.  
  11613.             "Mimic",
  11614.  
  11615.             "Rage",
  11616.  
  11617.             "Rest",
  11618.  
  11619.             "Seismic Toss",
  11620.  
  11621.             "Slash",
  11622.  
  11623.             "Strength",
  11624.  
  11625.             "Submission",
  11626.  
  11627.             "Substitute",
  11628.  
  11629.             "Swords Dance",
  11630.  
  11631.             "Take Down",
  11632.  
  11633.             "Toxic",
  11634.  
  11635.             "ViceGrip"
  11636.  
  11637.         ]
  11638.  
  11639.     },
  11640.  
  11641.     {
  11642.  
  11643.         "name": "Tauros",
  11644.  
  11645.         "types": [
  11646.  
  11647.             "Normal"
  11648.  
  11649.         ],
  11650.  
  11651.         "stats": {
  11652.  
  11653.             "hp": 75,
  11654.  
  11655.             "atk": 100,
  11656.  
  11657.             "def": 95,
  11658.  
  11659.             "spc": 40,
  11660.  
  11661.             "spd": 110
  11662.  
  11663.         },
  11664.  
  11665.         "moves": [
  11666.  
  11667.             "Bide",
  11668.  
  11669.             "Blizzard",
  11670.  
  11671.             "Body Slam",
  11672.  
  11673.             "Double Team",
  11674.  
  11675.             "Double-Edge",
  11676.  
  11677.             "Earthquake",
  11678.  
  11679.             "Fire Blast",
  11680.  
  11681.             "Fissure",
  11682.  
  11683.             "Flamethrower",
  11684.  
  11685.             "Headbutt",
  11686.  
  11687.             "Horn Attack",
  11688.  
  11689.             "Horn Drill",
  11690.  
  11691.             "Hyper Beam",
  11692.  
  11693.             "Ice Beam",
  11694.  
  11695.             "Leer",
  11696.  
  11697.             "Mimic",
  11698.  
  11699.             "Rage",
  11700.  
  11701.             "Rest",
  11702.  
  11703.             "Skull Bash",
  11704.  
  11705.             "Stomp",
  11706.  
  11707.             "Strength",
  11708.  
  11709.             "Substitute",
  11710.  
  11711.             "Surf",
  11712.  
  11713.             "Tackle",
  11714.  
  11715.             "Tail Whip",
  11716.  
  11717.             "Take Down",
  11718.  
  11719.             "Thrash",
  11720.  
  11721.             "Thunder",
  11722.  
  11723.             "Thunderbolt",
  11724.  
  11725.             "Toxic"
  11726.  
  11727.         ]
  11728.  
  11729.     },
  11730.  
  11731.     {
  11732.  
  11733.         "name": "Magikarp",
  11734.  
  11735.         "types": [
  11736.  
  11737.             "Water"
  11738.  
  11739.         ],
  11740.  
  11741.         "stats": {
  11742.  
  11743.             "hp": 20,
  11744.  
  11745.             "atk": 10,
  11746.  
  11747.             "def": 55,
  11748.  
  11749.             "spc": 15,
  11750.  
  11751.             "spd": 80
  11752.  
  11753.         },
  11754.  
  11755.         "moves": [
  11756.  
  11757.             "Splash",
  11758.  
  11759.             "Tackle"
  11760.  
  11761.         ]
  11762.  
  11763.     },
  11764.  
  11765.     {
  11766.  
  11767.         "name": "Gyarados",
  11768.  
  11769.         "types": [
  11770.  
  11771.             "Water",
  11772.  
  11773.             "Flying"
  11774.  
  11775.         ],
  11776.  
  11777.         "stats": {
  11778.  
  11779.             "hp": 95,
  11780.  
  11781.             "atk": 125,
  11782.  
  11783.             "def": 79,
  11784.  
  11785.             "spc": 60,
  11786.  
  11787.             "spd": 81
  11788.  
  11789.         },
  11790.  
  11791.         "moves": [
  11792.  
  11793.             "Bide",
  11794.  
  11795.             "Bite",
  11796.  
  11797.             "Blizzard",
  11798.  
  11799.             "Body Slam",
  11800.  
  11801.             "BubbleBeam",
  11802.  
  11803.             "Double Team",
  11804.  
  11805.             "Double-Edge",
  11806.  
  11807.             "Dragon Rage",
  11808.  
  11809.             "Fire Blast",
  11810.  
  11811.             "Flamethrower",
  11812.  
  11813.             "Headbutt",
  11814.  
  11815.             "Hydro Pump",
  11816.  
  11817.             "Hyper Beam",
  11818.  
  11819.             "Ice Beam",
  11820.  
  11821.             "Leer",
  11822.  
  11823.             "Mimic",
  11824.  
  11825.             "Rage",
  11826.  
  11827.             "Reflect",
  11828.  
  11829.             "Rest",
  11830.  
  11831.             "Roar",
  11832.  
  11833.             "Skull Bash",
  11834.  
  11835.             "Splash",
  11836.  
  11837.             "Strength",
  11838.  
  11839.             "Substitute",
  11840.  
  11841.             "Surf",
  11842.  
  11843.             "Tackle",
  11844.  
  11845.             "Take Down",
  11846.  
  11847.             "Thrash",
  11848.  
  11849.             "Thunder",
  11850.  
  11851.             "Thunderbolt",
  11852.  
  11853.             "Toxic",
  11854.  
  11855.             "Water Gun",
  11856.  
  11857.             "Waterfall"
  11858.  
  11859.         ]
  11860.  
  11861.     },
  11862.  
  11863.     {
  11864.  
  11865.         "name": "Lapras",
  11866.  
  11867.         "types": [
  11868.  
  11869.             "Water",
  11870.  
  11871.             "Ice"
  11872.  
  11873.         ],
  11874.  
  11875.         "stats": {
  11876.  
  11877.             "hp": 130,
  11878.  
  11879.             "atk": 85,
  11880.  
  11881.             "def": 80,
  11882.  
  11883.             "spc": 85,
  11884.  
  11885.             "spd": 60
  11886.  
  11887.         },
  11888.  
  11889.         "moves": [
  11890.  
  11891.             "Aurora Beam",
  11892.  
  11893.             "Bide",
  11894.  
  11895.             "Blizzard",
  11896.  
  11897.             "Body Slam",
  11898.  
  11899.             "BubbleBeam",
  11900.  
  11901.             "Confuse Ray",
  11902.  
  11903.             "Double Team",
  11904.  
  11905.             "Double-Edge",
  11906.  
  11907.             "Dragon Rage",
  11908.  
  11909.             "Dream Eater",
  11910.  
  11911.             "Growl",
  11912.  
  11913.             "Headbutt",
  11914.  
  11915.             "Horn Drill",
  11916.  
  11917.             "Hydro Pump",
  11918.  
  11919.             "Hyper Beam",
  11920.  
  11921.             "Ice Beam",
  11922.  
  11923.             "Mimic",
  11924.  
  11925.             "Mist",
  11926.  
  11927.             "Psychic",
  11928.  
  11929.             "Psywave",
  11930.  
  11931.             "Rage",
  11932.  
  11933.             "Reflect",
  11934.  
  11935.             "Rest",
  11936.  
  11937.             "Sing",
  11938.  
  11939.             "Skull Bash",
  11940.  
  11941.             "SolarBeam",
  11942.  
  11943.             "Strength",
  11944.  
  11945.             "Substitute",
  11946.  
  11947.             "Surf",
  11948.  
  11949.             "Take Down",
  11950.  
  11951.             "Thunder",
  11952.  
  11953.             "Thunderbolt",
  11954.  
  11955.             "Toxic",
  11956.  
  11957.             "Water Gun"
  11958.  
  11959.         ]
  11960.  
  11961.     },
  11962.  
  11963.     {
  11964.  
  11965.         "name": "Ditto",
  11966.  
  11967.         "types": [
  11968.  
  11969.             "Normal"
  11970.  
  11971.         ],
  11972.  
  11973.         "stats": {
  11974.  
  11975.             "hp": 48,
  11976.  
  11977.             "atk": 48,
  11978.  
  11979.             "def": 48,
  11980.  
  11981.             "spc": 48,
  11982.  
  11983.             "spd": 48
  11984.  
  11985.         },
  11986.  
  11987.         "moves": [
  11988.  
  11989.             "Transform"
  11990.  
  11991.         ]
  11992.  
  11993.     },
  11994.  
  11995.     {
  11996.  
  11997.         "name": "Eevee",
  11998.  
  11999.         "types": [
  12000.  
  12001.             "Normal"
  12002.  
  12003.         ],
  12004.  
  12005.         "stats": {
  12006.  
  12007.             "hp": 55,
  12008.  
  12009.             "atk": 55,
  12010.  
  12011.             "def": 50,
  12012.  
  12013.             "spc": 45,
  12014.  
  12015.             "spd": 55
  12016.  
  12017.         },
  12018.  
  12019.         "moves": [
  12020.  
  12021.             "Bide",
  12022.  
  12023.             "Bite",
  12024.  
  12025.             "Body Slam",
  12026.  
  12027.             "Double Team",
  12028.  
  12029.             "Double-Edge",
  12030.  
  12031.             "Focus Energy",
  12032.  
  12033.             "Growl",
  12034.  
  12035.             "Headbutt",
  12036.  
  12037.             "Mimic",
  12038.  
  12039.             "Quick Attack",
  12040.  
  12041.             "Rage",
  12042.  
  12043.             "Reflect",
  12044.  
  12045.             "Rest",
  12046.  
  12047.             "Sand-Attack",
  12048.  
  12049.             "Skull Bash",
  12050.  
  12051.             "Substitute",
  12052.  
  12053.             "Swift",
  12054.  
  12055.             "Tackle",
  12056.  
  12057.             "Tail Whip",
  12058.  
  12059.             "Take Down",
  12060.  
  12061.             "Toxic"
  12062.  
  12063.         ]
  12064.  
  12065.     },
  12066.  
  12067.     {
  12068.  
  12069.         "name": "Vaporeon",
  12070.  
  12071.         "types": [
  12072.  
  12073.             "Water"
  12074.  
  12075.         ],
  12076.  
  12077.         "stats": {
  12078.  
  12079.             "hp": 130,
  12080.  
  12081.             "atk": 65,
  12082.  
  12083.             "def": 60,
  12084.  
  12085.             "spc": 110,
  12086.  
  12087.             "spd": 65
  12088.  
  12089.         },
  12090.  
  12091.         "moves": [
  12092.  
  12093.             "Acid Armor",
  12094.  
  12095.             "Aurora Beam",
  12096.  
  12097.             "Bide",
  12098.  
  12099.             "Bite",
  12100.  
  12101.             "Blizzard",
  12102.  
  12103.             "Body Slam",
  12104.  
  12105.             "BubbleBeam",
  12106.  
  12107.             "Double Team",
  12108.  
  12109.             "Double-Edge",
  12110.  
  12111.             "Focus Energy",
  12112.  
  12113.             "Growl",
  12114.  
  12115.             "Haze",
  12116.  
  12117.             "Headbutt",
  12118.  
  12119.             "Hydro Pump",
  12120.  
  12121.             "Hyper Beam",
  12122.  
  12123.             "Ice Beam",
  12124.  
  12125.             "Mimic",
  12126.  
  12127.             "Mist",
  12128.  
  12129.             "Quick Attack",
  12130.  
  12131.             "Rage",
  12132.  
  12133.             "Reflect",
  12134.  
  12135.             "Rest",
  12136.  
  12137.             "Roar",
  12138.  
  12139.             "Sand-Attack",
  12140.  
  12141.             "Skull Bash",
  12142.  
  12143.             "Substitute",
  12144.  
  12145.             "Surf",
  12146.  
  12147.             "Swift",
  12148.  
  12149.             "Tackle",
  12150.  
  12151.             "Tail Whip",
  12152.  
  12153.             "Take Down",
  12154.  
  12155.             "Toxic",
  12156.  
  12157.             "Water Gun",
  12158.  
  12159.             "Waterfall"
  12160.  
  12161.         ]
  12162.  
  12163.     },
  12164.  
  12165.     {
  12166.  
  12167.         "name": "Jolteon",
  12168.  
  12169.         "types": [
  12170.  
  12171.             "Electric"
  12172.  
  12173.         ],
  12174.  
  12175.         "stats": {
  12176.  
  12177.             "hp": 65,
  12178.  
  12179.             "atk": 65,
  12180.  
  12181.             "def": 60,
  12182.  
  12183.             "spc": 110,
  12184.  
  12185.             "spd": 130
  12186.  
  12187.         },
  12188.  
  12189.         "moves": [
  12190.  
  12191.             "Agility",
  12192.  
  12193.             "Bide",
  12194.  
  12195.             "Bite",
  12196.  
  12197.             "Body Slam",
  12198.  
  12199.             "Double Kick",
  12200.  
  12201.             "Double Team",
  12202.  
  12203.             "Double-Edge",
  12204.  
  12205.             "Flash",
  12206.  
  12207.             "Focus Energy",
  12208.  
  12209.             "Growl",
  12210.  
  12211.             "Headbutt",
  12212.  
  12213.             "Hyper Beam",
  12214.  
  12215.             "Mimic",
  12216.  
  12217.             "Pin Missile",
  12218.  
  12219.             "Quick Attack",
  12220.  
  12221.             "Rage",
  12222.  
  12223.             "Reflect",
  12224.  
  12225.             "Rest",
  12226.  
  12227.             "Roar",
  12228.  
  12229.             "Sand-Attack",
  12230.  
  12231.             "Skull Bash",
  12232.  
  12233.             "Substitute",
  12234.  
  12235.             "Swift",
  12236.  
  12237.             "Tackle",
  12238.  
  12239.             "Tail Whip",
  12240.  
  12241.             "Take Down",
  12242.  
  12243.             "Thunder",
  12244.  
  12245.             "Thunder Wave",
  12246.  
  12247.             "ThunderShock",
  12248.  
  12249.             "Thunderbolt",
  12250.  
  12251.             "Toxic"
  12252.  
  12253.         ]
  12254.  
  12255.     },
  12256.  
  12257.     {
  12258.  
  12259.         "name": "Flareon",
  12260.  
  12261.         "types": [
  12262.  
  12263.             "Fire"
  12264.  
  12265.         ],
  12266.  
  12267.         "stats": {
  12268.  
  12269.             "hp": 65,
  12270.  
  12271.             "atk": 130,
  12272.  
  12273.             "def": 60,
  12274.  
  12275.             "spc": 95,
  12276.  
  12277.             "spd": 65
  12278.  
  12279.         },
  12280.  
  12281.         "moves": [
  12282.  
  12283.             "Bide",
  12284.  
  12285.             "Bite",
  12286.  
  12287.             "Body Slam",
  12288.  
  12289.             "Double Team",
  12290.  
  12291.             "Double-Edge",
  12292.  
  12293.             "Ember",
  12294.  
  12295.             "Fire Blast",
  12296.  
  12297.             "Fire Spin",
  12298.  
  12299.             "Flamethrower",
  12300.  
  12301.             "Focus Energy",
  12302.  
  12303.             "Growl",
  12304.  
  12305.             "Headbutt",
  12306.  
  12307.             "Hyper Beam",
  12308.  
  12309.             "Leer",
  12310.  
  12311.             "Mimic",
  12312.  
  12313.             "Quick Attack",
  12314.  
  12315.             "Rage",
  12316.  
  12317.             "Reflect",
  12318.  
  12319.             "Rest",
  12320.  
  12321.             "Roar",
  12322.  
  12323.             "Sand-Attack",
  12324.  
  12325.             "Skull Bash",
  12326.  
  12327.             "Smog",
  12328.  
  12329.             "Substitute",
  12330.  
  12331.             "Swift",
  12332.  
  12333.             "Tackle",
  12334.  
  12335.             "Tail Whip",
  12336.  
  12337.             "Take Down",
  12338.  
  12339.             "Toxic"
  12340.  
  12341.         ]
  12342.  
  12343.     },
  12344.  
  12345.     {
  12346.  
  12347.         "name": "Porygon",
  12348.  
  12349.         "types": [
  12350.  
  12351.             "Normal"
  12352.  
  12353.         ],
  12354.  
  12355.         "stats": {
  12356.  
  12357.             "hp": 65,
  12358.  
  12359.             "atk": 60,
  12360.  
  12361.             "def": 70,
  12362.  
  12363.             "spc": 85,
  12364.  
  12365.             "spd": 40
  12366.  
  12367.         },
  12368.  
  12369.         "moves": [
  12370.  
  12371.             "Agility",
  12372.  
  12373.             "Bide",
  12374.  
  12375.             "Blizzard",
  12376.  
  12377.             "Conversion",
  12378.  
  12379.             "Double Team",
  12380.  
  12381.             "Double-Edge",
  12382.  
  12383.             "Dream Eater",
  12384.  
  12385.             "Flash",
  12386.  
  12387.             "Hyper Beam",
  12388.  
  12389.             "Ice Beam",
  12390.  
  12391.             "Mimic",
  12392.  
  12393.             "Psybeam",
  12394.  
  12395.             "Psychic",
  12396.  
  12397.             "Psywave",
  12398.  
  12399.             "Rage",
  12400.  
  12401.             "Recover",
  12402.  
  12403.             "Reflect",
  12404.  
  12405.             "Rest",
  12406.  
  12407.             "Sharpen",
  12408.  
  12409.             "Skull Bash",
  12410.  
  12411.             "Substitute",
  12412.  
  12413.             "Swift",
  12414.  
  12415.             "Tackle",
  12416.  
  12417.             "Take Down",
  12418.  
  12419.             "Teleport",
  12420.  
  12421.             "Thunder",
  12422.  
  12423.             "Thunder Wave",
  12424.  
  12425.             "Thunderbolt",
  12426.  
  12427.             "Toxic",
  12428.  
  12429.             "Tri Attack"
  12430.  
  12431.         ]
  12432.  
  12433.     },
  12434.  
  12435.     {
  12436.  
  12437.         "name": "Omanyte",
  12438.  
  12439.         "types": [
  12440.  
  12441.             "Rock",
  12442.  
  12443.             "Water"
  12444.  
  12445.         ],
  12446.  
  12447.         "stats": {
  12448.  
  12449.             "hp": 35,
  12450.  
  12451.             "atk": 40,
  12452.  
  12453.             "def": 100,
  12454.  
  12455.             "spc": 90,
  12456.  
  12457.             "spd": 35
  12458.  
  12459.         },
  12460.  
  12461.         "moves": [
  12462.  
  12463.             "Aurora Beam",
  12464.  
  12465.             "Bide",
  12466.  
  12467.             "Bite",
  12468.  
  12469.             "Blizzard",
  12470.  
  12471.             "Body Slam",
  12472.  
  12473.             "BubbleBeam",
  12474.  
  12475.             "Constrict",
  12476.  
  12477.             "Double Team",
  12478.  
  12479.             "Double-Edge",
  12480.  
  12481.             "Haze",
  12482.  
  12483.             "Headbutt",
  12484.  
  12485.             "Horn Attack",
  12486.  
  12487.             "Hydro Pump",
  12488.  
  12489.             "Ice Beam",
  12490.  
  12491.             "Leer",
  12492.  
  12493.             "Mimic",
  12494.  
  12495.             "Rage",
  12496.  
  12497.             "Reflect",
  12498.  
  12499.             "Rest",
  12500.  
  12501.             "Slam",
  12502.  
  12503.             "Spike Cannon",
  12504.  
  12505.             "Substitute",
  12506.  
  12507.             "Supersonic",
  12508.  
  12509.             "Surf",
  12510.  
  12511.             "Take Down",
  12512.  
  12513.             "Toxic",
  12514.  
  12515.             "Water Gun",
  12516.  
  12517.             "Withdraw"
  12518.  
  12519.         ]
  12520.  
  12521.     },
  12522.  
  12523.     {
  12524.  
  12525.         "name": "Omastar",
  12526.  
  12527.         "types": [
  12528.  
  12529.             "Rock",
  12530.  
  12531.             "Water"
  12532.  
  12533.         ],
  12534.  
  12535.         "stats": {
  12536.  
  12537.             "hp": 70,
  12538.  
  12539.             "atk": 60,
  12540.  
  12541.             "def": 125,
  12542.  
  12543.             "spc": 115,
  12544.  
  12545.             "spd": 55
  12546.  
  12547.         },
  12548.  
  12549.         "moves": [
  12550.  
  12551.             "Aurora Beam",
  12552.  
  12553.             "Bide",
  12554.  
  12555.             "Bite",
  12556.  
  12557.             "Blizzard",
  12558.  
  12559.             "Body Slam",
  12560.  
  12561.             "BubbleBeam",
  12562.  
  12563.             "Constrict",
  12564.  
  12565.             "Double Team",
  12566.  
  12567.             "Double-Edge",
  12568.  
  12569.             "Haze",
  12570.  
  12571.             "Headbutt",
  12572.  
  12573.             "Horn Attack",
  12574.  
  12575.             "Horn Drill",
  12576.  
  12577.             "Hydro Pump",
  12578.  
  12579.             "Hyper Beam",
  12580.  
  12581.             "Ice Beam",
  12582.  
  12583.             "Leer",
  12584.  
  12585.             "Mimic",
  12586.  
  12587.             "Rage",
  12588.  
  12589.             "Reflect",
  12590.  
  12591.             "Rest",
  12592.  
  12593.             "Seismic Toss",
  12594.  
  12595.             "Skull Bash",
  12596.  
  12597.             "Slam",
  12598.  
  12599.             "Spike Cannon",
  12600.  
  12601.             "Submission",
  12602.  
  12603.             "Substitute",
  12604.  
  12605.             "Supersonic",
  12606.  
  12607.             "Surf",
  12608.  
  12609.             "Take Down",
  12610.  
  12611.             "Toxic",
  12612.  
  12613.             "Water Gun",
  12614.  
  12615.             "Withdraw"
  12616.  
  12617.         ]
  12618.  
  12619.     },
  12620.  
  12621.     {
  12622.  
  12623.         "name": "Kabuto",
  12624.  
  12625.         "types": [
  12626.  
  12627.             "Rock",
  12628.  
  12629.             "Water"
  12630.  
  12631.         ],
  12632.  
  12633.         "stats": {
  12634.  
  12635.             "hp": 30,
  12636.  
  12637.             "atk": 80,
  12638.  
  12639.             "def": 90,
  12640.  
  12641.             "spc": 55,
  12642.  
  12643.             "spd": 55
  12644.  
  12645.         },
  12646.  
  12647.         "moves": [
  12648.  
  12649.             "Absorb",
  12650.  
  12651.             "Aurora Beam",
  12652.  
  12653.             "Bide",
  12654.  
  12655.             "Blizzard",
  12656.  
  12657.             "Body Slam",
  12658.  
  12659.             "BubbleBeam",
  12660.  
  12661.             "Dig",
  12662.  
  12663.             "Double Team",
  12664.  
  12665.             "Double-Edge",
  12666.  
  12667.             "Harden",
  12668.  
  12669.             "Hydro Pump",
  12670.  
  12671.             "Ice Beam",
  12672.  
  12673.             "Leer",
  12674.  
  12675.             "Mega Drain",
  12676.  
  12677.             "Mimic",
  12678.  
  12679.             "Rage",
  12680.  
  12681.             "Reflect",
  12682.  
  12683.             "Rest",
  12684.  
  12685.             "Sand-Attack",
  12686.  
  12687.             "Scratch",
  12688.  
  12689.             "Slash",
  12690.  
  12691.             "Substitute",
  12692.  
  12693.             "Surf",
  12694.  
  12695.             "Take Down",
  12696.  
  12697.             "Toxic",
  12698.  
  12699.             "Water Gun"
  12700.  
  12701.         ]
  12702.  
  12703.     },
  12704.  
  12705.     {
  12706.  
  12707.         "name": "Kabutops",
  12708.  
  12709.         "types": [
  12710.  
  12711.             "Rock",
  12712.  
  12713.             "Water"
  12714.  
  12715.         ],
  12716.  
  12717.         "stats": {
  12718.  
  12719.             "hp": 60,
  12720.  
  12721.             "atk": 115,
  12722.  
  12723.             "def": 105,
  12724.  
  12725.             "spc": 65,
  12726.  
  12727.             "spd": 80
  12728.  
  12729.         },
  12730.  
  12731.         "moves": [
  12732.  
  12733.             "Absorb",
  12734.  
  12735.             "Aurora Beam",
  12736.  
  12737.             "Bide",
  12738.  
  12739.             "Blizzard",
  12740.  
  12741.             "Body Slam",
  12742.  
  12743.             "BubbleBeam",
  12744.  
  12745.             "Cut",
  12746.  
  12747.             "Dig",
  12748.  
  12749.             "Double Team",
  12750.  
  12751.             "Double-Edge",
  12752.  
  12753.             "Harden",
  12754.  
  12755.             "Headbutt",
  12756.  
  12757.             "Hydro Pump",
  12758.  
  12759.             "Hyper Beam",
  12760.  
  12761.             "Ice Beam",
  12762.  
  12763.             "Leer",
  12764.  
  12765.             "Mega Drain",
  12766.  
  12767.             "Mega Kick",
  12768.  
  12769.             "Mimic",
  12770.  
  12771.             "Rage",
  12772.  
  12773.             "Razor Wind",
  12774.  
  12775.             "Reflect",
  12776.  
  12777.             "Rest",
  12778.  
  12779.             "Sand-Attack",
  12780.  
  12781.             "Scratch",
  12782.  
  12783.             "Seismic Toss",
  12784.  
  12785.             "Skull Bash",
  12786.  
  12787.             "Slash",
  12788.  
  12789.             "Submission",
  12790.  
  12791.             "Substitute",
  12792.  
  12793.             "Surf",
  12794.  
  12795.             "Swords Dance",
  12796.  
  12797.             "Take Down",
  12798.  
  12799.             "Toxic",
  12800.  
  12801.             "Water Gun"
  12802.  
  12803.         ]
  12804.  
  12805.     },
  12806.  
  12807.     {
  12808.  
  12809.         "name": "Aerodactyl",
  12810.  
  12811.         "types": [
  12812.  
  12813.             "Rock",
  12814.  
  12815.             "Flying"
  12816.  
  12817.         ],
  12818.  
  12819.         "stats": {
  12820.  
  12821.             "hp": 80,
  12822.  
  12823.             "atk": 105,
  12824.  
  12825.             "def": 65,
  12826.  
  12827.             "spc": 60,
  12828.  
  12829.             "spd": 130
  12830.  
  12831.         },
  12832.  
  12833.         "moves": [
  12834.  
  12835.             "Agility",
  12836.  
  12837.             "Bide",
  12838.  
  12839.             "Bite",
  12840.  
  12841.             "Double Team",
  12842.  
  12843.             "Double-Edge",
  12844.  
  12845.             "Dragon Rage",
  12846.  
  12847.             "Earthquake",
  12848.  
  12849.             "Fire Blast",
  12850.  
  12851.             "Flamethrower",
  12852.  
  12853.             "Fly",
  12854.  
  12855.             "Headbutt",
  12856.  
  12857.             "Hyper Beam",
  12858.  
  12859.             "Mimic",
  12860.  
  12861.             "Rage",
  12862.  
  12863.             "Razor Wind",
  12864.  
  12865.             "Reflect",
  12866.  
  12867.             "Rest",
  12868.  
  12869.             "Roar",
  12870.  
  12871.             "Sky Attack",
  12872.  
  12873.             "Substitute",
  12874.  
  12875.             "Supersonic",
  12876.  
  12877.             "Swift",
  12878.  
  12879.             "Take Down",
  12880.  
  12881.             "Toxic",
  12882.  
  12883.             "Whirlwind",
  12884.  
  12885.             "Wing Attack"
  12886.  
  12887.         ]
  12888.  
  12889.     },
  12890.  
  12891.     {
  12892.  
  12893.         "name": "Snorlax",
  12894.  
  12895.         "types": [
  12896.  
  12897.             "Normal"
  12898.  
  12899.         ],
  12900.  
  12901.         "stats": {
  12902.  
  12903.             "hp": 160,
  12904.  
  12905.             "atk": 110,
  12906.  
  12907.             "def": 65,
  12908.  
  12909.             "spc": 65,
  12910.  
  12911.             "spd": 30
  12912.  
  12913.         },
  12914.  
  12915.         "moves": [
  12916.  
  12917.             "Amnesia",
  12918.  
  12919.             "Bide",
  12920.  
  12921.             "Blizzard",
  12922.  
  12923.             "Body Slam",
  12924.  
  12925.             "BubbleBeam",
  12926.  
  12927.             "Counter",
  12928.  
  12929.             "Defense Curl",
  12930.  
  12931.             "Double Team",
  12932.  
  12933.             "Double-Edge",
  12934.  
  12935.             "Earthquake",
  12936.  
  12937.             "Fire Blast",
  12938.  
  12939.             "Fire Punch",
  12940.  
  12941.             "Fissure",
  12942.  
  12943.             "Flamethrower",
  12944.  
  12945.             "Harden",
  12946.  
  12947.             "Headbutt",
  12948.  
  12949.             "Hyper Beam",
  12950.  
  12951.             "Ice Beam",
  12952.  
  12953.             "Ice Punch",
  12954.  
  12955.             "Lick",
  12956.  
  12957.             "Mega Kick",
  12958.  
  12959.             "Mega Punch",
  12960.  
  12961.             "Metronome",
  12962.  
  12963.             "Mimic",
  12964.  
  12965.             "Pay Day",
  12966.  
  12967.             "Psychic",
  12968.  
  12969.             "Psywave",
  12970.  
  12971.             "Rage",
  12972.  
  12973.             "Reflect",
  12974.  
  12975.             "Rest",
  12976.  
  12977.             "Rock Slide",
  12978.  
  12979.             "Seismic Toss",
  12980.  
  12981.             "Selfdestruct",
  12982.  
  12983.             "Skull Bash",
  12984.  
  12985.             "SolarBeam",
  12986.  
  12987.             "Strength",
  12988.  
  12989.             "Submission",
  12990.  
  12991.             "Substitute",
  12992.  
  12993.             "Surf",
  12994.  
  12995.             "Tackle",
  12996.  
  12997.             "Take Down",
  12998.  
  12999.             "Thunder",
  13000.  
  13001.             "ThunderPunch",
  13002.  
  13003.             "Thunderbolt",
  13004.  
  13005.             "Toxic",
  13006.  
  13007.             "Water Gun"
  13008.  
  13009.         ]
  13010.  
  13011.     },
  13012.  
  13013.     {
  13014.  
  13015.         "name": "Articuno",
  13016.  
  13017.         "types": [
  13018.  
  13019.             "Ice",
  13020.  
  13021.             "Flying"
  13022.  
  13023.         ],
  13024.  
  13025.         "stats": {
  13026.  
  13027.             "hp": 90,
  13028.  
  13029.             "atk": 85,
  13030.  
  13031.             "def": 100,
  13032.  
  13033.             "spc": 95,
  13034.  
  13035.             "spd": 85
  13036.  
  13037.         },
  13038.  
  13039.         "moves": [
  13040.  
  13041.             "Agility",
  13042.  
  13043.             "Bide",
  13044.  
  13045.             "Blizzard",
  13046.  
  13047.             "BubbleBeam",
  13048.  
  13049.             "Double Team",
  13050.  
  13051.             "Double-Edge",
  13052.  
  13053.             "Fly",
  13054.  
  13055.             "Gust",
  13056.  
  13057.             "Hyper Beam",
  13058.  
  13059.             "Ice Beam",
  13060.  
  13061.             "Mimic",
  13062.  
  13063.             "Mist",
  13064.  
  13065.             "Peck",
  13066.  
  13067.             "Rage",
  13068.  
  13069.             "Razor Wind",
  13070.  
  13071.             "Reflect",
  13072.  
  13073.             "Rest",
  13074.  
  13075.             "Roar",
  13076.  
  13077.             "Sky Attack",
  13078.  
  13079.             "Substitute",
  13080.  
  13081.             "Swift",
  13082.  
  13083.             "Take Down",
  13084.  
  13085.             "Toxic",
  13086.  
  13087.             "Water Gun",
  13088.  
  13089.             "Whirlwind"
  13090.  
  13091.         ]
  13092.  
  13093.     },
  13094.  
  13095.     {
  13096.  
  13097.         "name": "Zapdos",
  13098.  
  13099.         "types": [
  13100.  
  13101.             "Electric",
  13102.  
  13103.             "Flying"
  13104.  
  13105.         ],
  13106.  
  13107.         "stats": {
  13108.  
  13109.             "hp": 90,
  13110.  
  13111.             "atk": 90,
  13112.  
  13113.             "def": 85,
  13114.  
  13115.             "spc": 125,
  13116.  
  13117.             "spd": 100
  13118.  
  13119.         },
  13120.  
  13121.         "moves": [
  13122.  
  13123.             "Agility",
  13124.  
  13125.             "Bide",
  13126.  
  13127.             "Double Team",
  13128.  
  13129.             "Double-Edge",
  13130.  
  13131.             "Drill Peck",
  13132.  
  13133.             "Flash",
  13134.  
  13135.             "Fly",
  13136.  
  13137.             "Hyper Beam",
  13138.  
  13139.             "Light Screen",
  13140.  
  13141.             "Mimic",
  13142.  
  13143.             "Peck",
  13144.  
  13145.             "Rage",
  13146.  
  13147.             "Razor Wind",
  13148.  
  13149.             "Reflect",
  13150.  
  13151.             "Rest",
  13152.  
  13153.             "Roar",
  13154.  
  13155.             "Sky Attack",
  13156.  
  13157.             "Substitute",
  13158.  
  13159.             "Swift",
  13160.  
  13161.             "Take Down",
  13162.  
  13163.             "Thunder",
  13164.  
  13165.             "Thunder Wave",
  13166.  
  13167.             "ThunderShock",
  13168.  
  13169.             "Thunderbolt",
  13170.  
  13171.             "Toxic",
  13172.  
  13173.             "Whirlwind"
  13174.  
  13175.         ]
  13176.  
  13177.     },
  13178.  
  13179.     {
  13180.  
  13181.         "name": "Moltres",
  13182.  
  13183.         "types": [
  13184.  
  13185.             "Fire",
  13186.  
  13187.             "Flying"
  13188.  
  13189.         ],
  13190.  
  13191.         "stats": {
  13192.  
  13193.             "hp": 90,
  13194.  
  13195.             "atk": 100,
  13196.  
  13197.             "def": 90,
  13198.  
  13199.             "spc": 125,
  13200.  
  13201.             "spd": 90
  13202.  
  13203.         },
  13204.  
  13205.         "moves": [
  13206.  
  13207.             "Agility",
  13208.  
  13209.             "Bide",
  13210.  
  13211.             "Double Team",
  13212.  
  13213.             "Double-Edge",
  13214.  
  13215.             "Ember",
  13216.  
  13217.             "Fire Blast",
  13218.  
  13219.             "Fire Spin",
  13220.  
  13221.             "Flamethrower",
  13222.  
  13223.             "Fly",
  13224.  
  13225.             "Hyper Beam",
  13226.  
  13227.             "Leer",
  13228.  
  13229.             "Mimic",
  13230.  
  13231.             "Peck",
  13232.  
  13233.             "Rage",
  13234.  
  13235.             "Razor Wind",
  13236.  
  13237.             "Reflect",
  13238.  
  13239.             "Rest",
  13240.  
  13241.             "Roar",
  13242.  
  13243.             "Sky Attack",
  13244.  
  13245.             "Substitute",
  13246.  
  13247.             "Swift",
  13248.  
  13249.             "Take Down",
  13250.  
  13251.             "Toxic",
  13252.  
  13253.             "Whirlwind",
  13254.  
  13255.             "Wing Attack"
  13256.  
  13257.         ]
  13258.  
  13259.     },
  13260.  
  13261.     {
  13262.  
  13263.         "name": "Dratini",
  13264.  
  13265.         "types": [
  13266.  
  13267.             "Dragon"
  13268.  
  13269.         ],
  13270.  
  13271.         "stats": {
  13272.  
  13273.             "hp": 41,
  13274.  
  13275.             "atk": 64,
  13276.  
  13277.             "def": 45,
  13278.  
  13279.             "spc": 50,
  13280.  
  13281.             "spd": 50
  13282.  
  13283.         },
  13284.  
  13285.         "moves": [
  13286.  
  13287.             "Agility",
  13288.  
  13289.             "Bide",
  13290.  
  13291.             "Blizzard",
  13292.  
  13293.             "Body Slam",
  13294.  
  13295.             "BubbleBeam",
  13296.  
  13297.             "Double Team",
  13298.  
  13299.             "Double-Edge",
  13300.  
  13301.             "Dragon Rage",
  13302.  
  13303.             "Fire Blast",
  13304.  
  13305.             "Flamethrower",
  13306.  
  13307.             "Haze",
  13308.  
  13309.             "Headbutt",
  13310.  
  13311.             "Hyper Beam",
  13312.  
  13313.             "Ice Beam",
  13314.  
  13315.             "Leer",
  13316.  
  13317.             "Light Screen",
  13318.  
  13319.             "Mimic",
  13320.  
  13321.             "Mist",
  13322.  
  13323.             "Rage",
  13324.  
  13325.             "Reflect",
  13326.  
  13327.             "Rest",
  13328.  
  13329.             "Skull Bash",
  13330.  
  13331.             "Slam",
  13332.  
  13333.             "Substitute",
  13334.  
  13335.             "Supersonic",
  13336.  
  13337.             "Surf",
  13338.  
  13339.             "Swift",
  13340.  
  13341.             "Take Down",
  13342.  
  13343.             "Thunder",
  13344.  
  13345.             "Thunder Wave",
  13346.  
  13347.             "Thunderbolt",
  13348.  
  13349.             "Toxic",
  13350.  
  13351.             "Water Gun",
  13352.  
  13353.             "Waterfall",
  13354.  
  13355.             "Wrap"
  13356.  
  13357.         ]
  13358.  
  13359.     },
  13360.  
  13361.     {
  13362.  
  13363.         "name": "Dragonair",
  13364.  
  13365.         "types": [
  13366.  
  13367.             "Dragon"
  13368.  
  13369.         ],
  13370.  
  13371.         "stats": {
  13372.  
  13373.             "hp": 61,
  13374.  
  13375.             "atk": 84,
  13376.  
  13377.             "def": 65,
  13378.  
  13379.             "spc": 70,
  13380.  
  13381.             "spd": 70
  13382.  
  13383.         },
  13384.  
  13385.         "moves": [
  13386.  
  13387.             "Agility",
  13388.  
  13389.             "Bide",
  13390.  
  13391.             "Blizzard",
  13392.  
  13393.             "Body Slam",
  13394.  
  13395.             "BubbleBeam",
  13396.  
  13397.             "Double Team",
  13398.  
  13399.             "Double-Edge",
  13400.  
  13401.             "Dragon Rage",
  13402.  
  13403.             "Fire Blast",
  13404.  
  13405.             "Flamethrower",
  13406.  
  13407.             "Haze",
  13408.  
  13409.             "Headbutt",
  13410.  
  13411.             "Horn Drill",
  13412.  
  13413.             "Hyper Beam",
  13414.  
  13415.             "Ice Beam",
  13416.  
  13417.             "Leer",
  13418.  
  13419.             "Light Screen",
  13420.  
  13421.             "Mimic",
  13422.  
  13423.             "Mist",
  13424.  
  13425.             "Rage",
  13426.  
  13427.             "Reflect",
  13428.  
  13429.             "Rest",
  13430.  
  13431.             "Skull Bash",
  13432.  
  13433.             "Slam",
  13434.  
  13435.             "Substitute",
  13436.  
  13437.             "Supersonic",
  13438.  
  13439.             "Surf",
  13440.  
  13441.             "Swift",
  13442.  
  13443.             "Take Down",
  13444.  
  13445.             "Thunder",
  13446.  
  13447.             "Thunder Wave",
  13448.  
  13449.             "Thunderbolt",
  13450.  
  13451.             "Toxic",
  13452.  
  13453.             "Water Gun",
  13454.  
  13455.             "Waterfall",
  13456.  
  13457.             "Wrap"
  13458.  
  13459.         ]
  13460.  
  13461.     },
  13462.  
  13463.     {
  13464.  
  13465.         "name": "Dragonite",
  13466.  
  13467.         "types": [
  13468.  
  13469.             "Dragon",
  13470.  
  13471.             "Flying"
  13472.  
  13473.         ],
  13474.  
  13475.         "stats": {
  13476.  
  13477.             "hp": 91,
  13478.  
  13479.             "atk": 134,
  13480.  
  13481.             "def": 95,
  13482.  
  13483.             "spc": 100,
  13484.  
  13485.             "spd": 80
  13486.  
  13487.         },
  13488.  
  13489.         "moves": [
  13490.  
  13491.             "Agility",
  13492.  
  13493.             "Bide",
  13494.  
  13495.             "Blizzard",
  13496.  
  13497.             "Body Slam",
  13498.  
  13499.             "BubbleBeam",
  13500.  
  13501.             "Double Team",
  13502.  
  13503.             "Double-Edge",
  13504.  
  13505.             "Dragon Rage",
  13506.  
  13507.             "Fire Blast",
  13508.  
  13509.             "Fire Punch",
  13510.  
  13511.             "Flamethrower",
  13512.  
  13513.             "Fly",
  13514.  
  13515.             "Haze",
  13516.  
  13517.             "Headbutt",
  13518.  
  13519.             "Horn Drill",
  13520.  
  13521.             "Hyper Beam",
  13522.  
  13523.             "Ice Beam",
  13524.  
  13525.             "Ice Punch",
  13526.  
  13527.             "Leer",
  13528.  
  13529.             "Light Screen",
  13530.  
  13531.             "Mimic",
  13532.  
  13533.             "Mist",
  13534.  
  13535.             "Rage",
  13536.  
  13537.             "Razor Wind",
  13538.  
  13539.             "Reflect",
  13540.  
  13541.             "Rest",
  13542.  
  13543.             "Skull Bash",
  13544.  
  13545.             "Slam",
  13546.  
  13547.             "Strength",
  13548.  
  13549.             "Substitute",
  13550.  
  13551.             "Supersonic",
  13552.  
  13553.             "Surf",
  13554.  
  13555.             "Swift",
  13556.  
  13557.             "Take Down",
  13558.  
  13559.             "Thunder",
  13560.  
  13561.             "Thunder Wave",
  13562.  
  13563.             "ThunderPunch",
  13564.  
  13565.             "Thunderbolt",
  13566.  
  13567.             "Toxic",
  13568.  
  13569.             "Water Gun",
  13570.  
  13571.             "Waterfall",
  13572.  
  13573.             "Wing Attack",
  13574.  
  13575.             "Wrap"
  13576.  
  13577.         ]
  13578.  
  13579.     },
  13580.  
  13581.     {
  13582.  
  13583.         "name": "Mewtwo",
  13584.  
  13585.         "types": [
  13586.  
  13587.             "Psychic"
  13588.  
  13589.         ],
  13590.  
  13591.         "stats": {
  13592.  
  13593.             "hp": 106,
  13594.  
  13595.             "atk": 110,
  13596.  
  13597.             "def": 90,
  13598.  
  13599.             "spc": 154,
  13600.  
  13601.             "spd": 130
  13602.  
  13603.         },
  13604.  
  13605.         "moves": [
  13606.  
  13607.             "Amnesia",
  13608.  
  13609.             "Barrier",
  13610.  
  13611.             "Bide",
  13612.  
  13613.             "Blizzard",
  13614.  
  13615.             "Body Slam",
  13616.  
  13617.             "BubbleBeam",
  13618.  
  13619.             "Confusion",
  13620.  
  13621.             "Counter",
  13622.  
  13623.             "Disable",
  13624.  
  13625.             "Double Team",
  13626.  
  13627.             "Double-Edge",
  13628.  
  13629.             "Dream Eater",
  13630.  
  13631.             "Fire Blast",
  13632.  
  13633.             "Fire Punch",
  13634.  
  13635.             "Flamethrower",
  13636.  
  13637.             "Flash",
  13638.  
  13639.             "Headbutt",
  13640.  
  13641.             "Hyper Beam",
  13642.  
  13643.             "Ice Beam",
  13644.  
  13645.             "Ice Punch",
  13646.  
  13647.             "Mega Kick",
  13648.  
  13649.             "Mega Punch",
  13650.  
  13651.             "Metronome",
  13652.  
  13653.             "Mimic",
  13654.  
  13655.             "Mist",
  13656.  
  13657.             "Pay Day",
  13658.  
  13659.             "Psychic",
  13660.  
  13661.             "Psywave",
  13662.  
  13663.             "Rage",
  13664.  
  13665.             "Recover",
  13666.  
  13667.             "Reflect",
  13668.  
  13669.             "Rest",
  13670.  
  13671.             "Seismic Toss",
  13672.  
  13673.             "Selfdestruct",
  13674.  
  13675.             "Skull Bash",
  13676.  
  13677.             "SolarBeam",
  13678.  
  13679.             "Strength",
  13680.  
  13681.             "Submission",
  13682.  
  13683.             "Substitute",
  13684.  
  13685.             "Swift",
  13686.  
  13687.             "Take Down",
  13688.  
  13689.             "Teleport",
  13690.  
  13691.             "Thunder",
  13692.  
  13693.             "Thunder Wave",
  13694.  
  13695.             "ThunderPunch",
  13696.  
  13697.             "Thunderbolt",
  13698.  
  13699.             "Toxic",
  13700.  
  13701.             "Tri Attack",
  13702.  
  13703.             "Water Gun"
  13704.  
  13705.         ]
  13706.  
  13707.     },
  13708.  
  13709.     {
  13710.  
  13711.         "name": "Mew",
  13712.  
  13713.         "types": [
  13714.  
  13715.             "Psychic"
  13716.  
  13717.         ],
  13718.  
  13719.         "stats": {
  13720.  
  13721.             "hp": 100,
  13722.  
  13723.             "atk": 100,
  13724.  
  13725.             "def": 100,
  13726.  
  13727.             "spc": 100,
  13728.  
  13729.             "spd": 100
  13730.  
  13731.         },
  13732.  
  13733.         "moves": [
  13734.  
  13735.             "Bide",
  13736.  
  13737.             "Blizzard",
  13738.  
  13739.             "Body Slam",
  13740.  
  13741.             "BubbleBeam",
  13742.  
  13743.             "Counter",
  13744.  
  13745.             "Cut",
  13746.  
  13747.             "Defense Curl",
  13748.  
  13749.             "Dig",
  13750.  
  13751.             "Double Team",
  13752.  
  13753.             "Double-Edge",
  13754.  
  13755.             "Dragon Rage",
  13756.  
  13757.             "Dream Eater",
  13758.  
  13759.             "Earthquake",
  13760.  
  13761.             "Egg Bomb",
  13762.  
  13763.             "Explosion",
  13764.  
  13765.             "Fire Blast",
  13766.  
  13767.             "Fire Punch",
  13768.  
  13769.             "Fissure",
  13770.  
  13771.             "Flamethrower",
  13772.  
  13773.             "Flash",
  13774.  
  13775.             "Fly",
  13776.  
  13777.             "Headbutt",
  13778.  
  13779.             "Horn Drill",
  13780.  
  13781.             "Hyper Beam",
  13782.  
  13783.             "Ice Beam",
  13784.  
  13785.             "Ice Punch",
  13786.  
  13787.             "Mega Drain",
  13788.  
  13789.             "Mega Kick",
  13790.  
  13791.             "Mega Punch",
  13792.  
  13793.             "Metronome",
  13794.  
  13795.             "Mimic",
  13796.  
  13797.             "Pay Day",
  13798.  
  13799.             "Pound",
  13800.  
  13801.             "Psychic",
  13802.  
  13803.             "Psywave",
  13804.  
  13805.             "Rage",
  13806.  
  13807.             "Razor Wind",
  13808.  
  13809.             "Reflect",
  13810.  
  13811.             "Rest",
  13812.  
  13813.             "Roar",
  13814.  
  13815.             "Rock Slide",
  13816.  
  13817.             "Seismic Toss",
  13818.  
  13819.             "Selfdestruct",
  13820.  
  13821.             "Skull Bash",
  13822.  
  13823.             "Sky Attack",
  13824.  
  13825.             "Softboiled",
  13826.  
  13827.             "SolarBeam",
  13828.  
  13829.             "Strength",
  13830.  
  13831.             "Submission",
  13832.  
  13833.             "Substitute",
  13834.  
  13835.             "Surf",
  13836.  
  13837.             "Swift",
  13838.  
  13839.             "Swords Dance",
  13840.  
  13841.             "Take Down",
  13842.  
  13843.             "Teleport",
  13844.  
  13845.             "Thunder",
  13846.  
  13847.             "Thunder Wave",
  13848.  
  13849.             "ThunderPunch",
  13850.  
  13851.             "Thunderbolt",
  13852.  
  13853.             "Toxic",
  13854.  
  13855.             "Transform",
  13856.  
  13857.             "Tri Attack",
  13858.  
  13859.             "Water Gun",
  13860.  
  13861.             "Waterfall",
  13862.  
  13863.             "Whirlwind"
  13864.  
  13865.         ]
  13866.  
  13867.     }
  13868.  
  13869. ]
Add Comment
Please, Sign In to add comment