bitburner-src/markdown/bitburner.product.md
Olivier Gagnon 69cf98ff34 doc
2022-01-18 19:12:52 -05:00

1.1 KiB

Home > bitburner > Product

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"