public bool FitsInSlot(ItemSlot slot, Character character) { return(Calculations.TinkeringFitsInSlot(this, character, slot)); }