Lurantise

stunky script

Apr 16th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Stunky"] = {
  2. ["Pokedex"] = 434,
  3. ["PokedexDesc"] = "Stinky the skunk.",
  4. ["Species"] = "Skunk Pokemon",
  5. ["Height"] = "1'04\"",
  6. ["Weight"] = 42.3,
  7. ["Type"] = {"Poison","Dark"},
  8. ["Stats"] = {
  9. ["HP"] = 63,
  10. ["Atk"] = 63,
  11. ["Def"] = 47,
  12. ["SpA"] = 41,
  13. ["SpD"] = 41,
  14. ["Speed"] = 74
  15. },
  16. ["Evolution"] = {34,"Skuntank"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [45] = {"Explosion"},
  21. [27] = {"Toxic"},
  22. [25] = {"Slash"},
  23. [21] = {"Bite"},
  24. [9] = {"Fury Swipes"},
  25. [7] = {"Screech"},
  26. [1] = {"Scratch"}
  27. },
  28. },
  29. ["Sprites"] = {
  30. ["Front"] = "http://www.roblox.com/asset/?id=740811616",
  31. ["Back"] = "http://www.roblox.com/asset/?id=740811595",
  32. ["Mini"] = "http://www.roblox.com/asset/?id=740811641",
  33. ["SB"] = "http://www.roblox.com/asset/?id=740811666",
  34. ["SF"] = "http://www.roblox.com/asset/?id=740811691"
  35. },
  36. ["ExpType"] = "MedFast",
  37. ["EVYield"] = {
  38. ["Exp"] = 66,
  39. ["Speed"] = 1
  40. },
  41. ["CatchRate"] = 225,
  42. },
Add Comment
Please, Sign In to add comment