bitburner-src/src/Gang/data/power.ts

12 lines
223 B
TypeScript
Raw Normal View History

export const PowerMultiplier: {
[key: string]: number | undefined;
} = {
"Slum Snakes": 1,
Tetrads: 2,
2021-11-10 15:23:48 +01:00
"The Syndicate": 2,
"The Dark Army": 2,
"Speakers for the Dead": 5,
NiteSec: 2,
"The Black Hand": 5,
};