mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
1.5 KiB
1.5 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 |
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 | string | Type of division, like Agriculture |
upgrades | number[] | All research bought |