mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
1.2 KiB
1.2 KiB
Material interface
Material in a warehouse
Signature:
interface Material
Properties
| Property | Type | Description |
|---|---|---|
| cmp | number | undefined | Competition for the material, only present if "Market Research - Competition" unlocked |
| cost | number | cost to buy material |
| dmd | number | undefined | Demand for the material, only present if "Market Research - Demand" unlocked |
| name | string | Name of the material |
| prod | number | Amount of material produced |
| qlt | number | Quality of the material |
| qty | number | Amount of material |
| sCost | string | number | Sell cost, can be "MP+5" |
| sell | number | Amount of material sold |