Advertisement
Lurantise

ninjask

Apr 10th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Ninjask"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Ninjask is said to be the fastest non-legendary Pokemon there is, isn't that cool?",
  4.     ["Species"] = "Ninja Pokemon",
  5.     ["Height"] = "2'70\"",
  6.     ["Weight"] = 12.1,
  7.     ["Type"] = {"Bug","Flying"},
  8.     ["Stats"] = {
  9.         ["HP"] = 62,
  10.         ["Atk"] = 92,
  11.         ["Def"] = 50,
  12.         ["SpA"] = 55,
  13.         ["SpD"] = 52,
  14.         ["Speed"] = 160
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [50] = {"X-Scissor"},
  21.             [47] = {"Swords Dance"},
  22.             [43] = {"Slash"},
  23.             [40] = {"Double Team"},
  24.             [37] = {"String Shot"},
  25.             [34] = {"Double-Edge"},
  26.             [30] = {"Giga Drain"},
  27.             [28] = {"Leech Life"},
  28.             [26] = {"Night Slash"},
  29.             [24] = {"Gust"},
  30.             [21] = {"Faint Attack"},
  31.             [19] = {"Bug Buzz"},
  32.             [17] = {"False Swipe"}
  33.             [15] = {"Metal Claw"},
  34.             [12] = {"Mud-Slap"},
  35.             [9] = {"Fury Swipes"}
  36.             [7] = {"Sand Attack"},
  37.             [5] = {"Absorb"},
  38.             [1] = {"Harden","Scratch"}
  39.             },
  40.     },
  41.     ["Sprites"] = {
  42.         ["Front"] = "http://www.roblox.com/asset/?id=706176627",
  43.         ["Back"] = "http://www.roblox.com/asset/?id=706176346",
  44.         ["Mini"] = "http://www.roblox.com/asset/?id=706176806",
  45.         ["SB"] = "http://www.roblox.com/asset/?id=706177536",
  46.         ["SF"] = "http://www.roblox.com/asset/?id=732605256"
  47.     },
  48.     ["ExpType"] = "Erratic",
  49.     ["EVYield"] = {
  50.         ["Exp"] = 155,
  51.         ["Speed"] = 2
  52.     },
  53.     ["CatchRate"] = 120,
  54. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement