Beispiel #1
0
 public Lucian()
     : base("【红叶推介】Korean 卢西安")
 {
     KoreanLucian.Spells.Load(this);
     core = new Core(this);
     CustomMenu.Load(this);
     ForceUltimate.ForceUltimate = core.Ultimate;
     drawing = new Drawing(this);
     killSteal = new KillSteal(this);
     DrawDamage.AmountOfDamage = KoreanLucian.Spells.MaxComboDamage;
     semiAutomaticE = new SemiAutomaticE(this);
     ExtendedQ.Load(this);
 }
Beispiel #2
0
 public Lucian()
     : base("Korean Lucian")
 {
     KoreanLucian.Spells.Load(this);
     core = new Core(this);
     CustomMenu.Load(this);
     ForceUltimate.ForceUltimate = core.Ultimate;
     drawing   = new Drawing(this);
     killSteal = new KillSteal(this);
     //DrawDamage.AmountOfDamage = KoreanLucian.Spells.MaxComboDamage;
     semiAutomaticE = new SemiAutomaticE(this);
     ExtendedQ.Load(this);
 }