Advertisement
Lurantise

Wishiwashi School Script

Mar 11th, 2017
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Wishiwashi-School"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "This Pokemon evolved from Wishiwashi because form changes are too mainstream.",
  4.     ["Species"] = "Big Fish Pokemon",
  5.     ["Height"] = "26'11\"",
  6.     ["Weight"] = 173.3,
  7.     ["Type"] = {"Water"},
  8.     ["Stats"] = {
  9.         ["HP"] = 44,
  10.         ["Atk"] = 145,
  11.         ["Def"] = 120,
  12.         ["SpA"] = 100,
  13.         ["SpD"] = 130,
  14.         ["Speed"] = 30
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [100] =  {"Take Down"},
  21.             [90] =  {"Double-Edge"},
  22.             [88] =  {"Earthquake"},
  23.             [80] =  {"Earth Power"},
  24.             [79] =  {"Ice Shard"},  
  25.             [12] =  {"Water Pulse"},
  26.             [9] = {"Muddy Water"},
  27.             [6] = {"Hydro Pump"},
  28.             [3] =  {"Aqua Tail"},
  29.             [2] =  {"Faint Attack"},
  30.             [1] = {"Water Gun","Growl"}
  31.             },
  32.     },
  33.     ["Sprites"] = {
  34.         ["Front"] = "http://www.roblox.com/asset/?id=690049194",
  35.         ["Back"] = "http://www.roblox.com/asset/?id=690049368",
  36.         ["Mini"] = "http://www.roblox.com/asset/?id=690051796",
  37.         ["SB"] = "http://www.roblox.com/asset/?id=690049569",
  38.         ["SF"] = "http://www.roblox.com/asset/?id=690049738"
  39.     },
  40.     ["ExpType"] = "Fast",
  41.     ["EVYield"] = {
  42.         ["Exp"] = 98,
  43.         ["Atk"] = 2
  44.     },
  45.     ["CatchRate"] = 255,
  46. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement