SLEEVE: Add a nextCompletion promise to SleeveBladeburnerWork (#916)

This commit is contained in:
Snarling
2023-11-05 20:09:34 -05:00
committed by GitHub
parent 0c4cf81f66
commit aaf80a9a33
5 changed files with 36 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ interface Product
| [productionAmount](./bitburner.product.productionamount.md) | | number | Amount of product produced last cycle |
| [productionCost](./bitburner.product.productioncost.md) | | number | Production cost |
| [rating](./bitburner.product.rating.md) | | number | Rating based on stats |
| [size](./bitburner.product.size.md) | | number | How much warehouse space is occupied per unit of this product |
| [stats](./bitburner.product.stats.md) | | { quality: number; performance: number; durability: number; reliability: number; aesthetics: number; features: number; } | Product stats |
| [stored](./bitburner.product.stored.md) | | number | Amount of product stored in warehouse |