Advertisement
Lurantise

ducklett

Apr 10th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Ducklett"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "A duck walked up the the lemonade stand and he said to the man running the stand; 'Hey, got any grapes?'",
  4.     ["Species"] = "Water Bird Pokemon",
  5.     ["Height"] = "1'80\"",
  6.     ["Weight"] = 12.1,
  7.     ["Type"] = {"Water","Flying"},
  8.     ["Stats"] = {
  9.         ["HP"] = 62,
  10.         ["Atk"] = 44,
  11.         ["Def"] = 50,
  12.         ["SpA"] = 44,
  13.         ["SpD"] = 50,
  14.         ["Speed"] = 55
  15.         },
  16.     ["Evolution"] = {35,"Swanna"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [55] = {"Hurricane"},
  21.             [46] = {"Brave Bird"},
  22.             [42] = {"Steel Wing"},
  23.             [37] = {"Water Pulse"},
  24.             [33] = {"Bubblebeam"},
  25.             [31] = {"Air Slash"},
  26.             [19] = {"Icy Wind"},
  27.             [11] = {"Roost"},
  28.             [7] = {"Air Cutter"},
  29.             [3] =  {"Aerial Ace"},
  30.             [1] = {"Gust","Water Gun"}
  31.             },
  32.     },
  33.     ["Sprites"] = {
  34.         ["Front"] = "http://www.roblox.com/asset/?id=706166519",
  35.         ["Back"] = "http://www.roblox.com/asset/?id=706166617",
  36.         ["Mini"] = "http://www.roblox.com/asset/?id=706166657",
  37.         ["SB"] = "http://www.roblox.com/asset/?id=706166801",
  38.         ["SF"] = "http://www.roblox.com/asset/?id=706166876"
  39.     },
  40.     ["ExpType"] = "MedFast",
  41.     ["EVYield"] = {
  42.         ["Exp"] = 61,
  43.         ["HP"] = 1
  44.     },
  45.     ["CatchRate"] = 190,
  46. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement