Advertisement
pigdevil2010

Top Percentage

Sep 16th, 2014
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "name":"Joey",
  3.     "nick":"and his top percentage Rattatas, of course!",
  4.     "pic":"unknown",
  5.     "reward":"7000",
  6.     "mons":[{
  7.         "name":"Rattata",
  8.         "lv":100,
  9.         "item":"Quick Claw",
  10.         "moves":["Super Fang","Thunder","Blizzard","Iron Tail"]
  11.     },{
  12.         "name":"Rattata",
  13.         "lv":60,
  14.         "item":"Focus Band",
  15.         "moves":["Hyper Fang","Shadow Ball","Headbutt","Swift"]
  16.     },{
  17.         "name":"Rattata",
  18.         "lv":62,
  19.         "item":"Bright Powder",
  20.         "moves":["Protect","Endure","Rock Smash","Toxic"]
  21.     },{
  22.         "name":"Raticate",
  23.         "lv":65,
  24.         "item":"King's Rock",
  25.         "moves":["Headbutt","Hidden Power","Thief","Dig"]
  26.     },{
  27.         "name":"Raticate",
  28.         "lv":68,
  29.         "item":"Scope Lens",
  30.         "moves":["Quick Attack","Hyper Fang","Strength","Super Fang"]
  31.     },{
  32.         "name":"Raticate",
  33.         "lv":70,
  34.         "item":"Leftovers",
  35.         "moves":["Hyper Beam","Super Fang","Bite","Flame Wheel"]
  36.     }]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement