mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 23:27:55 +02:00
Fix a few bugs and also added the concept of gang power multiplier
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export const PowerMultiplier: {
|
||||
[key: string]: number | undefined;
|
||||
} = {
|
||||
"Slum Snakes": 1,
|
||||
Tetrads: 2,
|
||||
"The Syndicate": 5,
|
||||
"The Dark Army": 10,
|
||||
"Speakers for the Dead": 50,
|
||||
NiteSec: 10,
|
||||
"The Black Hand": 50,
|
||||
};
|
||||
Reference in New Issue
Block a user