CORPORATION: Rename division.type to division.industry (#2152)

This commit is contained in:
catloversg
2025-05-28 18:47:26 +07:00
committed by GitHub
parent e31b174137
commit 9824166dbf
11 changed files with 61 additions and 45 deletions

View File

@@ -18,6 +18,7 @@ interface Division
| --- | --- | --- | --- |
| [awareness](./bitburner.division.awareness.md) | | number | Awareness of the division |
| [cities](./bitburner.division.cities.md) | | [CityName](./bitburner.cityname.md)<!-- -->\[\] | Cities in which this division has expanded |
| [industry](./bitburner.division.industry.md) | | [CorpIndustryName](./bitburner.corpindustryname.md) | Industry of division, like Agriculture |
| [lastCycleExpenses](./bitburner.division.lastcycleexpenses.md) | | number | Expenses last cycle |
| [lastCycleRevenue](./bitburner.division.lastcyclerevenue.md) | | number | Revenue last cycle |
| [makesProducts](./bitburner.division.makesproducts.md) | | boolean | Whether the industry of this division is capable of developing and producing products |
@@ -30,5 +31,4 @@ interface Division
| [researchPoints](./bitburner.division.researchpoints.md) | | number | Amount of research in that division |
| [thisCycleExpenses](./bitburner.division.thiscycleexpenses.md) | | number | Expenses this cycle |
| [thisCycleRevenue](./bitburner.division.thiscyclerevenue.md) | | number | Revenue this cycle |
| [type](./bitburner.division.type.md) | | [CorpIndustryName](./bitburner.corpindustryname.md) | Type of division, like Agriculture |