mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
32 lines
1.8 KiB
Markdown
32 lines
1.8 KiB
Markdown
<!-- 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
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface CorpIndustryData
|
|
```
|
|
|
|
## Properties
|
|
|
|
| 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 |
|
|
| [producedMaterials?](./bitburner.corpindustrydata.producedmaterials.md) | | [CorpMaterialName](./bitburner.corpmaterialname.md)<!-- -->\[\] | _(Optional)_ |
|
|
| [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 | |
|
|
|