CORPORATION: Remove mention of unusable research "sudo.Assist" (#2187)

This commit is contained in:
catloversg
2025-06-22 03:33:24 +07:00
committed by GitHub
parent 8aa73b2c65
commit 30b8c0faee
4 changed files with 2 additions and 21 deletions

View File

@@ -28,6 +28,5 @@ type CorpResearchName =
| "uPgrade: Capacity.I"
| "uPgrade: Capacity.II"
| "uPgrade: Dashboard"
| "uPgrade: Fulcrum"
| "sudo.Assist";
| "uPgrade: Fulcrum";
```

View File

@@ -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,

View File

@@ -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).

View File

@@ -9867,8 +9867,7 @@ type CorpResearchName =
| "uPgrade: Capacity.I"
| "uPgrade: Capacity.II"
| "uPgrade: Dashboard"
| "uPgrade: Fulcrum"
| "sudo.Assist";
| "uPgrade: Fulcrum";
/**
* Corporation material information