bitburner-src/markdown/bitburner.product.md

29 lines
1.4 KiB
Markdown
Raw Normal View History

2021-12-09 00:19:30 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Product](./bitburner.product.md)
## Product interface
2021-12-09 02:03:22 +01:00
Product in a warehouse
2021-12-09 00:19:30 +01:00
<b>Signature:</b>
```typescript
interface Product
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
2022-01-19 01:12:52 +01:00
| [cityData](./bitburner.product.citydata.md) | { \[key: string\]: number\[\] } | Data refers to the production, sale, and quantity of the products These values are specific to a city For each city, the data is \[qty, prod, sell\] |
2022-04-13 07:35:35 +02:00
| [cmp](./bitburner.product.cmp.md) | number \| undefined | Competition for the product, only present if "Market Research - Competition" unlocked |
| [developmentProgress](./bitburner.product.developmentprogress.md) | number | Creation progress - A number between 0-100 representing percentage |
2022-04-13 07:35:35 +02:00
| [dmd](./bitburner.product.dmd.md) | number \| undefined | Demand for the product, only present if "Market Research - Demand" unlocked |
2021-12-09 02:03:22 +01:00
| [name](./bitburner.product.name.md) | string | Name of the product |
| [pCost](./bitburner.product.pcost.md) | number | Production cost |
2022-04-13 07:35:35 +02:00
| [properties](./bitburner.product.properties.md) | { \[key: string\]: number } | Product Properties. The data is {<!-- -->qlt, per, dur, rel, aes, fea<!-- -->} |
| [rat](./bitburner.product.rat.md) | number | Product Rating |
2021-12-09 02:03:22 +01:00
| [sCost](./bitburner.product.scost.md) | string \| number | Sell cost, can be "MP+5" |
2021-12-09 00:19:30 +01:00