Advertisement
Lurantise

spewpa script

Jul 26th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Spewpa"] = {
  2. ["Pokedex"] = 613,
  3. ["PokedexDesc"] = "What is this Pokemon hiding?",
  4. ["Species"] = "Scatterdust Pokemon",
  5. ["Height"] = "1'00\"",
  6. ["Weight"] = 5.5,
  7. ["Type"] = {"Bug"},
  8. ["Stats"] = {
  9. ["HP"] = 45,
  10. ["Atk"] = 22,
  11. ["Def"] = 60,
  12. ["SpA"] = 27,
  13. ["SpD"] = 30,
  14. ["Speed"] = 29,
  15. },
  16. ["Evolution"] = {12,"Vivillon"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [11] = {"Iron Defense"},
  21. [10] = {"Protect"},
  22. [9] = {"Harden"},
  23. [7] = {"PoisonPowder"},
  24. [5] = {"Stun Spore"},
  25. [4] = {"Electroweb"},
  26. [3] = {"Tackle"},
  27. [1] = {"String Shot"}
  28. },
  29. },
  30. ["Sprites"] = {
  31. ["Front"] = "http://www.roblox.com/asset/?id=940152002",
  32. ["Back"] = "http://www.roblox.com/asset/?id=940152062",
  33. ["Mini"] = "http://www.roblox.com/asset/?id=940216339",
  34. ["SB"] = "http://www.roblox.com/asset/?id=940152114",
  35. ["SF"] = "http://www.roblox.com/asset/?id=940152208"
  36. },
  37. ["ExpType"] = "MedFast",
  38. ["EVYield"] = {
  39. ["Exp"] = 75,
  40. ["Def"] = 2
  41. },
  42. ["CatchRate"] = 120,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement