Advertisement
Lurantise

Maractus Script

Mar 15th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Maractus"] = {
  2. ["Pokedex"] = 1,
  3. ["PokedexDesc"] = "Pretty much Ludicolo's best friend.",
  4. ["Species"] = "Cactus Pokemon",
  5. ["Height"] = "3'03\"",
  6. ["Weight"] = 61.7,
  7. ["Type"] = {"Grass"},
  8. ["Stats"] = {
  9. ["HP"] = 80,
  10. ["Atk"] = 86,
  11. ["Def"] = 68,
  12. ["SpA"] = 110,
  13. ["SpD"] = 68,
  14. ["Speed"] = 60
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [95] = {"Hyper Voice"},
  21. [80] = {"Poison Jab"},
  22. [78] = {"Knock Off"},
  23. [70] = {"Drain Punch"},
  24. [64] = {"Wood Hammer"},
  25. [58] = {"Seed Bomb"},
  26. [52] = {"Leech Seed"},
  27. [50] = {"Bullet Seed"},
  28. [47] = {"Giga Drain"},
  29. [39] = {"Synthesis"},
  30. [35] = {"Mega Drain"},
  31. [25] = {"Pin Missile"},
  32. [10] = {"Growth"},
  33. [1] = {"Peck","Absorb"}
  34. },
  35. },
  36. ["Sprites"] = {
  37. ["Front"] = "http://www.roblox.com/asset/?id=694954127",
  38. ["Back"] = "http://www.roblox.com/asset/?id=694954084",
  39. ["Mini"] = "http://www.roblox.com/asset/?id=694954182",
  40. ["SB"] = "http://www.roblox.com/asset/?id=694954218",
  41. ["SF"] = "http://www.roblox.com/asset/?id=694954283"
  42. },
  43. ["ExpType"] = "MedFast",
  44. ["EVYield"] = {
  45. ["Exp"] = 161,
  46. ["SpA"] = 2
  47. },
  48. ["CatchRate"] = 255,
  49. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement