mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
Changelog + doc update
This commit is contained in:
parent
483d554fc2
commit
153dbfff12
32
markdown/bitburner.gang.getinstallresult.md
Normal file
32
markdown/bitburner.gang.getinstallresult.md
Normal file
@ -0,0 +1,32 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getInstallResult](./bitburner.gang.getinstallresult.md)
|
||||
|
||||
## Gang.getInstallResult() method
|
||||
|
||||
Get the effect of an install on ascension multipliers without installing.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getInstallResult(memberName: string): GangMemberInstall | undefined;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| memberName | string | Name of member. |
|
||||
|
||||
**Returns:**
|
||||
|
||||
[GangMemberInstall](./bitburner.gangmemberinstall.md) \| undefined
|
||||
|
||||
Object with info about the install results on ascension multipliers, or undefined if ascension is not possible.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 2 GB
|
||||
|
||||
Get [GangMemberInstall](./bitburner.gangmemberinstall.md) effects on ascension multipliers for a gang member after installing without performing the install.
|
||||
|
@ -31,6 +31,7 @@ If you are not in BitNode-2, then you must have Source-File 2 in order to use th
|
||||
| [getEquipmentStats(equipName)](./bitburner.gang.getequipmentstats.md) | Get stats of an equipment. |
|
||||
| [getEquipmentType(equipName)](./bitburner.gang.getequipmenttype.md) | Get type of an equipment. |
|
||||
| [getGangInformation()](./bitburner.gang.getganginformation.md) | Get information about your gang. |
|
||||
| [getInstallResult(memberName)](./bitburner.gang.getinstallresult.md) | Get the effect of an install on ascension multipliers without installing. |
|
||||
| [getMemberInformation(name)](./bitburner.gang.getmemberinformation.md) | Get information about a specific gang member. |
|
||||
| [getMemberNames()](./bitburner.gang.getmembernames.md) | List all gang members. |
|
||||
| [getOtherGangInformation()](./bitburner.gang.getotherganginformation.md) | Get information about the other gangs. |
|
||||
|
13
markdown/bitburner.gangmemberinstall.agi.md
Normal file
13
markdown/bitburner.gangmemberinstall.agi.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GangMemberInstall](./bitburner.gangmemberinstall.md) > [agi](./bitburner.gangmemberinstall.agi.md)
|
||||
|
||||
## GangMemberInstall.agi property
|
||||
|
||||
Factor by which the agility ascension multiplier was decreased (newMult / oldMult)
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
agi: number;
|
||||
```
|
13
markdown/bitburner.gangmemberinstall.cha.md
Normal file
13
markdown/bitburner.gangmemberinstall.cha.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GangMemberInstall](./bitburner.gangmemberinstall.md) > [cha](./bitburner.gangmemberinstall.cha.md)
|
||||
|
||||
## GangMemberInstall.cha property
|
||||
|
||||
Factor by which the charisma ascension multiplier was decreased (newMult / oldMult)
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
cha: number;
|
||||
```
|
13
markdown/bitburner.gangmemberinstall.def.md
Normal file
13
markdown/bitburner.gangmemberinstall.def.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GangMemberInstall](./bitburner.gangmemberinstall.md) > [def](./bitburner.gangmemberinstall.def.md)
|
||||
|
||||
## GangMemberInstall.def property
|
||||
|
||||
Factor by which the defense ascension multiplier was decreased (newMult / oldMult)
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
def: number;
|
||||
```
|
13
markdown/bitburner.gangmemberinstall.dex.md
Normal file
13
markdown/bitburner.gangmemberinstall.dex.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GangMemberInstall](./bitburner.gangmemberinstall.md) > [dex](./bitburner.gangmemberinstall.dex.md)
|
||||
|
||||
## GangMemberInstall.dex property
|
||||
|
||||
Factor by which the dexterity ascension multiplier was decreased (newMult / oldMult)
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
dex: number;
|
||||
```
|
13
markdown/bitburner.gangmemberinstall.hack.md
Normal file
13
markdown/bitburner.gangmemberinstall.hack.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GangMemberInstall](./bitburner.gangmemberinstall.md) > [hack](./bitburner.gangmemberinstall.hack.md)
|
||||
|
||||
## GangMemberInstall.hack property
|
||||
|
||||
Factor by which the hacking ascension multiplier was decreased (newMult / oldMult)
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
hack: number;
|
||||
```
|
24
markdown/bitburner.gangmemberinstall.md
Normal file
24
markdown/bitburner.gangmemberinstall.md
Normal file
@ -0,0 +1,24 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GangMemberInstall](./bitburner.gangmemberinstall.md)
|
||||
|
||||
## GangMemberInstall interface
|
||||
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
interface GangMemberInstall
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Modifiers | Type | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| [agi](./bitburner.gangmemberinstall.agi.md) | | number | Factor by which the agility ascension multiplier was decreased (newMult / oldMult) |
|
||||
| [cha](./bitburner.gangmemberinstall.cha.md) | | number | Factor by which the charisma ascension multiplier was decreased (newMult / oldMult) |
|
||||
| [def](./bitburner.gangmemberinstall.def.md) | | number | Factor by which the defense ascension multiplier was decreased (newMult / oldMult) |
|
||||
| [dex](./bitburner.gangmemberinstall.dex.md) | | number | Factor by which the dexterity ascension multiplier was decreased (newMult / oldMult) |
|
||||
| [hack](./bitburner.gangmemberinstall.hack.md) | | number | Factor by which the hacking ascension multiplier was decreased (newMult / oldMult) |
|
||||
| [str](./bitburner.gangmemberinstall.str.md) | | number | Factor by which the strength ascension multiplier was decreased (newMult / oldMult) |
|
||||
|
13
markdown/bitburner.gangmemberinstall.str.md
Normal file
13
markdown/bitburner.gangmemberinstall.str.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GangMemberInstall](./bitburner.gangmemberinstall.md) > [str](./bitburner.gangmemberinstall.str.md)
|
||||
|
||||
## GangMemberInstall.str property
|
||||
|
||||
Factor by which the strength ascension multiplier was decreased (newMult / oldMult)
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
str: number;
|
||||
```
|
@ -64,6 +64,7 @@
|
||||
| [GangGenInfo](./bitburner.ganggeninfo.md) | Gang general info. |
|
||||
| [GangMemberAscension](./bitburner.gangmemberascension.md) | |
|
||||
| [GangMemberInfo](./bitburner.gangmemberinfo.md) | |
|
||||
| [GangMemberInstall](./bitburner.gangmemberinstall.md) | |
|
||||
| [GangOtherInfo](./bitburner.gangotherinfo.md) | |
|
||||
| [GangOtherInfoObject](./bitburner.gangotherinfoobject.md) | |
|
||||
| [GangTaskStats](./bitburner.gangtaskstats.md) | Object representing data representing a gang member task. |
|
||||
|
@ -200,7 +200,7 @@ export const CONSTANTS: {
|
||||
|
||||
// Also update doc/source/changelog.rst
|
||||
LatestUpdate: `
|
||||
## v2.6.0 dev - Changelog last updated 17 Feb 2024
|
||||
## v2.6.0 dev - Changelog last updated 26 Feb 2024
|
||||
|
||||
### MAJOR ADDITIONS
|
||||
|
||||
@ -211,6 +211,7 @@ export const CONSTANTS: {
|
||||
|
||||
- (Bladeburner) ns.bladeburner.getSkillUpgradeCost now returns infinity if requesting a cost above the maximum skill level (@Semanual)
|
||||
- (CodingContract) Fixed an issue where ns.codingcontract.getData was leaking internal arrays when contract data was a 2-d array (@LJNeon)
|
||||
- (Gang) Added ns.gang.getInstallResult for determining the effect an augmentation install will have on gang member ascension multipliers (@LJNeon)
|
||||
- (Go) Added the ns.go API, which allows interaction with the new IPvGO mechanic. While this is in development, the API may undergo changes (@ficocelliguy)
|
||||
- (Ports) Added ns.nextPortWrite, which allows waiting for the next write to a port without creating a port handle object (@LJNeon)
|
||||
- (Ports) Ports now support all clonable data (@LJNeon)
|
||||
@ -238,6 +239,7 @@ export const CONSTANTS: {
|
||||
- (Stockmarket) Changed color of stocks increasing in value (@Semanual)
|
||||
- (Terminal) Improved scroll behavior on the Terminal (@Snarling)
|
||||
- (Theme) Added 3 new theme elements to properly support light themes (@adeilt)
|
||||
- Added a tail render interval setting, changing how frequently tail windows redraw their contents (@Caldwell-74)
|
||||
- Reorganization of some content and sorting of scripts on the Active Scripts page (@Snarling, @TheAimMan)
|
||||
- "Disable Text Effects" option also disables the corrupted text display (@draughtnyan)
|
||||
- fl1ght.exe now displays the related requirements in a more readable way (@TheAimMan, @LJNeon)
|
||||
@ -259,6 +261,7 @@ export const CONSTANTS: {
|
||||
- (ScriptEditor) Links from "ls" are now tied to that host, instead of your connected machine (@LJNeon)
|
||||
- (ScriptEditor) Script "models" in the script editor are now properly disposed (@Caldwell-74)
|
||||
- (Terminal) Add --ram-override flag to the run command (@LJNeon)
|
||||
- Protect against renaming servers to invalid names (@LJNeon)
|
||||
- All running scripts are killed upon entering the BitVerse (@LJNeon)
|
||||
- Scripts with the "temporary" flag set do not populate the Recently Killed script list on script death (@TheAimMan)
|
||||
- Fix an issue with offline income for scripts (@Caldwell-74)
|
||||
|
Loading…
Reference in New Issue
Block a user