Lurantise

deerling script

Apr 11th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Deerling"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "It's Bambi!",
  4.     ["Species"] = "Season Pokemon",
  5.     ["Height"] = "2'00\"",
  6.     ["Weight"] = 43.0,
  7.     ["Type"] = {"Normal","Grass"},
  8.     ["Stats"] = {
  9.         ["HP"] = 60,
  10.         ["Atk"] = 60,
  11.         ["Def"] = 50,
  12.         ["SpA"] = 40,
  13.         ["SpD"] = 50,
  14.         ["Speed"] = 75
  15.         },
  16.     ["Evolution"] = {34,"Sawsbuck"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [45] = {"Work Up"},
  21.             [40] = {"Seed Bomb"},
  22.             [36] = {"Giga Drain"},
  23.             [32] = {"Double-Edge"},
  24.             [28] = {"Charm"},
  25.             [26] = {"Energy Ball"},
  26.             [24] = {"High Jump Kick"},
  27.             [21] = {"Wild Charge"},
  28.             [19] = {"Synthesis"},
  29.             [17] = {"Fake Tears"}
  30.             [15] = {"Faint Attack"},
  31.             [12] = {"Leech Seed"},
  32.             [9] = {"Double Kick"}
  33.             [7] = {"Sand Attack"},
  34.             [5] = {"Growl"},
  35.             [1] = {"Tackle","Agility"}
  36.             },
  37.     },
  38.     ["Sprites"] = {
  39.         ["Front"] = "http://www.roblox.com/asset/?id=734114015",
  40.         ["Back"] = "http://www.roblox.com/asset/?id=734114095",
  41.         ["Mini"] = "http://www.roblox.com/asset/?id=734114170",
  42.         ["SB"] = "http://www.roblox.com/asset/?id=734114227",
  43.         ["SF"] = "http://www.roblox.com/asset/?id=734114279"
  44.     },
  45. ["FormSprites"] = {
  46.    ["Deerling-Summer"] = {
  47.         ["Front"] = "http://www.roblox.com/asset/?id=734114321",
  48.         ["Back"] = "http://www.roblox.com/asset/?id=734114357",
  49.         ["Mini"] = "http://www.roblox.com/asset/?id=734114386",
  50.         ["SB"] = "http://www.roblox.com/asset/?id=734114430",
  51.         ["SF"] = "http://www.roblox.com/asset/?id=734114478"
  52.     },
  53.    ["Deerling-Autumn"] = {
  54.         ["Front"] = "http://www.roblox.com/asset/?id=734113592",
  55.         ["Back"] = "http://www.roblox.com/asset/?id=734113645",
  56.         ["Mini"] = "http://www.roblox.com/asset/?id=734113673",
  57.         ["SB"] = "http://www.roblox.com/asset/?id=734113711",
  58.         ["SF"] = "http://www.roblox.com/asset/?id=734113897"
  59.     },
  60. ["Deerling-Winter"] = {
  61.         ["Front"] = "http://www.roblox.com/asset/?id=734114578",
  62.         ["Back"] = "http://www.roblox.com/asset/?id=734114528",
  63.         ["Mini"] = "http://www.roblox.com/asset/?id=734114651",
  64.         ["SB"] = "http://www.roblox.com/asset/?id=734114713",
  65.         ["SF"] = "http://www.roblox.com/asset/?id=734114764"
  66.     },
  67. },
  68.     ["ExpType"] = "MedFast",
  69.     ["EVYield"] = {
  70.         ["Exp"] = 67,
  71.         ["Speed"] = 1
  72.     },
  73.     ["CatchRate"] = 190,
  74. },
Add Comment
Please, Sign In to add comment