Advertisement
WishNite

template

Dec 7th, 2016
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. ["Bulbasaur"] = {
  2. ["Pokedex"] = 1,
  3. ["PokedexDesc"] = "For some time after its birth, it grows by gaining nourishment from the seed on its back.",
  4. ["Species"] = "Seed Pokemon",
  5. ["Height"] = "2'04\"",
  6. ["Weight"] = 15.2,
  7. ["Type"] = {"Grass","Poison"},
  8. ["Stats"] = {
  9. ["HP"] = 45,
  10. ["Atk"] = 49,
  11. ["Def"] = 49,
  12. ["SpA"] = 65,
  13. ["SpD"] = 65,
  14. ["Speed"] = 45
  15. },
  16. ["Evolution"] = {16,"Ivysaur"},
  17. ["Gender"] = 88,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [19] = {"Razor Leaf"},
  21. [13] = {"Sleep Powder","PoisonPowder"},
  22. [11] = {"Leech Seed"},
  23. [9] = {"Vine Whip",},
  24. [7] = {"Absorb"},
  25. [1] = {"Growl","Tackle"}
  26. },
  27. },
  28. ["Sprites"] = {
  29. ["Front"] = "http://www.roblox.com/asset/?id=124052244",
  30. ["Back"] = "http://www.roblox.com/asset/?id=124178211",
  31. ["Mini"] = "http://www.roblox.com/asset/?id=164937218",
  32. ["SB"] = "http://www.roblox.com/asset/?id=170426607",
  33. ["SF"] = "http://www.roblox.com/asset/?id=170355157"
  34. },
  35. ["ExpType"] = "MedSlow",
  36. ["EVYield"] = {
  37. ["Exp"] = 64,
  38. ["SpA"] = 1
  39. },
  40. ["CatchRate"] = 45,
  41. },
  42.  
  43. ["Bulbasaur"] = {
  44. ["TM"] = {
  45. "Swords Dance",
  46. "Protect",
  47. "Light Screen",
  48. "Double Team",
  49. "Rest",
  50. "Toxic",
  51. "Sludge Bomb",
  52. "Hidden Power",
  53. "Energy Ball",
  54. "Grass Knot",
  55. "Swagger",
  56. "Hyper Beam",
  57. "Close Combat",
  58.  
  59. }
  60. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement