mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
DOCUMENTATION: Clarify value of gang territory (#1978)
* DOCUMENTATION: Clarify decimal form of gang territory * Update based on feedback
This commit is contained in:
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -830,7 +830,7 @@ interface GangGenInfo {
|
||||
respectGainRate: number;
|
||||
/** Amount of Respect needed for next gang recruit, if possible */
|
||||
respectForNextRecruit: number;
|
||||
/** Amount of territory held */
|
||||
/** Amount of territory held, in the range 0-1 */
|
||||
territory: number;
|
||||
/** Clash chance */
|
||||
territoryClashChance: number;
|
||||
@@ -848,7 +848,7 @@ interface GangGenInfo {
|
||||
interface GangOtherInfoObject {
|
||||
/** Gang power */
|
||||
power: number;
|
||||
/** Gang territory, in decimal form */
|
||||
/** Gang territory, in the range 0-1 */
|
||||
territory: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user