mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
fb1f95c26e
See PR #271 description
1.2 KiB
1.2 KiB
Home > bitburner > IndustryData
IndustryData interface
Corporation industry information
Signature:
interface IndustryData
Properties
Property | Type | Description |
---|---|---|
cost | number | Cost to expand to the division |
makesMaterials | boolean | Whether the division makes materials |
makesProducts | boolean | Whether the division makes products |
producedMaterials? | string[] | (Optional) Materials produced |
productType? | string | (Optional) Product type |
requiredMaterials | Record<string, number> | Materials required for production and their amounts |
type | CorpIndustryName | Industry type |