diff --git a/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs b/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs index 02345ac582..ee888786ae 100644 --- a/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs +++ b/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs @@ -23,7 +23,7 @@ namespace OpenRA.Mods.Common.Traits public readonly string DefaultCashDropdownLabel = "Starting Cash"; [Desc("Tooltip description for the starting cash option in the lobby.")] - public readonly string DefaultCashDropdownDescription = "Change the amount of cash that players start with"; + public readonly string DefaultCashDropdownDescription = "The amount of cash that players start with"; [Desc("Starting cash options that are available in the lobby options.")] public readonly int[] SelectableCash = { 2500, 5000, 10000, 20000 }; diff --git a/OpenRA.Mods.Common/Traits/World/MapOptions.cs b/OpenRA.Mods.Common/Traits/World/MapOptions.cs index 459b80d0b6..ac6ccdc77c 100644 --- a/OpenRA.Mods.Common/Traits/World/MapOptions.cs +++ b/OpenRA.Mods.Common/Traits/World/MapOptions.cs @@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Traits public readonly string TechLevelDropdownLabel = "Tech Level"; [Desc("Tooltip description for the tech level option in the lobby.")] - public readonly string TechLevelDropdownDescription = "Change the units and abilities at your disposal"; + public readonly string TechLevelDropdownDescription = "The units and abilities that players can use"; [Desc("Default tech level.")] public readonly string TechLevel = "unrestricted"; @@ -59,7 +59,7 @@ namespace OpenRA.Mods.Common.Traits public readonly string GameSpeedDropdownLabel = "Game Speed"; [Desc("Description of the game speed option in the lobby.")] - public readonly string GameSpeedDropdownDescription = "Change the rate at which time passes"; + public readonly string GameSpeedDropdownDescription = "The rate at which time passes"; [Desc("Default game speed (leave empty to use the default defined in mod.yaml).")] public readonly string GameSpeed = null; diff --git a/OpenRA.Mods.Common/Traits/World/SpawnStartingUnits.cs b/OpenRA.Mods.Common/Traits/World/SpawnStartingUnits.cs index 3d55834f5c..53e61da618 100644 --- a/OpenRA.Mods.Common/Traits/World/SpawnStartingUnits.cs +++ b/OpenRA.Mods.Common/Traits/World/SpawnStartingUnits.cs @@ -28,7 +28,7 @@ namespace OpenRA.Mods.Common.Traits public readonly string DropdownLabel = "Starting Units"; [Desc("Tooltip description for the starting units option in the lobby.")] - public readonly string DropdownDescription = "Change the units that you start the game with"; + public readonly string DropdownDescription = "The units that players start the game with"; [Desc("Prevent the starting units option from being changed in the lobby.")] public readonly bool DropdownLocked = false; diff --git a/mods/cnc/maps/funpark01/rules.yaml b/mods/cnc/maps/funpark01/rules.yaml index 26e328617a..f0321a3fc6 100644 --- a/mods/cnc/maps/funpark01/rules.yaml +++ b/mods/cnc/maps/funpark01/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/gdi05a/rules.yaml b/mods/cnc/maps/gdi05a/rules.yaml index 71ffd3153a..abd26bf6df 100644 --- a/mods/cnc/maps/gdi05a/rules.yaml +++ b/mods/cnc/maps/gdi05a/rules.yaml @@ -29,7 +29,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/gdi05c/rules.yaml b/mods/cnc/maps/gdi05c/rules.yaml index db63b728be..b0d966a383 100644 --- a/mods/cnc/maps/gdi05c/rules.yaml +++ b/mods/cnc/maps/gdi05c/rules.yaml @@ -38,7 +38,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/gdi06/rules.yaml b/mods/cnc/maps/gdi06/rules.yaml index 262fed769c..77063332a6 100644 --- a/mods/cnc/maps/gdi06/rules.yaml +++ b/mods/cnc/maps/gdi06/rules.yaml @@ -33,7 +33,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/gdi08b/rules.yaml b/mods/cnc/maps/gdi08b/rules.yaml index 8324c14e4f..c3d8e982c1 100644 --- a/mods/cnc/maps/gdi08b/rules.yaml +++ b/mods/cnc/maps/gdi08b/rules.yaml @@ -14,7 +14,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/nod06a/rules.yaml b/mods/cnc/maps/nod06a/rules.yaml index f0ad5f1ab9..e8dd71ca2b 100644 --- a/mods/cnc/maps/nod06a/rules.yaml +++ b/mods/cnc/maps/nod06a/rules.yaml @@ -12,7 +12,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/nod06b/rules.yaml b/mods/cnc/maps/nod06b/rules.yaml index 015e7fdc3c..f66012a28d 100644 --- a/mods/cnc/maps/nod06b/rules.yaml +++ b/mods/cnc/maps/nod06b/rules.yaml @@ -12,7 +12,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/nod09/rules.yaml b/mods/cnc/maps/nod09/rules.yaml index dff7b08883..b0a135f6fd 100644 --- a/mods/cnc/maps/nod09/rules.yaml +++ b/mods/cnc/maps/nod09/rules.yaml @@ -30,7 +30,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/nod10a/rules.yaml b/mods/cnc/maps/nod10a/rules.yaml index b7a0687c7c..dc549e646a 100644 --- a/mods/cnc/maps/nod10a/rules.yaml +++ b/mods/cnc/maps/nod10a/rules.yaml @@ -25,7 +25,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/cnc/maps/nod10b/rules.yaml b/mods/cnc/maps/nod10b/rules.yaml index fbe0fe1930..4d9932e462 100644 --- a/mods/cnc/maps/nod10b/rules.yaml +++ b/mods/cnc/maps/nod10b/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-01a/rules.yaml b/mods/d2k/maps/atreides-01a/rules.yaml index bf8b8a2f2a..e0fd95f138 100644 --- a/mods/d2k/maps/atreides-01a/rules.yaml +++ b/mods/d2k/maps/atreides-01a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-01b/rules.yaml b/mods/d2k/maps/atreides-01b/rules.yaml index 14fc38c6be..6649ba1541 100644 --- a/mods/d2k/maps/atreides-01b/rules.yaml +++ b/mods/d2k/maps/atreides-01b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-02a/rules.yaml b/mods/d2k/maps/atreides-02a/rules.yaml index b59b7579df..8f1fcb5e9a 100644 --- a/mods/d2k/maps/atreides-02a/rules.yaml +++ b/mods/d2k/maps/atreides-02a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-02b/rules.yaml b/mods/d2k/maps/atreides-02b/rules.yaml index 3cf332ea9f..770415a2fc 100644 --- a/mods/d2k/maps/atreides-02b/rules.yaml +++ b/mods/d2k/maps/atreides-02b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-03a/rules.yaml b/mods/d2k/maps/atreides-03a/rules.yaml index b3382b7077..abdf02b748 100644 --- a/mods/d2k/maps/atreides-03a/rules.yaml +++ b/mods/d2k/maps/atreides-03a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-03b/rules.yaml b/mods/d2k/maps/atreides-03b/rules.yaml index 32b4d1d204..e7d0897753 100644 --- a/mods/d2k/maps/atreides-03b/rules.yaml +++ b/mods/d2k/maps/atreides-03b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-04/rules.yaml b/mods/d2k/maps/atreides-04/rules.yaml index f7b3a95d4c..afad0b8a74 100644 --- a/mods/d2k/maps/atreides-04/rules.yaml +++ b/mods/d2k/maps/atreides-04/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/atreides-05/rules.yaml b/mods/d2k/maps/atreides-05/rules.yaml index 13274541d8..f652486ab9 100644 --- a/mods/d2k/maps/atreides-05/rules.yaml +++ b/mods/d2k/maps/atreides-05/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-01a/rules.yaml b/mods/d2k/maps/harkonnen-01a/rules.yaml index 632e4323b8..239cf84d40 100644 --- a/mods/d2k/maps/harkonnen-01a/rules.yaml +++ b/mods/d2k/maps/harkonnen-01a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-01b/rules.yaml b/mods/d2k/maps/harkonnen-01b/rules.yaml index f80b40d6e4..4a69d99353 100644 --- a/mods/d2k/maps/harkonnen-01b/rules.yaml +++ b/mods/d2k/maps/harkonnen-01b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-02a/rules.yaml b/mods/d2k/maps/harkonnen-02a/rules.yaml index 8a8c81a1ad..4a58f30314 100644 --- a/mods/d2k/maps/harkonnen-02a/rules.yaml +++ b/mods/d2k/maps/harkonnen-02a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-02b/rules.yaml b/mods/d2k/maps/harkonnen-02b/rules.yaml index 1bbfbb2afb..770051b865 100644 --- a/mods/d2k/maps/harkonnen-02b/rules.yaml +++ b/mods/d2k/maps/harkonnen-02b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-03a/rules.yaml b/mods/d2k/maps/harkonnen-03a/rules.yaml index 4c36cdef89..71efa619b0 100644 --- a/mods/d2k/maps/harkonnen-03a/rules.yaml +++ b/mods/d2k/maps/harkonnen-03a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-03b/rules.yaml b/mods/d2k/maps/harkonnen-03b/rules.yaml index d1b5ce1607..c260179c91 100644 --- a/mods/d2k/maps/harkonnen-03b/rules.yaml +++ b/mods/d2k/maps/harkonnen-03b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-04/rules.yaml b/mods/d2k/maps/harkonnen-04/rules.yaml index 8267b107e7..10338cf9eb 100644 --- a/mods/d2k/maps/harkonnen-04/rules.yaml +++ b/mods/d2k/maps/harkonnen-04/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-05/rules.yaml b/mods/d2k/maps/harkonnen-05/rules.yaml index 6978194bf9..e0bfc2e601 100644 --- a/mods/d2k/maps/harkonnen-05/rules.yaml +++ b/mods/d2k/maps/harkonnen-05/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-06a/rules.yaml b/mods/d2k/maps/harkonnen-06a/rules.yaml index e94cf26423..9f853e064f 100644 --- a/mods/d2k/maps/harkonnen-06a/rules.yaml +++ b/mods/d2k/maps/harkonnen-06a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-06b/rules.yaml b/mods/d2k/maps/harkonnen-06b/rules.yaml index 6b6656c8ac..83c1fe7efc 100644 --- a/mods/d2k/maps/harkonnen-06b/rules.yaml +++ b/mods/d2k/maps/harkonnen-06b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-07/rules.yaml b/mods/d2k/maps/harkonnen-07/rules.yaml index c11952f7c4..f50f9fbf78 100644 --- a/mods/d2k/maps/harkonnen-07/rules.yaml +++ b/mods/d2k/maps/harkonnen-07/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-08/rules.yaml b/mods/d2k/maps/harkonnen-08/rules.yaml index 7e0acde499..4738bcb509 100644 --- a/mods/d2k/maps/harkonnen-08/rules.yaml +++ b/mods/d2k/maps/harkonnen-08/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-09a/rules.yaml b/mods/d2k/maps/harkonnen-09a/rules.yaml index f20f705913..3bb7e5ee4a 100644 --- a/mods/d2k/maps/harkonnen-09a/rules.yaml +++ b/mods/d2k/maps/harkonnen-09a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/harkonnen-09b/rules.yaml b/mods/d2k/maps/harkonnen-09b/rules.yaml index f5807e53b0..f104258928 100644 --- a/mods/d2k/maps/harkonnen-09b/rules.yaml +++ b/mods/d2k/maps/harkonnen-09b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-01a/rules.yaml b/mods/d2k/maps/ordos-01a/rules.yaml index ca3d6592f9..3005b47043 100644 --- a/mods/d2k/maps/ordos-01a/rules.yaml +++ b/mods/d2k/maps/ordos-01a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-01b/rules.yaml b/mods/d2k/maps/ordos-01b/rules.yaml index 6ce792c0fd..6296ad3637 100644 --- a/mods/d2k/maps/ordos-01b/rules.yaml +++ b/mods/d2k/maps/ordos-01b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-02a/rules.yaml b/mods/d2k/maps/ordos-02a/rules.yaml index 60df140afa..01739d538c 100644 --- a/mods/d2k/maps/ordos-02a/rules.yaml +++ b/mods/d2k/maps/ordos-02a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-02b/rules.yaml b/mods/d2k/maps/ordos-02b/rules.yaml index 5f86327d3e..4da286732f 100644 --- a/mods/d2k/maps/ordos-02b/rules.yaml +++ b/mods/d2k/maps/ordos-02b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-03a/rules.yaml b/mods/d2k/maps/ordos-03a/rules.yaml index eef2d0da7a..a3cc66db47 100644 --- a/mods/d2k/maps/ordos-03a/rules.yaml +++ b/mods/d2k/maps/ordos-03a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-03b/rules.yaml b/mods/d2k/maps/ordos-03b/rules.yaml index bce13f35c8..11c5bc6dff 100644 --- a/mods/d2k/maps/ordos-03b/rules.yaml +++ b/mods/d2k/maps/ordos-03b/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-04/rules.yaml b/mods/d2k/maps/ordos-04/rules.yaml index 9c4dbcf170..9e98159477 100644 --- a/mods/d2k/maps/ordos-04/rules.yaml +++ b/mods/d2k/maps/ordos-04/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-05/rules.yaml b/mods/d2k/maps/ordos-05/rules.yaml index 07526be9ac..02a2f33885 100644 --- a/mods/d2k/maps/ordos-05/rules.yaml +++ b/mods/d2k/maps/ordos-05/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/d2k/maps/ordos-06a/rules.yaml b/mods/d2k/maps/ordos-06a/rules.yaml index 4f0afa27de..d2cae88542 100644 --- a/mods/d2k/maps/ordos-06a/rules.yaml +++ b/mods/d2k/maps/ordos-06a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-02/rules.yaml b/mods/ra/maps/allies-02/rules.yaml index 7579ee9759..f443fd5e44 100644 --- a/mods/ra/maps/allies-02/rules.yaml +++ b/mods/ra/maps/allies-02/rules.yaml @@ -17,7 +17,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-03a/rules.yaml b/mods/ra/maps/allies-03a/rules.yaml index e195900ebe..4e87edef1b 100644 --- a/mods/ra/maps/allies-03a/rules.yaml +++ b/mods/ra/maps/allies-03a/rules.yaml @@ -9,7 +9,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-03b/rules.yaml b/mods/ra/maps/allies-03b/rules.yaml index 85e55ed2d1..7d88aa7a3f 100644 --- a/mods/ra/maps/allies-03b/rules.yaml +++ b/mods/ra/maps/allies-03b/rules.yaml @@ -9,7 +9,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-04/rules.yaml b/mods/ra/maps/allies-04/rules.yaml index 843860acd6..0b46548523 100644 --- a/mods/ra/maps/allies-04/rules.yaml +++ b/mods/ra/maps/allies-04/rules.yaml @@ -16,7 +16,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-05a/rules.yaml b/mods/ra/maps/allies-05a/rules.yaml index b9532a8797..d5dc390b6e 100644 --- a/mods/ra/maps/allies-05a/rules.yaml +++ b/mods/ra/maps/allies-05a/rules.yaml @@ -12,7 +12,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-05b/rules.yaml b/mods/ra/maps/allies-05b/rules.yaml index ecdd99cfc2..dc8a5a2643 100644 --- a/mods/ra/maps/allies-05b/rules.yaml +++ b/mods/ra/maps/allies-05b/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-05c/rules.yaml b/mods/ra/maps/allies-05c/rules.yaml index 36c5e92a45..0de24a1a31 100644 --- a/mods/ra/maps/allies-05c/rules.yaml +++ b/mods/ra/maps/allies-05c/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-06a/rules.yaml b/mods/ra/maps/allies-06a/rules.yaml index e2cecf4278..7f8c3ce95a 100644 --- a/mods/ra/maps/allies-06a/rules.yaml +++ b/mods/ra/maps/allies-06a/rules.yaml @@ -16,7 +16,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-06b/rules.yaml b/mods/ra/maps/allies-06b/rules.yaml index 90dbc5acf8..f319ba1858 100644 --- a/mods/ra/maps/allies-06b/rules.yaml +++ b/mods/ra/maps/allies-06b/rules.yaml @@ -16,7 +16,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-07/rules.yaml b/mods/ra/maps/allies-07/rules.yaml index 2d2403527c..b6a24cd67c 100644 --- a/mods/ra/maps/allies-07/rules.yaml +++ b/mods/ra/maps/allies-07/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-08a/rules.yaml b/mods/ra/maps/allies-08a/rules.yaml index 69279836af..a0c8fed589 100644 --- a/mods/ra/maps/allies-08a/rules.yaml +++ b/mods/ra/maps/allies-08a/rules.yaml @@ -14,7 +14,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-08b/rules.yaml b/mods/ra/maps/allies-08b/rules.yaml index 7e9bf02fea..5351862d38 100644 --- a/mods/ra/maps/allies-08b/rules.yaml +++ b/mods/ra/maps/allies-08b/rules.yaml @@ -14,7 +14,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/allies-09a/rules.yaml b/mods/ra/maps/allies-09a/rules.yaml index 419e4227ef..004df2cd91 100644 --- a/mods/ra/maps/allies-09a/rules.yaml +++ b/mods/ra/maps/allies-09a/rules.yaml @@ -13,7 +13,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/ant-01/rules.yaml b/mods/ra/maps/ant-01/rules.yaml index 28ffca8cd0..d2194d3b33 100644 --- a/mods/ra/maps/ant-01/rules.yaml +++ b/mods/ra/maps/ant-01/rules.yaml @@ -5,7 +5,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/ant-03/rules.yaml b/mods/ra/maps/ant-03/rules.yaml index 33c9efe26f..e9ad3218bf 100644 --- a/mods/ra/maps/ant-03/rules.yaml +++ b/mods/ra/maps/ant-03/rules.yaml @@ -6,7 +6,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/evacuation/rules.yaml b/mods/ra/maps/evacuation/rules.yaml index 7fc067f8f8..c4532b58e5 100644 --- a/mods/ra/maps/evacuation/rules.yaml +++ b/mods/ra/maps/evacuation/rules.yaml @@ -12,7 +12,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/exodus/rules.yaml b/mods/ra/maps/exodus/rules.yaml index eba00660cf..4b6bf1db0f 100644 --- a/mods/ra/maps/exodus/rules.yaml +++ b/mods/ra/maps/exodus/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/fall-of-greece-1-personal-war/rules.yaml b/mods/ra/maps/fall-of-greece-1-personal-war/rules.yaml index d09088b93b..af21c122db 100644 --- a/mods/ra/maps/fall-of-greece-1-personal-war/rules.yaml +++ b/mods/ra/maps/fall-of-greece-1-personal-war/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: normal: Normal hard: Hard diff --git a/mods/ra/maps/fall-of-greece-2-evacuation/rules.yaml b/mods/ra/maps/fall-of-greece-2-evacuation/rules.yaml index 66d826b114..44467f63ac 100644 --- a/mods/ra/maps/fall-of-greece-2-evacuation/rules.yaml +++ b/mods/ra/maps/fall-of-greece-2-evacuation/rules.yaml @@ -12,7 +12,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/fort-lonestar/rules.yaml b/mods/ra/maps/fort-lonestar/rules.yaml index 93a14b31b5..b998947cd9 100644 --- a/mods/ra/maps/fort-lonestar/rules.yaml +++ b/mods/ra/maps/fort-lonestar/rules.yaml @@ -43,7 +43,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: hard: Hard (4P) normal: Normal (3P) diff --git a/mods/ra/maps/infiltration/rules.yaml b/mods/ra/maps/infiltration/rules.yaml index e8d54a20fb..eb13121b6b 100644 --- a/mods/ra/maps/infiltration/rules.yaml +++ b/mods/ra/maps/infiltration/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/intervention/rules.yaml b/mods/ra/maps/intervention/rules.yaml index 5ced29266c..73563a83f5 100644 --- a/mods/ra/maps/intervention/rules.yaml +++ b/mods/ra/maps/intervention/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: normal: Normal hard: Hard diff --git a/mods/ra/maps/production-disruption/rules.yaml b/mods/ra/maps/production-disruption/rules.yaml index daf88fc042..2f854a4fb1 100644 --- a/mods/ra/maps/production-disruption/rules.yaml +++ b/mods/ra/maps/production-disruption/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/sarin-gas-1-crackdown/rules.yaml b/mods/ra/maps/sarin-gas-1-crackdown/rules.yaml index 2448cb09e5..39ddb3a646 100644 --- a/mods/ra/maps/sarin-gas-1-crackdown/rules.yaml +++ b/mods/ra/maps/sarin-gas-1-crackdown/rules.yaml @@ -7,7 +7,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/sarin-gas-2-down-under/rules.yaml b/mods/ra/maps/sarin-gas-2-down-under/rules.yaml index c0656bd6e5..b310ee65db 100644 --- a/mods/ra/maps/sarin-gas-2-down-under/rules.yaml +++ b/mods/ra/maps/sarin-gas-2-down-under/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: normal: Normal hard: Hard diff --git a/mods/ra/maps/sarin-gas-3-controlled-burn/rules.yaml b/mods/ra/maps/sarin-gas-3-controlled-burn/rules.yaml index c00035bd23..ee3b245bd6 100644 --- a/mods/ra/maps/sarin-gas-3-controlled-burn/rules.yaml +++ b/mods/ra/maps/sarin-gas-3-controlled-burn/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/siberian-conflict-1-fresh-tracks/rules.yaml b/mods/ra/maps/siberian-conflict-1-fresh-tracks/rules.yaml index ef7d690c51..b3fceb9899 100644 --- a/mods/ra/maps/siberian-conflict-1-fresh-tracks/rules.yaml +++ b/mods/ra/maps/siberian-conflict-1-fresh-tracks/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/siberian-conflict-3-wasteland/rules.yaml b/mods/ra/maps/siberian-conflict-3-wasteland/rules.yaml index 3d58fb0cd8..19515d1f79 100644 --- a/mods/ra/maps/siberian-conflict-3-wasteland/rules.yaml +++ b/mods/ra/maps/siberian-conflict-3-wasteland/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-03/rules.yaml b/mods/ra/maps/soviet-03/rules.yaml index a399b4c7e6..e57cea9fad 100644 --- a/mods/ra/maps/soviet-03/rules.yaml +++ b/mods/ra/maps/soviet-03/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-04a/rules.yaml b/mods/ra/maps/soviet-04a/rules.yaml index 0978ed5ae9..d03a9db79c 100644 --- a/mods/ra/maps/soviet-04a/rules.yaml +++ b/mods/ra/maps/soviet-04a/rules.yaml @@ -16,7 +16,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-04b/rules.yaml b/mods/ra/maps/soviet-04b/rules.yaml index 519822da3b..20cc786cad 100644 --- a/mods/ra/maps/soviet-04b/rules.yaml +++ b/mods/ra/maps/soviet-04b/rules.yaml @@ -16,7 +16,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-05/rules.yaml b/mods/ra/maps/soviet-05/rules.yaml index 7689862efa..8ca0b01c81 100644 --- a/mods/ra/maps/soviet-05/rules.yaml +++ b/mods/ra/maps/soviet-05/rules.yaml @@ -74,7 +74,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-06a/rules.yaml b/mods/ra/maps/soviet-06a/rules.yaml index a4233db2b2..3e820288bc 100644 --- a/mods/ra/maps/soviet-06a/rules.yaml +++ b/mods/ra/maps/soviet-06a/rules.yaml @@ -14,7 +14,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-06b/rules.yaml b/mods/ra/maps/soviet-06b/rules.yaml index e70935222b..8154915e9f 100644 --- a/mods/ra/maps/soviet-06b/rules.yaml +++ b/mods/ra/maps/soviet-06b/rules.yaml @@ -14,7 +14,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-07/rules.yaml b/mods/ra/maps/soviet-07/rules.yaml index 0b3e31dc40..8f1c8d0e8a 100644 --- a/mods/ra/maps/soviet-07/rules.yaml +++ b/mods/ra/maps/soviet-07/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-08a/rules.yaml b/mods/ra/maps/soviet-08a/rules.yaml index 601760f348..1b5c16fad0 100644 --- a/mods/ra/maps/soviet-08a/rules.yaml +++ b/mods/ra/maps/soviet-08a/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-08b/rules.yaml b/mods/ra/maps/soviet-08b/rules.yaml index 539803eb6e..6eb398132a 100644 --- a/mods/ra/maps/soviet-08b/rules.yaml +++ b/mods/ra/maps/soviet-08b/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-09/rules.yaml b/mods/ra/maps/soviet-09/rules.yaml index 9e4213f0cd..17aa5a7492 100644 --- a/mods/ra/maps/soviet-09/rules.yaml +++ b/mods/ra/maps/soviet-09/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-10/rules.yaml b/mods/ra/maps/soviet-10/rules.yaml index 419e90beb5..4072fa2229 100644 --- a/mods/ra/maps/soviet-10/rules.yaml +++ b/mods/ra/maps/soviet-10/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/soviet-11a/rules.yaml b/mods/ra/maps/soviet-11a/rules.yaml index 5215956eab..ab655c63b1 100644 --- a/mods/ra/maps/soviet-11a/rules.yaml +++ b/mods/ra/maps/soviet-11a/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal @@ -82,7 +82,7 @@ E3: CA: Buildable: Prerequisites: ~syrd, dome - + HELI: Buildable: Prerequisites: ~hpad diff --git a/mods/ra/maps/soviet-11b/rules.yaml b/mods/ra/maps/soviet-11b/rules.yaml index 70332a88e6..e97540e5c3 100644 --- a/mods/ra/maps/soviet-11b/rules.yaml +++ b/mods/ra/maps/soviet-11b/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal @@ -82,7 +82,7 @@ E3: CA: Buildable: Prerequisites: ~syrd, dome - + HELI: Buildable: Prerequisites: ~hpad diff --git a/mods/ra/maps/soviet-soldier-volkov-n-chitzkoi/rules.yaml b/mods/ra/maps/soviet-soldier-volkov-n-chitzkoi/rules.yaml index b610acf44b..c26a08f7b0 100644 --- a/mods/ra/maps/soviet-soldier-volkov-n-chitzkoi/rules.yaml +++ b/mods/ra/maps/soviet-soldier-volkov-n-chitzkoi/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/survival01/rules.yaml b/mods/ra/maps/survival01/rules.yaml index 200e1acf3e..da6f4e47eb 100644 --- a/mods/ra/maps/survival01/rules.yaml +++ b/mods/ra/maps/survival01/rules.yaml @@ -10,7 +10,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal diff --git a/mods/ra/maps/top-o-the-world/rules.yaml b/mods/ra/maps/top-o-the-world/rules.yaml index e4b978febe..df31006e53 100644 --- a/mods/ra/maps/top-o-the-world/rules.yaml +++ b/mods/ra/maps/top-o-the-world/rules.yaml @@ -8,7 +8,7 @@ World: ScriptLobbyDropdown@difficulty: ID: difficulty Label: Difficulty - Description: Change the difficulty of the mission + Description: The difficulty of the mission Values: easy: Easy normal: Normal