Advertisement
Lurantise

pink shellos (west)

Apr 7th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Shellos-West"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "This subspecies of Shellos is often found in the West, they are found to be more aggressive.",
  4.     ["Species"] = "Sea Slug Pokemon",
  5.     ["Height"] = "1'00\"",
  6.     ["Weight"] = 13.9,
  7.     ["Type"] = {"Water"},
  8.     ["Stats"] = {
  9.         ["HP"] = 70,
  10.         ["Atk"] = 57,
  11.         ["Def"] = 62,
  12.         ["SpA"] = 48,
  13.         ["SpD"] = 48,
  14.         ["Speed"] = 40
  15.         },
  16.     ["Evolution"] = {30,"Gastrodon-West"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [100] =  {"String Shot"},
  21.             [70] =  {"Pain Split"},
  22.             [45] =  {"Icy Wind"},
  23.             [35] =  {"Earth Power"},
  24.             [30] =  {"Amnesia"},
  25.             [29] =  {"Acid Armor"},
  26.             [26] =  {"Recover"},
  27.             [23] =  {"Muddy Water"},
  28.             [15] =  {"Body Slap"},
  29.             [11] =  {"Hidden Power"},
  30.             [8] =  {"Mud Bomb"},
  31.             [5] =  {"Mud-Slap"},
  32.             [3] =  {"Harden"},
  33.             [1] = {"Water Pulse"}
  34.             },
  35.     },
  36.     ["Sprites"] = {
  37.         ["Front"] = "http://www.roblox.com/asset/?id=706180320",
  38.         ["Back"] = "http://www.roblox.com/asset/?id=706180241",
  39.         ["Mini"] = "http://www.roblox.com/asset/?id=706180410",
  40.         ["SB"] = "http://www.roblox.com/asset/?id=706180479",
  41.         ["SF"] = "http://www.roblox.com/asset/?id=706180663"
  42.     },
  43.     ["ExpType"] = "MedFast",
  44.     ["EVYield"] = {
  45.         ["Exp"] = 73,
  46.         ["HP"] = 1
  47.     },
  48.     ["CatchRate"] = 190,
  49. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement