mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
CORPORATION: Remove mention of unusable research "sudo.Assist" (#2187)
This commit is contained in:
@@ -28,6 +28,5 @@ type CorpResearchName =
|
||||
| "uPgrade: Capacity.I"
|
||||
| "uPgrade: Capacity.II"
|
||||
| "uPgrade: Dashboard"
|
||||
| "uPgrade: Fulcrum"
|
||||
| "sudo.Assist";
|
||||
| "uPgrade: Fulcrum";
|
||||
```
|
||||
|
||||
@@ -149,11 +149,6 @@ export const ResearchMap: Record<CorpResearchName, Research> = {
|
||||
"control confidence and enthusiasm. This research increases the maximum " +
|
||||
"morale of all employees by 10.",
|
||||
}),
|
||||
"sudo.Assist": new Research({
|
||||
name: "sudo.Assist",
|
||||
cost: 15e3,
|
||||
desc: "Develop a virtual assistant AI to handle and manage administrative issues for your corporation.",
|
||||
}),
|
||||
"uPgrade: Capacity.I": new Research({
|
||||
name: "uPgrade: Capacity.I",
|
||||
cost: 20e3,
|
||||
|
||||
@@ -98,18 +98,6 @@ Player.corporation.gainFunds(Player.corporation.revenue * 0.000001, "glitch in r
|
||||
|
||||
In previous versions, the revenue is multiplied by 0.01. If you do it fast enough, it'll raise the investment offer by a considerable amount. Nowadays, this trick is useless.
|
||||
|
||||
## "sudo.Assist" research
|
||||
|
||||
This research exists in ResearchMap.ts, but it's unused in BaseResearchTree.ts. If you use it in NS API, it will throw error.
|
||||
|
||||
```typescript
|
||||
"sudo.Assist": new Research({
|
||||
name: "sudo.Assist",
|
||||
cost: 15e3,
|
||||
desc: "Develop a virtual assistant AI to handle and manage administrative issues for your corporation.",
|
||||
})
|
||||
```
|
||||
|
||||
## Dummy division
|
||||
|
||||
Dummy division is the division that you create only to increase the [valuation](./financial-statement.md) and the [investment offer](./financial-statement.md).
|
||||
|
||||
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -9867,8 +9867,7 @@ type CorpResearchName =
|
||||
| "uPgrade: Capacity.I"
|
||||
| "uPgrade: Capacity.II"
|
||||
| "uPgrade: Dashboard"
|
||||
| "uPgrade: Fulcrum"
|
||||
| "sudo.Assist";
|
||||
| "uPgrade: Fulcrum";
|
||||
|
||||
/**
|
||||
* Corporation material information
|
||||
|
||||
Reference in New Issue
Block a user