mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
Added gang.getTaskStats which returns the stats of a gang task
This commit is contained in:
33
doc/source/netscript/gangapi/getTaskStats.rst
Normal file
33
doc/source/netscript/gangapi/getTaskStats.rst
Normal file
@@ -0,0 +1,33 @@
|
||||
getTaskStats() Netscript Function
|
||||
======================================
|
||||
|
||||
.. js:function:: getTaskStats()
|
||||
|
||||
:RAM cost: 1 GB
|
||||
|
||||
Get the stats of a gang member stats. This is typically used to evaluate
|
||||
which action should be executed next.
|
||||
|
||||
{
|
||||
name: Terrorism,
|
||||
desc: "Assign this gang member to commit acts of terrorism
|
||||
|
||||
Greatly increases respect - Greatly increases wanted level - Scales heavily with territory",
|
||||
isHacking: false,
|
||||
isCombat: true,
|
||||
baseRespect: 0.01,
|
||||
baseWanted: 6,
|
||||
baseMoney: 0,
|
||||
hackWeight: 20,
|
||||
strWeight: 20,
|
||||
defWeight: 20,
|
||||
dexWeight: 20,
|
||||
agiWeight: 0,
|
||||
chaWeight: 20,
|
||||
difficulty: 36,
|
||||
territory: {
|
||||
money: 1,
|
||||
respect: 2,
|
||||
wanted: 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user