mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
2.2 KiB
2.2 KiB
Home > bitburner > CorpIndustryData
CorpIndustryData interface
Data for an individual industry
Signature:
interface CorpIndustryData
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| advertisingFactor? | number | (Optional) Advertising factor (affects sales) | |
| aiCoreFactor? | number | (Optional) AI Cores factor | |
| description | string | ||
| hardwareFactor? | number | (Optional) Hardware factor | |
| makesMaterials | boolean | Whether the industry of this division is capable of producing materials | |
| makesProducts | boolean | Whether the industry of this division is capable of developing and producing products | |
| producedMaterials? | CorpMaterialName[] | (Optional) Array of Materials produced | |
| product? | CorpProductData | (Optional) | |
| realEstateFactor? | number | (Optional) Real estate factor | |
| recommendStarting | boolean | ||
| requiredMaterials | Partial<Record<CorpMaterialName, number>> | ||
| robotFactor? | number | (Optional) Robots factor | |
| scienceFactor? | number | (Optional) Scientific research factor (affects quality) | |
| startingCost | number |