mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
1.1 KiB
1.1 KiB
Product interface
Product in a warehouse
Signature:
interface Product
Properties
Property | Type | Description |
---|---|---|
cityData | { [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] |
cmp | number | Competition for the product |
developmentProgress | number | Creation progress - A number between 0-100 representing percentage |
dmd | number | Demand for the product |
name | string | Name of the product |
pCost | number | Production cost |
sCost | string | number | Sell cost, can be "MP+5" |