Advertisement
Lurantise

Mega snootus

Oct 29th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ["Mega Snootus"] = {
  2. ["Pokedex"] = 0,
  3. ["Species"] = "Python Pokemon",
  4. ["Height"] = "10'00\"",
  5. ["Weight"] = 600.0,
  6. ["Mega"] = true,
  7. ["Type"] = {"Rock","Steel"},
  8. ["Stats"] = {
  9. ["HP"] = 100,
  10. ["Atk"] = 105,
  11. ["Def"] = 230,
  12. ["SpA"] = 50,
  13. ["SpD"] = 100,
  14. ["Speed"] = 25
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 40,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. },
  21. },
  22. ["Sprites"] = {
  23. ["Front"] = "https://www.roblox.com/asset/?id=1139683547",
  24. ["Back"] = "https://www.roblox.com/asset/?id=1139683798",
  25. ["Mini"] = "https://www.roblox.com/asset/?id=1139684147",
  26. ["SB"] = "https://www.roblox.com/asset/?id=1139684673",
  27. ["SF"] = "https://www.roblox.com/asset/?id=1139684434"
  28. },
  29. ["ExpType"] = "MedFast",
  30. ["EVYield"] = {
  31. ["Exp"] = 200,
  32. ["Def"] = 3
  33. },
  34. ["CatchRate"] = 120,
  35. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement