Advertisement
Lurantise

Naganadel Script

Dec 7th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.65 KB | None | 0 0
  1. ["Naganadel"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Mega Beedrill's distant cousin, dragon Beedrill.",
  4.     ["Species"] = "Poison Pin Pokemon",
  5.     ["Height"] = "11'10\"",
  6.     ["Weight"] = 330.7,
  7.     ["Type"] = {"Poison","Dragon"},
  8.     ["Stats"] = {
  9.         ["HP"] = 75,
  10.         ["Atk"] = 73,
  11.         ["Def"] = 73,
  12.         ["SpA"] = 128,
  13.         ["SpD"] = 73,
  14.         ["Speed"] = 121
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = Unknown,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Gunk Shot"},
  21.             [87] = {"Leech Life"},
  22.             [84] = {"Air Cutter"},
  23.             [80] = {"Shock Wave"},
  24.             [77] = {"Air Slash"},
  25.             [70] = {"Heat Wave"},
  26.             [65] = {"Dark Pulse"},
  27.             [60] = {"Shadow Claw"},
  28.             [49] = {"Dragon Pulse"},
  29.             [46] = {"Toxic"},
  30.             [42] = {"Iron Tail"},
  31.             [37] = {"Nasty Plot"},
  32.             [33] = {"Poison Jab"},
  33.             [31] = {"Signal Beam"},
  34.             [19] = {"Sludge Bomb"},
  35.             [7] = {"Charm"},
  36.             [5] =  {"Fury Attack"},
  37.             [3] =  {"Peck"},
  38.             [1] = {"Acid","Growl"}
  39.             },
  40.     },
  41.     ["Sprites"] = {
  42.         ["Front"] = "http://www.roblox.com/asset/?id=1227711106",
  43.         ["Back"] = "http://www.roblox.com/asset/?id=1227711156",
  44.         ["Mini"] = "http://www.roblox.com/asset/?id=1227711219",
  45.         ["SB"] = "http://www.roblox.com/asset/?id=1227711319",
  46.         ["SF"] = "http://www.roblox.com/asset/?id=1227711383"
  47.     },
  48.     ["ExpType"] = "Slow",
  49.     ["EVYield"] = {
  50.         ["Exp"] = 250,
  51.         ["SpA"] = 3
  52.     },
  53.     ["CatchRate"] = 45,
  54. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement