mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
getCharacterInformation() Singularity fn now returns multiplier information
This commit is contained in:
@@ -2680,12 +2680,29 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
return {
|
||||
bitnode: Player.bitNodeN,
|
||||
company: Player.companyName,
|
||||
jobTitle: companyPositionTitle,
|
||||
city: Player.city,
|
||||
company: Player.companyName,
|
||||
factions: Player.factions.slice(),
|
||||
tor: SpecialServerIps.hasOwnProperty("Darkweb Server"),
|
||||
jobTitle: companyPositionTitle,
|
||||
mults: {
|
||||
agility: Player.agility_mult,
|
||||
agilityExp: Player.agility_exp_mult,
|
||||
companyRep: Player.company_rep_mult,
|
||||
crimeMoney: Player.crime_money_mult,
|
||||
crimeSuccess: Player.crime_success_mult,
|
||||
defense: Player.defense_mult,
|
||||
defenseExp: Player.defense_exp_mult,
|
||||
dexterity: Player.dexterity_mult,
|
||||
dexterityExp: Player.dexterity_exp_mult,
|
||||
factionRep: Player.faction_rep_mult,
|
||||
hacking: Player.hacking_mult,
|
||||
hackingExp: Player.hacking_exp_mult,
|
||||
strength: Player.strength_mult,
|
||||
strengthExp: Player.strength_exp_mult,
|
||||
workMoney: Player.work_money_mult,
|
||||
},
|
||||
timeWorked: Player.timeWorked,
|
||||
tor: SpecialServerIps.hasOwnProperty("Darkweb Server"),
|
||||
workHackExpGain: Player.workHackExpGained,
|
||||
workStrExpGain: Player.workStrExpGained,
|
||||
workDefExpGain: Player.workDefExpGained,
|
||||
|
||||
Reference in New Issue
Block a user