Advertisement
Lurantise

snootus script

Oct 15th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ["Snootus"] = {
  2. ["Pokedex"] = 613,
  3. ["PokedexDesc"] = "Boop the snoot!",
  4. ["Species"] = "Python Pokemon",
  5. ["Height"] = "6'05\"",
  6. ["Weight"] = 200.0,
  7. ["Type"] = {"Rock"},
  8. ["Stats"] = {
  9. ["HP"] = 100,
  10. ["Atk"] = 85,
  11. ["Def"] = 170,
  12. ["SpA"] = 50,
  13. ["SpD"] = 70,
  14. ["Speed"] = 35,
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 40,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [92] = {"Rest"},
  21. [87] = {"Pain Split"},
  22. [82] = {"Swagger"},
  23. [79] = {"Hyper Fang"},
  24. [77] = {"Rock Blast"},
  25. [68] = {"Head Smash"},
  26. [62] = {"Iron Head"},
  27. [59] = {"Poison Jab"},
  28. [57] = {"Gunk Shot"},
  29. [52] = {"Glare"},
  30. [47] = {"Screech"},
  31. [44] = {"Sand-Attack"},
  32. [40] = {"Bulk Up"},
  33. [38] = {"Crunch"},
  34. [32] = {"Aqua Tail"},
  35. [28] = {"Rock Polish"},
  36. [25] = {"Iron Tail"},
  37. [20] = {"Rock Slide"},
  38. [17] = {"Gyro Ball"},
  39. [15] = {"Rock Tomb"},
  40. [11] = {"Iron Defense"},
  41. [10] = {"Protect"},
  42. [9] = {"Harden"},
  43. [7] = {"Bite","Defense Curl"},
  44. [5] = {"Curse"},
  45. [4] = {"Poison Fang"},
  46. [2] = {"Tackle","Tail Whip"},
  47. [1] = {"Coil","Thunder Fang","Fire Fang","Ice Fang"}
  48. },
  49. },
  50. ["Sprites"] = {
  51. ["Front"] = "http://www.roblox.com/asset/?id=977871342",
  52. ["Back"] = "http://www.roblox.com/asset/?id=977871412",
  53. ["Mini"] = "http://www.roblox.com/asset/?id=977871285",
  54. ["SB"] = "http://www.roblox.com/asset/?id=977871568",
  55. ["SF"] = "http://www.roblox.com/asset/?id=977871506"
  56. },
  57. ["ExpType"] = "MedFast",
  58. ["EVYield"] = {
  59. ["Exp"] = 180,
  60. ["Def"] = 3
  61. },
  62. ["CatchRate"] = 100,
  63. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement