Exemplo n.º 1
0
 void CheckIfRapidFireSkill()
 {
     if (toy.rune.runetype == RuneType.Vexing && toy.rune.getLevel(EffectType.RapidFire) > 0)
     {
         InitRapidFire();
         StatBit rf = toy.rune.getStatBit(EffectType.RapidFire);
         rapid_fire.Init(rf.getStats(), toy.rune.get(EffectType.VexingForce), rf.level);
     }
 }