Advertisement
Lurantise

cherubi

Apr 10th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Cherubi"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "In Pokemon DPP’s National Pokedex this Pokemon’s dex number was 420, Cherubi is also a grass type.",
  4.     ["Species"] = "Cherry Pokemon",
  5.     ["Height"] = "1'40\"",
  6.     ["Weight"] = 7.3,
  7.     ["Type"] = {"Grass"},
  8.     ["Stats"] = {
  9.         ["HP"] = 45,
  10.         ["Atk"] = 35,
  11.         ["Def"] = 45,
  12.         ["SpA"] = 62,
  13.         ["SpD"] = 53,
  14.         ["Speed"] = 35
  15.         },
  16.     ["Evolution"] = {25,"Cherrim"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [59] = {"Dazzling Gleam"},
  21.             [36] = {"Take Down"},
  22.             [32] = {"Giga Drain"},
  23.             [27] = {"Synthesis"},
  24.             [23] = {"Bullet Seed"},
  25.             [21] = {"Tickle"},
  26.             [19] = {"Seed Bomb"},
  27.             [11] = {"Razor Leaf"},
  28.             [7] = {"Defense Curl"},
  29.             [5] =  {"Magical Leaf"},
  30.             [3] =  {"Leech Seed"},
  31.             [1] = {"Tackle","Growth"}
  32.             },
  33.     },
  34.     ["Sprites"] = {
  35.         ["Front"] = "http://www.roblox.com/asset/?id=706166156",
  36.         ["Back"] = "http://www.roblox.com/asset/?id=706166120",
  37.         ["Mini"] = "http://www.roblox.com/asset/?id=706166181",
  38.         ["SB"] = "http://www.roblox.com/asset/?id=706166230",
  39.         ["SF"] = "http://www.roblox.com/asset/?id=706166261"
  40.     },
  41.     ["ExpType"] = "MedFast",
  42.     ["EVYield"] = {
  43.         ["Exp"] = 68,
  44.         ["SpA"] = 1
  45.     },
  46.     ["CatchRate"] = 190,
  47. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement