2021-10-30 18:34:14 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HashUpgrades](./bitburner.hashupgrades.md)
|
|
|
|
|
|
|
|
## HashUpgrades type
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
All Hash upgrade names.
|
|
|
|
|
2021-10-30 18:34:14 +02:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
type HashUpgrades =
|
|
|
|
| "Sell for Money"
|
|
|
|
| "Sell for Corporation Funds"
|
|
|
|
| "Reduce Minimum Security"
|
|
|
|
| "Increase Maximum Money"
|
|
|
|
| "Improve Studying"
|
|
|
|
| "Improve Gym Training"
|
|
|
|
| "Exchange for Corporation Research"
|
|
|
|
| "Exchange for Bladeburner Rank"
|
|
|
|
| "Exchange for Bladeburner SP"
|
|
|
|
| "Generate Coding Contract";
|
|
|
|
```
|