Advertisement
Lurantise

Cosmoem

Jan 9th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Cosmoem"] = {
  2.     ["Pokedex"] = 790,
  3.     ["PokedexDesc"] = "That's one heavy Pokemon-- wait where did Nebby go?",
  4.     ["Species"] = "Protostar Pokemon",
  5.     ["Height"] = "0'04\"",
  6.     ["Weight"] = 2204.4,
  7.     ["Type"] = {"Psychic"},
  8.     ["Stats"] = {
  9.         ["HP"] = 43,
  10.         ["Atk"] = 29,
  11.         ["Def"] = 131,
  12.         ["SpA"] = 29,
  13.         ["SpD"] = 131,
  14.         ["Speed"] = 37
  15.         },
  16.     ["Evolution"] = {},
  17.     ["EvolutionStone"] = {["Metal Coat"] = "Solgaleo",},
  18.     ["Moon Stone"] = "Lunala",},
  19.     ["Gender"] = Unknown,
  20.     ["Moves"] = {
  21.         ["LevelUp"] = {
  22.             [1] = {"Cosmic Power"}
  23.             },
  24.     },
  25.     ["Sprites"] = {
  26.         ["Front"] = "http://www.roblox.com/asset/?id=606799039",
  27.         ["Back"] = "http://www.roblox.com/asset/?id=606794698",
  28.         ["Mini"] = "http://www.roblox.com/asset/?id=606649423",
  29.         ["SB"] = "http://www.roblox.com/asset/?id=606801036",
  30.         ["SF"] = "http://www.roblox.com/asset/?id=606805701"
  31.     },
  32.     ["ExpType"] = "Slow",
  33.     ["EVYield"] = {
  34.         ["Exp"] = 80,
  35.         ["Def"] = 1
  36.         ["SpD"] = 1
  37.     },
  38.     ["CatchRate"] = 45,
  39. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement