Advertisement
init10

Clauncher

Dec 7th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. ["Clauncher"] = {
  2. ["Pokedex"] = ,
  3. ["PokedexDesc"] = "They knock down flying prey by firing compressed water from their massive claws like shooting a pistol.",
  4. ["Species"] = "Water Gun Pokemon",
  5. ["Height"] = "1'8\"",
  6. ["Weight"] = 18.3,
  7. ["Type"] = {"Water"},
  8. ["Stats"] = {
  9. ["HP"] = 50,
  10. ["Atk"] = 53,
  11. ["Def"] = 62,
  12. ["SpA"] = 58,
  13. ["SpD"] = 63,
  14. ["Speed"] = 44
  15. },
  16. ["Evolution"] = {37,"Clawitzer"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [48] = {"Muddy Water"}
  21. [43] = {"Aqua Jet"}
  22. [34] = {"Water Pulse"}
  23. [30] = {"Crabhammer"}
  24. [25] = {"Swords Dance"}
  25. [20] = {"Bubble Beam"},
  26. [12] = {"Bubble"},
  27. [9] = {"Vice Grip"},
  28. [1] = {"Splash","Water Gun"}
  29. },
  30. },
  31. ["Sprites"] = {http://www.roblox.com/asset/?id=564916952
  32. ["Front"] = "http://www.roblox.com/asset/?id=564916838",
  33. ["Back"] = "http://www.roblox.com/asset/?id=564917034",
  34. ["Mini"] = "http://www.roblox.com/asset/?id=564914298",
  35. ["SB"] = "http://www.roblox.com/asset/?id=564917150",
  36. ["SF"] = "http://www.roblox.com/asset/?id=564916952"
  37. },
  38. ["ExpType"] = "Slow",
  39. ["EVYield"] = {
  40. ["Exp"] = 66,
  41. ["SpAtk"] = 1
  42. },
  43. ["CatchRate"] = 225,
  44. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement