We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008c6cf commit 3cbe6bbCopy full SHA for 3cbe6bb
mafia_params.py
@@ -6,11 +6,25 @@
6
"Detector",
7
"Mafia",
8
"Resident",
9
- "Rebel"]
+ "Rebel",
10
+ "Anti-attck",
11
+ "Mafia",
12
+ "Resident"]
13
14
nRoles = {"Don" : 1,
15
"Resident" : 4,
16
"Mafia" : 2,
17
"Doctor" : 2,
18
"Rebel" : 1,
- "Detective" : 1}
19
+ "Detective" : 1,
20
+ "Anti-attack" : 1}
21
+
22
+descriptions = {}
23
24
+role2fa = {"Don" : "دن",
25
+ "Resident" : "شهروند",
26
+ "Mafia" : "مافیا",
27
+ "Doctor": "دکتر",
28
+ "Detector" : "کارآگاه",
29
+ "Rebel" : "شورشی",
30
+ "Anti-attack" : "ضد ضربه"}
0 commit comments