Advertisement
Lurantise

shedinja

Apr 10th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Shedinja"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "I guess you could say this Pokemon is but a shell of its former self.",
  4.     ["Species"] = "Ninja Pokemon",
  5.     ["Height"] = "2'70\"",
  6.     ["Weight"] = 2.6,
  7.     ["Type"] = {"Bug","Ghost"},
  8.     ["Stats"] = {
  9.         ["HP"] = 1,
  10.         ["Atk"] = 95,
  11.         ["Def"] = 50,
  12.         ["SpA"] = 40,
  13.         ["SpD"] = 40,
  14.         ["Speed"] = 40
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = Unknown,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [60] = {"Shadow Claw"},
  21.             [57] = {"Confuse Ray"},
  22.             [52] = {"Shadow Sneak"},
  23.             [48] = {"X-Scissor"},
  24.             [43] = {"Slash"},
  25.             [40] = {"Double Team"},
  26.             [37] = {"String Shot"},
  27.             [34] = {"Double-Edge"},
  28.             [30] = {"Giga Drain"},
  29.             [28] = {"Leech Life"},
  30.             [26] = {"Night Slash"},
  31.             [24] = {"Gust"},
  32.             [21] = {"Faint Attack"},
  33.             [19] = {"Bug Buzz"},
  34.             [17] = {"False Swipe"}
  35.             [15] = {"Metal Claw"},
  36.             [12] = {"Mud-Slap"},
  37.             [9] = {"Fury Swipes"}
  38.             [7] = {"Sand Attack"},
  39.             [5] = {"Absorb"},
  40.             [1] = {"Harden","Scratch"}
  41.             },
  42.     },
  43.     ["Sprites"] = {
  44.         ["Front"] = "http://www.roblox.com/asset/?id=706178629",
  45.         ["Back"] = "http://www.roblox.com/asset/?id=706178424",
  46.         ["Mini"] = "http://www.roblox.com/asset/?id=706178768",
  47.         ["SB"] = "http://www.roblox.com/asset/?id=706178886",
  48.         ["SF"] = "http://www.roblox.com/asset/?id=706179031"
  49.     },
  50.     ["ExpType"] = "Erratic",
  51.     ["EVYield"] = {
  52.         ["Exp"] = 95,
  53.         ["HP"] = 2
  54.     },
  55.     ["CatchRate"] = 45,
  56. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement