@Override
 public int damageRoll() {
   return Random.NormalIntRange(weapon.min(), weapon.max());
 }