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

12 lines
227 B
TypeScript
Raw Normal View History

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,
};