Fix a few bugs and also added the concept of gang power multiplier

This commit is contained in:
Olivier Gagnon
2021-11-05 13:20:52 -04:00
parent 73d0f2074c
commit 362d2eb51d
5 changed files with 21 additions and 2 deletions
+11
View File
@@ -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,
};