Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 94.87 KB | None | 0 0
  1. #region Aatrox
  2. new SpellData("aatrox",        "aatroxq",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockup,   650,         500,            20             ),
  3. new SpellData("aatrox",        "aatroxw",                          SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  4. new SpellData("aatrox",        "aatroxw2",                         SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  5. new SpellData("aatrox",        "aatroxe",                          SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      1000,        500,            1200           ),
  6. new SpellData("aatrox",        "aatroxr",                          SpellSlot.R,    Spelltype.Self,        CcType.No,        550,         0,              0              ),
  7. #endregion Aatrox
  8.  
  9. #region Ahri
  10. new SpellData("ahri",          "ahriorbofdeception",               SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        880,         500,            1100           ),
  11. new SpellData("ahri",          "ahrifoxfire",                      SpellSlot.W,    Spelltype.Self,        CcType.No,        800,         0,              1800           ),
  12. new SpellData("ahri",          "ahriseduce",                       SpellSlot.E,    Spelltype.Skillshot,   CcType.Charm,     975,         500,            1200           ),
  13. new SpellData("ahri",          "ahritumble",                       SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        450,         500,            2200           ),
  14. #endregion Ahri
  15.  
  16. #region Akali
  17. new SpellData("akali",         "akalimota",                        SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        600,         650,            1000           ),
  18. new SpellData("akali",         "akalismokebomb",                   SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      700,         500,            0              ),
  19. new SpellData("akali",         "akalishadowswipe",                 SpellSlot.E,    Spelltype.Self,        CcType.No,        325,         0,              0              ),
  20. new SpellData("akali",         "akalishadowdance",                 SpellSlot.R,    Spelltype.Targeted,    CcType.No,        800,         0,              2200           ),
  21. #endregion Akali
  22.  
  23. #region Alistar
  24. new SpellData("alistar",       "pulverize",                        SpellSlot.Q,    Spelltype.Self,        CcType.Knockup,   365,         500,            20             ),
  25. new SpellData("alistar",       "headbutt",                         SpellSlot.W,    Spelltype.Targeted,    CcType.Knockback, 650,         500,            0              ),
  26. new SpellData("alistar",       "triumphantroar",                   SpellSlot.E,    Spelltype.Self,        CcType.No,        575,         0,              0              ),
  27. new SpellData("alistar",       "feroucioushowl",                   SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           0,              828            ),
  28. #endregion Alistar
  29.  
  30. #region Amumu
  31. new SpellData("amumu",         "bandagetoss",                      SpellSlot.Q,    Spelltype.Skillshot,   CcType.Stun,      1100,        500,            2000           ),
  32. new SpellData("amumu",         "auraofdespair",                    SpellSlot.W,    Spelltype.Self,        CcType.No,        300,         470,            float.MaxValue ),
  33. new SpellData("amumu",         "tantrum",                          SpellSlot.E,    Spelltype.Self,        CcType.No,        350,         500,            float.MaxValue ),
  34. new SpellData("amumu",         "curseofthesadmummy",               SpellSlot.R,    Spelltype.Self,        CcType.Stun,      550,         500,            float.MaxValue ),
  35. #endregion Amumu
  36.  
  37. #region Anivia
  38. new SpellData("anivia",        "flashfrost",                       SpellSlot.Q,    Spelltype.Skillshot,   CcType.Stun,      1200,        500,            850            ),
  39. new SpellData("anivia",        "crystalize",                       SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1000,        500,            1600           ),
  40. new SpellData("anivia",        "frostbite",                        SpellSlot.E,    Spelltype.Targeted,    CcType.No,        650,         500,            1200           ),
  41. new SpellData("anivia",        "glacialstorm",                     SpellSlot.R,    Spelltype.Skillshot,   CcType.Slow,      675,         300,            float.MaxValue ),
  42. #endregion Anivia
  43.  
  44. #region Annie
  45. new SpellData("annie",         "disintegrate",                     SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        623,         500,            1400           ),
  46. new SpellData("annie",         "incinerate",                       SpellSlot.W,    Spelltype.Targeted,    CcType.No,        623,         500,            0              ),
  47. new SpellData("annie",         "moltenshield",                     SpellSlot.E,    Spelltype.Self,        CcType.No,        100,         0,              20             ),
  48. new SpellData("annie",         "infernalguardian",                 SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        600,         500,            float.MaxValue ),
  49. #endregion Annie
  50.  
  51. #region Ashe
  52. new SpellData("ashe",          "frostshot",                        SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  53. new SpellData("ashe",          "frostarrow",                       SpellSlot.Q,    Spelltype.Targeted,    CcType.Stun,      0,           0,              float.MaxValue ),
  54. new SpellData("ashe",          "volley",                           SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1200,        500,            902            ),
  55. new SpellData("ashe",          "ashespiritofthehawk",              SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        2500,        500,            1400           ),
  56. new SpellData("ashe",          "enchantedcrystalarrow",            SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      50000,       500,            1600           ),
  57. #endregion Ashe
  58.  
  59. #region Blitzcrank
  60. new SpellData("blitzcrank",    "rocketgrabmissile",                SpellSlot.Q,    Spelltype.Skillshot,   CcType.Stun,      925,         220,            1800           ),
  61. new SpellData("blitzcrank",    "overdrive",                        SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  62. new SpellData("blitzcrank",    "powerfist",                        SpellSlot.E,    Spelltype.Self,        CcType.Knockup,   0,           0,              0              ),
  63. new SpellData("blitzcrank",    "staticfield",                      SpellSlot.R,    Spelltype.Self,        CcType.Stun,      600,         0,              0              ),
  64. #endregion Blitzcrank
  65.  
  66. #region Brand
  67. new SpellData("brand",         "brandblaze",                       SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1150,        500,            1200           ),
  68. new SpellData("brand",         "brandfissure",                     SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        240,         500,            20             ),
  69. new SpellData("brand",         "brandconflagration",               SpellSlot.E,    Spelltype.Targeted,    CcType.No,        0,           0,              1800           ),
  70. new SpellData("brand",         "brandwildfire",                    SpellSlot.R,    Spelltype.Targeted,    CcType.No,        0,           0,              1000           ),
  71. #endregion Brand
  72.  
  73. #region Braum
  74. new SpellData("braum",         "braumq",                           SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      1100,        500,            1200           ),
  75. new SpellData("braum",         "braumqmissle",                     SpellSlot.Q,    Spelltype.Skillshot,   CcType.Stun,      1100,        500,            1200           ),
  76. new SpellData("braum",         "braumw",                           SpellSlot.W,    Spelltype.Targeted,    CcType.No,        650,         500,            1500           ),
  77. new SpellData("braum",         "braume",                           SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        250,         0,              float.MaxValue ),
  78. new SpellData("braum",         "braumr",                           SpellSlot.R,    Spelltype.Skillshot,   CcType.Knockup,   1250,        0,              1200           ),
  79. #endregion Braum
  80.  
  81. #region Caitlyn
  82. new SpellData("caitlyn",       "caitlynpiltoverpeacemaker",        SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        2000,        250,            2200           ),
  83. new SpellData("caitlyn",       "caitlynyordletrap",                SpellSlot.W,    Spelltype.Skillshot,   CcType.Stun,      800,         0,              1400           ),
  84. new SpellData("caitlyn",       "caitlynentrapment",                SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      950,         250,            2000           ),
  85. new SpellData("caitlyn",       "caitlynaceinthehole",              SpellSlot.R,    Spelltype.Targeted,    CcType.No,        2500,        0,              1500           ),
  86. #endregion Caitlyn
  87.  
  88. #region Cassiopeia
  89. new SpellData("cassiopeia",    "cassiopeianoxiousblast",           SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        925,         250,            float.MaxValue ),
  90. new SpellData("cassiopeia",    "cassiopeiamiasma",                 SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      925,         500,            2500           ),
  91. new SpellData("cassiopeia",    "cassiopeiatwinfang",               SpellSlot.E,    Spelltype.Targeted,    CcType.No,        700,         0,              1900           ),
  92. new SpellData("cassiopeia",    "cassiopeiapetrifyinggaze",         SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      875,         500,            float.MaxValue ),
  93. #endregion Cassiopeia
  94.  
  95. #region Chogath
  96. new SpellData("chogath",       "rupture",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockup,   1000,        500,            float.MaxValue ),
  97. new SpellData("chogath",       "feralscream",                      SpellSlot.W,    Spelltype.Skillshot,   CcType.Silence,   675,         250,            float.MaxValue ),
  98. new SpellData("chogath",       "vorpalspikes",                     SpellSlot.E,    Spelltype.Targeted,    CcType.No,        0,           0,              347            ),
  99. new SpellData("chogath",       "feast",                            SpellSlot.R,    Spelltype.Targeted,    CcType.No,        230,         0,              500            ),
  100. #endregion Chogath
  101.  
  102. #region Corki
  103. new SpellData("corki",         "phosphorusbomb",                   SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        875,         0,              float.MaxValue ),
  104. new SpellData("corki",         "carpetbomb",                       SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        875,         0,              700            ),
  105. new SpellData("corki",         "ggun",                             SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        750,         0,              902            ),
  106. new SpellData("corki",         "missilebarrage",                   SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1225,        250,            828.5          ),
  107. #endregion Corki
  108.  
  109. #region Darius
  110. new SpellData("darius",        "dariuscleave",                     SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        425,         500,            0              ),
  111. new SpellData("darius",        "dariusnoxiantacticsonh",           SpellSlot.W,    Spelltype.Self,        CcType.Slow,      210,         0,              0              ),
  112. new SpellData("darius",        "dariusaxegrabcone",                SpellSlot.E,    Spelltype.Skillshot,   CcType.Pull,      540,         500,            1500           ),
  113. new SpellData("darius",        "dariusexecute",                    SpellSlot.R,    Spelltype.Targeted,    CcType.No,        460,         500,            20             ),
  114. #endregion Darius
  115.  
  116. #region Diana
  117. new SpellData("diana",         "dianaarc",                         SpellSlot.Q,    Spelltype.Skillshot,   CcType.Stun,      900,         500,            1500           ),
  118. new SpellData("diana",         "dianaorbs",                        SpellSlot.W,    Spelltype.Self,        CcType.Pull,      0,           0,              0              ),
  119. new SpellData("diana",         "dianavortex",                      SpellSlot.E,    Spelltype.Self,        CcType.Stun,      300,         500,            1500           ),
  120. new SpellData("diana",         "dianateleport",                    SpellSlot.R,    Spelltype.Targeted,    CcType.Stun,      800,         500,            1500           ),
  121. #endregion Diana
  122.  
  123. #region Draven
  124. new SpellData("draven",        "dravenspinning",                   SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  125. new SpellData("draven",        "dravenfury",                       SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  126. new SpellData("draven",        "dravendoubleshot",                 SpellSlot.E,    Spelltype.Skillshot,   CcType.Knockback, 1050,        500,            1600           ),
  127. new SpellData("draven",        "dravenrcast",                      SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        20000,       500,            2000           ),
  128. #endregion Draven
  129.  
  130. #region DrMundo
  131. new SpellData("drmundo",       "infectedcleavermissilecast",       SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            1500           ),
  132. new SpellData("drmundo",       "burningagony",                     SpellSlot.W,    Spelltype.Self,        CcType.No,        225,         float.MaxValue  float.MaxValue ),
  133. new SpellData("drmundo",       "masochism",                        SpellSlot.E,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  134. new SpellData("drmundo",       "sadism",                           SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  135. #endregion DrMundo
  136.  
  137. #region Elise
  138. new SpellData("elise",         "elisehumanq",                      SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        625,         750,            2200           ),
  139. new SpellData("elise",         "elisespiderqcast",                 SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        475,         500,            float.MaxValue ),
  140. new SpellData("elise",         "elisehumanw",                      SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        950,         750,            5000           ),
  141. new SpellData("elise",         "elisespiderw",                     SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  142. new SpellData("elise",         "elisehumane",                      SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      1075,        500,            1450           ),
  143. new SpellData("elise",         "elisespidereinitial",              SpellSlot.E,    Spelltype.Targeted,    CcType.No,        975,         float.MaxValue  float.MaxValue ),
  144. new SpellData("elise",         "elisespideredescent",              SpellSlot.E,    Spelltype.Targeted,    CcType.No,        975,         float.MaxValue  float.MaxValue ),
  145. new SpellData("elise",         "eliser",                           SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  146. new SpellData("elise",         "elisespiderr",                     SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  147. #endregion Elise
  148.  
  149. #region Evelynn
  150. new SpellData("evelynn",       "evelynnq",                         SpellSlot.Q,    Spelltype.Self,        CcType.No,        500,         500,            float.MaxValue ),
  151. new SpellData("evelynn",       "evelynnw",                         SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  152. new SpellData("evelynn",       "evelynne",                         SpellSlot.E,    Spelltype.Targeted,    CcType.No,        290,         500,            900            ),
  153. new SpellData("evelynn",       "evelynnr",                         SpellSlot.R,    Spelltype.Skillshot,   CcType.Slow,      650,         500,            1300           ),
  154. #endregion Evelynn
  155.  
  156. #region Ezreal
  157. new SpellData("ezreal",        "ezrealmysticshot",                 SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1200,        250,            2000           ),
  158. new SpellData("ezreal",        "ezrealessenceflux",                SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1050,        250,            1600           ),
  159. new SpellData("ezreal",        "ezrealessencemissle",              SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1050,        250,            1600           ),
  160. new SpellData("ezreal",        "ezrealarcaneshift",                SpellSlot.E,    Spelltype.Targeted,    CcType.No,        475,         500,            float.MaxValue ),
  161. new SpellData("ezreal",        "ezrealtruehotbarrage",             SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        20000,       1000,           2000           ),
  162. #endregion Ezreal
  163.  
  164. #region FiddleSticks
  165. new SpellData("fiddlesticks",  "terrify",                          SpellSlot.Q,    Spelltype.Targeted,    CcType.Fear,      575,         500,            float.MaxValue ),
  166. new SpellData("fiddlesticks",  "drain",                            SpellSlot.W,    Spelltype.Targeted,    CcType.No,        575,         500,            float.MaxValue ),
  167. new SpellData("fiddlesticks",  "fiddlesticksdarkwind",             SpellSlot.E,    Spelltype.Skillshot,   CcType.Silence,   750,         500,            1100           ),
  168. new SpellData("fiddlesticks",  "crowstorm",                        SpellSlot.R,    Spelltype.Targeted,    CcType.Stun,      800,         500,            float.MaxValue ),
  169. #endregion FiddleSticks
  170.  
  171. #region Fiora
  172. new SpellData("fiora",         "fioraq",                           SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        300,         500,            2200           ),
  173. new SpellData("fiora",         "fiorariposte",                     SpellSlot.W,    Spelltype.Self,        CcType.No,        100,         0,              0              ),
  174. new SpellData("fiora",         "fioraflurry",                      SpellSlot.E,    Spelltype.Self,        CcType.No,        210,         0,              0              ),
  175. new SpellData("fiora",         "fioradance",                       SpellSlot.R,    Spelltype.Targeted,    CcType.No,        210,         500,            0              ),
  176. #endregion Fiora
  177.  
  178. #region Fizz
  179. new SpellData("fizz",          "fizzpiercingstrike",               SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        550,         500,            float.MaxValue ),
  180. new SpellData("fizz",          "fizzseastonepassive",              SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            0              ),
  181. new SpellData("fizz",          "fizzjump",                         SpellSlot.E,    Spelltype.Self,        CcType.No,        400,         500,            1300           ),
  182. new SpellData("fizz",          "fizzjumptwo",                      SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      400,         500,            1300           ),
  183. new SpellData("fizz",          "fizzmarinerdoom",                  SpellSlot.R,    Spelltype.Skillshot,   CcType.Knockup,   1275,        500,            1200           ),
  184. #endregion Fizz
  185.  
  186. #region Galio
  187. new SpellData("galio",         "galioresolutesmite",               SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      940,         500,            1300           ),
  188. new SpellData("galio",         "galiobulwark",                     SpellSlot.W,    Spelltype.Targeted,    CcType.No,        800,         500,            float.MaxValue ),
  189. new SpellData("galio",         "galiorighteousgust",               SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        1180,        500,            1200           ),
  190. new SpellData("galio",         "galioidolofdurand",                SpellSlot.R,    Spelltype.Self,        CcType.Taunt,     560,         500,            float.MaxValue ),
  191. #endregion Galio
  192.  
  193. #region Gangplank
  194. new SpellData("gangplank",     "parley",                           SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        625,         500,            2000           ),
  195. new SpellData("gangplank",     "removescurvy",                     SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  196. new SpellData("gangplank",     "raisemorale",                      SpellSlot.E,    Spelltype.Self,        CcType.No,        1300,        500,            float.MaxValue ),
  197. new SpellData("gangplank",     "cannonbarrage",                    SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      20000,       500,            500            ),
  198. #endregion Gangplank
  199.  
  200. #region Garen
  201. new SpellData("garen",         "garenq",                           SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           200,            float.MaxValue ),
  202. new SpellData("garen",         "garenw",                           SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  203. new SpellData("garen",         "garene",                           SpellSlot.E,    Spelltype.Self,        CcType.No,        325,         0,              700            ),
  204. new SpellData("garen",         "garenr",                           SpellSlot.R,    Spelltype.Targeted,    CcType.No,        400,         120,            float.MaxValue ),
  205. #endregion Garen
  206.  
  207. #region Gragas
  208. new SpellData("gragas",        "gragasq",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      1100,        300,            1000           ),
  209. new SpellData("gragas",        "gragasqtoggle",                    SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1100,        300,            1000           ),
  210. new SpellData("gragas",        "gragasw",                          SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  211. new SpellData("gragas",        "gragase",                          SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      1100,        300,            1000           ),
  212. new SpellData("gragas",        "gragasr",                          SpellSlot.R,    Spelltype.Skillshot,   CcType.Knockback, 1100,        300,            1000           ),
  213. #endregion Gragas
  214.  
  215. #region Graves
  216. new SpellData("graves",        "gravesclustershot",                SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1100,        300,            902            ),
  217. new SpellData("graves",        "gravessmokegrenade",               SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1100,        300,            1650           ),
  218. new SpellData("graves",        "gravessmokegrenadeboom",           SpellSlot.W,    Spelltype.Skillshot,   CcType.Stun,      1100,        300,            1650           ),
  219. new SpellData("graves",        "gravesmove",                       SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        425,         300,            1000           ),
  220. new SpellData("graves",        "graveschargeshot",                 SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1000,        500,            1200           ),
  221. #endregion Graves
  222.  
  223. #region Hecarim
  224. new SpellData("hecarim",       "hecarimrapidslash",                SpellSlot.Q,    Spelltype.Self,        CcType.No,        350,         300,            1450           ),
  225. new SpellData("hecarim",       "hecarimw",                         SpellSlot.W,    Spelltype.Self,        CcType.No,        525,         120,            828.5          ),
  226. new SpellData("hecarim",       "hecarimramp",                      SpellSlot.E,    Spelltype.Self,        CcType.No,        0,           float.MaxValue  float.MaxValue ),
  227. new SpellData("hecarim",       "hecarimult",                       SpellSlot.R,    Spelltype.Skillshot,   CcType.Fear,      1350,        500,            1200           ),
  228. #endregion Hecarim
  229.  
  230. #region Heimerdinger
  231. new SpellData("heimerdinger",  "heimerdingerq",                    SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        350,         500,            float.MaxValue ),
  232. new SpellData("heimerdinger",  "heimerdingerw",                    SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1525,        500,            902            ),
  233. new SpellData("heimerdinger",  "heimerdingere",                    SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      970,         500,            2500           ),
  234. new SpellData("heimerdinger",  "heimerdingerr",                    SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           230,            float.MaxValue ),
  235. new SpellData("heimerdinger",  "heimerdingereult",                 SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      970,         230,            float.MaxValue ),
  236. #endregion Heimerdinger
  237.  
  238. #region Irelia
  239. new SpellData("irelia",        "ireliagatotsu",                    SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        650,         0,              2200           ),
  240. new SpellData("irelia",        "ireliahitenstyle",                 SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           230,            347            ),
  241. new SpellData("irelia",        "ireliaequilibriumstrike",          SpellSlot.E,    Spelltype.Targeted,    CcType.Stun,      325,         500,            float.MaxValue ),
  242. new SpellData("irelia",        "ireliatranscendentblades",         SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1200,        500,            779            ),
  243. #endregion Irelia
  244.  
  245. #region Janna
  246. new SpellData("janna",         "howlinggale",                      SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockup,   1800,        0,              float.MaxValue ),
  247. new SpellData("janna",         "sowthewind",                       SpellSlot.W,    Spelltype.Targeted,    CcType.Slow,      600,         500,            1600           ),
  248. new SpellData("janna",         "eyeofthestorm",                    SpellSlot.E,    Spelltype.Targeted,    CcType.No,        800,         500,            float.MaxValue ),
  249. new SpellData("janna",         "reapthewhirlwind",                 SpellSlot.R,    Spelltype.Self,        CcType.Knockback, 725,         500,            828.5          ),
  250. #endregion Janna
  251.  
  252. #region JarvanIV
  253. new SpellData("jarvaniv",      "jarvanivdragonstrike",             SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        700,         500,            float.MaxValue ),
  254. new SpellData("jarvaniv",      "jarvanivgoldenaegis",              SpellSlot.W,    Spelltype.Self,        CcType.Slow,      300,         500,            0              ),
  255. new SpellData("jarvaniv",      "jarvanivdemacianstandard",         SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        830,         500,            float.MaxValue ),
  256. new SpellData("jarvaniv",      "jarvanivcataclysm",                SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        650,         500,            0              ),
  257. #endregion JarvanIV
  258.  
  259. #region Jax
  260. new SpellData("jax",           "jaxleapstrike",                    SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        210,         500,            0              ),
  261. new SpellData("jax",           "jaxempowertwo",                    SpellSlot.W,    Spelltype.Targeted,    CcType.No,        0,           500,            0              ),
  262. new SpellData("jax",           "jaxcounterstrike",                 SpellSlot.E,    Spelltype.Self,        CcType.Stun,      425,         500,            1450           ),
  263. new SpellData("jax",           "jaxrelentlessasssault",            SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  264. #endregion Jax
  265.  
  266. #region Jayce
  267. new SpellData("jayce",         "jaycetotheskies",                  SpellSlot.Q,    Spelltype.Targeted,    CcType.Slow,      600,         500,            float.MaxValue ),
  268. new SpellData("jayce",         "jayceshockblast",                  SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1050,        500,            1200           ),
  269. new SpellData("jayce",         "jaycestaticfield",                 SpellSlot.W,    Spelltype.Self,        CcType.No,        285,         500,            1500           ),
  270. new SpellData("jayce",         "jaycehypercharge",                 SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           750,            float.MaxValue ),
  271. new SpellData("jayce",         "jaycethunderingblow",              SpellSlot.E,    Spelltype.Targeted,    CcType.Knockback, 300,         0,              float.MaxValue ),
  272. new SpellData("jayce",         "jayceaccelerationgate",            SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        685,         500,            1600           ),
  273. new SpellData("jayce",         "jaycestancehtg",                   SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           750,            float.MaxValue ),
  274. new SpellData("jayce",         "jaycestancegth",                   SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           750,            float.MaxValue ),
  275. #endregion Jayce
  276.  
  277. #region Jinx
  278. new SpellData("jinx",          "jinxq",                            SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  279. new SpellData("jinx",          "jinxw",                            SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1550,        500,            1200           ),
  280. new SpellData("jinx",          "jinxwmissle",                      SpellSlot.W,    Spelltype.Skillshot,   CcType.Stun,      1550,        500,            1200           ),
  281. new SpellData("jinx",          "jinxe",                            SpellSlot.E,    Spelltype.Skillshot,   CcType.Snare,     900,         500,            1000           ),
  282. new SpellData("jinx",          "jinxr",                            SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        25000,       0,              float.MaxValue ),
  283. new SpellData("jinx",          "jinxrwrapper",                     SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        25000,       0,              float.MaxValue ),
  284. #endregion Jinx
  285.  
  286. #region Karma
  287. new SpellData("karma",         "karmaq",                           SpellSlot.Q,    Spelltype.Skillshot,   CcType.Stun,      950,         500,            902            ),
  288. new SpellData("karma",         "karmaspiritbind",                  SpellSlot.W,    Spelltype.Targeted,    CcType.Snare,     700,         500,            2000           ),
  289. new SpellData("karma",         "karmasolkimshield",                SpellSlot.E,    Spelltype.Targeted,    CcType.No,        800,         500,            float.MaxValue ),
  290. new SpellData("karma",         "karmamantra",                      SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            1300           ),
  291. #endregion Karma
  292.  
  293. #region Karthus
  294. new SpellData("karthus",       "laywaste",                         SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        875,         500,            float.MaxValue ),
  295. new SpellData("karthus",       "wallofpain",                       SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1090,        500,            1600           ),
  296. new SpellData("karthus",       "defile",                           SpellSlot.E,    Spelltype.Self,        CcType.No,        550,         500,            1000           ),
  297. new SpellData("karthus",       "fallenone",                        SpellSlot.R,    Spelltype.Self,        CcType.No,        20000,       0,              float.MaxValue ),
  298. #endregion Karthus
  299.  
  300. #region Kassadin
  301. new SpellData("kassadin",      "nulllance",                        SpellSlot.Q,    Spelltype.Targeted,    CcType.Silence,   650,         500,            1400           ),
  302. new SpellData("kassadin",      "netherblade",                      SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  303. new SpellData("kassadin",      "forcepulse",                       SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      700,         500,            float.MaxValue ),
  304. new SpellData("kassadin",      "riftwalk",                         SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        675,         500,            float.MaxValue ),
  305. #endregion Kassadin
  306.  
  307. #region Katarina
  308. new SpellData("katarina",      "katarinaq",                        SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        675,         500,            1800           ),
  309. new SpellData("katarina",      "katarinaw",                        SpellSlot.W,    Spelltype.Self,        CcType.No,        400,         500,            1800           ),
  310. new SpellData("katarina",      "katarinae",                        SpellSlot.E,    Spelltype.Targeted,    CcType.No,        700,         500,            0              ),
  311. new SpellData("katarina",      "katarinar",                        SpellSlot.R,    Spelltype.Self,        CcType.No,        550,         500,            1450           ),
  312. #endregion Katarina
  313.  
  314. #region Kayle
  315. new SpellData("kayle",         "judicatorreckoning",               SpellSlot.Q,    Spelltype.Targeted,    CcType.Slow,      650,         500,            1500           ),
  316. new SpellData("kayle",         "judicatordevineblessing",          SpellSlot.W,    Spelltype.Targeted,    CcType.No,        900,         220,            float.MaxValue ),
  317. new SpellData("kayle",         "judicatorrighteousfury",           SpellSlot.E,    Spelltype.Self,        CcType.No,        0,           500,            779            ),
  318. new SpellData("kayle",         "judicatorintervention",            SpellSlot.R,    Spelltype.Targeted,    CcType.No,        900,         500,            float.MaxValue ),
  319. #endregion Kayle
  320.  
  321. #region Kennen
  322. new SpellData("kennen",        "kennenshurikenhurlmissile1",       SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1000,        690,            1700           ),
  323. new SpellData("kennen",        "kennenbringthelight",              SpellSlot.W,    Spelltype.Self,        CcType.No,        900,         500,            float.MaxValue ),
  324. new SpellData("kennen",        "kennenlightningrush",              SpellSlot.E,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  325. new SpellData("kennen",        "kennenshurikenstorm",              SpellSlot.R,    Spelltype.Self,        CcType.No,        550,         500,            779            ),
  326. #endregion Kennen
  327.  
  328. #region Khazix
  329. new SpellData("khazix",        "khazixq",                          SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        325,         500,            float.MaxValue ),
  330. new SpellData("khazix",        "khazixqlong",                      SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        375,         500,            float.MaxValue ),
  331. new SpellData("khazix",        "khazixw",                          SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            828.5          ),
  332. new SpellData("khazix",        "khazixwlong",                      SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            828.5          ),
  333. new SpellData("khazix",        "khazixe",                          SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        600,         500,            float.MaxValue ),
  334. new SpellData("khazix",        "khazixelong",                      SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        900,         500,            float.MaxValue ),
  335. new SpellData("khazix",        "khazixr",                          SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  336. new SpellData("khazix",        "khazixrlong",                      SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  337. #endregion Khazix
  338.  
  339. #region KogMaw
  340. new SpellData("kogmaw",        "kogmawcausticspittle",             SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        625,         500,            float.MaxValue ),
  341. new SpellData("kogmaw",        "kogmawbioarcanbarrage",            SpellSlot.W,    Spelltype.Self,        CcType.No,        130,         500,            2000           ),
  342. new SpellData("kogmaw",        "kogmawvoidooze",                   SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            1200           ),
  343. new SpellData("kogmaw",        "kogmawlivingartillery",            SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1400,        600,            2000           ),
  344. #endregion KogMaw
  345.  
  346. #region Leblanc
  347. new SpellData("leblanc",       "leblancchaosorb",                  SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        700,         500,            2000           ),
  348. new SpellData("leblanc",       "leblancslide",                     SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        600,         500,            float.MaxValue ),
  349. new SpellData("leblanc",       "leblacslidereturn",                SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        0,           500,            float.MaxValue ),
  350. new SpellData("leblanc",       "leblancsoulshackle",               SpellSlot.E,    Spelltype.Skillshot,   CcType.Snare,     925,         500,            1600           ),
  351. new SpellData("leblanc",       "leblancchaosorbm",                 SpellSlot.R,    Spelltype.Targeted,    CcType.No,        700,         500,            2000           ),
  352. new SpellData("leblanc",       "leblancslidem",                    SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        600,         500,            float.MaxValue ),
  353. new SpellData("leblanc",       "leblancslidereturnm",              SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        0,           500,            float.MaxValue ),
  354. new SpellData("leblanc",       "leblancsoulshacklem",              SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      925,         500,            1600           ),
  355. #endregion Leblanc
  356.  
  357. #region LeeSin
  358. new SpellData("leesin",        "blindmonkqone",                    SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1000,        500,            1800           ),
  359. new SpellData("leesin",        "blindmonkqtwo",                    SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        0,           500,            float.MaxValue ),
  360. new SpellData("leesin",        "blindmonkwone",                    SpellSlot.W,    Spelltype.Targeted,    CcType.No,        700,         0,              1500           ),
  361. new SpellData("leesin",        "blindmonkwtwo",                    SpellSlot.W,    Spelltype.Self,        CcType.No,        700,         0,              float.MaxValue ),
  362. new SpellData("leesin",        "blindmonkeone",                    SpellSlot.E,    Spelltype.Self,        CcType.No,        425,         500,            float.MaxValue ),
  363. new SpellData("leesin",        "blindmonketwo",                    SpellSlot.E,    Spelltype.Self,        CcType.Slow,      425,         500,            float.MaxValue ),
  364. new SpellData("leesin",        "blindmonkrkick",                   SpellSlot.R,    Spelltype.Targeted,    CcType.Knockback, 375,         500,            1500           ),
  365. #endregion LeeSin
  366.  
  367. #region Leona
  368. new SpellData("leona",         "leonashieldofdaybreak",            SpellSlot.Q,    Spelltype.Self,        CcType.Stun,      215,         0,              0              ),
  369. new SpellData("leona",         "leonasolarbarrier",                SpellSlot.W,    Spelltype.Self,        CcType.Stun,      500,         3000,           0              ),
  370. new SpellData("leona",         "leonazenithblade",                 SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      900,         0,              2000           ),
  371. new SpellData("leona",         "leonazenithblademissle",           SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      900,         0,              2000           ),
  372. new SpellData("leona",         "leonasolarflare",                  SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      1200,        700,            float.MaxValue ),
  373. #endregion Leona
  374.  
  375. #region Lissandra
  376. new SpellData("lissandra",     "lissandraq",                       SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      725,         500,            1200           ),
  377. new SpellData("lissandra",     "lissandraw",                       SpellSlot.W,    Spelltype.Self,        CcType.Snare,     450,         500,            float.MaxValue ),
  378. new SpellData("lissandra",     "lissandrae",                       SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        1050,        500,            850            ),
  379. new SpellData("lissandra",     "lissandrar",                       SpellSlot.R,    Spelltype.Targeted,    CcType.Stun,      550,         0,              float.MaxValue ),
  380. #endregion Lissandra
  381.  
  382. #region Lucian
  383. new SpellData("lucian",        "lucianq",                          SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        550,         500,            500            ),
  384. new SpellData("lucian",        "lucianw",                          SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1000,        500,            500            ),
  385. new SpellData("lucian",        "luciane",                          SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        650,         500,            float.MaxValue ),
  386. new SpellData("lucian",        "lucianr",                          SpellSlot.R,    Spelltype.Targeted,    CcType.No,        1400,        500,            float.MaxValue ),
  387. #endregion Lucian
  388.  
  389. #region Lulu
  390. new SpellData("lulu",          "luluq",                            SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      925,         500,            1400           ),
  391. new SpellData("lulu",          "luluqmissle",                      SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      925,         500,            1400           ),
  392. new SpellData("lulu",          "luluw",                            SpellSlot.W,    Spelltype.Targeted,    CcType.Polymorph, 650,         640,            2000           ),
  393. new SpellData("lulu",          "lulue",                            SpellSlot.E,    Spelltype.Targeted,    CcType.No,        650,         640,            float.MaxValue ),
  394. new SpellData("lulu",          "lulur",                            SpellSlot.R,    Spelltype.Targeted,    CcType.Knockup,   900,         500,            float.MaxValue ),
  395. #endregion Lulu
  396.  
  397. #region Lux
  398. new SpellData("lux",           "luxlightbinding",                  SpellSlot.Q,    Spelltype.Skillshot,   CcType.Snare,     1300,        500,            1200           ),
  399. new SpellData("lux",           "luxprismaticwave",                 SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1075,        500,            1200           ),
  400. new SpellData("lux",           "luxlightstrikekugel",              SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1100,        500,            1300           ),
  401. new SpellData("lux",           "luxlightstriketoggle",             SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        1100,        500,            1300           ),
  402. new SpellData("lux",           "luxmalicecannon",                  SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        3340,        1750,           3000           ),
  403. new SpellData("lux",           "luxmalicecannonmis",               SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        3340,        1750,           3000           ),
  404. #endregion Lux
  405.  
  406. #region Malphite
  407. new SpellData("malphite",      "seismicshard",                     SpellSlot.Q,    Spelltype.Targeted,    CcType.Slow,      625,         500,            1200           ),
  408. new SpellData("malphite",      "obduracy",                         SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  409. new SpellData("malphite",      "landslide",                        SpellSlot.E,    Spelltype.Self,        CcType.No,        400,         500,            float.MaxValue ),
  410. new SpellData("malphite",      "ufslash",                          SpellSlot.R,    Spelltype.Skillshot,   CcType.Knockup,   1000,        0,              700            ),
  411. #endregion Malphite
  412.  
  413. #region Malzahar
  414. new SpellData("malzahar",      "alzaharcallofthevoid",             SpellSlot.Q,    Spelltype.Skillshot,   CcType.Silence,   900,         500,            float.MaxValue ),
  415. new SpellData("malzahar",      "alzaharnullzone",                  SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        800,         500,            float.MaxValue ),
  416. new SpellData("malzahar",      "alzaharmaleficvisions",            SpellSlot.E,    Spelltype.Targeted,    CcType.No,        650,         500,            float.MaxValue ),
  417. new SpellData("malzahar",      "alzaharnethergrasp",               SpellSlot.R,    Spelltype.Targeted,    CcType.Suppression, 700,         500,            float.MaxValue ),
  418. #endregion Malzahar
  419.  
  420. #region Maokai
  421. new SpellData("maokai",        "maokaitrunkline",                  SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockback, 600,         500,            1200           ),
  422. new SpellData("maokai",        "maokaiunstablegrowth",             SpellSlot.W,    Spelltype.Targeted,    CcType.Snare,     650,         500,            float.MaxValue ),
  423. new SpellData("maokai",        "maokaisapling2",                   SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1100,        500,            1750           ),
  424. new SpellData("maokai",        "maokaidrain3",                     SpellSlot.R,    Spelltype.Targeted,    CcType.No,        625,         500,            float.MaxValue ),
  425. #endregion Maokai
  426.  
  427. #region MasterYi
  428. new SpellData("masteryi",      "alphastrike",                      SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        600,         500,            4000           ),
  429. new SpellData("masteryi",      "meditate",                         SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  430. new SpellData("masteryi",      "wujustyle",                        SpellSlot.E,    Spelltype.Self,        CcType.No,        0,           230,            float.MaxValue ),
  431. new SpellData("masteryi",      "highlander",                       SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           370,            float.MaxValue ),
  432. #endregion MasterYi
  433.  
  434. #region MissFortune
  435. new SpellData("missfortune",   "missfortunericochetshot",          SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        650,         500,            1400           ),
  436. new SpellData("missfortune",   "missfortuneviciousstrikes",        SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  437. new SpellData("missfortune",   "missfortunescattershot",           SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            500            ),
  438. new SpellData("missfortune",   "missfortunebullettime",            SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1400,        500,            775            ),
  439. #endregion MissFortune
  440.  
  441. #region MonkeyKing
  442. new SpellData("monkeyking",    "monkeykingdoubleattack",           SpellSlot.Q,    Spelltype.Self,        CcType.No,        300,         500,            20             ),
  443. new SpellData("monkeyking",    "monkeykingdecoy",                  SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            0              ),
  444. new SpellData("monkeyking",    "monkeykingdecoyswipe",             SpellSlot.W,    Spelltype.Self,        CcType.No,        325,         500,            0              ),
  445. new SpellData("monkeyking",    "monkeykingnimbus",                 SpellSlot.E,    Spelltype.Targeted,    CcType.No,        625,         0,              2200           ),
  446. new SpellData("monkeyking",    "monkeykingspintowin",              SpellSlot.R,    Spelltype.Self,        CcType.Knockup,   315,         0,              700            ),
  447. new SpellData("monkeyking",    "monkeykingspintowinleave",         SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           0,              700            ),
  448. #endregion MonkeyKing
  449.  
  450. #region Mordekaiser
  451. new SpellData("mordekaiser",   "mordekaisermaceofspades",          SpellSlot.Q,    Spelltype.Self,        CcType.No,        600,         500,            1500           ),
  452. new SpellData("mordekaiser",   "mordekaisercreepindeathcast",      SpellSlot.W,    Spelltype.Targeted,    CcType.No,        750,         500,            float.MaxValue ),
  453. new SpellData("mordekaiser",   "mordekaisersyphoneofdestruction",  SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        700,         500,            1500           ),
  454. new SpellData("mordekaiser",   "mordekaiserchildrenofthegrave",    SpellSlot.R,    Spelltype.Targeted,    CcType.No,        850,         500,            1500           ),
  455. #endregion Mordekaiser
  456.  
  457. #region Morgana
  458. new SpellData("morgana",       "darkbindingmissile",               SpellSlot.Q,    Spelltype.Skillshot,   CcType.Snare,     1300,        500,            1200           ),
  459. new SpellData("morgana",       "tormentedsoil",                    SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1075,        500,            float.MaxValue ),
  460. new SpellData("morgana",       "blackshield",                      SpellSlot.E,    Spelltype.Targeted,    CcType.No,        750,         500,            float.MaxValue ),
  461. new SpellData("morgana",       "soulshackles",                     SpellSlot.R,    Spelltype.Self,        CcType.Stun,      600,         500,            float.MaxValue ),
  462. #endregion Morgana
  463.  
  464. #region Nami
  465. new SpellData("nami",          "namiq",                            SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockup,   875,         500,            1750           ),
  466. new SpellData("nami",          "namiw",                            SpellSlot.W,    Spelltype.Targeted,    CcType.No,        725,         500,            1100           ),
  467. new SpellData("nami",          "namie",                            SpellSlot.E,    Spelltype.Targeted,    CcType.Slow,      800,         500,            float.MaxValue ),
  468. new SpellData("nami",          "namir",                            SpellSlot.R,    Spelltype.Skillshot,   CcType.Knockup,   2550,        500,            1200           ),
  469. #endregion Nami
  470.  
  471. #region Nasus
  472. new SpellData("nasus",         "nasusq",                           SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  473. new SpellData("nasus",         "nasusw",                           SpellSlot.W,    Spelltype.Targeted,    CcType.Slow,      600,         500,            float.MaxValue ),
  474. new SpellData("nasus",         "nasuse",                           SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        850,         500,            float.MaxValue ),
  475. new SpellData("nasus",         "nasusr",                           SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1,           500,            float.MaxValue ),
  476. #endregion Nasus
  477.  
  478. #region Nautilus
  479. new SpellData("nautilus",      "nautilusanchordrag",               SpellSlot.Q,    Spelltype.Skillshot,   CcType.Pull,      950,         500,            1200           ),
  480. new SpellData("nautilus",      "nautiluspiercinggaze",             SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  481. new SpellData("nautilus",      "nautilussplashzone",               SpellSlot.E,    Spelltype.Self,        CcType.Slow,      600,         500,            1300           ),
  482. new SpellData("nautilus",      "nautilusgandline",                 SpellSlot.R,    Spelltype.Targeted,    CcType.Knockup,   1500,        500,            1400           ),
  483. #endregion Nautilus
  484.  
  485. #region Nidalee
  486. new SpellData("nidalee",       "javelintoss",                      SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1500,        500,            1300           ),
  487. new SpellData("nidalee",       "takedown",                         SpellSlot.Q,    Spelltype.Self,        CcType.No,        50,          0,              500            ),
  488. new SpellData("nidalee",       "bushwhack",                        SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        900,         500,            1450           ),
  489. new SpellData("nidalee",       "pounce",                           SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        375,         500,            1500           ),
  490. new SpellData("nidalee",       "primalsurge",                      SpellSlot.E,    Spelltype.Targeted,    CcType.No,        600,         0,              float.MaxValue ),
  491. new SpellData("nidalee",       "swipe",                            SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        300,         500,            float.MaxValue ),
  492. new SpellData("nidalee",       "aspectofthecougar",                SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  493. #endregion Nidalee
  494.  
  495. #region Nocturne
  496. new SpellData("nocturne",      "nocturneduskbringer",              SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1125,        500,            1600           ),
  497. new SpellData("nocturne",      "nocturneshroudofdarkness",         SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            500            ),
  498. new SpellData("nocturne",      "nocturneunspeakablehorror",        SpellSlot.E,    Spelltype.Targeted,    CcType.Fear,      500,         500,            0              ),
  499. new SpellData("nocturne",      "nocturneparanoia",                 SpellSlot.R,    Spelltype.Targeted,    CcType.No,        2000,        500,            500            ),
  500. #endregion Nocturne
  501.  
  502. #region Nunu
  503. new SpellData("nunu",          "consume",                          SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        125,         500,            1400           ),
  504. new SpellData("nunu",          "bloodboil",                        SpellSlot.W,    Spelltype.Targeted,    CcType.No,        700,         500,            float.MaxValue ),
  505. new SpellData("nunu",          "iceblast",                         SpellSlot.E,    Spelltype.Targeted,    CcType.Slow,      550,         500,            1000           ),
  506. new SpellData("nunu",          "absolutezero",                     SpellSlot.R,    Spelltype.Self,        CcType.Slow,      650,         500,            float.MaxValue ),
  507. #endregion Nunu
  508.  
  509. #region Olaf
  510. new SpellData("olaf",          "olafaxethrowcast",                 SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            1600           ),
  511. new SpellData("olaf",          "olaffrenziedstrikes",              SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  512. new SpellData("olaf",          "olafrecklessstrike",               SpellSlot.E,    Spelltype.Targeted,    CcType.No,        325,         500,            float.MaxValue ),
  513. new SpellData("olaf",          "olafragnarok",                     SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  514. #endregion Olaf
  515.  
  516. #region Orianna
  517. new SpellData("orianna",       "orianaizunacommand",               SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1100,        500,            1200           ),
  518. new SpellData("orianna",       "orianadissonancecommand",          SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      0,           500,            1200           ),
  519. new SpellData("orianna",       "orianaredactcommand",              SpellSlot.E,    Spelltype.Targeted,    CcType.No,        1095,        500,            1200           ),
  520. new SpellData("orianna",       "orianadetonatecommand",            SpellSlot.R,    Spelltype.Skillshot,   CcType.Pull,      0,           500,            1200           ),
  521. #endregion Orianna
  522.  
  523. #region Pantheon
  524. new SpellData("pantheon",      "pantheonq",                        SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        600,         500,            1500           ),
  525. new SpellData("pantheon",      "pantheonw",                        SpellSlot.W,    Spelltype.Targeted,    CcType.Stun,      600,         500,            float.MaxValue ),
  526. new SpellData("pantheon",      "pantheone",                        SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        600,         500,            775            ),
  527. new SpellData("pantheon",      "pantheonrjump",                    SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      5500,        1000,           3000           ),
  528. new SpellData("pantheon",      "pantheonrfall",                    SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      5500,        1000,           3000           ),
  529. #endregion Pantheon
  530.  
  531. #region Poppy
  532. new SpellData("poppy",         "poppydevastatingblow",             SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  533. new SpellData("poppy",         "poppyparagonofdemacia",            SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  534. new SpellData("poppy",         "poppyheroiccharge",                SpellSlot.E,    Spelltype.Targeted,    CcType.Stun,      525,         500,            1450           ),
  535. new SpellData("poppy",         "poppydiplomaticimmunity",          SpellSlot.R,    Spelltype.Targeted,    CcType.No,        900,         500,            float.MaxValue ),
  536. #endregion Poppy
  537.  
  538. #region Quinn
  539. new SpellData("quinn",         "quinnq",                           SpellSlot.Q,    Spelltype.Skillshot,   CcType.Blind,     1025,        500,            1200           ),
  540. new SpellData("quinn",         "quinnw",                           SpellSlot.W,    Spelltype.Self,        CcType.No,        2100,        0,              0              ),
  541. new SpellData("quinn",         "quinne",                           SpellSlot.E,    Spelltype.Targeted,    CcType.Knockback, 700,         500,            775            ),
  542. new SpellData("quinn",         "quinnr",                           SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  543. new SpellData("quinn",         "quinnrfinale",                     SpellSlot.R,    Spelltype.Self,        CcType.No,        700,         0,              0              ),
  544. #endregion Quinn
  545.  
  546. #region Rammus
  547. new SpellData("rammus",        "powerball",                        SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            775            ),
  548. new SpellData("rammus",        "defensiveballcurl",                SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  549. new SpellData("rammus",        "puncturingtaunt",                  SpellSlot.E,    Spelltype.Targeted,    CcType.Taunt,     325,         500,            float.MaxValue ),
  550. new SpellData("rammus",        "tremors2",                         SpellSlot.R,    Spelltype.Self,        CcType.No,        300,         500,            float.MaxValue ),
  551. #endregion Rammus
  552.  
  553. #region Renekton
  554. new SpellData("renekton",      "renektoncleave",                   SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1,           500,            float.MaxValue ),
  555. new SpellData("renekton",      "renektonpreexecute",               SpellSlot.W,    Spelltype.Self,        CcType.Stun,      0,           500,            float.MaxValue ),
  556. new SpellData("renekton",      "renektonsliceanddice",             SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        450,         500,            1400           ),
  557. new SpellData("renekton",      "renektonreignofthetyrant",         SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1,           500,            775            ),
  558. #endregion Renekton
  559.  
  560. #region Rengar
  561. new SpellData("rengar",        "rengarq",                          SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  562. new SpellData("rengar",        "rengarw",                          SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1,           500,            float.MaxValue ),
  563. new SpellData("rengar",        "rengare",                          SpellSlot.E,    Spelltype.Targeted,    CcType.Snare,     1000,        500,            1500           ),
  564. new SpellData("rengar",        "rengarr",                          SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  565. #endregion Rengar
  566.  
  567. #region Riven
  568. new SpellData("riven",         "riventricleave",                   SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        250,         500,            0              ),
  569. new SpellData("riven",         "riventricleave_03",                SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockup,   250,         500,            0              ),
  570. new SpellData("riven",         "rivenmartyr",                      SpellSlot.W,    Spelltype.Self,        CcType.Stun,      260,         250,            1500           ),
  571. new SpellData("riven",         "rivenfeint",                       SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        325,         0,              1450           ),
  572. new SpellData("riven",         "rivenfengshuiengine",              SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            1200           ),
  573. new SpellData("riven",         "rivenizunablade",                  SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        900,         300,            1450           ),
  574. #endregion Riven
  575.  
  576. #region Rumble
  577. new SpellData("rumble",        "rumbleflamethrower",               SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        600,         500,            float.MaxValue ),
  578. new SpellData("rumble",        "rumbleshield",                     SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  579. new SpellData("rumble",        "rumbegrenade",                     SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      850,         500,            1200           ),
  580. new SpellData("rumble",        "rumblecarpetbomb",                 SpellSlot.R,    Spelltype.Skillshot,   CcType.Slow,      1700,        500,            1400           ),
  581. #endregion Rumble
  582.  
  583. #region Ryze
  584. new SpellData("ryze",          "overload",                         SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        625,         500,            1400           ),
  585. new SpellData("ryze",          "runeprison",                       SpellSlot.W,    Spelltype.Targeted,    CcType.Snare,     600,         500,            float.MaxValue ),
  586. new SpellData("ryze",          "spellflux",                        SpellSlot.E,    Spelltype.Targeted,    CcType.No,        600,         500,            1000           ),
  587. new SpellData("ryze",          "desperatepower",                   SpellSlot.R,    Spelltype.Targeted,    CcType.No,        625,         500,            1400           ),
  588. #endregion Ryze
  589.  
  590. #region Sejuani
  591. new SpellData("sejuani",       "sejuaniarcticassault",             SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockback, 650,         500,            1450           ),
  592. new SpellData("sejuani",       "sejuaninorthernwinds",             SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1,           500,            1500           ),
  593. new SpellData("sejuani",       "sejuaniwintersclaw",               SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1,           500,            1450           ),
  594. new SpellData("sejuani",       "sejuaniglacialprisonstart",        SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      1175,        500,            1400           ),
  595. #endregion Sejuani
  596.  
  597. #region Shaco
  598. new SpellData("shaco",         "deceive",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        400,         500,            float.MaxValue ),
  599. new SpellData("shaco",         "jackinthebox",                     SpellSlot.W,    Spelltype.Skillshot,   CcType.Fear,      425,         500,            1450           ),
  600. new SpellData("shaco",         "twoshivpoisen",                    SpellSlot.E,    Spelltype.Targeted,    CcType.Slow,      625,         500,            1500           ),
  601. new SpellData("shaco",         "hallucinatefull",                  SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1125,        500,            395            ),
  602. #endregion Shaco
  603.  
  604. #region Shen
  605. new SpellData("shen",          "shenvorpalstar",                   SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        475,         500,            1500           ),
  606. new SpellData("shen",          "shenfeint",                        SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  607. new SpellData("shen",          "shenshadowdash",                   SpellSlot.E,    Spelltype.Skillshot,   CcType.Taunt,     600,         500,            1000           ),
  608. new SpellData("shen",          "shenstandunited",                  SpellSlot.R,    Spelltype.Targeted,    CcType.No,        25000,       500,            float.MaxValue ),
  609. #endregion Shen
  610.  
  611. #region Shyvana
  612. new SpellData("shyvana",       "shyvanadoubleattack",              SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  613. new SpellData("shyvana",       "shyvanadoubleattackdragon",        SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  614. new SpellData("shyvana",       "shyvanaimmolationauraqw",          SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  615. new SpellData("shyvana",       "shyvanaimmolateddragon",           SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  616. new SpellData("shyvana",       "shyvanafireball",                  SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        925,         500,            1200           ),
  617. new SpellData("shyvana",       "shyvanafireballdragon2",           SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        925,         500,            1200           ),
  618. new SpellData("shyvana",       "shyvanatransformcast",             SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1000,        500,            700            ),
  619. new SpellData("shyvana",       "shyvanatransformleap",             SpellSlot.R,    Spelltype.Skillshot,   CcType.Knockback, 1000,        500,            700            ),
  620. #endregion Shyvana
  621.  
  622. #region Singed
  623. new SpellData("singed",        "poisentrail",                      SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  624. new SpellData("singed",        "megaadhesive",                     SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1175,        500,            700            ),
  625. new SpellData("singed",        "fling",                            SpellSlot.E,    Spelltype.Targeted,    CcType.Pull,      125,         500,            float.MaxValue ),
  626. new SpellData("singed",        "insanitypotion",                   SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  627. #endregion Singed
  628.  
  629. #region Sion
  630. new SpellData("sion",          "crypticgaze",                      SpellSlot.Q,    Spelltype.Targeted,    CcType.Stun,      550,         500,            1600           ),
  631. new SpellData("sion",          "deathscaressfull",                 SpellSlot.W,    Spelltype.Self,        CcType.No,        550,         500,            float.MaxValue ),
  632. new SpellData("sion",          "deathscaress",                     SpellSlot.W,    Spelltype.Self,        CcType.No,        550,         500,            float.MaxValue ),
  633. new SpellData("sion",          "enrage",                           SpellSlot.E,    Spelltype.Self,        CcType.Slow,      0,           500,            float.MaxValue ),
  634. new SpellData("sion",          "cannibalism",                      SpellSlot.R,    Spelltype.Self,        CcType.Stun,      0,           500,            500            ),
  635. #endregion Sion
  636.  
  637. #region Sivir
  638. new SpellData("sivir",         "sivirq",                           SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1165,        500,            1350           ),
  639. new SpellData("sivir",         "sivirw",                           SpellSlot.W,    Spelltype.Targeted,    CcType.No,        565,         500,            float.MaxValue ),
  640. new SpellData("sivir",         "sivire",                           SpellSlot.E,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  641. new SpellData("sivir",         "sivirr",                           SpellSlot.R,    Spelltype.Self,        CcType.No,        1000,        500,            float.MaxValue ),
  642. #endregion Sivir
  643.  
  644. #region Skarner
  645. new SpellData("skarner",       "skarnervirulentslash",             SpellSlot.Q,    Spelltype.Self,        CcType.No,        350,         0,              float.MaxValue ),
  646. new SpellData("skarner",       "skarnerexoskeleton",               SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  647. new SpellData("skarner",       "skarnerfracture",                  SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            1200           ),
  648. new SpellData("skarner",       "skarnerfracturemissilespell",      SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1000,        500,            1200           ),
  649. new SpellData("skarner",       "skarnerimpale",                    SpellSlot.R,    Spelltype.Targeted,    CcType.Suppression, 350,         0,              float.MaxValue ),
  650. #endregion Skarner
  651.  
  652. #region Sona
  653. new SpellData("sona",          "sonahymnofvalor",                  SpellSlot.Q,    Spelltype.Self,        CcType.No,        700,         500,            1500           ),
  654. new SpellData("sona",          "sonaariaofperseverance",           SpellSlot.W,    Spelltype.Self,        CcType.No,        1000,        500,            1500           ),
  655. new SpellData("sona",          "sonasongofdiscord",                SpellSlot.E,    Spelltype.Self,        CcType.No,        1000,        500,            1500           ),
  656. new SpellData("sona",          "sonacrescendo",                    SpellSlot.R,    Spelltype.Skillshot,   CcType.Stun,      900,         500,            2400           ),
  657. #endregion Sona
  658.  
  659. #region Soraka
  660. new SpellData("soraka",        "starcall",                         SpellSlot.Q,    Spelltype.Self,        CcType.No,        675,         500,            float.MaxValue ),
  661. new SpellData("soraka",        "astralblessing",                   SpellSlot.W,    Spelltype.Targeted,    CcType.No,        750,         500,            float.MaxValue ),
  662. new SpellData("soraka",        "infusewrapper",                    SpellSlot.E,    Spelltype.Targeted,    CcType.No,        725,         500,            float.MaxValue ),
  663. new SpellData("soraka",        "wish",                             SpellSlot.R,    Spelltype.Self,        CcType.No,        25000,       500,            float.MaxValue ),
  664. #endregion Soraka
  665.  
  666. #region Swain
  667. new SpellData("swain",         "swaindecrepify",                   SpellSlot.Q,    Spelltype.Targeted,    CcType.Slow,      625,         500,            float.MaxValue ),
  668. new SpellData("swain",         "swainshadowgrasp",                 SpellSlot.W,    Spelltype.Skillshot,   CcType.Snare,     1040,        500,            1250           ),
  669. new SpellData("swain",         "swaintorment",                     SpellSlot.E,    Spelltype.Targeted,    CcType.No,        625,         500,            1400           ),
  670. new SpellData("swain",         "swainmetamorphism",                SpellSlot.R,    Spelltype.Self,        CcType.No,        700,         500,            950            ),
  671. #endregion Swain
  672.  
  673. #region Syndra
  674. new SpellData("syndra",        "syndraq",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        800,         250,            1750           ),
  675. new SpellData("syndra",        "syndraw",                          SpellSlot.W,    Spelltype.Targeted,    CcType.No,        925,         500,            1450           ),
  676. new SpellData("syndra",        "syndrawcast",                      SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      950,         500,            1450           ),
  677. new SpellData("syndra",        "syndrae",                          SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      700,         500,            902            ),
  678. new SpellData("syndra",        "syndrar",                          SpellSlot.R,    Spelltype.Targeted,    CcType.No,        675,         500,            1100           ),
  679. #endregion Syndra
  680.  
  681. #region Talon
  682. new SpellData("talon",         "talonnoxiandiplomacy",             SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  683. new SpellData("talon",         "talonrake",                        SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        750,         500,            1200           ),
  684. new SpellData("talon",         "taloncutthroat",                   SpellSlot.E,    Spelltype.Targeted,    CcType.Slow,      750,         0,              1200           ),
  685. new SpellData("talon",         "talonshadowassault",               SpellSlot.R,    Spelltype.Self,        CcType.No,        750,         0,              0              ),
  686. #endregion Talon
  687.  
  688. #region Taric
  689. new SpellData("taric",         "imbue",                            SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        750,         500,            1200           ),
  690. new SpellData("taric",         "shatter",                          SpellSlot.W,    Spelltype.Self,        CcType.No,        400,         500,            float.MaxValue ),
  691. new SpellData("taric",         "dazzle",                           SpellSlot.E,    Spelltype.Targeted,    CcType.Stun,      625,         500,            1400           ),
  692. new SpellData("taric",         "tarichammersmash",                 SpellSlot.R,    Spelltype.Self,        CcType.No,        400,         500,            float.MaxValue ),
  693. #endregion Taric
  694.  
  695. #region Teemo
  696. new SpellData("teemo",         "blindingdart",                     SpellSlot.Q,    Spelltype.Targeted,    CcType.Blind,     580,         500,            1500           ),
  697. new SpellData("teemo",         "movequick",                        SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              943            ),
  698. new SpellData("teemo",         "toxicshot",                        SpellSlot.E,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  699. new SpellData("teemo",         "bantamtrap",                       SpellSlot.R,    Spelltype.Skillshot,   CcType.Slow,      230,         0,              1500           ),
  700. #endregion Teemo
  701.  
  702. #region Thresh
  703. new SpellData("thresh",        "threshq",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.Pull,      1175,        500,            1200           ),
  704. new SpellData("thresh",        "threshw",                          SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        950,         500,            float.MaxValue ),
  705. new SpellData("thresh",        "threshe",                          SpellSlot.E,    Spelltype.Skillshot,   CcType.Knockback, 515,         300,            float.MaxValue ),
  706. new SpellData("thresh",        "threshrpenta",                     SpellSlot.R,    Spelltype.Skillshot,   CcType.Slow,      420,         300,            float.MaxValue ),
  707. #endregion Thresh
  708.  
  709. #region Tristana
  710. new SpellData("tristana",      "rapidfire",                        SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  711. new SpellData("tristana",      "rocketjump",                       SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      900,         500,            1150           ),
  712. new SpellData("tristana",      "detonatingshot",                   SpellSlot.E,    Spelltype.Targeted,    CcType.No,        625,         500,            1400           ),
  713. new SpellData("tristana",      "bustershot",                       SpellSlot.R,    Spelltype.Targeted,    CcType.Knockback, 700,         500,            1600           ),
  714. #endregion Tristana
  715.  
  716. #region Trundle
  717. new SpellData("trundle",       "trundletrollsmash",                SpellSlot.Q,    Spelltype.Targeted,    CcType.Slow,      0,           500,            float.MaxValue ),
  718. new SpellData("trundle",       "trundledesecrate",                 SpellSlot.W,    Spelltype.Skillshot,   CcType.Stun,      0,           500,            float.MaxValue ),
  719. new SpellData("trundle",       "trundlecircle",                    SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1100,        500,            1600           ),
  720. new SpellData("trundle",       "trundlepain",                      SpellSlot.R,    Spelltype.Targeted,    CcType.No,        700,         500,            1400           ),
  721. #endregion Trundle
  722.  
  723. #region Tryndamere
  724. new SpellData("tryndamere",    "bloodlust",                        SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  725. new SpellData("tryndamere",    "mockingshout",                     SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      400,         500,            500            ),
  726. new SpellData("tryndamere",    "slashcast",                        SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        660,         500,            700            ),
  727. new SpellData("tryndamere",    "undyingrage",                      SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  728. #endregion Tryndamere
  729.  
  730. #region Twich
  731. new SpellData("twich",         "hideinshadows",                    SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  732. new SpellData("twich",         "twitchvenomcask",                  SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      800,         500,            1750           ),
  733. new SpellData("twich",         "twitchvenomcaskmissle",            SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      800,         500,            1750           ),
  734. new SpellData("twich",         "expunge",                          SpellSlot.E,    Spelltype.Targeted,    CcType.No,        1200,        500,            float.MaxValue ),
  735. new SpellData("twich",         "fullautomatic",                    SpellSlot.R,    Spelltype.Targeted,    CcType.No,        850,         500,            500            ),
  736. #endregion Twich
  737.  
  738. #region TwistedFate
  739. new SpellData("twistedfate",   "wildcards",                        SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1450,        500,            1450           ),
  740. new SpellData("twistedfate",   "pickacard",                        SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  741. new SpellData("twistedfate",   "goldcardpreattack",                SpellSlot.W,    Spelltype.Targeted,    CcType.Stun,      600,         500,            float.MaxValue ),
  742. new SpellData("twistedfate",   "redcardpreattack",                 SpellSlot.W,    Spelltype.Targeted,    CcType.Slow,      600,         500,            float.MaxValue ),
  743. new SpellData("twistedfate",   "bluecardpreattack",                SpellSlot.W,    Spelltype.Targeted,    CcType.No,        600,         500,            float.MaxValue ),
  744. new SpellData("twistedfate",   "cardmasterstack",                  SpellSlot.E,    Spelltype.Self,        CcType.No,        525,         500,            1200           ),
  745. new SpellData("twistedfate",   "destiny",                          SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        5500,        500,            float.MaxValue ),
  746. #endregion TwistedFate
  747.  
  748. #region Udyr
  749. new SpellData("udyr",          "udyrtigerstance",                  SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  750. new SpellData("udyr",          "udyrturtlestance",                 SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  751. new SpellData("udyr",          "udyrbearstance",                   SpellSlot.E,    Spelltype.Self,        CcType.Stun,      0,           500,            float.MaxValue ),
  752. new SpellData("udyr",          "udyrphoenixstance",                SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  753. #endregion Udyr
  754.  
  755. #region Urgot
  756. new SpellData("urgot",         "urgotheatseekinglineqqmissile",    SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1000,        500,            1600           ),
  757. new SpellData("urgot",         "urgotheatseekingmissile",          SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1000,        500,            1600           ),
  758. new SpellData("urgot",         "urgotterrorcapacitoractive2",      SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  759. new SpellData("urgot",         "urgotplasmagrenade",               SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        950,         500,            1750           ),
  760. new SpellData("urgot",         "urgotplasmagrenadeboom",           SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        950,         500,            1750           ),
  761. new SpellData("urgot",         "urgotswap2",                       SpellSlot.R,    Spelltype.Targeted,    CcType.Suppression, 850,         500,            1800           ),
  762. #endregion Urgot
  763.  
  764. #region Varus
  765. new SpellData("varus",         "varusq",                           SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        1500,        500,            1500           ),
  766. new SpellData("varus",         "varusw",                           SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            0              ),
  767. new SpellData("varus",         "varuse",                           SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      925,         500,            1500           ),
  768. new SpellData("varus",         "varusr",                           SpellSlot.R,    Spelltype.Skillshot,   CcType.Snare,     1300,        500,            1500           ),
  769. #endregion Varus
  770.  
  771. #region Vayne
  772. new SpellData("vayne",         "vaynetumble",                      SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        250,         500,            float.MaxValue ),
  773. new SpellData("vayne",         "vaynesilverbolts",                 SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              float.MaxValue ),
  774. new SpellData("vayne",         "vaynecondemm",                     SpellSlot.E,    Spelltype.Targeted,    CcType.Stun,      450,         500,            1200           ),
  775. new SpellData("vayne",         "vayneinquisition",                 SpellSlot.R,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  776. #endregion Vayne
  777.  
  778. #region Veigar
  779. new SpellData("veigar",        "veigarbalefulstrike",              SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        650,         500,            1500           ),
  780. new SpellData("veigar",        "veigardarkmatter",                 SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        900,         1200,           1500           ),
  781. new SpellData("veigar",        "veigareventhorizon",               SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      650,         float.MaxValue  1500           ),
  782. new SpellData("veigar",        "veigarprimordialburst",            SpellSlot.R,    Spelltype.Targeted,    CcType.No,        650,         500,            1400           ),
  783. #endregion Veigar
  784.  
  785. #region Velkoz
  786. new SpellData("velkoz",        "velkozq",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      1050,        300,            1200           ),
  787. new SpellData("velkoz",        "velkozqmissle",                    SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      1050,        0,              1200           ),
  788. new SpellData("velkoz",        "velkozqplitactive",                SpellSlot.Q,    Spelltype.Skillshot,   CcType.Slow,      1050,        800,            1200           ),
  789. new SpellData("velkoz",        "velkozw",                          SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        1050,        0,              1200           ),
  790. new SpellData("velkoz",        "velkoze",                          SpellSlot.E,    Spelltype.Targeted,    CcType.Knockup,   850,         0,              500            ),
  791. new SpellData("velkoz",        "velkozr",                          SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        1575,        0,              1500           ),
  792. #endregion Velkoz
  793.  
  794. #region Vi
  795. new SpellData("vi",            "viq",                              SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        800,         500,            1500           ),
  796. new SpellData("vi",            "viw",                              SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              0              ),
  797. new SpellData("vi",            "vie",                              SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        600,         0,              0              ),
  798. new SpellData("vi",            "vir",                              SpellSlot.R,    Spelltype.Targeted,    CcType.Stun,      800,         500,            0              ),
  799. #endregion Vi
  800.  
  801. #region Viktor
  802. new SpellData("viktor",        "viktorpowertransfer",              SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        600,         500,            1400           ),
  803. new SpellData("viktor",        "viktorgravitonfield",              SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      815,         500,            1750           ),
  804. new SpellData("viktor",        "viktordeathray",                   SpellSlot.E,    Spelltype.Skillshot,   CcType.No,        700,         500,            1210           ),
  805. new SpellData("viktor",        "viktorchaosstorm",                 SpellSlot.R,    Spelltype.Skillshot,   CcType.Silence,   700,         500,            1210           ),
  806. #endregion Viktor
  807.  
  808. #region Vladimir
  809. new SpellData("vladimir",      "vladimirtransfusion",              SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        600,         500,            1400           ),
  810. new SpellData("vladimir",      "vladimirsanguinepool",             SpellSlot.W,    Spelltype.Self,        CcType.Slow,      350,         500,            1600           ),
  811. new SpellData("vladimir",      "vladimirtidesofblood",             SpellSlot.E,    Spelltype.Self,        CcType.No,        610,         500,            1100           ),
  812. new SpellData("vladimir",      "vladimirhemoplague",               SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        875,         500,            1200           ),
  813. #endregion Vladimir
  814.  
  815. #region Volibear
  816. new SpellData("volibear",      "volibearq",                        SpellSlot.Q,    Spelltype.Self,        CcType.No,        300,         500,            float.MaxValue ),
  817. new SpellData("volibear",      "volibearw",                        SpellSlot.W,    Spelltype.Targeted,    CcType.No,        400,         500,            1450           ),
  818. new SpellData("volibear",      "volibeare",                        SpellSlot.E,    Spelltype.Self,        CcType.Slow,      425,         500,            825            ),
  819. new SpellData("volibear",      "volibearr",                        SpellSlot.R,    Spelltype.Self,        CcType.No,        425,         0,              825            ),
  820. #endregion Volibear
  821.  
  822. #region Warwick
  823. new SpellData("warwick",       "hungeringstrike",                  SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        400,         0,              float.MaxValue ),
  824. new SpellData("warwick",       "hunterscall",                      SpellSlot.W,    Spelltype.Self,        CcType.No,        1000,        0,              float.MaxValue ),
  825. new SpellData("warwick",       "bloodscent",                       SpellSlot.E,    Spelltype.Self,        CcType.No,        1500,        0,              float.MaxValue ),
  826. new SpellData("warwick",       "infiniteduress",                   SpellSlot.R,    Spelltype.Targeted,    CcType.Suppression, 700,         500,            float.MaxValue ),
  827. #endregion Warwick
  828.  
  829. #region Xerath
  830. new SpellData("xerath",        "xeratharcanopulsechargeup",        SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        750,         750,            500            ),
  831. new SpellData("xerath",        "xeratharcanebarrage2",             SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      1100,        500,            20             ),
  832. new SpellData("xerath",        "xerathmagespear",                  SpellSlot.E,    Spelltype.Skillshot,   CcType.Stun,      1050,        500,            1600           ),
  833. new SpellData("xerath",        "xerathlocusofpower2",              SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        5600,        750,            500            ),
  834. #endregion Xerath
  835.  
  836. #region Xin Zhao
  837. new SpellData("xin zhao",      "xenzhaocombotarget",               SpellSlot.Q,    Spelltype.Self,        CcType.No,        200,         0,              2000           ),
  838. new SpellData("xin zhao",      "xenzhaobattlecry",                 SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           0,              2000           ),
  839. new SpellData("xin zhao",      "xenzhaosweep",                     SpellSlot.E,    Spelltype.Targeted,    CcType.Slow,      600,         500,            1750           ),
  840. new SpellData("xin zhao",      "xenzhaoparry",                     SpellSlot.R,    Spelltype.Self,        CcType.Knockback, 375,         0,              1750           ),
  841. #endregion Xin Zhao
  842.  
  843. #region Yasuo
  844. new SpellData("yasuo",         "yasuoqw",                          SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        475,         750,            1500           ),
  845. new SpellData("yasuo",         "yasuoq2w",                         SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        475,         750,            1500           ),
  846. new SpellData("yasuo",         "yasuoq3w",                         SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockup,   1000,        750,            1500           ),
  847. new SpellData("yasuo",         "yasuowmovingwall",                 SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        400,         500,            500            ),
  848. new SpellData("yasuo",         "yasuodashwrapper",                 SpellSlot.E,    Spelltype.Targeted,    CcType.No,        475,         500,            20             ),
  849. new SpellData("yasuo",         "yasuorknockupcombow",              SpellSlot.R,    Spelltype.Self,        CcType.No,        1200,        500,            20             ),
  850. #endregion Yasuo
  851.  
  852. #region Yorick
  853. new SpellData("yorick",        "yorickspectral",                   SpellSlot.Q,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  854. new SpellData("yorick",        "yorickdecayed",                    SpellSlot.W,    Spelltype.Skillshot,   CcType.Slow,      600,         500,            float.MaxValue ),
  855. new SpellData("yorick",        "yorickravenous",                   SpellSlot.E,    Spelltype.Targeted,    CcType.Slow,      550,         500,            float.MaxValue ),
  856. new SpellData("yorick",        "yorickreviveally",                 SpellSlot.R,    Spelltype.Targeted,    CcType.No,        900,         500,            1500           ),
  857. #endregion Yorick
  858.  
  859. #region Zac
  860. new SpellData("zac",           "zacq",                             SpellSlot.Q,    Spelltype.Skillshot,   CcType.Knockup,   550,         500,            902            ),
  861. new SpellData("zac",           "zacw",                             SpellSlot.W,    Spelltype.Self,        CcType.No,        350,         500,            1600           ),
  862. new SpellData("zac",           "zace",                             SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      1550,        500,            1500           ),
  863. new SpellData("zac",           "zacr",                             SpellSlot.R,    Spelltype.Self,        CcType.Knockback, 850,         500,            1800           ),
  864. #endregion Zac
  865.  
  866. #region Zed
  867. new SpellData("zed",           "zedshuriken",                      SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        900,         500,            902            ),
  868. new SpellData("zed",           "zedshdaowdash",                    SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        550,         500,            1600           ),
  869. new SpellData("zed",           "zedpbaoedummy",                    SpellSlot.E,    Spelltype.Self,        CcType.Slow,      300,         0,              0              ),
  870. new SpellData("zed",           "zedult",                           SpellSlot.R,    Spelltype.Targeted,    CcType.No,        850,         500,            0              ),
  871. #endregion Zed
  872.  
  873. #region Ziggs
  874. new SpellData("ziggs",         "ziggsq",                           SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        850,         500,            1750           ),
  875. new SpellData("ziggs",         "ziggsqspell",                      SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        850,         500,            1750           ),
  876. new SpellData("ziggs",         "ziggsw",                           SpellSlot.W,    Spelltype.Skillshot,   CcType.Knockup,   850,         500,            1750           ),
  877. new SpellData("ziggs",         "ziggswtoggle",                     SpellSlot.W,    Spelltype.Self,        CcType.Knockup,   850,         500,            1750           ),
  878. new SpellData("ziggs",         "ziggse",                           SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      850,         500,            1750           ),
  879. new SpellData("ziggs",         "ziggse2",                          SpellSlot.E,    Spelltype.Skillshot,   CcType.Slow,      850,         500,            1750           ),
  880. new SpellData("ziggs",         "ziggsr",                           SpellSlot.R,    Spelltype.Skillshot,   CcType.No,        850,         500,            1750           ),
  881. #endregion Ziggs
  882.  
  883. #region Zilean
  884. new SpellData("zilean",        "timebomb",                         SpellSlot.Q,    Spelltype.Targeted,    CcType.No,        700,         0,              1100           ),
  885. new SpellData("zilean",        "rewind",                           SpellSlot.W,    Spelltype.Self,        CcType.No,        0,           500,            float.MaxValue ),
  886. new SpellData("zilean",        "timewarp",                         SpellSlot.E,    Spelltype.Targeted,    CcType.Slow,      700,         500,            1100           ),
  887. new SpellData("zilean",        "chronoshift",                      SpellSlot.R,    Spelltype.Targeted,    CcType.No,        780,         500,            float.MaxValue ),
  888. #endregion Zilean
  889.  
  890. #region Zyra
  891. new SpellData("zyra",          "zyraqfissure",                     SpellSlot.Q,    Spelltype.Skillshot,   CcType.No,        800,         500,            1400           ),
  892. new SpellData("zyra",          "zyraseed",                         SpellSlot.W,    Spelltype.Skillshot,   CcType.No,        800,         500,            2200           ),
  893. new SpellData("zyra",          "zyragraspingroots",                SpellSlot.E,    Spelltype.Skillshot,   CcType.Snare,     1100,        500,            1400           ),
  894. new SpellData("zyra",          "zyrabramblezone",                  SpellSlot.R,    Spelltype.Skillshot,   CcType.Knockup,   700,         500,            20             ),
  895. #endregion Zyra
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement