Advertisement
init10

Pyroar Scripting

Dec 8th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ["Pyroar"] = {
  2. ["Pokedex"] = ,
  3. ["PokedexDesc"] = "This is Solgaleo.. If it wasn't a legend",
  4. ["Species"] = "Royal Pokemon",
  5. ["Height"] = "4'11\"",
  6. ["Weight"] =179.7,
  7. ["Type"] = {"Fire","Normal"},
  8. ["Stats"] = {
  9. ["HP"] = 86,
  10. ["Atk"] = 68,
  11. ["Def"] = 72,
  12. ["SpA"] = 109,
  13. ["SpD"] = 66,
  14. ["Speed"] = 106
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 25,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [57] = {"Overheat"}
  21. [42] = {"Crunch"}
  22. [38] = {"Flamethrower"}
  23. [23] = {"Fire Fang"}
  24. [20] = {"Take Down"},
  25. [11] = {"Headbutt"},
  26. [5] = {"Ember"},
  27. [1] = {"Leer","Tackle"}
  28. },
  29. },
  30. ["Sprites"] = {
  31. ["Front"] = "http://www.roblox.com/asset/?id=564296029",
  32. ["Back"] = "http://www.roblox.com/asset/?id=564304645",
  33. ["Mini"] = "http://www.roblox.com/asset/?id=565639609",
  34. ["SB"] = "http://www.roblox.com/asset/?id=564305170",
  35. ["SF"] = "http://www.roblox.com/asset/?id=564304162"
  36. },
  37. ["ExpType"] = "MedSlow",
  38. ["EVYield"] = {
  39. ["Exp"] = 177,
  40. ["SpAtk"] = 2
  41. },
  42. ["CatchRate"] = 65,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement