Add character names to round end screen and localize more of the strings (#5088)

* Add character names and move more traitor round end strings to fluent

* Change coloring and wording

* Fix no objectives
This commit is contained in:
ShadowCommander
2021-11-03 06:40:32 -07:00
committed by GitHub
parent 954959ad49
commit bfc63e2912
3 changed files with 37 additions and 18 deletions

View File

@@ -8,10 +8,15 @@ traitor-round-end-result = {$traitorCount ->
}
# Shown at the end of a round of Traitor
traitor-user-was-a-traitor = {$user} was a traitor.
traitor-user-was-a-traitor = [color=gray]{$user}[/color] was a traitor.
traitor-user-was-a-traitor-named = [color=White]{$name}[/color] ([color=gray]{$user}[/color]) was a traitor.
traitor-was-a-traitor-named = [color=White]{$name}[/color] was a traitor.
# Shown at the end of a round of Traitor
traitor-objective-list-start = and had the following objectives:
traitor-user-was-a-traitor-with-objectives = [color=gray]{$user}[/color] was a traitor who had the following objectives:
traitor-user-was-a-traitor-with-objectives-named = [color=White]{$name}[/color] ([color=gray]{$user}[/color]) was a traitor who had the following objectives:
traitor-was-a-traitor-with-objectives-named = [color=White]{$name}[/color] was a traitor who had the following objectives:
preset-traitor-objective-issuer-syndicate = [color=#87cefa]The Syndicate[/color]
# Shown at the end of a round of Traitor
traitor-objective-condition-success = {$condition} | [color={$markupColor}]Success![/color]

View File

@@ -1,6 +1,6 @@
- type: objective
id: CaptainIDStealObjective
issuer: The Syndicate
issuer: syndicate
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
@@ -12,7 +12,7 @@
- type: objective
id: KillRandomObjective
issuer: The Syndicate
issuer: syndicate
requirements:
- !type:TraitorRequirement {}
conditions:
@@ -21,7 +21,7 @@
- type: objective
id: StayAliveObjective
issuer: The Syndicate
issuer: syndicate
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
@@ -32,7 +32,7 @@
- type: objective
id: DieObjective
issuer: The Syndicate
issuer: syndicate
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement