Advertisement
Lurantise

Yamask Script

Mar 15th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Yamask"] = {
  2. ["Pokedex"] = 1,
  3. ["PokedexDesc"] = "This Pokemon longs to be human again, it looks at the mask it carries and cries.",
  4. ["Species"] = "Spirit Pokemon",
  5. ["Height"] = "1'08\"",
  6. ["Weight"] = 3.3,
  7. ["Type"] = {"Ghost"},
  8. ["Stats"] = {
  9. ["HP"] = 38,
  10. ["Atk"] = 30,
  11. ["Def"] = 90,
  12. ["SpA"] = 55,
  13. ["SpD"] = 65,
  14. ["Speed"] = 30
  15. },
  16. ["Evolution"] = {34,"Cofigrigus"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [100] = {"Zen Headbutt"},
  21. [97] = {"Knock Off"},
  22. [80] = {"Shock Wave"},
  23. [40] = {"Signal Beam"},
  24. [32] = {"Iron Defense"},
  25. [29] = {"Toxic Spikes"},
  26. [26] = {"Nasty Plot"},
  27. [23] = {"Fake Tears"},
  28. [20] = {"Destiny Bond"},
  29. [19] = {"Shadow Ball"},
  30. [13] = {"Curse"},
  31. [11] = {"Will-O-Wisp"},
  32. [9] = {"Night Shade"},
  33. [7] = {"Haze"},
  34. [1] = {"Astonish","Protect"}
  35. },
  36. },
  37. ["Sprites"] = {
  38. ["Front"] = "http://www.roblox.com/asset/?id=694957655",
  39. ["Back"] = "http://www.roblox.com/asset/?id=694957590",
  40. ["Mini"] = "http://www.roblox.com/asset/?id=694957696",
  41. ["SB"] = "http://www.roblox.com/asset/?id=694957758",
  42. ["SF"] = "http://www.roblox.com/asset/?id=694957856"
  43. },
  44. ["ExpType"] = "MedFast",
  45. ["EVYield"] = {
  46. ["Exp"] = 61,
  47. ["Def"] = 1
  48. },
  49. ["CatchRate"] = 190,
  50. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement