Advertisement
Lurantise

beartic script

Jun 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Beartic"] = {
  2. ["Pokedex"] = 614,
  3. ["PokedexDesc"] = "Aww sick little.....RUN",
  4. ["Species"] = "Freezing Pokemon",
  5. ["Height"] = "8'06\"",
  6. ["Weight"] = 573.2,
  7. ["Type"] = {"Ice"},
  8. ["Stats"] = {
  9. ["HP"] = 95,
  10. ["Atk"] = 110,
  11. ["Def"] = 80,
  12. ["SpA"] = 70,
  13. ["SpD"] = 80,
  14. ["Speed"] = 50,
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [50] = {"Icicle Spear"},
  21. [48] = {"Icicle Crash"},
  22. [45] = {"Blizzard"},
  23. [41] = {"Rest"},
  24. [33] = {"Slash"},
  25. [29] = {"Charm"},
  26. [13] = {"Icy Wind"},
  27. [1] = {"Growl"}
  28. },
  29. },
  30. ["Sprites"] = {
  31. ["Front"] = "http://www.roblox.com/asset/?id=881422060",
  32. ["Back"] = "http://www.roblox.com/asset/?id=881422166",
  33. ["Mini"] = "http://www.roblox.com/asset/?id=881422775",
  34. ["SB"] = "http://www.roblox.com/asset/?id=881422880",
  35. ["SF"] = "http://www.roblox.com/asset/?id=881422954"
  36. },
  37. ["ExpType"] = "MedFast",
  38. ["EVYield"] = {
  39. ["Exp"] = 177,
  40. ["Atk"] = 2
  41. },
  42. ["CatchRate"] = 60,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement