Advertisement
Lurantise

scatterbug script

Jul 26th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. ["Scatterbug"] = {
  2. ["Pokedex"] = 613,
  3. ["PokedexDesc"] = "The very hungry caterpillar.",
  4. ["Species"] = "Scatterdust Pokemon",
  5. ["Height"] = "1'00\"",
  6. ["Weight"] = 5.5,
  7. ["Type"] = {"Bug"},
  8. ["Stats"] = {
  9. ["HP"] = 38,
  10. ["Atk"] = 35,
  11. ["Def"] = 40,
  12. ["SpA"] = 27,
  13. ["SpD"] = 25,
  14. ["Speed"] = 35,
  15. },
  16. ["Evolution"] = {9,"Spewpa"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [7] = {"PoisonPowder"},
  21. [5] = {"Stun Spore"},
  22. [3] = {"Tackle"},
  23. [1] = {"String Shot"}
  24. },
  25. },
  26. ["Sprites"] = {
  27. ["Front"] = "http://www.roblox.com/asset/?id=940151454",
  28. ["Back"] = "http://www.roblox.com/asset/?id=940151560",
  29. ["Mini"] = "http://www.roblox.com/asset/?id=940216229",
  30. ["SB"] = "http://www.roblox.com/asset/?id=940151640",
  31. ["SF"] = "http://www.roblox.com/asset/?id=940151706"
  32. },
  33. ["ExpType"] = "MedFast",
  34. ["EVYield"] = {
  35. ["Exp"] = 40,
  36. ["Def"] = 1
  37. },
  38. ["CatchRate"] = 255,
  39. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement