Advertisement
Guest User

Blacephalon Script

a guest
Jul 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. ["Blacephalon"] = {
  2. ["Pokedex"] = 1,
  3. ["PokedexDesc"] = "This ultra beast is not that rare. Just walk into a candy store and buy one",
  4. ["Species"] = "fireworks Pokemon",
  5. ["Height"] = "5'11\"",
  6. ["Weight"] = 28.7,
  7. ["Type"] = {"Fire","Ghost"},
  8. ["Stats"] = {
  9. ["HP"] = 53,
  10. ["Atk"] = 127,
  11. ["Def"] = 53,
  12. ["SpA"] = 151,
  13. ["SpD"] = 79,
  14. ["Speed"] = 107
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = "Unknown",
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [59] = {"Mind Blown"}
  21. [41] = {"Shadow Ball"},
  22. [37] = {"Fire Blast"},
  23. [31] = {"Light Screen"},
  24. [29] = {"Night Shade",},
  25. [17] = {"Flame Burst"},
  26. [1] = {"Ember"}
  27. },
  28. },
  29. ["Sprites"] = {
  30. ["Front"] = "http://www.roblox.com/asset/?id=1278369935",
  31. ["Back"] = "http://www.roblox.com/asset/?id=1278370098",
  32. ["Mini"] = "http://www.roblox.com/asset/?id=1278370244",
  33. ["SB"] = "http://www.roblox.com/asset/?id=1278370165",
  34. ["SF"] = "http://www.roblox.com/asset/?id=1278370023"
  35. },
  36. ["ExpType"] = "Slow",
  37. ["EVYield"] = {
  38. ["Exp"] = 257,
  39. ["Speed"] = 3
  40. },
  41. ["CatchRate"] = 30,
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement