Advertisement
Zen_it

Untitled

Dec 12th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.23 KB | None | 0 0
  1. ["Goomy"] = {
  2.     ["Pokedex"] = 704,
  3.     ["PokedexDesc"] = "Goomy was the mascot for Nickelodeon for the past 20 years.",
  4.     ["Species"] = "Soft Tissue Pokemon",
  5.     ["Height"] = "1'00\"",
  6.     ["Weight"] = 6.2,
  7.     ["Type"] = {"Dragon"},
  8.     ["Stats"] = {
  9.         ["HP"] = 45,
  10.         ["Atk"] = 50,
  11.         ["Def"] = 35,
  12.         ["SpA"] = 55,
  13.         ["SpD"] = 75,
  14.         ["Speed"] = 40
  15.         },
  16.     ["Evolution"] = {40,"Sliggoo"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [42] = {"Dragon Pulse"},
  21.             [38] = {"Muddy Water"},
  22.             [32] = {"Body slam"},
  23.             [18] = {"Dragon Breath"},
  24.             [9] = {"Protect"},
  25.             [5] =  {"Absorb"},
  26.             [1] = {"Tackle"}
  27.             },
  28.     },
  29.     ["Sprites"] = {
  30.         ["Front"] = "http://www.roblox.com/asset/?id=566774471",
  31.         ["Back"] = "http://www.roblox.com/asset/?id=566775157",
  32.         ["Mini"] = "http://www.roblox.com/asset/?id=566768927",
  33.         ["SB"] = "http://www.roblox.com/asset/?id=566775266",
  34.         ["SF"] = "http://www.roblox.com/asset/?id=566774943"
  35.     },
  36.     ["ExpType"] = "Slow",
  37.     ["EVYield"] = {
  38.         ["Exp"] = 60,
  39.         ["SpDef"] = 1
  40.     },
  41.     ["CatchRate"] = 45,
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement