Lurantise

Nebby!

Jan 3rd, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Cosmog"] = {
  2.     ["Pokedex"] = 789,
  3.     ["PokedexDesc"] = "Nebby get in the bag! Pew.",
  4.     ["Species"] = "Nebula Pokemon",
  5.     ["Height"] = "0'08\"",
  6.     ["Weight"] = 0.2,
  7.     ["Type"] = {"Psychic"},
  8.     ["Stats"] = {
  9.         ["HP"] = 43,
  10.         ["Atk"] = 29,
  11.         ["Def"] = 31,
  12.         ["SpA"] = 29,
  13.         ["SpD"] = 31,
  14.         ["Speed"] = 37
  15.         },
  16.     ["Evolution"] = {43,"Cosmoem"},
  17.     ["Gender"] = Unknown,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [1] = {"Splash"}
  21.             },
  22.     },
  23.     ["Sprites"] = {
  24.         ["Front"] = "http://www.roblox.com/asset/?id=606662156",
  25.         ["Back"] = "http://www.roblox.com/asset/?id=606666568",
  26.         ["Mini"] = "http://www.roblox.com/asset/?id=606643127",
  27.         ["SB"] = "http://www.roblox.com/asset/?id=606674990",
  28.         ["SF"] = "http://www.roblox.com/asset/?id=606684425"
  29.     },
  30.     ["ExpType"] = "Slow",
  31.     ["EVYield"] = {
  32.         ["Exp"] = 40,
  33.         ["HP"] = 1
  34.     },
  35.     ["CatchRate"] = 45,
  36. },
Advertisement
Add Comment
Please, Sign In to add comment