Advertisement
Lurantise

necrozma script

Feb 19th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Necrozma"] = {
  2.     ["Pokedex"] = 788,
  3.     ["PokedexDesc"] = "The absence of light is darkness..",
  4.     ["Species"] = "Prism Pokemon",
  5.     ["Height"] = "7'10\"",
  6.     ["Weight"] = 507.1,
  7.     ["Type"] = {"Psychic"},
  8.     ["Stats"] = {
  9.         ["HP"] = 98,
  10.         ["Atk"] = 105,
  11.         ["Def"] = 105,
  12.         ["SpA"] = 137,
  13.         ["SpD"] = 87,
  14.         ["Speed"] = 78
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = Unknown,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [100] = {"Psyshock"},
  21.             [90] = {"Psychic"},
  22.             [46] = {"Iron Defense"},
  23.             [42] = {"Psycho Cut"},
  24.             [40] = {"Night Slash"},
  25.             [35] = {"Rock Blast"},
  26.             [25] = {"Slash",},
  27.             [20] = {"Confusion"},
  28.             [5] =  {"False Swipe"},
  29.             [1] = {"Charge Beam","Metal Claw","Shadow Claw"}
  30.             },
  31.     },
  32.     ["Sprites"] = {
  33.         ["Front"] = "http://www.roblox.com/asset/?id=619392984",
  34.         ["Back"] = "http://www.roblox.com/asset/?id=619394475",
  35.         ["Mini"] = "http://www.roblox.com/asset/?id=619322550",
  36.         ["SB"] = "http://www.roblox.com/asset/?id=619390654",
  37.         ["SF"] = "http://www.roblox.com/asset/?id=619392047"
  38.     },
  39.     ["ExpType"] = "Slow",
  40.     ["EVYield"] = {
  41.         ["Exp"] = 120,
  42.         ["SpA"] = 3
  43.     },
  44.     ["CatchRate"] = 3,
  45. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement