for (const uuid of this.inventory.writableUuids) {
      this.writables.push(await this.as.getUserByUuid(uuid));
    }