Advertisement
Lurantise

Cottonee Script

Mar 18th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Cottonee"] = {
  2.     ["Pokedex"] = 543,
  3.     ["PokedexDesc"] = "A fluffy little poofy cloud!",
  4.     ["Species"] = "Cotton Puff Pokemon",
  5.     ["Height"] = "1'00\"",
  6.     ["Weight"] = 1.3,
  7.     ["Type"] = {"Grass","Fairy"},
  8.     ["Stats"] = {
  9.         ["HP"] = 40,
  10.         ["Atk"] = 27,
  11.         ["Def"] = 60,
  12.         ["SpA"] = 37,
  13.         ["SpD"] = 50,
  14.         ["Speed"] = 66
  15.         },
  16.     ["Evolution"] = {},
  17.     ["EvolutionStone"] = {["Leaf Stone"] = "Whimsicott",}
  18.     ["Gender"] = 50,
  19.     ["Moves"] = {
  20.         ["LevelUp"] = {
  21.             [100] = {"Tickle"},
  22.             [97] = {"Synthesis"},
  23.             [68] = {"Nasty Plot"},
  24.             [65] = {"Moonblast"},
  25.             [62] = {"Knock Off"},
  26.             [60] = {"Seed Bomb"},
  27.             [59] = {"Fake Tears"},
  28.             [57] = {"Energy Ball"},
  29.             [52] = {"Charm"},
  30.             [40] = {"Giga Drain"},
  31.             [38] = {"Poison Powder"},
  32.             [30] = {"Razor Leaf"},
  33.             [27] = {"Cotton Spore"},
  34.             [21] = {"Mega Drain"},
  35.             [16] = {"Stun Spore"},
  36.             [11] = {"Leech Seed"},
  37.             [7] =  {"Growth"},
  38.             [1] = {"Absorb","Fairy Wind"}
  39.             },
  40.     },
  41.     ["Sprites"] = {
  42.         ["Front"] = "http://www.roblox.com/asset/?id=698499709",
  43.         ["Back"] = "http://www.roblox.com/asset/?id=698499604",
  44.         ["Mini"] = "http://www.roblox.com/asset/?id=698499785",
  45.         ["SB"] = "http://www.roblox.com/asset/?id=698499867",
  46.         ["SF"] = "http://www.roblox.com/asset/?id=698499943"
  47.     },
  48.     ["ExpType"] = "MedFast",
  49.     ["EVYield"] = {
  50.         ["Exp"] = 56,
  51.         ["Speed"] = 1
  52.     },
  53.     ["CatchRate"] = 190,
  54. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement