Advertisement
Sorosys

GothitaScript

Mar 9th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. ["Gothita"] = {
  2. ["Pokedex"] = 574,
  3. ["PokedexDesc"] = "The start of something crazy",
  4. ["Species"] = "Fixation Pokemon",
  5. ["Height"] = "1'04\"",
  6. ["Weight"] = 12.8,
  7. ["Type"] = {"Psychic"},
  8. ["Stats"] = {
  9. ["HP"] = 45,
  10. ["Atk"] = 30,
  11. ["Def"] = 50,
  12. ["SpA"] = 55,
  13. ["SpD"] = 65,
  14. ["Speed"] = 45
  15. },
  16. ["Evolution"] = {32"Gothorita"},
  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. [3] = {"Confusion"}
  27. },
  28. },
  29. ["Sprites"] = {
  30. ["Front"] = "http://www.roblox.com/asset/?id=685058322",
  31. ["Back"] = "http://www.roblox.com/asset/?id=685057257",
  32. ["Mini"] = "http://www.roblox.com/asset/?id=685061791",
  33. ["SB"] = "http://www.roblox.com/asset/?id=685058573",
  34. ["SF"] = "http://www.roblox.com/asset/?id=685058458"
  35. },
  36. ["ExpType"] = "MedSlow",
  37. ["EVYield"] = {
  38. ["Exp"] = 58,
  39. ["SpDef"] = 1
  40. },
  41. ["CatchRate"] = 200,
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement