Beispiel #1
0
 public void stun(BaseChar other) {
   removeMana(50);
   other.speedMod -= 20;
   other.accuracyMod -= 20;
 }