Advertisement
Sorosys

Stuntank Script

Apr 10th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ["Stuntank"] = {
  2. ["Pokedex"] = 435,
  3. ["PokedexDesc"] = "Don't get too close or you'll have a bad day",
  4. ["Species"] = "Skunk Pokemon",
  5. ["Height"] = "3'03\"",
  6. ["Weight"] = 83.8,
  7. ["Type"] = {"Poison","Dark"},
  8. ["Stats"] = {
  9. ["HP"] = 103,
  10. ["Atk"] = 93,
  11. ["Def"] = 67,
  12. ["SpA"] = 71,
  13. ["SpD"] = 61,
  14. ["Speed"] = 84
  15. },
  16. ["Evolution"] = {34,""},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [45] = {"Explosion"},
  21. [27] = {"Toxic"},
  22. [25] = {"Slash"},
  23. [21] = {"Bite"},
  24. [15] = {"Feint"},
  25. [9] = {"Fury Swipes"},
  26. [7] = {"Screech"},
  27. [1] = {"Scratch"}
  28. },
  29. },
  30. ["Sprites"] = {
  31. ["Front"] = "",
  32. ["Back"] = "",
  33. ["Mini"] = "",
  34. ["SB"] = "",
  35. ["SF"] = ""
  36. },
  37. ["ExpType"] = "MedFast",
  38. ["EVYield"] = {
  39. ["Exp"] = 168,
  40. ["HP"] = 2
  41. },
  42. ["CatchRate"] = 60,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement