Advertisement
Zen_it

Untitled

Dec 7th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ["Pangoro"] = {
  2. ["Pokedex"] = 675,
  3. ["PokedexDesc"] = "Better version of Ursaring... and Arceus",
  4. ["Species"] = "Daunting Pokemon",
  5. ["Height"] = "6'11\"",
  6. ["Weight"] = 299.8,
  7. ["Type"] = {"Fighting","Dark"},
  8. ["Stats"] = {
  9. ["HP"] = 103,
  10. ["Atk"] = 125,
  11. ["Def"] = 78,
  12. ["SpA"] = 69,
  13. ["SpD"] = 76,
  14. ["Speed"] = 60
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [87] = {"Bullet Punch"},
  21. [70] = {"Low Sweep"},
  22. [57] = {"Hammer Arm"},
  23. [52] = {"Sky Uppercut"},
  24. [42] = {"Crunch"},
  25. [35] = {"Body Slam"},
  26. [20] = {"Slash"},
  27. [12] = {"Karate Chop",},
  28. [10] = {"Work Up"},
  29. [1] = {"Leer","Hammer Arm","Tackle"}
  30. },
  31. },
  32. ["Sprites"] = {
  33. ["Front"] = "http://www.roblox.com/asset/?id=563465611",
  34. ["Back"] = "http://www.roblox.com/asset/?id=563465790",
  35. ["Mini"] = "http://www.roblox.com/asset/?id=564855609",
  36. ["SB"] = "http://www.roblox.com/asset/?id=563465868",
  37. ["SF"] = "http://www.roblox.com/asset/?id=563465698"
  38. },
  39. ["ExpType"] = "MedFast",
  40. ["EVYield"] = {
  41. ["Exp"] = 173,
  42. ["Atk"] = 2
  43. },
  44. ["CatchRate"] = 65,
  45. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement