if (this.item.equipped.value && args.totalWoundLoss > 10) { args.totalWoundLoss = Math.min(10, args.totalWoundLoss) args.extraMessages.push(`${this.effect.name}: Perte de Blessures limitée à 10`) }