Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.09 KB

bitburner.product.md

File metadata and controls

26 lines (18 loc) · 1.09 KB

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"