Advertisement
Lurantise

cherrim sun

Apr 10th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Cherrim-Sunshine"] = {
  2.     ["Pokedex"] = 0,
  3.     ["Species"] = "Blossom Pokemon",
  4.     ["Height"] = "1'80\"",
  5.     ["Weight"] = 20.5,
  6.     ["Type"] = {"Grass"},
  7.     ["Stats"] = {
  8.         ["HP"] = 75,
  9.         ["Atk"] = 65,
  10.         ["Def"] = 80,
  11.         ["SpA"] = 95,
  12.         ["SpD"] = 85,
  13.         ["Speed"] = 90
  14.         },
  15.     ["Evolution"] = {},
  16.     ["Gender"] = 50,
  17.     ["Moves"] = {
  18.         ["LevelUp"] = {
  19.             },
  20.     },
  21.     ["Sprites"] = {
  22.         ["Front"] = "http://www.roblox.com/asset/?id=706165978",
  23.         ["Back"] = "http://www.roblox.com/asset/?id=706165954",
  24.         ["Mini"] = "http://www.roblox.com/asset/?id=706166018",
  25.         ["SB"] = "http://www.roblox.com/asset/?id=706166054",
  26.         ["SF"] = "http://www.roblox.com/asset/?id=706166083"
  27.     },
  28.     ["ExpType"] = "MedFast",
  29.     ["EVYield"] = {
  30.         ["Exp"] = 133,
  31.         ["SpA"] = 2
  32.     },
  33.     ["CatchRate"] = 75,
  34. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement