Advertisement
Lurantise

ferrothorn script

Jun 24th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Ferrothorn"] = {
  2. ["Pokedex"] = 598,
  3. ["PokedexDesc"] = "Ferrothorn looks mad :o maybe it doesn't need a hug.",
  4. ["Species"] = "Thorn Pod Pokemon",
  5. ["Height"] = "3'3"",
  6. ["Weight"] = 242.5,
  7. ["Type"] = {"Grass","Steel"},
  8. ["Stats"] = {
  9. ["HP"] = 74,
  10. ["Atk"] = 94,
  11. ["Def"] = 131,
  12. ["SpA"] = 54,
  13. ["SpD"] = 116,
  14. ["Speed"] = 20
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [67] = {"Explosion"},
  21. [61] = {"Flash Cannon"},
  22. [46] = {"Iron Head"},
  23. [40] = {"Power Whip"}
  24. [38] = {"Self-Destruct"},
  25. [26] = {"Iron Defense"},
  26. [21] = {"Gyro Ball"},
  27. [18] = {"Pin Missile"},
  28. [14] = {"Metal Claw"},
  29. [1] = {"Harden","Tackle"},
  30. },
  31. },
  32. ["Sprites"] = {
  33. ["Front"] = "http://www.roblox.com/asset/?id=881394468",
  34. ["Back"] = "http://www.roblox.com/asset/?id=881394541",
  35. ["Mini"] = "http://www.roblox.com/asset/?id=881394621",
  36. ["SB"] = "http://www.roblox.com/asset/?id=881394717",
  37. ["SF"] = "http://www.roblox.com/asset/?id=881394768"
  38. },
  39. ["ExpType"] = "MedFast",
  40. ["EVYield"] = {
  41. ["Exp"] = 71,
  42. ["Def"] = 2
  43. },
  44. ["CatchRate"] = 90,
  45. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement