Advertisement
Lurantise

cubchoo script

Jun 24th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Cubchoo"] = {
  2. ["Pokedex"] = 613,
  3. ["PokedexDesc"] = "Have a tissue for this cute sick Pokemon?",
  4. ["Species"] = "Chill Pokemon",
  5. ["Height"] = "1'08\"",
  6. ["Weight"] = 18.7,
  7. ["Type"] = {"Ice"},
  8. ["Stats"] = {
  9. ["HP"] = 55,
  10. ["Atk"] = 70,
  11. ["Def"] = 40,
  12. ["SpA"] = 60,
  13. ["SpD"] = 40,
  14. ["Speed"] = 40,
  15. },
  16. ["Evolution"] = {37,"Beartic"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [45] = {"Blizzard"},
  21. [41] = {"Rest"},
  22. [33] = {"Slash"},
  23. [29] = {"Charm"},
  24. [13] = {"Icy Wind"},
  25. [1] = {"Growl"}
  26. },
  27. },
  28. ["Sprites"] = {
  29. ["Front"] = "http://www.roblox.com/asset/?id=881421118",
  30. ["Back"] = "http://www.roblox.com/asset/?id=881421245",
  31. ["Mini"] = "http://www.roblox.com/asset/?id=881421341",
  32. ["SB"] = "http://www.roblox.com/asset/?id=881421511",
  33. ["SF"] = "http://www.roblox.com/asset/?id=881421603"
  34. },
  35. ["ExpType"] = "MedFast",
  36. ["EVYield"] = {
  37. ["Exp"] = 61,
  38. ["Atk"] = 1
  39. },
  40. ["CatchRate"] = 120,
  41. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement