@Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(baseSpeed);
   getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(baseHealth);
   getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(baseDamage);
 }