Sorosys

Gothitelle Script

Apr 10th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ["Gothitelle"] = {
  2. ["Pokedex"] = 576,
  3. ["PokedexDesc"] = "Crazy has evolved.",
  4. ["Species"] = "Astral Body Pokemon",
  5. ["Height"] = "4'11\"",
  6. ["Weight"] = 97,
  7. ["Type"] = {"Psychic"},
  8. ["Stats"] = {
  9. ["HP"] = 70,
  10. ["Atk"] = 55,
  11. ["Def"] = 95,
  12. ["SpA"] = 95,
  13. ["SpD"] = 110,
  14. ["Speed"] = 65,
  15. },
  16. ["Evolution"] = {41""},
  17. ["Gender"] = 25,75
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [46] = {"Charm"},
  21. [37] = {"Psychic"},
  22. [25] = {"Psyshock"},
  23. [24] = {"Faint Attack"},
  24. [16] = {"Psybeam"},
  25. [7] = {"Tickle"},
  26. [1] = {"Confusion"}
  27. },
  28. },
  29. ["Sprites"] = {
  30. ["Front"] = "",
  31. ["Back"] = "",
  32. ["Mini"] = "",
  33. ["SB"] = "",
  34. ["SF"] = ""
  35. },
  36. ["ExpType"] = "MedSlow",
  37. ["EVYield"] = {
  38. ["Exp"] = 221,
  39. ["SpDef"] = 3
  40. },
  41. ["CatchRate"] = 50,
  42. },
Add Comment
Please, Sign In to add comment