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