public ItemStack setNBTTag(ItemStack stack) {
   super.setNBTTag(stack);
   stack.stackTagCompound.setDouble("lifeSteal", 0.0);
   stack.stackTagCompound.setInteger("cost", 50);
   return stack;
 }