Localize difficulty settings.

This commit is contained in:
Matthias Mailänder
2023-04-23 15:35:17 +02:00
committed by Gustas
parent af6330b1bd
commit 4f7a01a291
190 changed files with 623 additions and 524 deletions

View File

@@ -0,0 +1,8 @@
dropdown-difficulty =
.label = Difficulty
.description = The difficulty of the mission
options-difficulty =
.easy = Easy
.hard = Hard
.tough = Real tough guy

View File

@@ -658,4 +658,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, languages/en.ftl

View File

@@ -16,13 +16,13 @@ World:
60,79: cr1,0
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
tough: Real tough guy
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
tough: options-difficulty.tough
Default: normal
TimeLimitManager:
CountdownLabel: MISSION_TEXT

View File

@@ -1312,4 +1312,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -8,11 +8,12 @@ World:
LossVideo: sovtstar.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
powerproxy.paratroopers:

View File

@@ -1212,4 +1212,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -8,11 +8,12 @@ World:
LossVideo: sovtstar.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
powerproxy.paratroopers:

View File

@@ -0,0 +1,8 @@
dropdown-difficulty =
.label = Difficulty
.description = The difficulty of the mission
options-difficulty =
.easy = Easy
.hard = Hard
.tough = Real tough guy

View File

@@ -535,4 +535,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, languages/en.ftl

View File

@@ -15,13 +15,13 @@ World:
TechLevel: medium
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
tough: Real tough guy
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
tough: options-difficulty.tough
Default: normal
powerproxy.paratroopers:

View File

@@ -0,0 +1,8 @@
dropdown-difficulty =
.label = Difficulty
.description = The difficulty of the mission
options-difficulty =
.easy = Easy
.hard = Hard
.tough = Real tough guy

View File

@@ -1565,4 +1565,4 @@ Weapons: weapons.yaml
Notifications: notifications.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, languages/en.ftl

View File

@@ -11,13 +11,13 @@ World:
TechLevel: medium
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
tough: Real tough guy
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
tough: options-difficulty.tough
Default: normal
Camera.Small:

View File

@@ -1195,4 +1195,4 @@ Weapons: weapons.yaml
Notifications: notifications.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Briefing: Rescue Tanya.\n\nOnce disguised, your spy can move past any enemy unit, except dogs, without being detected. Direct him into the weapons factory located at a nearby Soviet Base where he will hijack a truck and free Tanya.\n\nWith Tanya's help, take out the air defenses on the island and a Chinook will arrive to rescue her.\n\nThen destroy all remaining Soviet buildings and units.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Camera.Small:

View File

@@ -1066,4 +1066,4 @@ Weapons: weapons.yaml
Notifications: notifications.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Briefing: Rescue Tanya.\n\nOnce disguised, your spy can move past any enemy unit, except dogs, without being detected. Direct him into the weapons factory located at a nearby Soviet Base where he will hijack a truck and free Tanya.\n\nWith Tanya's help, take out the air defenses on the island and a Chinook will arrive to rescue her.\n\nThen destroy all remaining Soviet buildings and units.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Camera.Small:

View File

@@ -631,4 +631,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -15,12 +15,12 @@ World:
TechLevel: medium
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
powerproxy.paratroopers:

View File

@@ -845,4 +845,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -15,12 +15,12 @@ World:
TechLevel: medium
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
powerproxy.paratroopers:

View File

@@ -878,4 +878,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -12,12 +12,12 @@ World:
LossVideo: shipsink.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
LST.Reinforcement:

View File

@@ -989,4 +989,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -13,12 +13,12 @@ World:
StartVideo: aagun.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
powerproxy.paratroopers:

View File

@@ -828,4 +828,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -13,12 +13,12 @@ World:
StartVideo: aagun.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
powerproxy.paratroopers:

View File

@@ -974,4 +974,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -12,12 +12,12 @@ World:
LossVideo:
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
LST.Reinforcement:

View File

@@ -1617,4 +1617,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -8,11 +8,12 @@ World:
Briefing: Kosygin has indicated that this is the site of Stalin's main atomic weapons plant. Use extreme care in approaching the Soviet base -- we don't know if any atomic bombs are armed yet. Take the facility off-line and then destroy any atomic weapons that exist.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
TimeLimitManager:
SkipTimerExpiredNotification: true

View File

@@ -597,4 +597,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, rules.yaml, ra|rules/campaign-palettes.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -4,12 +4,12 @@ Player:
World:
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
LuaScript:
Scripts: campaign.lua, utils.lua, ant-01.lua, ant-attack.lua

View File

@@ -670,4 +670,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -5,12 +5,12 @@ World:
Briefing: The source of the ant's activity has been pinpointed in this area. We suspect that their nests are in this area -- they must be destroyed!\n\nA team of civilian specialists are en-route to your location. Use them to gas all the ant nests in the area. In addition, destroy all ants that you encounter.\n\nBe careful -- these things can chew through anything. Good luck.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1757,4 +1757,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, ra|rules/coop-missions-rules.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -11,11 +11,12 @@ World:
Scripts: campaign.lua, utils.lua, evacuation.lua
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
TimeLimitManager:
TimeLimitLocked: True

View File

@@ -1384,4 +1384,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, ra|rules/coop-missions-rules.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Scripts: campaign.lua, utils.lua, exodus.lua
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
TimeLimitManager:
TimeLimitLocked: True

View File

@@ -1309,4 +1309,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,11 +7,11 @@ World:
Briefing: With the fighting fast approaching Athens, Stavros has insisted that he be allowed to survey the damage in his own hometown in Greece.\n\nYou must escort Stavros through the town and to a nearby friendly outpost. Once you reach it, evacuate Stavros to safety.\n\nIf anything should happen, get Stavros to safety any way possible. He must be kept alive.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
normal: Normal
hard: Hard
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
INSERTIONDROP:

View File

@@ -1045,4 +1045,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -11,12 +11,12 @@ World:
Briefing: Soviet forces are moving into rural Athens, threatening the civilian population. Evacuate civilians from each of the four towns to the island in the northeast. \n\nThe civilians are hiding in the town churches, and will only come out when you enter the town. Get in, get them out of the town, and to the island.\n\nThe civilians are your primary objective here -- removing the Soviet threat is optional.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
PARADROP:

View File

@@ -0,0 +1,11 @@
dropdown-difficulty =
.label = Difficulty
.description = The difficulty of the mission
options-difficulty =
.hard4p = Hard (4P)
.normal3p = Normal (3P)
.easy2p = Easy (2P)
.veryeasy1p = Very Easy (1P)
.endless = Endless mode
.tough = Real tough guy

View File

@@ -469,4 +469,4 @@ Sequences: sequences.yaml
Music: music.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, languages/en.ftl

View File

@@ -42,15 +42,15 @@ World:
ShortGameCheckboxVisible: False
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
hard: Hard (4P)
normal: Normal (3P)
easy: Easy (2P)
veryeasy: Very Easy (1P)
tough: Real tough guy
endless: Endless mode
hard: options-difficulty.hard4p
normal: options-difficulty.normal3p
easy: options-difficulty.easy2p
veryeasy: options-difficulty.veryeasy1p
tough: options-difficulty.tough
endless: options-difficulty.endless
Default: hard
DisplayOrder: 5
MapStartingLocations:

View File

@@ -1791,4 +1791,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, ra|rules/coop-missions-rules.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Scripts: campaign.lua, utils.lua, infiltration.lua
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
TimeLimitManager:
TimeLimitLocked: True

View File

@@ -2204,4 +2204,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,11 +9,11 @@ World:
Briefing: The Soviet Air Force is flying air raids against a civilian village.\n\nWe have to do everything in our power to stop them!\n\nYour job is to establish a base on the mainland ASAP. We can prevent the village's destruction by capturing the enemy's Air Force Headquarters building. The enemy base is heavily guarded, though. You will not have enough time to build a force big enough to overpower the Soviet defences. You will have to find a way to sneak in!\n\nGood luck, Commander!\n
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
normal: Normal
hard: Hard
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
CAMERA:

View File

@@ -649,4 +649,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,11 +7,12 @@ World:
Briefing: The Soviets are beginning construction of a new class of submarine capable of launching sea-to-ground missiles. We don't have to tell you the amount of devestation these could cause.\n\nTake a small squad of troops and infiltrate their power grid. When it is down, additional reinforcements will be sent in. When ready, head north and destroy their Sub pen, preventing further construction of these subs.\n\nIf any are built, they must not be allowed to escape!
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
CHALK1:

View File

