Refactor Game Modes (#5819)

This commit is contained in:
Vera Aguilera Puerto
2021-12-21 18:56:47 +01:00
committed by GitHub
parent 8be5c25bd4
commit 8831d08229
59 changed files with 1969 additions and 1713 deletions

View File

@@ -0,0 +1,2 @@
death-match-title = DeathMatch
death-match-description = Kill anything that moves!

View File

@@ -0,0 +1,2 @@
extended-title = Extended
extended-description = No antagonists, have fun!

View File

@@ -0,0 +1,2 @@
sandbox-title = Sandbox
sandbox-description = No stress, build something!

View File

@@ -0,0 +1,2 @@
suspicion-title = Suspicion
suspicion-description = Suspicion on the Space Station. There are traitors on board... Can you kill them before they kill you?

View File

@@ -25,6 +25,7 @@ traitor-objective-condition-success = {$condition} | [color={$markupColor}]Succe
traitor-objective-condition-fail = {$condition} | [color={$markupColor}]Failure![/color] ({$progress}%)
traitor-title = Traitor
traitor-description = There are traitors among us...
traitor-not-enough-ready-players = Not enough players readied up for the game! There were {$readyPlayersCount} players readied up out of {$minimumPlayers} needed.
traitor-no-one-ready = No players readied up! Can't start Traitor.
@@ -40,4 +41,4 @@ traitor-death-match-end-round-description-entry = {$originalName}'s PDA, with {$
# TraitorRole
traitor-role-name = Syndicate Agent
traitor-role-greeting = Hello Agent
traitor-role-codewords = Your codewords are: {$codewords}
traitor-role-codewords = Your codewords are: {$codewords}

View File

@@ -4,5 +4,5 @@ rule-suspicion-check-winner-stalemate = Everybody is dead, it's a stalemate!
rule-suspicion-check-winner-station-win = The traitors are dead! The innocents win.
rule-suspicion-check-winner-traitor-win = The innocents are dead! The traitors win.
rule-suspicion-end-round-innocents-victory = The innocents have won!
rule-suspicion-end-round-trators-victory = The traitors have won!
rule-suspicion-end-round-nobody-victory = Nobody wins!
rule-suspicion-end-round-traitors-victory = The traitors have won!
rule-suspicion-end-round-nobody-victory = Nobody wins!