Advertisement
Lurantise

Luvdisc script

Mar 18th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Luvdisc"] = {
  2. ["Pokedex"] = 1,
  3. ["PokedexDesc"] = "This Pokemon is often given as a gift on Valentine's Day.",
  4. ["Species"] = "Rendezvous Pokemon",
  5. ["Height"] = "2'00\"",
  6. ["Weight"] = 19.2,
  7. ["Type"] = {"Water"},
  8. ["Stats"] = {
  9. ["HP"] = 43,
  10. ["Atk"] = 30,
  11. ["Def"] = 55,
  12. ["SpA"] = 40,
  13. ["SpD"] = 65,
  14. ["Speed"] = 97
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 25,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [75] = {"Hyper Voice"},
  21. [45] = {"Hydro Pump"},
  22. [40] = {"Draining Kiss"},
  23. [38] = {"Scald"},
  24. [30] = {"Agility"},
  25. [27] = {"Water Gun"},
  26. [21] = {"Tackle"},
  27. [16] = {"Charm"},
  28. [11] = {"Supersonic"},
  29. [7] = {"Aqua Jet"},
  30. [1] = {"Water Pulse","Icy Wind","Splash"}
  31. },
  32. },
  33. ["Sprites"] = {
  34. ["Front"] = "http://www.roblox.com/asset/?id=698503523",
  35. ["Back"] = "http://www.roblox.com/asset/?id=698503395",
  36. ["Mini"] = "http://www.roblox.com/asset/?id=698503620",
  37. ["SB"] = "http://www.roblox.com/asset/?id=698503747",
  38. ["SF"] = "http://www.roblox.com/asset/?id=698503861"
  39. },
  40. ["ExpType"] = "Fast",
  41. ["EVYield"] = {
  42. ["Exp"] = 110,
  43. ["Speed"] = 1
  44. },
  45. ["CatchRate"] = 225,
  46. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement