Advertisement
Lurantise

ferroseed script

Jun 24th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Ferroseed"] = {
  2. ["Pokedex"] = 597,
  3. ["PokedexDesc"] = "Ferroseed looks sad :( It needs a hug.",
  4. ["Species"] = "Thorn Seed Pokemon",
  5. ["Height"] = "2'0"",
  6. ["Weight"] = 41.8,
  7. ["Type"] = {"Grass","Steel"},
  8. ["Stats"] = {
  9. ["HP"] = 44,
  10. ["Atk"] = 50,
  11. ["Def"] = 91,
  12. ["SpA"] = 24,
  13. ["SpD"] = 86,
  14. ["Speed"] = 10
  15. },
  16. ["Evolution"] = {40,"Ferrothorn"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [55] = {"Explosion"},
  21. [52] = {"Flash Cannon"},
  22. [43] = {"Iron Head"},
  23. [38] = {"Self-Destruct"},
  24. [26] = {"Iron Defense"},
  25. [21] = {"Gyro Ball"},
  26. [18] = {"Pin Missile"},
  27. [14] = {"Metal Claw"},
  28. [1] = {"Harden","Tackle"},
  29. },
  30. },
  31. ["Sprites"] = {
  32. ["Front"] = "http://www.roblox.com/asset/?id=881393898",
  33. ["Back"] = "http://www.roblox.com/asset/?id=881393982",
  34. ["Mini"] = "http://www.roblox.com/asset/?id=881394089",
  35. ["SB"] = "http://www.roblox.com/asset/?id=881394253",
  36. ["SF"] = "http://www.roblox.com/asset/?id=881394326"
  37. },
  38. ["ExpType"] = "MedFast",
  39. ["EVYield"] = {
  40. ["Exp"] = 61,
  41. ["Def"] = 1
  42. },
  43. ["CatchRate"] = 255,
  44. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement