mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
2.0 KiB
2.0 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 of this division is capable of developing and producing products | |
maxProducts | number | How many products this division can support | |
name | string | Name of the division | |
numAdVerts | number | Number of times AdVert has been bought | |
popularity | number | Popularity of the division | |
productionMult | number | Production multiplier | |
products | string[] | Names of Products developed by this division | |
researchPoints | number | Amount of research in that division | |
thisCycleExpenses | number | Expenses this cycle | |
thisCycleRevenue | number | Revenue this cycle | |
type | CorpIndustryName | Type of division, like Agriculture |