Lurantise

skuntank script

Apr 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Skuntank"] = {
  2. ["Pokedex"] = 435,
  3. ["PokedexDesc"] = "Don't get too close or you'll have a bad day",
  4. ["Species"] = "Skunk Pokemon",
  5. ["Height"] = "3'03\"",
  6. ["Weight"] = 83.8,
  7. ["Type"] = {"Poison","Dark"},
  8. ["Stats"] = {
  9. ["HP"] = 105,
  10. ["Atk"] = 95,
  11. ["Def"] = 67,
  12. ["SpA"] = 71,
  13. ["SpD"] = 61,
  14. ["Speed"] = 84
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [55] = {"Poison Jab"},
  21. [50] = {"Foul Play"},
  22. [48] = {"Iron Tail"},
  23. [45] = {"Shadow Claw"},
  24. [40] = {"Play Rough"},
  25. [37] = {"Night Slash"},
  26. [34] = {"Focus Slam"},
  27. [30] = {"Explosion"},
  28. [27] = {"Toxic"},
  29. [25] = {"Slash"},
  30. [21] = {"Bite"},
  31. [15] = {"Flamethrower"},
  32. [9] = {"Fury Swipes"},
  33. [7] = {"Screech"},
  34. [1] = {"Scratch"}
  35. },
  36. },
  37. ["Sprites"] = {
  38. ["Front"] = "http://www.roblox.com/asset/?id=740811444",
  39. ["Back"] = "http://www.roblox.com/asset/?id=740811370",
  40. ["Mini"] = "http://www.roblox.com/asset/?id=740811497",
  41. ["SB"] = "http://www.roblox.com/asset/?id=740811532",
  42. ["SF"] = "http://www.roblox.com/asset/?id=740811566"
  43. },
  44. ["ExpType"] = "MedFast",
  45. ["EVYield"] = {
  46. ["Exp"] = 168,
  47. ["HP"] = 2
  48. },
  49. ["CatchRate"] = 60,
  50. },
Add Comment
Please, Sign In to add comment