mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
1.8 KiB
1.8 KiB
Home > bitburner > CorpIndustryData
CorpIndustryData interface
Data for an individual industry
Signature:
interface CorpIndustryData
Properties
| Property | Type | Description |
|---|---|---|
| advertisingFactor? | number | (Optional) Advertising factor (affects sales) |
| aiCoreFactor? | number | (Optional) AI Cores factor |
| description | string | |
| hardwareFactor? | number | (Optional) Hardware factor |
| producedMaterials? | CorpMaterialName[] | (Optional) |
| 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 |