Advertisement
Lurantise

Bruxish

Jan 11th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Bruxish"] = {
  2.     ["Pokedex"] = 779,
  3.     ["PokedexDesc"] = "I wouldn't want to swim with this in the water.",
  4.     ["Species"] = "Gnash Teeth Pokemon",
  5.     ["Height"] = "2'11\"",
  6.     ["Weight"] = 41.9,
  7.     ["Type"] = {"Water","Psychic"},
  8.     ["Stats"] = {
  9.         ["HP"] = 68,
  10.         ["Atk"] = 105,
  11.         ["Def"] = 70,
  12.         ["SpA"] = 70,
  13.         ["SpD"] = 70,
  14.         ["Speed"] = 92
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [41] = {"Psychic Fangs"},
  21.             [36] = {"Screech"},  
  22.             [33] = {"Aqua Tail"},
  23.             [28] = {"Crunch"},
  24.             [17] = {"Aqua Jet"},
  25.             [12] = {"Bite"},
  26.             [9] =  {"Confusion"},
  27.             [4] =  {"Astonish"},
  28.             [1] = {"Water Gun","Ice Fang","Poison Fang","Frost Breath"}
  29.             },
  30.     },
  31.     ["Sprites"] = {
  32.         ["Front"] = "http://www.roblox.com/asset/?id=608651081",
  33.         ["Back"] = "http://www.roblox.com/asset/?id=608649653",
  34.         ["Mini"] = "http://www.roblox.com/asset/?id=608643611",
  35.         ["SB"] = "http://www.roblox.com/asset/?id=608646120",
  36.         ["SF"] = "http://www.roblox.com/asset/?id=608648612"
  37.     },
  38.     ["ExpType"] = "MedFast",
  39.     ["EVYield"] = {
  40.         ["Exp"] = 166,
  41.         ["Atk"] = 2
  42.     },
  43.     ["CatchRate"] = 80,
  44. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement