mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
1.4 KiB
1.4 KiB
Division interface
Corporation division
Signature:
interface Division
Properties
| Property | Type | Description |
|---|---|---|
| awareness | number | Awareness of the division |
| cities | string[] | Cities in which this division has expanded |
| lastCycleExpenses | number | Expenses last cycle |
| lastCycleRevenue | number | Revenue last cycle |
| name | string | Name of the division |
| popularity | number | Popularity of the division |
| prodMult | number | Production multiplier |
| research | number | Amount of research in that division |
| thisCycleExpenses | number | Expenses this cycle |
| thisCycleRevenue | number | Revenue this cycle |
| type | string | Type of division, like Aggriculture |
| upgrades | number[] | All research bought |