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
Division interface
Corporation division
Signature:
interface Division
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| awareness | number | Awareness of the division | |
| cities | CityName[] | Cities in which this division has expanded | |
| lastCycleExpenses | number | Expenses last cycle | |
| lastCycleRevenue | number | Revenue last cycle | |
| makesProducts | boolean | Whether the industry this division is in is capable of making products | |
| name | string | Name of the division | |
| popularity | number | Popularity of the division | |
| prodMult | number | Production multiplier | |
| products | string[] | Products developed by this division | |
| research | number | Amount of research in that division | |
| thisCycleExpenses | number | Expenses this cycle | |
| thisCycleRevenue | number | Revenue this cycle | |
| type | CorpIndustryName | Type of division, like Agriculture | |
| upgrades | number[] | All research bought |