Lurantise

boopus script

Oct 30th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Boopus"] = {
  2. ["Pokedex"] = 613,
  3. ["PokedexDesc"] = "Speedy noodle.",
  4. ["Species"] = "Small Snake Pokemon",
  5. ["Height"] = "1'05\"",
  6. ["Weight"] = 5.2,
  7. ["Type"] = {"Rock","Normal"},
  8. ["Stats"] = {
  9. ["HP"] = 55,
  10. ["Atk"] = 55,
  11. ["Def"] = 100,
  12. ["SpA"] = 20,
  13. ["SpD"] = 45,
  14. ["Speed"] = 110,
  15. },
  16. ["Evolution"] = {45,"Snootus"},
  17. ["Gender"] = 40,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [67] = {"Rest"},
  21. [50] = {"Swagger"},
  22. [42] = {"Hyper Fang"},
  23. [40] = {"Rock Blast"},
  24. [30] = {"Sand-Attack"},
  25. [20] = {"Rock Polish"},
  26. [17] = {"Gyro Ball"},
  27. [15] = {"Rock Tomb"},
  28. [10] = {"Protect"},
  29. [9] = {"Harden"},
  30. [7] = {"Bite","Defense Curl"},
  31. [5] = {"Curse"},
  32. [4] = {"Poison Fang"},
  33. [2] = {"Tackle","Tail Whip"},
  34. [1] = {"Coil","Thunder Fang","Fire Fang"}
  35. },
  36. },
  37. ["Sprites"] = {
  38. ["Front"] = "http://www.roblox.com/asset/?id=1142854600",
  39. ["Back"] = "http://www.roblox.com/asset/?id=1142854860",
  40. ["Mini"] = "http://www.roblox.com/asset/?id=1142855144",
  41. ["SB"] = "http://www.roblox.com/asset/?id=1142855732",
  42. ["SF"] = "http://www.roblox.com/asset/?id=1142855295"
  43. },
  44. ["ExpType"] = "MedFast",
  45. ["EVYield"] = {
  46. ["Exp"] = 90,
  47. ["Def"] = 1
  48. ["Speed"] = 1
  49. },
  50. ["CatchRate"] = 180,
  51. },
Add Comment
Please, Sign In to add comment