2022-12-30 02:28:53 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [CorpIndustryData ](./bitburner.corpindustrydata.md )
## CorpIndustryData interface
Data for an individual industry
2023-02-11 19:18:50 +01:00
**Signature:**
2022-12-30 02:28:53 +01:00
```typescript
interface CorpIndustryData
```
## Properties
2023-02-11 19:18:50 +01:00
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [advertisingFactor? ](./bitburner.corpindustrydata.advertisingfactor.md ) | | number | _(Optional)_ Advertising factor (affects sales) |
| [aiCoreFactor? ](./bitburner.corpindustrydata.aicorefactor.md ) | | number | _(Optional)_ AI Cores factor |
| [description ](./bitburner.corpindustrydata.description.md ) | | string | |
| [hardwareFactor? ](./bitburner.corpindustrydata.hardwarefactor.md ) | | number | _(Optional)_ Hardware factor |
2023-09-12 07:23:36 +02:00
| [makesMaterials ](./bitburner.corpindustrydata.makesmaterials.md ) | | boolean | Whether the industry of this division is capable of producing materials |
| [makesProducts ](./bitburner.corpindustrydata.makesproducts.md ) | | boolean | Whether the industry of this division is capable of developing and producing products |
| [producedMaterials? ](./bitburner.corpindustrydata.producedmaterials.md ) | | [CorpMaterialName ](./bitburner.corpmaterialname.md )<!-- --> \[\] | _(Optional)_ Array of Materials produced |
2023-02-11 19:18:50 +01:00
| [product? ](./bitburner.corpindustrydata.product.md ) | | [CorpProductData ](./bitburner.corpproductdata.md ) | _(Optional)_ |
| [realEstateFactor? ](./bitburner.corpindustrydata.realestatefactor.md ) | | number | _(Optional)_ Real estate factor |
| [recommendStarting ](./bitburner.corpindustrydata.recommendstarting.md ) | | boolean | |
| [requiredMaterials ](./bitburner.corpindustrydata.requiredmaterials.md ) | | Partial< Record< [CorpMaterialName](./bitburner.corpmaterialname.md)<!-- --> , number>> | |
| [robotFactor? ](./bitburner.corpindustrydata.robotfactor.md ) | | number | _(Optional)_ Robots factor |
| [scienceFactor? ](./bitburner.corpindustrydata.sciencefactor.md ) | | number | _(Optional)_ Scientific research factor (affects quality) |
| [startingCost ](./bitburner.corpindustrydata.startingcost.md ) | | number | |
2022-12-30 02:28:53 +01:00