export class LesOubliesItem extends Item { getChatData() { const data = super.getChatData() return { ...data, description: this.system.description, } } }