@@ -1011,4 +1011,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -6,12 +6,12 @@ World:
WinVideo: allymorf.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1367,4 +1367,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,11 +7,11 @@ World:
LossVideo: execute.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
normal: Normal
hard: Hard
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1243,4 +1243,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,12 +7,12 @@ World:
Briefing: We have infiltrated the Soviet's Sarin facility. However, the main entrance is guarded by a wall of Tesla coils. We can't move a large force in until they are taken down.\n\nInfiltrate the power grid to the east or destroy its power plants. Once done, reinforcements will arrive.\n\nDestroy the Soviet compound, but capture all of the Sarin processor buildings intact -- we can't have a chemical spill.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -671,4 +671,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,12 +7,12 @@ World:
Briefing: Soviet activity in Siberia is increasing. A large shipment of atomic material is on its way through this area, and we need it stopped. Destroy all of the Soviet convoy trucks and prevent the Soviets from furthering their atomic testing.\n\nBe careful of the convoy truck cargo -- atomic material is highly unstable.\n\nThe mission is complete when all the convoy trucks from each convoy have been destroyed.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1017,4 +1017,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,12 +7,12 @@ World:
Briefing: The last of the Soviet's Siberian forces have wandered out onto the ice wastes, where they've established a base. Finish off their fortifications so our Allied forces will have no trouble moving through this area on their way to Moscow.\n\nThe mission is complete when all Soviet forces and structures are destroyed.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1054,4 +1054,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Notifications: notifications.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
LossVideo: take_off.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -600,4 +600,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -15,12 +15,12 @@ World:
TechLevel: medium
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
AFLD:

View File

@@ -649,4 +649,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -15,12 +15,12 @@ World:
TechLevel: medium
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
AFLD:

View File

@@ -588,4 +588,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -74,12 +74,12 @@ World:
TechLevel: medium
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
MCV.CAM:

View File

@@ -828,4 +828,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -13,12 +13,12 @@ World:
LossVideo: dpthchrg.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
APWR:

View File

@@ -505,4 +505,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -13,12 +13,12 @@ World:
LossVideo: dpthchrg.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
APWR:

View File

@@ -795,4 +795,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
LossVideo: nukestok.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1069,4 +1069,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
LossVideo: allymorf.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -891,4 +891,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
LossVideo: allymorf.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1497,4 +1497,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Briefing: The Allied forces have intercepted and destroyed a convoy that carried parts for our secret weapon. One truck remains, but they have captured that last truck and its cargo.\n\nThis is not acceptable! You are to destroy that truck before the Allies leave the area with it.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
SmudgeLayer@SCORCH:
InitialSmudges:

View File

@@ -1133,4 +1133,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
StartVideo: airfield.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -911,4 +911,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Briefing: Intelligence indicates that a large portion of the Allied Naval Fleet will stop for refueling at a base in this area. Destroy the fleet and the base. Beware the long range of their cruisers.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -839,4 +839,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Briefing: Intelligence indicates that a large portion of the Allied Naval Fleet will stop for refueling at a base in this area. Destroy the fleet and the base. Beware the long range of their cruisers.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
Player:

View File

@@ -1319,4 +1319,4 @@ Weapons: weapons.yaml
Notifications: notifications.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,12 +7,12 @@ World:
LossVideo: sovcemet.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
E7:

View File

@@ -1196,4 +1196,4 @@ Actors:
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -9,12 +9,12 @@ World:
Briefing: LANDCOM 66 HQS.\nTOP SECRET.\nTO: FIELD COMMANDER A34\n\nTHE SOVIETS STARTED HEAVY ATTACKS AT OUR POSITION.\n SURVIVE AND HOLD THE BASE UNTIL OUR FRENCH ALLIES ARRIVE.\n\nCONFIRMATION CODE 5593.\n\nTRANSMISSION ENDS.
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
^Palettes:

View File

@@ -897,4 +897,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/difficulties/en.ftl

View File

@@ -7,12 +7,12 @@ World:
LossVideo: sovbatl.vqa
ScriptLobbyDropdown@difficulty:
ID: difficulty
Label: Difficulty
Description: The difficulty of the mission
Label: dropdown-difficulty.label
Description: dropdown-difficulty.description
Values:
easy: Easy
normal: Normal
hard: Hard
easy: options-difficulty.easy
normal: options-difficulty.normal
hard: options-difficulty.hard
Default: normal
TimeLimitManager:
SkipTimerExpiredNotification: True