Zombie Mode [New Game Mode] (#8501)
Co-authored-by: Kara <lunarautomaton6@gmail.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
zombie-title = Zombies
|
||||
zombie-description = A virus able to animate the dead has been unleashed unto the station! Work with your crewmates to contain the outbreak and survive.
|
||||
|
||||
zombie-not-enough-ready-players = Not enough players readied up for the game! There were {$readyPlayersCount} players readied up out of {$minimumPlayers} needed. Can't start Zombies.
|
||||
zombie-no-one-ready = No players readied up! Can't start Zombies.
|
||||
|
||||
zombie-patientzero-role-greeting = You are patient 0. Hide your infection, get supplies, and be prepared to turn once you die.
|
||||
|
||||
zombie-alone = You feel entirely alone.
|
||||
|
||||
zombie-round-end-initial-count = {$initialCount ->
|
||||
[one] There was one initial infected:
|
||||
*[other] There were {$initialCount} initial infected:
|
||||
}
|
||||
zombie-round-end-user-was-initial = - [color=plum]{$name}[/color] ([color=gray]{$username}[/color]) was one of the initial infected.
|
||||
|
||||
zombie-round-end-amount-none = [color=green]All of the zombies were eradicated![/color]
|
||||
zombie-round-end-amount-low = [color=green]Almost all of the zombies were exterminated.[/color]
|
||||
zombie-round-end-amount-medium = [color=yellow]{$percent}% of the crew were turned into zombies.[/color]
|
||||
zombie-round-end-amount-high = [color=crimson]{$percent}% of the crew were turned into zombies.[/color]
|
||||
zombie-round-end-amount-all = [color=darkred]The entire crew became zombies![/color]
|
||||
|
||||
zombie-round-end-survivor-count = {$count ->
|
||||
[one] There was only one survivor left:
|
||||
*[other] There were only {$count} survivors left:
|
||||
}
|
||||
zombie-round-end-user-was-survivor = - [color=White]{$name}[/color] ([color=gray]{$username}[/color]) survived the outbreak.
|
||||
Reference in New Issue
Block a user