Advertisement
Sorosys

FurretScript

Mar 7th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ["Furret"] = {
  2. ["Pokedex"] = 162,
  3. ["PokedexDesc"] = "Cute little ferret.",
  4. ["Species"] = "Ferret Pokemon",
  5. ["Height"] = "5'11\"",
  6. ["Weight"] = 71.6,
  7. ["Type"] = {"Normal"},
  8. ["Stats"] = {
  9. ["HP"] = 85,
  10. ["Atk"] = 76,
  11. ["Def"] = 64,
  12. ["SpA"] = 45,
  13. ["SpD"] = 55,
  14. ["Speed"] = 90
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [50] = {"Hyper Voice"},
  21. [42] = {"Amnesia"},
  22. [32] = {"Rest"},
  23. [13] = {"Fury Swipes",},
  24. [7] = {"Quick Attack"},
  25. [1] = {"Scratch"}
  26. },
  27. },
  28. ["Sprites"] = {
  29. ["Front"] = "http://www.roblox.com/asset/?id=684821312",
  30. ["Back"] = "http://www.roblox.com/asset/?id=684821383",
  31. ["Mini"] = "http://www.roblox.com/asset/?id=684897262",
  32. ["SB"] = "http://www.roblox.com/asset/?id=684821594',
  33. ["SF"] = "http://www.roblox.com/asset/?id=684821505"
  34. },
  35. ["ExpType"] = "MedFast",
  36. ["EVYield"] = {
  37. ["Exp"] = 64,
  38. ["Speed"] = 2
  39. },
  40. ["CatchRate"] = 90,
  41. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement