bitburner-src/markdown/bitburner.product.citydata.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

479 B

Home > bitburner > Product > cityData

Product.cityData property

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]

Signature:

cityData: { [key: string]: number[] };