Advertisement
Lurantise

Corsola Script

Mar 18th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Corsola"] = {
  2.     ["Pokedex"] = 543,
  3.     ["PokedexDesc"] = "Corsola’s branches glitter very beautifully in seven colors when they catch sunlight. If any branch breaks off, this Pokémon grows it back in just one night.",
  4.     ["Species"] = "Coral Pokemon",
  5.     ["Height"] = "2'00\"",
  6.     ["Weight"] = 11.0,
  7.     ["Type"] = {"Water","Rock"},
  8.     ["Stats"] = {
  9.         ["HP"] = 75,
  10.         ["Atk"] = 75,
  11.         ["Def"] = 100,
  12.         ["SpA"] = 80,
  13.         ["SpD"] = 100,
  14.         ["Speed"] = 35
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 25,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [100] = {"Tickle"},
  21.             [86] = {"Swords Dance"},
  22.             [80] = {"Icy Wind"},
  23.             [77] = {"Water Pulse"},
  24.             [68] = {"Haze"},
  25.             [57] = {"Screech"},
  26.             [52] = {"Icicle Spear"},
  27.             [40] = {"Head Smash"},
  28.             [38] = {"Curse"},
  29.             [30] = {"Confuse Ray"},
  30.             [27] = {"Bubble"},
  31.             [21] = {"Amnesia"},
  32.             [16] = {"Rock Blast"},
  33.             [11] = {"Iron Defense"},
  34.             [7] =  {"Spike Cannon"},
  35.             [1] = {"Harden","Tackle","Earth Power","Recover"}
  36.             },
  37.     },
  38.     ["Sprites"] = {
  39.         ["Front"] = "http://www.roblox.com/asset/?id=698499232",
  40.         ["Back"] = "http://www.roblox.com/asset/?id=698499077",
  41.         ["Mini"] = "http://www.roblox.com/asset/?id=698499352",
  42.         ["SB"] = "http://www.roblox.com/asset/?id=698499409",
  43.         ["SF"] = "http://www.roblox.com/asset/?id=698499518"
  44.     },
  45.     ["ExpType"] = "Fast",
  46.     ["EVYield"] = {
  47.         ["Exp"] = 113,
  48.         ["Def"] = 1
  49.         ["SpD"] = 1
  50.     },
  51.     ["CatchRate"] = 60,
  52. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement