Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. [“Tyrunt”] = {
  2. ["Pokedex"] = 494,
  3. ["PokedexDesc"] = "This Pokémon was restored from a fossil. If something happens that it doesn’t like, it throws a tantrum and runs wild.",
  4. ["Species"] = “Royal Heir Pokemon”,
  5. ["Height"] = “2’7\””,
  6. ["Weight"] = 57.3,
  7. ["Type"] = {“Rock,”Dragon”},
  8. ["Stats"] = {
  9. ["HP"] = 58,
  10. ["Atk"] = 89,
  11. ["Def"] = 77,
  12. ["SpA"] = 45,
  13. ["SpD"] = 45,
  14. ["Speed"] = 48
  15. },
  16. ["Evolution"] = {39,”Tyrantrum”},
  17. ["Gender"] = 88,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [34] = {“Earthquake”},
  21. [26] = {“Dragon Claw”},
  22. [20] = {“Crunchr”},
  23. [17] = {“Ancient Power”},
  24. [12] = {"Agility"},
  25. [10] = {“Bite”},
  26. [6] = {“Stomp”},
  27. [1] = {“Tail Whip”,”Tackle”}
  28. },
  29. },
  30. ["Sprites"] = {
  31. ["Front"] = "https://www.roblox.com/asset/?id=564945761",
  32. ["Back"] = "https://www.roblox.com/asset/?id=564946247",
  33. ["Mini"] = "https://www.roblox.com/asset/?id=564931325",
  34. ["SB"] = https://www.roblox.com/asset/?id=564946443",
  35. ["SF"] = "https://www.roblox.com/asset/?id=564945937"
  36. },
  37. ["ExpType"] = "MedFast”,
  38. ["EVYield"] = {
  39. ["Exp"] = 72,
  40. [“Atk”] = 1
  41. },
  42. ["CatchRate"] = 45,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement