Advertisement
Lurantise

meowstic script

Jul 1st, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Meowstic"] = {
  2. ["Pokedex"] = ,
  3. ["PokedexDesc"] = "The eyeball patterns on the interior of its ears emit psychic energy. It keeps the patterns tightly covered because that power is too immense.",
  4. ["Species"] = "Constraint Pokemon",
  5. ["Height"] = "2'0\"",
  6. ["Weight"] = 18.7,
  7. ["Type"] = {"Psychic"},
  8. ["Stats"] = {
  9. ["HP"] = 74,
  10. ["Atk"] = 48,
  11. ["Def"] = 76,
  12. ["SpA"] = 83,
  13. ["SpD"] = 81,
  14. ["Speed"] = 104
  15. },
  16. ["Evolution"] = {}
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [45] = {"Signal Beam"}
  21. [40] = {"Psychic"}
  22. [35] = {"Reflect"}
  23. [31] = {"Shadow Ball"}
  24. [28] = {"Charge Beam"}
  25. [25] = {"Psyshock"}
  26. [22] = {"Disarming Voice"}
  27. [17] = {"Psybeam"}
  28. [13] = {"Light Screen"}
  29. [9] = {"Confusion"},
  30. [1] = {"Scratch"}
  31. },
  32. },
  33. ["Sprites"] = {
  34. ["Front"] = "http://www.roblox.com/asset/?id=564857977",
  35. ["Back"] = "http://www.roblox.com/asset/?id=564858258",
  36. ["Mini"] = "http://www.roblox.com/asset/?id=565642070",
  37. ["SB"] = "http://www.roblox.com/asset/?id=565591391",
  38. ["SF"] = "http://www.roblox.com/asset/?id=564858125"
  39. },
  40. ["FormSprites"] = {
  41. ["Male"] = {
  42. ["Front"] = "http://www.roblox.com/asset/?id=564880215",
  43. ["Back"] = "http://www.roblox.com/asset/?id=564880714",
  44. ["Mini"] = "http://www.roblox.com/asset/?id=565642070",
  45. ["SB"] = "http://www.roblox.com/asset/?id=564880960",
  46. ["SF"] = "http://www.roblox.com/asset/?id=564880458"
  47. },
  48. },
  49. ["ExpType"] = "MedFast",
  50. ["EVYield"] = {
  51. ["Exp"] = 163,
  52. ["Speed"] = 2
  53. },
  54. ["CatchRate"] = 75,
  55. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement