bitburner-src/src/Gang/data/power.ts
2021-11-10 09:23:48 -05:00

12 lines
223 B
TypeScript

export const PowerMultiplier: {
[key: string]: number | undefined;
} = {
"Slum Snakes": 1,
Tetrads: 2,
"The Syndicate": 2,
"The Dark Army": 2,
"Speakers for the Dead": 5,
NiteSec: 2,
"The Black Hand": 5,
};