updated roles, init tests, added states

This commit is contained in:
2021-03-12 00:59:38 +01:00
parent 8654e795fe
commit c6e8cc7d29
6 changed files with 193 additions and 39 deletions

View File

@@ -54,12 +54,18 @@ texts = {
models.Roles.Cupid: "Armor",
models.Roles.Protector: "Beschützer/in",
models.Roles.ParanormalInvestigator: "Paranormaler Ermittler",
models.Roles.Lycantrop: "Lykantroph/in",
models.Roles.Lycantroph: "Lykantroph/in",
models.Roles.Spy: "Spion/in",
models.Roles.Murder: "Mordlustige(r)",
models.Roles.Pacifist: "Pazifist/in",
models.Roles.OldMan: "Der/Die Alte",
models.Roles.Leaderwolf: "Urwolf",
}
},
"role_group":{
"de": {
True : "Werwölfe",
False: "Dorfbewohner"
}
},
}